Age | Commit message (Expand) | Author |
2003-09-06 | Don't install floating point related headers, and wrap some previously | Manuel Novoa III |
2003-09-05 | Add support for ftw and nftw | Eric Andersen |
2003-09-05 | Move an #endif that was in the wrong place. | Manuel Novoa III |
2003-09-03 | Only define __STDC_ISO_10646__ if wide char support is enabled. | Manuel Novoa III |
2003-08-28 | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III |
2003-08-25 | Add missing header. | Manuel Novoa III |
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III |
2003-08-22 | Avoid gratuitous conflicts when used with kernel headers | Eric Andersen |
2003-08-11 | also carefully booleanize the false value | Eric Andersen |
2003-08-10 | silly me, thats not going to work. | Eric Andersen |
2003-08-10 | An even simpler likely | Eric Andersen |
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 |