Age | Commit message (Expand) | Author |
2003-08-10 | Update likely() to cope with truth values other than 1 | Eric Andersen |
2003-08-08 | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-06-17 | Optionally support the struct tm extension fields. | Manuel Novoa III |
2003-06-16 | Add memmem(). | Manuel Novoa III |
2003-06-14 | Comment out the rpl_malloc workaround. It was a good idea, but it violates | Eric Andersen |
2003-06-12 | The mere presence of stropts.h causes many configure scripts to erroneously | Eric Andersen |
2003-06-05 | We do not provide getfsent and friends, so remove this header | Eric Andersen |
2003-05-29 | Eviscerate stropts.h so configure scripts won't try to use STREAMS | Eric Andersen |
2003-05-27 | grr. It's a void *, not a char *. | Eric Andersen |
2003-05-27 | Change 'N' to '__size' to avoid conflicts with common #define of N | Eric Andersen |
2003-05-23 | Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as | Eric Andersen |
2003-03-13 | resync with glibc 2.3 | Eric Andersen |
2003-03-07 | Patch from Stefan Allius: | Eric Andersen |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen |
2003-02-27 | Major update for pthreads, based in large part on improvements | Eric Andersen |
2003-02-17 | Patch from Stefan Allius: | Eric Andersen |
2003-02-17 | Use a define for the path to /etc/TZ | David McCullough |
2003-01-09 | Hide unimplemented and legacy ecvt and friends from configure. | Eric Andersen |
2003-01-08 | Disable the __USE_EXTERN_INLINES versions of these headers, which | Eric Andersen |
2003-01-08 | For now, "#if 0" out the inlining of (currently unsupported) glibc-specific | Manuel Novoa III |
2002-12-20 | The big thing is locale dependent collation support. | Manuel Novoa III |
2002-12-17 | Dop not restrict the IFTODT() and DTTOIF() macros when | Eric Andersen |
2002-11-27 | Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXIT | Eric Andersen |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-20 | Patch from Aidan Van Dyk to make _toupper and _tolower | Eric Andersen |
2002-11-19 | Aidan Van Dyk noticed that _toupper and _tolower were misbehaving. | Eric Andersen |
2002-11-19 | cut-n-paste typo | Eric Andersen |
2002-11-19 | Update to sync up with glibc 2.3 | Eric Andersen |
2002-11-14 | Implement sendfile64 | Eric Andersen |
2002-11-09 | Make sure we have __linux__ defined | Eric Andersen |
2002-11-08 | Disble unimplemented function prototypes | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-13 | It turns out that __thread is now a gcc keyword. We used __thread in | Eric Andersen |
2002-09-19 | Add gnu obstack support. I still need to implement the obstack_printf | Manuel Novoa III |
2002-09-19 | Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul | Manuel Novoa III |
2002-09-04 | Added function 'get_current_dir_name' for Linux Test Project. Tested and | "Steven J. Hill" |
2002-08-27 | Obligatory forgotten file... sys_errlist garbage. | Manuel Novoa III |
2002-08-27 | Make this as glibc-like as possible while avoiding the fileutils | Manuel Novoa III |
2002-08-27 | Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutils | Eric Andersen |
2002-08-27 | No need to hide this stuff when _DIRENT_HAVE_D_TYPE is not | Eric Andersen |
2002-08-26 | sparc, alpha, and mips have different errno values than the other | Manuel Novoa III |
2002-08-25 | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen |
2002-08-20 | Unlike glibc, uClibc doesn't always support the d_type field of | Manuel Novoa III |
2002-08-19 | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen |
2002-08-19 | Fixup struct _res handling so apps using struct _res can actually | Eric Andersen |
2002-08-16 | Disable macro implementations. Somehow I missed the following from the | Manuel Novoa III |
2002-08-16 | Remove thread-specific stuff entirely. | Miles Bader |
2002-08-16 | (_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined, | Miles Bader |
2002-08-16 | (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader |