summaryrefslogtreecommitdiff
path: root/libc/misc/gnu/obstack.c
AgeCommit message (Expand)Author
2016-12-21remove obstack supportWaldemar Brodkorb
2016-12-03fix obstack compile issue after libintl/gettext removalWaldemar Brodkorb
2016-12-02remove libintl stub and libintl.h headerWaldemar Brodkorb
2016-04-03Provide an alias to _obstack_freeAlexey Neyman
2013-06-28libc: Fix _obstack_newchunk public symbol visBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15obstack.c: use libintl.hPeter S. Mazinger
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-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...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
2003-11-20Always include locale.h, which was included by libintl.h only whenManuel Novoa III
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