Age | Commit message (Expand) | Author |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-14 | libc/stdlib: add mkostemp helpers | Mike Frysinger |
2012-06-15 | getpt.c: no need for hidden posix_openpt | Peter S. Mazinger |
2012-06-15 | stdlib.h, arc4random.c: fix arc4random return type to u_int32_t | Peter S. Mazinger |
2012-05-03 | rpmatch: provide out-of-line implementation | Bernhard Reutner-Fischer |
2012-05-03 | rpmatch: make decl parsable | Bernhard Reutner-Fischer |
2012-05-02 | rpmatch: fix previous commit w/C++ compilers | Mike Frysinger |
2012-04-30 | rpmatch: simple inline version | Mike Frysinger |
2012-01-18 | stdlib: use shorhand wur for realloc prototype | Bernhard Reutner-Fischer |
2011-11-07 | stdlib: add qsort_r | Bernhard Reutner-Fischer |
2011-03-09 | stdlib.c, _strtod.c, stdlib.h: remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | arc4random.c, stdlib.h: get rid of hidden arc4random_stir | Peter S. Mazinger |
2011-03-09 | stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.h | Peter S. Mazinger |
2011-03-09 | move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h | Peter S. Mazinger |
2011-03-03 | update some headers | Peter S. Mazinger |
2010-12-01 | libc: fix strtoq | Natanael Copa |
2010-09-16 | libc: Add canonicalize_file_name function | Carmelo Amoroso |
2009-11-19 | sync some headers and disable unused prototypes | Peter S. Mazinger |
2009-11-14 | realpath: SUSv4 compliant | Bernhard Reutner-Fischer |
2009-07-20 | sync a few headers with glibc (no functional changes) | Mike Frysinger |
2009-07-20 | note that we do not want hidden malloc aliases | Mike Frysinger |
2009-03-25 | - Add strtouq alias (to strtoul) for 64bit | Bernhard Reutner-Fischer |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-09-11 | - remove posix_openpt relocation | Bernhard Reutner-Fischer |
2008-06-07 | - UCLIBC_HAS_GETPT pulls in getpt. | Bernhard Reutner-Fischer |
2008-06-05 | - make libcrypt optional. Untested. | Bernhard Reutner-Fischer |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2007-02-08 | revert previous change; reading POSIX spec some more says we need to set errn... | Mike Frysinger |
2007-02-08 | we crash if the first argument to realpath() is non-null as well so lets mark... | Mike Frysinger |
2007-01-29 | missed an underscore in previous commit | Mike Frysinger |
2007-01-28 | Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULL | Mike Frysinger |
2006-11-29 | - gcvt() is marked LEGACY in XSI and mandatory in BSD. | Bernhard Reutner-Fischer |
2006-02-08 | janlana writes in Bug 700: use standard uint* types rather than u_int | Mike Frysinger |
2006-01-26 | Enable gcvt in header, we build it | Peter S. Mazinger |
2006-01-09 | include stdinit for arc4random() as pointed out by Jan-Benedict Glaw | Mike Frysinger |
2006-01-08 | prototypes for arc4random | Mike Frysinger |
2005-12-08 | Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ... | Peter S. Mazinger |
2005-11-25 | sync with glibc and Paul Brook says: fix posix_memalign prototype by dropping... | Mike Frysinger |
2005-11-05 | Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATS | Peter S. Mazinger |
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger |
2005-08-15 | We do not supply a BSD style getloadavg() function | Eric Andersen |
2004-07-30 | Cleanup some dead wood in the header files | Eric Andersen |
2004-07-27 | Remove all reference to __GLIBC_HAVE_LONG_LONG | Eric Andersen |
2003-09-05 | Move an #endif that was in the wrong place. | Manuel Novoa III |
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III |