OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / libc / misc / locale / locale.c
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingererrno and *_init cleanup
2012-06-15 Peter S. Mazingerlocale.c, uClibc_locale.h: provide hidden __curlocale...
2012-06-15 Peter S. Mazingerdo not include xlocale.h, it is included by locale...
2012-04-17 Bernhard Reutner... locale: avoid segfault freelocale()
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-07 Peter S. Mazingerlocale.c: export newlocale only if XLOCALE is defined
2011-03-07 Peter S. Mazingerlocale.c, locale.h: no need for hidden duplocale
2011-03-03 Peter S. Mazingerupdate some headers
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2008-12-21 Denis Vlasenkomore of warning fixes, mostly pointer signedness mismatches
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: heed a pile of warnings
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: remove one unneeded static...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-10-31 Bernhard Reutner... - whitespace fixes
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-19 Carmelo AmorosoAdded a bounch of locale fixes.
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-30 Peter S. Mazingersome more prototypes
2006-01-29 Mike FrysingerPatch by Joseph S. Myers to add support for ARM EABI
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerHide locales
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-09 Peter S. MazingerDo __nl_langinfo, partly sync header w/ glibc, add...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-27 Peter S. MazingerHide some of mem* and str*
2004-09-10 Manuel Novoa III Hide some x86-specific devel asserts.
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-12-14 Manuel Novoa III Fix a couple of 'declaration after statement' errors.
2003-09-01 Manuel Novoa III Hack around bg_BG bug; grouping specified but no thousa...
2003-08-28 Manuel Novoa III Create a typedef for the ctype bitmask table entries.
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-17 Manuel Novoa III Fix a cut-and-paste error. Collation should be working...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-12-20 Manuel Novoa III The big thing is locale dependent collation support.
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-01 Manuel Novoa III Fix a stupid bug.
2002-11-01 Manuel Novoa III Reworked setlocale() return values and locale arg proce...
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-08 Manuel Novoa III Added a version of nl_langinfo for the stub C/POSIX...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2001-06-02 Manuel Novoa III Add locale-enabled strcoll function from vodz, plus...
2001-03-21 Eric AndersenStub out localeconv. Please look over this to check...
2001-03-19 Manuel Novoa III Since Erik apparently wants def/undef vs def 1/0...
2001-03-18 Manuel Novoa III Part of the ctype locale support.