| Age | Commit message (Expand) | Author |
| 2010-02-25 | Consistently use __printflike and __scanflike. | joerg |
| 2009-11-15 | Don't define wchar_t for c++; it is native in the language. From Alexander | christos |
| 2009-07-20 | Add a fast, platform independent hash function to libc. | joerg |
| 2009-01-20 | cleanup after devmajor_t: | drochner |
| 2009-01-20 | Change major()/minor() to return 32-bit types again, called | drochner |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-06-21 | Use __builtin_alloc() with pcc. | gmcgarry |
| 2008-04-07 | RANDOM_MAX: don't rely on integer overflow. | yamt |
| 2008-04-01 | everyone else assumes that defining "_XOPEN_SOURCE" means XPG4.2, | drochner |
| 2008-02-28 | add RANDOM_MAX define from anon ymous | christos |
| 2008-02-02 | Add csetexpandtc() | christos |
| 2007-12-24 | change some __attribute__s to __keywords | perry |
| 2007-12-14 | humanize_number was the only function in <util.h> that is not in libutil. | christos |
| 2007-11-19 | Enable posix_memalign(). | ad |
| 2007-04-22 | The alloca() arg type check is broken (cpp do not do string comparisions) | ragge |
| 2006-03-15 | Add strtof(3) and strtold(3); welcome libc 12.137. | kleink |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-24 | __const__ -> const | perry |
| 2005-09-26 | Move getenv_r() to the local section. | kleink |
| 2005-09-25 | Add getenv_r and ttyname_r | christos |
| 2005-09-13 | compat code reorg | christos |
| 2005-06-11 | Add a macro __MKTEMP_OK__ that renames mktemp() to _mktemp() for uses that | christos |
| 2005-02-03 | de-__P -- the hack is long since useless. Discussed with christos, | perry |
| 2004-12-16 | Add a function called getdevmajor(). | atatat |
| 2004-05-27 | Add unix/98 pty function prototypes. | christos |
| 2004-04-23 | more const sprinkling on cget* suggested by kleink. | christos |
| 2004-04-23 | constify the db name vector argument. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-08 | Do not give names to the parameters in function prototypes (those names | kristerw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-04-14 | Well, _The_ Open Group. | kleink |
| 2003-04-14 | Use the real TOG specification name for references. | kleink |
| 2003-04-07 | 1003.1-2001 has introduced unsetenv() which differs from the current | kleink |
| 2003-03-01 | Add _Exit(), for C99 and POSIX-2001. | bjh21 |
| 2002-11-29 | add strsuftoll(3) and strsuftollx(3) - parse a string for a number | lukem |
| 2002-05-24 | add arc4random(3). from openbsd | itojun |
| 2001-03-28 | Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557 | kleink |
| 2001-03-21 | Sprinkle some restrict qualifiers. | kleink |
| 2001-03-10 | add prototypes for shquote() and shquotev() | cgd |
| 2001-02-19 | add prototypes for getprogname and setprogname | cgd |
| 2000-12-20 | deal with bsearch duplicate declaration. | christos |
| 2000-11-15 | Move fmtcheck() prototype to stdio.h. It makes more sense to declare it | briggs |
| 2000-10-20 | Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check | briggs |
| 2000-10-03 | Allow format-arg checking for setproctitle | sommerfeld |
| 2000-08-10 | ISO/IEC 9899:1999: MB_CUR_MAX expands to a positive integer expression with | kleink |
| 2000-08-08 | Preparation for the future introduction of multibyte locale. | tshiozak |
| 2000-03-06 | Add ISO C99 long long integer general utility interfaces; partially addresses | kleink |
| 2000-01-10 | Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to | kleink |
| 1999-12-22 | For the benefit of G++'s null pointer constant implementation, #define NULL | kleink |
| 1999-02-06 | Add l64a_r(), a reentrant version of l64a(); found in the Multithreading | kleink |