OSDN Git Service

Hide some x86-specific devel asserts.
[uclinux-h8/uClibc.git] / include /
2004-09-08 Eric AndersenDoh! As noted by Mike Frysinger I was too agressive...
2004-09-07 Eric AndersenDisable prototypes for unimplemented functions
2004-09-07 Eric AndersenYet another bit of joy for mjn3
2004-09-07 Eric AndersenAudit and disable unimplemented stuff
2004-09-07 Eric AndersenAudit and scrub malloc.h, which was a mess
2004-09-07 Eric AndersenWe do not use dl_iterate_phdr, so no need to define it
2004-09-07 Eric AndersenuClibc gettext support is under development and really...
2004-09-07 Eric AndersenThe 'Somebody Else's Problem Field' was just activated
2004-09-07 Eric AndersenFirst pass prototype removals from auditing header...
2004-08-26 Manuel Novoa III Fixes from gentoo.
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2004-08-16 Eric AndersenAudit pthread.h and exclude prototypes for pthread...
2004-08-15 Manuel Novoa III Update to add missing c++ namespace support.
2004-07-30 Eric Andersencut-n-paste strikes again
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-07-27 Eric AndersenRemove all reference to __GLIBC_HAVE_LONG_LONG
2004-07-26 Eric AndersenSupport linux 2.6.x wide device major/minor numbers
2004-07-16 Eric AndersenPete Popov writes:
2004-07-15 Eric AndersenPatch from Yoshinori Sato to add H8/300 relocation...
2004-05-08 Manuel Novoa III Change clock() to allow wrapping.
2004-05-07 Manuel Novoa III Peter Mazinger asked for this several months ago.
2004-04-30 Eric AndersenThese headers should not be included in uClibc -- they...
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-03-24 Eric Andersenglibc does not provide pppio.h, and our doing so conflicts
2004-02-18 Eric AndersenAlexandre Oliva writes:
2004-02-18 Eric AndersenAlexandre Oliva writes:
2004-02-12 Eric AndersenAdd our own copies of the include/scsi header files...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2004-02-02 Manuel Novoa III Use the correct configuration test define.
2004-01-14 Manuel Novoa III Add a dummy (always fails) wcsftime. This is needed...
2004-01-02 Eric AndersenCope with 2.6.x headers
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...
next