summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-08-16Audit pthread.h and exclude prototypes for pthread functionsEric Andersen
2004-08-15Update to add missing c++ namespace support.Manuel Novoa III
2004-07-30cut-n-paste strikes againEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-07-27Remove all reference to __GLIBC_HAVE_LONG_LONGEric Andersen
2004-07-26Support linux 2.6.x wide device major/minor numbersEric Andersen
2004-07-16Pete Popov writes:Eric Andersen
2004-07-15Patch from Yoshinori Sato to add H8/300 relocation types.Eric Andersen
2004-05-08Change clock() to allow wrapping.Manuel Novoa III
2004-05-07Peter Mazinger asked for this several months ago.Manuel Novoa III
2004-04-30These headers should not be included in uClibc -- they should beEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-03-24glibc does not provide pppio.h, and our doing so conflictsEric Andersen
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-12Add our own copies of the include/scsi header files, per what glibcEric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-02-02Use the correct configuration test define.Manuel Novoa III
2004-01-14Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III
2004-01-02Cope with 2.6.x headersEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-03Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen
2003-11-21prevent some needless warnings when building w/2.6.x kernel headersEric Andersen
2003-11-13Kill off these headers, which are supposed to be part of binutils-dev,Eric Andersen
2003-11-02Add some missing prototypesEric Andersen
2003-11-02Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III
2003-10-24Sigh. It seems some stupid programs expect this...Eric Andersen
2003-10-22It seems we need to also define SI_LOAD_SHIFT since that wasEric Andersen
2003-10-21Those crazy binutils folks changed their abi. Add this so olderEric Andersen
2003-10-20Merge some newer/updated bits from the glibc elf.hEric Andersen
2003-10-11I forgot to remove thisEric Andersen
2003-10-11These are wanted by net-toolsEric Andersen
2003-10-10We do not provide gmtime(), so disable the prototype toEric Andersen
2003-10-08Atsushi Nemoto writes:Eric Andersen
2003-09-26Revert to using uClibc-specific c-symbol-prefix stuffMiles Bader
2003-09-09sigh. The cris compiler doesn't do link_warning's....Eric Andersen
2003-09-08Obligatory forgotten file.Manuel Novoa III
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-09-08ansidecl.h and symcat.h copied from glibc.Miles Bader
2003-09-06Don't install floating point related headers, and wrap some previouslyManuel Novoa III
2003-09-05Add support for ftw and nftwEric Andersen
2003-09-05Move an #endif that was in the wrong place.Manuel Novoa III
2003-09-03Only define __STDC_ISO_10646__ if wide char support is enabled.Manuel Novoa III
2003-08-28Create a typedef for the ctype bitmask table entries.Manuel Novoa III
2003-08-25Add missing header.Manuel Novoa III
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-22Avoid gratuitous conflicts when used with kernel headersEric Andersen
2003-08-11also carefully booleanize the false valueEric Andersen
2003-08-10silly me, thats not going to work.Eric Andersen