Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
In function `print_and_abort': obstack.c:(.text.print_and_abort+0x1b): undefined reference to `__dcgettext' | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-05-21 | - fix warning about old-style function definition | Bernhard Reutner-Fischer | |
This could need a pull from upstream to do away with these __STDC__ conditionals. | |||
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-02-01 | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | |
gone from libc. The remaining are left as exercise for others ;-) | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-16 | Convert users | Peter S. Mazinger | |
2003-11-20 | Always include locale.h, which was included by libintl.h only when | Manuel Novoa III | |
optimizing. | |||
2003-09-03 | Some more buildroot-motivated fixes. Avoid installing some headers, as | Manuel Novoa III | |
well as stub libintl, depending on configuration. | |||
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | |
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. | |||
2002-09-19 | Add gnu obstack support. I still need to implement the obstack_printf | Manuel Novoa III | |
and obstack_vprintf, but at least now the reiserfsprogs build. |