summaryrefslogtreecommitdiffstats
path: root/libc/misc/gnu/obstack.c
Commit message (Collapse)AuthorAgeFilesLines
* - sync obstack.{c,h} with glibc (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-299/+123
|
* - disable gettext support in obstack.Bernhard Reutner-Fischer2008-09-251-3/+3
| | | | | In function `print_and_abort': obstack.c:(.text.print_and_abort+0x1b): undefined reference to `__dcgettext'
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-5/+5
|
* - fix warning about old-style function definitionBernhard Reutner-Fischer2008-05-211-32/+33
| | | | This could need a pull from upstream to do away with these __STDC__ conditionals.
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-5/+0
| | | | most of global data relocations are back
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-2/+2
|
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-161-0/+5
| | | | gone from libc. The remaining are left as exercise for others ;-)
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-11/+12
| | | | missing headers, other jump relocs removed
* Convert usersPeter S. Mazinger2005-12-161-1/+1
|
* Always include locale.h, which was included by libintl.h only whenManuel Novoa III2003-11-201-0/+2
| | | | optimizing.
* Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III2003-09-031-1/+2
| | | | well as stub libintl, depending on configuration.
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-1/+1
| | | | | | | | | Move stub gettext functions to a stub libintl to make switching in gnu gettext easier. Also add a few gnu-isms. Change to using hidden names with global weak aliases for the extended locale functions, as expected by libstd++. Slightly rework the locale data generation stuff to allow pregenerated locale data to be used with buildroot.
* Add gnu obstack support. I still need to implement the obstack_printfManuel Novoa III2002-09-191-0/+627
and obstack_vprintf, but at least now the reiserfsprogs build.