summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2002-11-27Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III
2002-11-23Oops.. left in a bit of debugging code.Manuel Novoa III
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-21Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen
2002-11-21Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen
2002-11-14As released in uClibc 0.9.16, regex was being compiled withoutEric Andersen
2002-11-08Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08.Manuel Novoa III
2002-11-05Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III
2002-11-04Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III
2002-11-01Fix a stupid bug.Manuel Novoa III
2002-11-01Reworked setlocale() return values and locale arg processing toManuel Novoa III
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-28ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III
2002-10-28Allow timezone info to be specified in a file... /etc/TZ. Turned on byManuel Novoa III
2002-10-25Fixup dependsEric Andersen
2002-10-25Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-26Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-09-19Add gnu obstack support. I still need to implement the obstack_printfManuel Novoa III
2002-09-19Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III
2002-09-14Fix a thinko -- I used the wrong symbol to check for LFS support.Eric Andersen
2002-09-10Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back toEric Andersen
2002-09-09Fixed compile bugs having to do with 64-bit filesystem operations that"Steven J. Hill"
2002-09-03Support fstatvfs64 and statvfs64Eric Andersen
2002-09-03Oops. Turns out I broke statvfs() and fstatvfs() back in February,Eric Andersen
2002-08-26Implement missing readdir64_r.cEric Andersen
2002-08-25Make shm stuff work properly.Eric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-19Add a .note section to make gdb happyEric Andersen
2002-08-19Call the pthread setup junk early if possible.Eric Andersen
2002-08-19Be prepared to call __pthread_initialize_minimalEric Andersen
2002-08-12Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen
2002-08-12Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III
2002-08-08Shuffle things around a bit. Looks a little cleaner.Eric Andersen
2002-08-08Cleanup warnings and fix prototypesEric Andersen
2002-08-07Remove some noiseEric Andersen
2002-08-03A couple of little cleanups I forgot to check in.Manuel Novoa III
2002-08-03When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled,Eric Andersen
2002-07-16Do not assume NULL termination on the ut_id field. ThanksEric Andersen
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-07-10Tobias Anderberg <tobias.anderberg@axis.com> noticed thatEric Andersen
2002-07-05Add copyright message and remove dead code.Manuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-07-02Oops. missed a spotEric Andersen
2002-07-02openlog could deadlock when called from vsyslog, soEric Andersen
2002-06-20Cleanup the function pointer comparisionsEric Andersen
2002-06-18Add in thread locking for tzset() and associated data. Also, fix a bug soManuel Novoa III
2002-06-18Fix thread locking so it worksEric Andersen
2002-06-18Fix locking. KillEric Andersen
2002-06-18Some commentaryEric Andersen