OSDN Git Service

uClibc_main: add the needed support for nptl
[uclinux-h8/uClibc.git] / libc / misc / error /
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
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-07 Bernhard Reutner... - less verbose make clean
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-04-22 Carmelo AmorosoAdded support for error_print_progname as proposed
2008-01-05 Mike Frysingermichael_d writes in #1869: make sure GNU error function...
2006-05-04 Mike Frysingeruse weak_alias() for data symbols, not strong_alias()
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-03 Peter S. Mazingererr() is not used internally
2006-02-01 Peter S. Mazingergcc41 does not like this at all
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-29 Peter S. MazingerAdd back the current glibc copyright notice, although...
2006-01-27 Peter S. MazingerDisabled NULL error_print_progname, useless
2006-01-27 Peter S. MazingerUpdate copyright and comment
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-25 Peter S. Mazingererror_message_count got lost
2006-01-23 Peter S. MazingerChange to build w/ -std=c99
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. Mazingers/weak_alias/strong_alias/, only what I knew as needed...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-16 Peter S. Mazingersome global data relocs gone
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingercreate an alias for internal usage
2006-01-04 Mike Frysingertweak __progname handling some more since some [bad...
2005-12-16 Peter S. MazingerConvert users
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. MazingerUse internal \*_strerror_r
2005-12-08 Peter S. MazingerReorder so that no prototype is needed. Is there a...
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-07-28 Manuel Novoa III Fix string.h. Change our _susv3_strerror_r to __xpg_st...
2005-01-25 Mike Frysingermerge parallel build support
2004-03-11 Manuel Novoa III Rewrite the err/warn functions as they were broken...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-09 Eric AndersenPatch from Rob McMullen:
2002-04-05 Eric AndersenAdd a fun pointer to make apps happy
2002-03-15 Eric AndersenSupport gnu error(), patch contributed by Andrew Ip...