]> Git Repo - uclibc-ng.git/history - libc/misc
Reduce memory used by static buffers and allocate that memory dynamicly
[uclibc-ng.git] / libc / misc /
2004-03-18 Eric AndersenReduce memory used by static buffers and allocate that...
2004-03-11 Manuel Novoa III Rewrite the err/warn functions as they were broken...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2004-01-21 Eric AndersenSplit up syscalls.c, since it had grown to be quite...
2004-01-17 Manuel Novoa III Prevent runaway asserts, which can happen if there...
2004-01-14 Manuel Novoa III Add a dummy (always fails) wcsftime. This is needed...
2004-01-04 Manuel Novoa III My mistake. We do need some weak pthread_* funcs....
2004-01-02 Eric AndersenPeter S. Mazinger writes:
2003-12-27 Manuel Novoa III Handle the app_fini stuff in exit without requiring...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-12-14 Manuel Novoa III Fix some dst issues in _time_mktime().
2003-12-14 Manuel Novoa III Fix a couple of 'declaration after statement' errors.
2003-12-04 Manuel Novoa III Building of iconv.o was accidently always disabled.
2003-11-20 Manuel Novoa III Always include locale.h, which was included by libintl...
2003-11-16 Manuel Novoa III I forgot to update the thread locking in the last dst...
2003-11-08 Eric AndersenFor now, disable the iconv utility
2003-11-08 Eric AndersenFix up several errors related to filename length and...
2003-11-07 Manuel Novoa III Add clock_gettime() submitted by Justus Pendleton ...
2003-11-02 Manuel Novoa III Hopefully fix the struct tm extension problem once...
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-12 Eric AndersenDon't make two copies
2003-10-12 Eric AndersenSigh. It seems that csh wants glob_pattern_p(), we...
2003-10-09 Eric AndersenPatch from Rob McMullen:
2003-10-08 Eric AndersenApply a trivial patch that doesn't change anything...
2003-09-09 Manuel Novoa III Fix wctype.c so that wchar can be enabled without ctype...
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2003-09-06 Eric Andersenoops. ftw would blow chunks if UCLIBC_HAS_LFS was...
2003-09-06 Eric Andersenfixup ftw and ftw64. Unfortunately, adding ftw64 doubl...
2003-09-06 Eric AndersenFix the bugs I stupidly added
2003-09-06 Eric AndersenLet people enable ftw, make glob an option, add a new...
2003-09-05 Eric AndersenAdd support for ftw and nftw
2003-09-03 Manuel Novoa III Some more buildroot-motivated fixes. Avoid installing...
2003-09-01 Manuel Novoa III Hack around bg_BG bug; grouping specified but no thousa...
2003-09-01 Manuel Novoa III Rework a few things.
2003-08-28 Manuel Novoa III Create a typedef for the ctype bitmask table entries.
2003-08-24 Eric Andersenconditionally add wordexp, in this case ripped from...
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-18 Manuel Novoa III _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno...
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...
2003-06-30 Eric AndersenYield to yet another glibc-ism and add __progname
2003-06-17 Manuel Novoa III Optionally support the struct tm extension fields.
2003-04-29 Eric AndersenuClibc 0.9.19 has a bug in globfree(). If the previous...
2003-04-19 Eric AndersenPatch from Marshall M. Midden:
2003-02-24 Eric AndersenFixup some small issues that show up when large file...
2003-02-17 David McCulloughUse a define for the path to /etc/TZ
2003-02-08 Eric AndersenFixup handling of the .note.ABI-tag section so that...
2003-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...
2003-01-23 Eric AndersenMaking atexit weak does nothing for dynamicly linked...
2003-01-18 Eric AndersenOnly include lockf64 when large file support is enabled...
2003-01-10 Eric AndersenImplement lockf64
2002-12-20 Manuel Novoa III The big thing is locale dependent collation support.
2002-12-02 Manuel Novoa III Cut and paste error.
2002-12-02 Manuel Novoa III Forgot one...
2002-12-02 Manuel Novoa III Add hsearch and hsearch_r. Consolidate all functions...
2002-11-27 Manuel Novoa III Fix bug in setting daylight and timezone when no (valid...
2002-11-23 Manuel Novoa III Oops.. left in a bit of debugging code.
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-21 Eric AndersenDoh! As Stefan Allius points out, I forgot to properly...
2002-11-21 Eric AndersenPatch from Yoshinori Sato to update the h8300 architecture.
2002-11-14 Eric AndersenAs released in uClibc 0.9.16, regex was being compiled...
2002-11-08 Manuel Novoa III Add wcwidth and wcswidth, based on Markus Kuhn's wcwidt...
2002-11-05 Manuel Novoa III Forgot to change btowc and wctob when I changed the...
2002-11-04 Manuel Novoa III Add printf wchar support for %lc (%C) and %ls (%S).
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-10-28 Manuel Novoa III ANSI/ISO C99 requires assert() to write to stderr....
2002-10-28 Manuel Novoa III Allow timezone info to be specified in a file... /etc...
2002-10-25 Eric AndersenFixup depends
2002-10-25 Eric AndersenDoh. Add a missing #include to interp.c. I wonder...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-26 Eric AndersenReplace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
2002-09-19 Manuel Novoa III Add gnu obstack support. I still need to implement...
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
2002-09-14 Eric AndersenFix a thinko -- I used the wrong symbol to check for...
2002-09-10 Eric AndersenPatch from Tiago Marques <[email protected]...
2002-09-09 "Steven J. Hill"Fixed compile bugs having to do with 64-bit filesystem...
2002-09-03 Eric AndersenSupport fstatvfs64 and statvfs64
2002-09-03 Eric AndersenOops. Turns out I broke statvfs() and fstatvfs() back...
2002-08-26 Eric AndersenImplement missing readdir64_r.c
2002-08-25 Eric AndersenMake shm stuff work properly.
2002-08-19 Eric AndersenEliminate wrapping of struct stat and use the kernel...
2002-08-19 Eric AndersenAdd a .note section to make gdb happy
2002-08-19 Eric AndersenCall the pthread setup junk early if possible.
2002-08-19 Eric AndersenBe prepared to call __pthread_initialize_minimal
2002-08-12 Eric AndersenFix use of __pthread_once, and fix rpc usage of thread...
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-08-08 Eric AndersenShuffle things around a bit. Looks a little cleaner.
2002-08-08 Eric AndersenCleanup warnings and fix prototypes
2002-08-07 Eric AndersenRemove some noise
2002-08-03 Manuel Novoa III A couple of little cleanups I forgot to check in.
2002-08-03 Eric AndersenWhen DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE...
2002-07-16 Eric AndersenDo not assume NULL termination on the ut_id field....
2002-07-15 Manuel Novoa III Clean up CLK_TCK situation. clock() and sysconf()...
2002-07-10 Eric AndersenTobias Anderberg <[email protected]> noticed...
2002-07-05 Manuel Novoa III Add copyright message and remove dead code.
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
next
This page took 0.087715 seconds and 7 git commands to generate.