summaryrefslogtreecommitdiff
path: root/distrib/notes/atari/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/notes/atari/hardware')
0 files changed, 0 insertions, 0 deletions
3b81c12b10879d021dedaf3f53044'>match variable names with man page (Kamil Rytarowski)christos 2015-01-16add strto{i,u} from Kamil Rytarowski as discussed in tech-userlevel.christos 2014-06-12update for the new function signatures of initstate/srandomchristos 2013-12-11Allow kernel code to access constant databases by moving cdbr(3) and thejoerg 2013-12-02Fix aliases.joerg 2013-12-02changed lua_Number to int64_tlneto 2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg 2013-04-26Restore standalone strtol/strtoul for citrus for now.joerg 2013-04-16Add strtol_l and friends. Switch _citrus_bcs_strtol to use plainjoerg 2013-04-16Do not use isalpha here, since we explicitly only support the Portablejoerg 2012-03-22bring the casts to the operands, not the operation results.christos 2012-03-09Casts and type changes to fix portability issues.christos 2009-05-20Set endptr if the base is not supported. The opengroup spec does not specialchristos 2008-11-17oops, converted some #ifndef into #if defined...jnemeth 2008-11-17Convert all #ifdef _KERNEL to #if defined (_KERNEL) || defined(_STANDALONE)jnemeth 2008-11-16Our qsort() is inappropriate for kernel use because it makes recursivead 2008-11-16Make qsort() available in libkern.ad 2008-09-10Prepare use of strtoull, strtoumax and strtoimax in tools/compat byjoerg 2008-08-22Properly deal with LIBC namespace issues.matt 2008-08-22Unbork cross-builds in tools/compat/dogcow 2008-08-20Fix build breakage by adding appropriate #includes.oster 2008-08-20Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into onejoerg 2006-12-18remove bogus (void)&var; from Anon Ymouschristos 2006-10-08- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.thorpej 2006-04-22Move strtoumax.c from libc/stdlib to common/libc/stdlib and include itthorpej 2005-12-21Add the old small random from the libkern and use it for now.christos 2005-12-21Make this compile for the kernel again.christos 2005-12-20Merge libkern + libc common files. As requested by core.christos