OSDN Git Service

The checking Erik added seems to be unnecessary. Without it, I am not
[uclinux-h8/uClibc.git] / include /
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-12-03 Eric AndersenPaul Mundt <lethal@linux-sh.org> writes:
2003-11-21 Eric Andersenprevent some needless warnings when building w/2.6...
2003-11-13 Eric AndersenKill off these headers, which are supposed to be part...
2003-11-02 Eric AndersenAdd some missing prototypes
2003-11-02 Manuel Novoa III Hopefully fix the struct tm extension problem once...
2003-10-24 Eric AndersenSigh. It seems some stupid programs expect this...
2003-10-22 Eric AndersenIt seems we need to also define SI_LOAD_SHIFT since...
2003-10-21 Eric AndersenThose crazy binutils folks changed their abi. Add...
2003-10-20 Eric AndersenMerge some newer/updated bits from the glibc elf.h
2003-10-11 Eric AndersenI forgot to remove this
2003-10-11 Eric AndersenThese are wanted by net-tools
2003-10-10 Eric AndersenWe do not provide gmtime(), so disable the prototype to
2003-10-08 Eric AndersenAtsushi Nemoto writes:
2003-09-26 Miles BaderRevert to using uClibc-specific c-symbol-prefix stuff
2003-09-09 Eric Andersensigh. The cris compiler doesn't do link_warning's....
2003-09-08 Manuel Novoa III Obligatory forgotten file.
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2003-09-08 Miles Baderansidecl.h and symcat.h copied from glibc.
2003-09-06 Manuel Novoa III Don't install floating point related headers, and wrap...
2003-09-05 Eric AndersenAdd support for ftw and nftw
2003-09-05 Manuel Novoa III Move an #endif that was in the wrong place.
2003-09-03 Manuel Novoa III Only define __STDC_ISO_10646__ if wide char support...
2003-08-28 Manuel Novoa III Create a typedef for the ctype bitmask table entries.
2003-08-25 Manuel Novoa III Add missing header.
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-22 Eric AndersenAvoid gratuitous conflicts when used with kernel headers
2003-08-11 Eric Andersenalso carefully booleanize the false value
2003-08-10 Eric Andersensilly me, thats not going to work.
2003-08-10 Eric AndersenAn even simpler likely
2003-08-10 Eric AndersenUpdate likely() to cope with truth values other than 1
2003-08-08 Eric AndersenAdd support for personality(), prctl(), ustat(), and...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-17 Manuel Novoa III Optionally support the struct tm extension fields.
2003-06-16 Manuel Novoa III Add memmem().
2003-06-14 Eric AndersenComment out the rpl_malloc workaround. It was a good...
2003-06-12 Eric AndersenThe mere presence of stropts.h causes many configure...
2003-06-05 Eric AndersenWe do not provide getfsent and friends, so remove this...
2003-05-29 Eric AndersenEviscerate stropts.h so configure scripts won't try...
2003-05-27 Eric Andersengrr. It's a void *, not a char *.
2003-05-27 Eric AndersenChange 'N' to '__size' to avoid conflicts with common...
2003-05-23 Eric AndersenCope with autoconf's broken AC_FUNC_MALLOC macro, which...
2003-03-13 Eric Andersenresync with glibc 2.3
2003-03-07 Eric AndersenPatch from Stefan Allius:
2003-03-03 Eric AndersenInitial effort at adding profiling support.
2003-02-27 Eric AndersenMajor update for pthreads, based in large part on impro...
2003-02-17 Eric AndersenPatch from Stefan Allius:
2003-02-17 David McCulloughUse a define for the path to /etc/TZ
2003-01-09 Eric AndersenHide unimplemented and legacy ecvt and friends from...
2003-01-08 Eric AndersenDisable the __USE_EXTERN_INLINES versions of these...
2003-01-08 Manuel Novoa III For now, "#if 0" out the inlining of (currently unsuppo...
2002-12-20 Manuel Novoa III The big thing is locale dependent collation support.
2002-12-17 Eric AndersenDop not restrict the IFTODT() and DTTOIF() macros when
2002-11-27 Eric AndersenFixup sysconf to report the correct answer when UCLIBC_...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-20 Eric AndersenPatch from Aidan Van Dyk to make _toupper and _tolower
2002-11-19 Eric AndersenAidan Van Dyk noticed that _toupper and _tolower were...
2002-11-19 Eric Andersencut-n-paste typo
2002-11-19 Eric AndersenUpdate to sync up with glibc 2.3
2002-11-14 Eric AndersenImplement sendfile64
2002-11-09 Eric AndersenMake sure we have __linux__ defined
2002-11-08 Eric AndersenDisble unimplemented function prototypes
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-13 Eric AndersenIt turns out that __thread is now a gcc keyword. We...
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-04 "Steven J. Hill"Added function 'get_current_dir_name' for Linux Test...
2002-08-27 Manuel Novoa III Obligatory forgotten file... sys_errlist garbage.
2002-08-27 Manuel Novoa III Make this as glibc-like as possible while avoiding...
2002-08-27 Eric AndersenMove the _DIRENT_HAVE_D_TYPE test to avoid breaking...
2002-08-27 Eric AndersenNo need to hide this stuff when _DIRENT_HAVE_D_TYPE...
2002-08-26 Manuel Novoa III sparc, alpha, and mips have different errno values...
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-20 Manuel Novoa III Unlike glibc, uClibc doesn't always support the d_type...
2002-08-19 Eric AndersenEliminate wrapping of struct stat and use the kernel...
2002-08-19 Eric AndersenFixup struct _res handling so apps using struct _res...
2002-08-16 Manuel Novoa III Disable macro implementations. Somehow I missed the...
2002-08-16 Miles BaderRemove thread-specific stuff entirely.
2002-08-16 Miles Bader(_res): Define as a macro if __UCLIBC_HAS_THREADS__...
2002-08-16 Miles Bader(h_errno): Only define as a macro if __UCLIBC_HAS_THREA...
2002-08-16 Eric AndersenReplace all instances of _LIBC_REENTRANT with __UCLIBC_...
2002-08-15 Eric AndersenPatch from Jarkko to fix drand48 to not use long long...
2002-08-14 Eric AndersenAdd missing include/thread_db.h file, as reported by...
2002-08-09 David McCulloughFix some more warnings for non-thread-enabled compiles.
2002-08-09 David McCulloughFix a number of compile time warnings so that uClibc...
2002-08-08 Eric AndersenMake pump happy. Add in this header.
2002-08-07 Eric AndersenCleanup crypt and remove the crypt_r stuff, since SuSv3
2002-08-07 Eric AndersenMessage catalog support for internationalization is...
2002-08-06 Manuel Novoa III Enable getpt prototype.
2002-07-31 Eric AndersenMore i960 support
2002-07-27 Eric AndersenAvoid errors in case some loon has explicitly included
2002-07-24 Miles Bader(__ASMNAME): Use C_SYMBOL_PREFIX.
2002-07-22 Eric AndersenRework syscall handling. Rewrite syscall handlers...
2002-07-10 Eric AndersenAdd missing stropts.h
2002-07-07 Manuel Novoa III Attempt to clean up the strerror_r situation.
2002-07-05 Manuel Novoa III Update header for strlcat and strlcpy.
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-07-02 Eric Andersenfix this header so it behaves itself
2002-07-01 Eric AndersenPatch from Ronald Wahl <rwa@peppercon.com> -- kill...
2002-06-26 Eric AndersenSeveral cleanups/fixes from Marshall M. Midden <m4...
next