Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-02 | remove libintl stub and libintl.h header | Waldemar Brodkorb | |
As __UCLIBC_HAS_GETTEXT_AWARENESS__ is never defined, this is mostly dead code. It is planned to integrate libiconv-tiny and gettext-tiny into uClibc-ng after the next release, so that more software packages can be used without modification. Remove any _/_N macro usage. | |||
2006-02-13 | Remove __x | Peter S. Mazinger | |
2006-01-16 | Update license | Peter S. Mazinger | |
2003-09-01 | Rework a few things. | Manuel Novoa III | |
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. |