OSDN Git Service

ctype.c, ctype.h: remove commented parts that were banned for removal after 0.9.31
[uclinux-h8/uClibc.git] / libc / misc / locale /
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
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
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-11-07 Bernhard Reutner... - less verbose make clean
2008-10-31 Bernhard Reutner... - whitespace fixes
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-04 Bernd SchmidtFix typo that prevented "make clean" from removing...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-19 Carmelo AmorosoAdded a bounch of locale fixes.
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
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-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. MazingerAdd files for IMA. Yes, I know it's a hack and no,...
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*
2005-11-25 Peter S. MazingerIntegrate locales into new build system, move everythin...
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-04 Peter S. MazingerCorrect XLOCALE enabled builds pointed out by nitinkg
2005-11-03 Peter S. MazingerLast bits for IMA, now everything can be built w/ DOMUL...
2005-11-03 Peter S. MazingerEnable IMA
2005-11-01 Peter S. MazingerOnly because of multi sources I had to touch up these...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-28 Peter S. Mazingertypo s/notdir/dir/
2005-10-28 Peter S. MazingerCorrect building locales and backport the changes
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-02-12 Mike Frysingerno more cvs
2005-01-25 Mike Frysingermerge parallel build support
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-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
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-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
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-07 Eric AndersenFixup build a bit more
2002-05-06 Manuel Novoa III The obligatory forgotten files...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-04-09 Manuel Novoa III Revert Erik's changes... they were broken since there...
2002-04-09 Eric AndersenSupport ISblank properly
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-06-02 Manuel Novoa III Add locale-enabled strcoll function from vodz, plus...
2001-06-01 Eric AndersenPut the locale stuff back how it was till we can get...
2001-05-25 Eric AndersenAdd in some more GNU compatible locale stuff. I only...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
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.