summaryrefslogtreecommitdiffstats
path: root/libc/misc/wchar
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-20/+0
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-181-209/+46
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-07-091-1/+1
* Minor changes to silent compiler warning due to sigdness.Carmelo Amoroso2009-01-291-1/+1
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-9/+9
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-10/+10
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-0/+7
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-20/+22
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-4/+2
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-4/+4
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-103/+103
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-3/+9
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-1/+0
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-2/+0
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-242-6/+4
* Merge from trunk."Steven J. Hill"2006-02-2818-526/+202
* Big fricking merge from trunk."Steven J. Hill"2006-01-072-10/+6
* Merge from trunk."Steven J. Hill"2005-12-131-4/+0
* Merge from trunk."Steven J. Hill"2005-12-101-4/+4
* Merge from trunk."Steven J. Hill"2005-12-101-0/+4
* Merge from trunk."Steven J. Hill"2005-12-081-0/+1
* Merge from trunk."Steven J. Hill"2005-12-081-4/+4
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-4/+2
* Merge from trunk."Steven J. Hill"2005-11-293-85/+53
* Massive merge from trunk."Steven J. Hill"2005-11-171-2/+4
* Copy from trunk."Steven J. Hill"2005-10-301-0/+49
* Big sync with trunk."Steven J. Hill"2005-09-241-11/+11
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-113-34/+39
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-3/+3
* Building of iconv.o was accidently always disabled.Manuel Novoa III2003-12-041-8/+4
* For now, disable the iconv utilityEric Andersen2003-11-081-8/+7
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-311-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.Manuel Novoa III2003-08-181-0/+7
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-013-47/+102
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
* Ok... here's the summary:Manuel Novoa III2002-11-223-41/+653
* Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08.Manuel Novoa III2002-11-082-1/+254
* Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III2002-11-051-9/+25
* Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III2002-11-041-15/+41
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-0/+4
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-1/+1
* When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled,Eric Andersen2002-08-031-2/+6
* Add copyright message and remove dead code.Manuel Novoa III2002-07-051-157/+28
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-033-21/+626
* Multibyte and wide char conversion functions. Some work still to do, butManuel Novoa III2002-05-232-0/+770