| Age | Commit message (Expand) | Author |
| 2017-07-06 | Fix ISO C compliance: strtol of "0xX" should give the largest valid | joerg |
| 2016-11-05 | Set *endptr in all paths out of strtoul and family. | riastradh |
| 2016-02-08 | whitespace | dholland |
| 2015-11-13 | comment out 0{b,B} handling. | christos |
| 2015-11-12 | Fix capitalization | christos |
| 2015-11-12 | Recognize 0[bB] as binary (base 2) | christos |
| 2015-05-01 | - new test for strtoi | christos |
| 2015-01-18 | match variable names with man page (Kamil Rytarowski) | christos |
| 2015-01-16 | add strto{i,u} from Kamil Rytarowski as discussed in tech-userlevel. | christos |
| 2014-06-12 | update for the new function signatures of initstate/srandom | christos |
| 2013-12-11 | Allow kernel code to access constant databases by moving cdbr(3) and the | joerg |
| 2013-12-02 | Fix aliases. | joerg |
| 2013-12-02 | changed lua_Number to int64_t | lneto |
| 2013-05-17 | Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. | joerg |
| 2013-04-26 | Restore standalone strtol/strtoul for citrus for now. | joerg |
| 2013-04-16 | Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain | joerg |
| 2013-04-16 | Do not use isalpha here, since we explicitly only support the Portable | joerg |
| 2012-03-22 | bring the casts to the operands, not the operation results. | christos |
| 2012-03-09 | Casts and type changes to fix portability issues. | christos |
| 2009-05-20 | Set endptr if the base is not supported. The opengroup spec does not special | christos |
| 2008-11-17 | oops, converted some #ifndef into #if defined... | jnemeth |
| 2008-11-17 | Convert all #ifdef _KERNEL to #if defined (_KERNEL) || defined(_STANDALONE) | jnemeth |
| 2008-11-16 | Our qsort() is inappropriate for kernel use because it makes recursive | ad |
| 2008-11-16 | Make qsort() available in libkern. | ad |
| 2008-09-10 | Prepare use of strtoull, strtoumax and strtoimax in tools/compat by | joerg |
| 2008-08-22 | Properly deal with LIBC namespace issues. | matt |
| 2008-08-22 | Unbork cross-builds in tools/compat/ | dogcow |
| 2008-08-20 | Fix build breakage by adding appropriate #includes. | oster |
| 2008-08-20 | Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one | joerg |
| 2006-12-18 | remove bogus (void)&var; from Anon Ymous | christos |
| 2006-10-08 | - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. | thorpej |
| 2006-04-22 | Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it | thorpej |
| 2005-12-21 | Add the old small random from the libkern and use it for now. | christos |
| 2005-12-21 | Make this compile for the kernel again. | christos |
| 2005-12-20 | Merge libkern + libc common files. As requested by core. | christos |