| Age | Commit message (Expand) | Author |
| 2018-02-07 | Fix typos, as reported by Eitan Adler. Update dates. | pgoyette |
| 2018-01-07 | Revert namespacing of atoi(3) | kamil |
| 2018-01-05 | add strfmon_l man page links | snj |
| 2018-01-05 | Register new weak symbol in libc for internal usage: atoi | kamil |
| 2018-01-04 | Add bunch of missing includes of namespace.h in libc | kamil |
| 2017-12-07 | Fix obvious typo (cut&pasto or whatever) - there's only one value that | kre |
| 2017-12-01 | normalise some indentation. NFC. | mrg |
| 2017-11-27 | use calloc rather than malloc + memset 0 | maya |
| 2017-11-27 | Fix various bugs with strfmon: | christos |
| 2017-11-16 | The HPPA architectures (1.1 and 2.0) both define quadruple-word (128-bit) | skrll |
| 2017-11-06 | Assert that __cxa_atexit is not used with NULL as DSO. Don't use | joerg |
| 2017-11-02 | Revert previous on demand. | kamil |
| 2017-11-02 | Correct handling of __cxa_atexit(a,b,NULL) in libc | kamil |
| 2017-10-25 | Add malloc.conf to the NAME section | abhinav |
| 2017-10-07 | remove recallocarray | christos |
| 2017-10-07 | add recallocarray | christos |
| 2017-09-09 | Correct the documentatin of ptsname_r(3) | kamil |
| 2017-08-16 | Typo fix. | wiz |
| 2017-08-16 | Add missing strfmon_l. Noticed by Bruno Haible. Add test case. | joerg |
| 2017-08-12 | PR lib/50316: Gracefully handle a zero number of members argument. | ginsbach |
| 2017-07-14 | Drop TLS variant checks, emutls is enough for VAX and Sun2. | joerg |
| 2017-07-11 | Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This | joerg |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-05-19 | remove accidental __strong_alias additions, noticed by coypu. | christos |
| 2017-05-19 | use strerror_r_ss() | christos |
| 2017-05-19 | The BSD qsort() performs tail recursion elimination on the second | christos |
| 2017-04-26 | Clean up the NAME section. | abhinav |
| 2017-02-07 | PR/51958: Ngie Cooper: ESRCH error description in hcreate(3) contains typo | christos |
| 2017-01-13 | use getpagesize(3). | christos |
| 2017-01-12 | Avoid sysconf: __sysconf -> sysctlgetmibinfo -> strtoimax -> locale, etc. | christos |
| 2017-01-12 | make this smaller. | christos |
| 2016-12-17 | Fix typo | abhinav |
| 2016-11-07 | Use the keywords `underflow' and `overflow' in ERANGE summary. | riastradh |
| 2016-11-07 | Fix phrasing about `out-of-band' and `sentinel value'. | riastradh |
| 2016-11-05 | Update strtoul(3) example to reflect clarifications in strtol(3). | riastradh |
| 2016-11-04 | Bump date for previous. | riastradh |
| 2016-11-04 | Tidy up the second example too. | riastradh |
| 2016-11-04 | Simplify error condition case. | riastradh |
| 2016-11-04 | Distinguish invalid syntax from trailing garbage cases. Clarify. | riastradh |
| 2016-11-04 | Distinguish altogether invalid syntax from trailing garbage. | riastradh |
| 2016-11-04 | EXIT_FAILURE police | riastradh |
| 2016-11-04 | Fix infinity detection with isinf(d), not d == HUGE_VAL. | riastradh |
| 2016-11-04 | Add example for strtod. | riastradh |
| 2016-11-04 | Fix description of ERANGE cases again. | riastradh |
| 2016-06-01 | Fix manually applied patch. Mark up NULL with Dv. | wiz |
| 2016-06-01 | Document return value for realloc(3) when size is 0. From PR lib/47384 | pgoyette |
| 2016-05-01 | Fix type name. From Abhinav. | joerg |
| 2016-04-12 | lib/50791: Instead of using sorting the arena chunks by address only, | joerg |
| 2016-04-06 | Revert prior, no idea why it was causing me problems, but it no longer does. | roy |
| 2016-04-05 | Stop calling reallocarr and just do the same bounds checking but without | roy |