summaryrefslogtreecommitdiffstats
path: root/libc/misc/wchar
Commit message (Expand)AuthorAgeFilesLines
* memmove, exit are external iconv_mainPeter S. Mazinger2005-12-161-2/+2
* New regex as wellPeter S. Mazinger2005-12-161-1/+2
* Hide C and wchar related stuffPeter S. Mazinger2005-12-162-3/+3
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-0/+1
* Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an exte...Peter S. Mazinger2005-12-101-4/+0
* Remove trailing ';' from strong_alias, thx Bernhard FischerPeter S. Mazinger2005-12-101-4/+4
* Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger2005-12-101-0/+2
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+2
* Hide morePeter S. Mazinger2005-12-071-0/+1
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-061-2/+2
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-061-2/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-4/+2
* Hiding againPeter S. Mazinger2005-11-292-14/+20
* Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger2005-11-281-6/+16
* Hide some wcs*Peter S. Mazinger2005-11-271-0/+1
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Hide some morePeter S. Mazinger2005-11-211-6/+6
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-53/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+49
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-13/+9
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-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