summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added function 'get_current_dir_name' for Linux Test Project. Tested and"Steven J. Hill"2002-09-041-3/+0
* Obligatory forgotten file... sys_errlist garbage.Manuel Novoa III2002-08-271-0/+12
* Make this as glibc-like as possible while avoiding the fileutilsManuel Novoa III2002-08-271-1/+3
* Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutilsEric Andersen2002-08-271-1/+1
* No need to hide this stuff when _DIRENT_HAVE_D_TYPE is notEric Andersen2002-08-271-1/+1
* sparc, alpha, and mips have different errno values than the otherManuel Novoa III2002-08-261-12/+0
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-251-16/+0
* Unlike glibc, uClibc doesn't always support the d_type field ofManuel Novoa III2002-08-201-1/+1
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-114/+0
* Fixup struct _res handling so apps using struct _res can actuallyEric Andersen2002-08-191-3/+2
* Disable macro implementations. Somehow I missed the following from theManuel Novoa III2002-08-161-1/+4
* Remove thread-specific stuff entirely.Miles Bader2002-08-161-16/+5
* (_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined,Miles Bader2002-08-161-3/+9
* (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader2002-08-161-12/+3
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-162-4/+4
* Patch from Jarkko to fix drand48 to not use long long whenEric Andersen2002-08-151-0/+2
* Add missing include/thread_db.h file, as reported by Simon PosnjakEric Andersen2002-08-141-0/+439
* Fix some more warnings for non-thread-enabled compiles.David McCullough2002-08-091-3/+2
* Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough2002-08-091-2/+2
* Make pump happy. Add in this header.Eric Andersen2002-08-081-0/+64
* Cleanup crypt and remove the crypt_r stuff, since SuSv3Eric Andersen2002-08-071-29/+1
* Message catalog support for internationalization is not currentlyEric Andersen2002-08-071-0/+18
* Enable getpt prototype.Manuel Novoa III2002-08-061-2/+3
* More i960 supportEric Andersen2002-07-311-0/+9
* Avoid errors in case some loon has explicitly includedEric Andersen2002-07-271-0/+2
* (__ASMNAME): Use C_SYMBOL_PREFIX.Miles Bader2002-07-241-3/+2
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-8/+1
* Add missing stropts.hEric Andersen2002-07-101-0/+81
* Attempt to clean up the strerror_r situation.Manuel Novoa III2002-07-071-4/+23
* Update header for strlcat and strlcpy.Manuel Novoa III2002-07-051-0/+8
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-032-1/+27
* fix this header so it behaves itselfEric Andersen2002-07-021-20/+2