summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III2003-09-032-2/+6
* Hack around bg_BG bug; grouping specified but no thousands separator.Manuel Novoa III2003-09-011-0/+24
* Rework a few things.Manuel Novoa III2003-09-012-5/+52
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-282-34/+126
* conditionally add wordexp, in this case ripped from glibc.Eric Andersen2003-08-243-1/+2287
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-249-154/+82
* _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.Manuel Novoa III2003-08-181-0/+7
* Fix a cut-and-paste error. Collation should be working again.Manuel Novoa III2003-08-171-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-0115-844/+2667
* Yield to yet another glibc-ism and add __prognameEric Andersen2003-06-301-0/+3
* Optionally support the struct tm extension fields.Manuel Novoa III2003-06-172-12/+40
* uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen2003-04-291-2/+2
* Patch from Marshall M. Midden:Eric Andersen2003-04-191-33/+39
* Fixup some small issues that show up when large file support is disabledEric Andersen2003-02-241-0/+2
* Use a define for the path to /etc/TZDavid McCullough2003-02-171-1/+2
* Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen2003-02-083-88/+1
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-286-79/+86
* Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen2003-01-231-3/+5
* Only include lockf64 when large file support is enabled, fixingEric Andersen2003-01-182-1/+23
* Implement lockf64Eric Andersen2003-01-102-1/+86
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-76/+280
* Cut and paste error.Manuel Novoa III2002-12-021-4/+5
* Forgot one...Manuel Novoa III2002-12-021-33/+0
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-029-93/+334
* Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III2002-11-271-3/+5
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
* Ok... here's the summary:Manuel Novoa III2002-11-225-43/+662
* Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen2002-11-211-1/+2
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-211-0/+4
* As released in uClibc 0.9.16, regex was being compiled withoutEric Andersen2002-11-141-2/+2
* 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
* Fix a stupid bug.Manuel Novoa III2002-11-011-0/+1
* Reworked setlocale() return values and locale arg processing toManuel Novoa III2002-11-011-89/+166
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-3115-23/+23
* ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III2002-10-281-0/+35
* Allow timezone info to be specified in a file... /etc/TZ. Turned on byManuel Novoa III2002-10-281-3/+132
* Fixup dependsEric Andersen2002-10-251-3/+3
* Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen2002-10-251-0/+1
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-56/+111
* Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-09-261-2/+4
* Add gnu obstack support. I still need to implement the obstack_printfManuel Novoa III2002-09-193-1/+671
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-193-3/+14
* Fix a thinko -- I used the wrong symbol to check for LFS support.Eric Andersen2002-09-141-1/+1
* Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back toEric Andersen2002-09-101-3/+12
* Fixed compile bugs having to do with 64-bit filesystem operations that"Steven J. Hill"2002-09-091-0/+4
* Support fstatvfs64 and statvfs64Eric Andersen2002-09-033-1/+120
* Oops. Turns out I broke statvfs() and fstatvfs() back in February,Eric Andersen2002-09-032-26/+0
* Implement missing readdir64_r.cEric Andersen2002-08-262-1/+81