summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Obligatory forgotten file.Manuel Novoa III2003-09-081-0/+8
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-083-162/+4
* ansidecl.h and symcat.h copied from glibc.Miles Bader2003-09-082-0/+364
* Don't install floating point related headers, and wrap some previouslyManuel Novoa III2003-09-063-0/+10
* Add support for ftw and nftwEric Andersen2003-09-051-0/+150
* Move an #endif that was in the wrong place.Manuel Novoa III2003-09-051-1/+1
* Only define __STDC_ISO_10646__ if wide char support is enabled.Manuel Novoa III2003-09-031-0/+2
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-281-6/+6
* Add missing header.Manuel Novoa III2003-08-251-0/+71
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-247-0/+117
* Avoid gratuitous conflicts when used with kernel headersEric Andersen2003-08-221-2/+6
* also carefully booleanize the false valueEric Andersen2003-08-111-2/+2
* silly me, thats not going to work.Eric Andersen2003-08-101-3/+2
* An even simpler likelyEric Andersen2003-08-101-1/+1
* Update likely() to cope with truth values other than 1Eric Andersen2003-08-101-2/+2
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-086-2/+194
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-0113-464/+1336
* Optionally support the struct tm extension fields.Manuel Novoa III2003-06-172-5/+4
* Add memmem().Manuel Novoa III2003-06-161-2/+0
* Comment out the rpl_malloc workaround. It was a good idea, but it violatesEric Andersen2003-06-141-0/+2
* The mere presence of stropts.h causes many configure scripts to erroneouslyEric Andersen2003-06-121-88/+0
* We do not provide getfsent and friends, so remove this headerEric Andersen2003-06-051-82/+0
* Eviscerate stropts.h so configure scripts won't try to use STREAMSEric Andersen2003-05-291-1/+8
* grr. It's a void *, not a char *.Eric Andersen2003-05-271-1/+1
* Change 'N' to '__size' to avoid conflicts with common #define of NEric Andersen2003-05-271-5/+5
* Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc asEric Andersen2003-05-231-0/+12
* resync with glibc 2.3Eric Andersen2003-03-131-129/+357
* Patch from Stefan Allius:Eric Andersen2003-03-071-1/+1
* Initial effort at adding profiling support.Eric Andersen2003-03-032-0/+281
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-271-14/+22
* Patch from Stefan Allius:Eric Andersen2003-02-171-1/+1
* Use a define for the path to /etc/TZDavid McCullough2003-02-171-0/+1
* Hide unimplemented and legacy ecvt and friends from configure.Eric Andersen2003-01-091-0/+2
* Disable the __USE_EXTERN_INLINES versions of these headers, whichEric Andersen2003-01-081-4/+3
* For now, "#if 0" out the inlining of (currently unsupported) glibc-specificManuel Novoa III2003-01-081-1/+6
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-2/+12
* Dop not restrict the IFTODT() and DTTOIF() macros whenEric Andersen2002-12-171-2/+0
* Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXITEric Andersen2002-11-271-1/+6
* Ok... here's the summary:Manuel Novoa III2002-11-221-0/+54
* Patch from Aidan Van Dyk to make _toupper and _tolowerEric Andersen2002-11-201-2/+2
* Aidan Van Dyk noticed that _toupper and _tolower were misbehaving.Eric Andersen2002-11-191-3/+3
* cut-n-paste typoEric Andersen2002-11-191-1/+1
* Update to sync up with glibc 2.3Eric Andersen2002-11-191-9/+16
* Implement sendfile64Eric Andersen2002-11-141-8/+23
* Make sure we have __linux__ definedEric Andersen2002-11-091-0/+3
* Disble unimplemented function prototypesEric Andersen2002-11-081-0/+3
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-312-6/+6
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-2/+2
* Add gnu obstack support. I still need to implement the obstack_printfManuel Novoa III2002-09-192-1/+606
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-4/+2