summaryrefslogtreecommitdiff
path: root/libc/misc/gnu
AgeCommit message (Expand)Author
2013-11-06misc: fix nm 'No such file' errorBaruch Siach
2013-06-28libc: Fix _obstack_newchunk public symbol visBernhard Reutner-Fischer
2013-06-14libc: hide obstack relocationsBernhard Reutner-Fischer
2013-06-14libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintfAnthony G. Basile
2013-06-14config: UCLIBC_HAS_OBSTACK to optionally enable obstack supportAnthony G. Basile
2013-02-07buildsys: switch warning into a TODOBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15obstack.c: use libintl.hPeter S. Mazinger
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-06- sync obstack.{c,h} with glibc (Peter S. Mazinger)Bernhard Reutner-Fischer
2008-09-25- disable gettext support in obstack.Bernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-21- fix warning about old-style function definitionBernhard Reutner-Fischer
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Convert usersPeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-01-25merge parallel build supportMike Frysinger
2003-11-20Always include locale.h, which was included by libintl.h only whenManuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-03Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2002-09-19Add gnu obstack support. I still need to implement the obstack_printfManuel Novoa III