OSDN Git Service

nptl: rephrase *.sym handling
[uclinux-h8/uClibc.git] / libc / stdlib /
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-09 Denis Vlasenkosetenv.c: tiny code shrink
2008-12-09 Denis Vlasenkosetenv.c: further code shrink
2008-12-09 Denis Vlasenkofix segv on clearenv(); unsetenv("foo"); [was deref...
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkol64a: shrink by 13 bytes, and -1 reloc
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-25 Bernhard Reutner... - remove some bloat that was added in r23660 and subseq...
2008-11-25 Bernhard Reutner... - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-09 Bernhard Reutner... - for !UNIX98PTY_ONLY we have to fallback to old-style...
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-29 Bernhard Reutner... - fix another fallout from r23660
2008-10-28 Rob LandleyFinally fix the MALLOC=y and MALLOC_SIMPLE=y breakage...
2008-10-27 Bernhard Reutner... - pull in prototype for memalign()
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-16 Bernhard Reutner... This should fix malloc with debug and without threads...
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-10-08 Bernhard Reutner... - Fix strtol*() with xlocale (on e.g. x86_64) (closes...
2008-09-30 Bernhard Reutner... - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS...
2008-09-25 Bernhard Reutner... - fix compilation of legacy mode
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-07 Bernhard Reutner... - revert incorrect parts of r22257 and 22259
2008-06-07 Bernhard Reutner... - remove __USE_BSD guard from __bsd_getpt().
2008-06-07 Bernhard Reutner... - UCLIBC_HAS_GETPT pulls in getpt.
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-02 Denis Vlasenkolibc/stdlib/stdlib.c: fix whitespace damage. No code...
2008-06-02 Denis Vlasenkofix bug 1577: '`' is not an acceptable digit for strto...
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
2008-05-30 Bernhard Reutner... - try to pickup UINTMAX_MAX
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-20 Bernhard Reutner... - note that __drand48_iterate should be void
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-08 Denis Vlasenkorealpath: do not set bogus errno when readlink fails.
2008-04-28 Denis Vlasenko__uc_malloc: remove stray semicolons
2008-02-12 Denis Vlasenkoadd hidden_proto's for __uc_malloc
2008-01-17 Bernhard Reutner... - fix compilation:
2008-01-05 Mike Frysingermichael_d writes in 1879:
2007-12-03 Denis Vlasenkorealpath: reduce stack usage from 3*PATH_MAX (12k)...
2007-09-19 Denis VlasenkoFix author name and copyright notice in __uc_malloc.c
2007-09-19 Denis Vlasenkofix assembler error. libc_hidden_data_def cannot work...
2007-09-15 Denis Vlasenkoadd libc_hidden_xxxx for __uc_malloc
2007-07-30 Denis Vlasenkointroduce __uc_malloc, so that users can intercept...
2007-05-04 Bernhard Reutner... - commentary typo fix
2007-04-24 Mike Frysingerfix from Bernd Schmidt for realloc shrinkage bug
2007-04-13 Mike Frysingerfix up malloc debug building
2007-04-11 Mike FrysingerPOSIX says you can use realloc() to shrink buffers...
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2007-02-08 Eric Andersenrevert 17821, wait for better test cases
2007-02-08 Eric AndersenMiguel Angel Alvarez writes:
2007-02-08 Mike Frysingerhandle file_name==NULL and file_name=="" as required...
2007-01-29 Mike FrysingerRichard Sandiford writes:
2007-01-24 Mike Frysingerfix from Bryan Wu: return NULL upon error, not the...
2006-12-17 Mike Frysingerrename local "brk" var so it doesnt namespace collide...
2006-12-11 Eric Andersenmostly revert the locking changes for 'malloc', as...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-11-29 Bernhard Reutner... - Cleanout the only occurance of the SUSv3 LEGACY funct...
2006-11-29 Bernhard Reutner... - gcvt() is marked LEGACY in XSI and mandatory in BSD.
2006-08-25 Mike Frysingerfix from psm: makes use of the malloc debug option...
2006-08-05 Mike Frysingermerge fix from blackfin cvs:
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-03-23 Peter S. MazingerMark some functions as BSD only
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-17 "Steven J. Hill"Fix 'realloc' and revert previous changes to tests...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-24 Peter S. MazingerDo not use __XL_NPP macro
2006-02-24 Peter S. Mazingerguard __ignore_x correctly, move undefs to their proper...
2006-02-22 Peter S. Mazingerexclude 2 files from multi if XLOCALE enabled
2006-02-22 Mike Frysingercheck for a 0 size first, then check for a NULL pointer
2006-02-20 Mike Frysingersync minor touchups with glibc
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-15 Peter S. MazingerReorganize a bit for IMA
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. MazingerUpdate some copyrights
2006-02-13 Peter S. MazingerAdd files for IMA. Yes, I know it's a hack and no,...
2006-02-13 Peter S. MazingerRemove unused files
2006-02-13 Peter S. MazingerMore renames for IMA
2006-02-13 Peter S. MazingerDon't compile arc4random if option not set
2006-02-09 Mike Frysingerjust drop all of the debug code
2006-02-08 Mike FrysingerBernhard Fischer says: get rid of local ret variable
next