OSDN Git Service

Fix typo noticed by V.Radhakrishnan
[uclinux-h8/uClibc.git] / include /
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...
2002-06-24 Eric AndersenPer "Marshall M. Midden" <m4@brecis.com>, remove double
2002-06-17 Eric AndersenUpdate rpc headers. Add missing some headers
2002-06-17 Eric AndersenImplement strerror_r. This is per SuSv3, not glibc...
2002-06-17 Manuel Novoa III Commit the new time stuff, even though I haven't made...
2002-06-17 Manuel Novoa III I guess nobody's tried this stuff. I apparently checke...
2002-05-28 Eric AndersenPatch from Yoshinori Sato <qzb04471@nifty.ne.jp> to use
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-23 Eric AndersenSeveral h8300 updates from Yoshinori Sato <qzb04471...
2002-05-09 Eric AndersenFill a few little holes in the math library
2002-05-06 Manuel Novoa III The obligatory forgotten files...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-05-02 Eric AndersenAdd missing sysctl.h and queue.h
2002-04-01 Eric AndersenRemove function declartions from include/features.h...
2002-04-01 Eric AndersenPatches from Yoshinori Sato <qzb04471@nifty.ne.jp>...
2002-03-31 Eric AndersenRework __gen_tempname() to better match glibc, and...
2002-03-26 Miles BaderAdd EM_CYGNUS_V850.
2002-03-25 Eric AndersenInclude our own copy of struct sysinfo to avoid binary...
2002-03-21 Eric AndersenAdd the ttyent.h header file
2002-03-15 Eric AndersenOops. Forgot to check this one in
2002-03-15 Eric AndersenHide libc specific junk inside a #ifdef _LIBC to avoid
2002-03-12 Eric AndersenFix a segfault in scandir for empty directories. After...
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2002-03-09 Eric AndersenAdd in this missing header file
2002-03-01 Eric AndersenMajor rework of the include files to eliminate redundancy
2002-02-27 Eric AndersenFix C++ support
2002-02-26 Eric AndersenBe consistant and use an unsigned char * throughout
2002-02-26 Eric AndersenOdd. This seems to be in the wrong spot...
2002-02-26 Eric AndersenFix rpc + threads so it now compiles.
2002-02-26 Eric AndersenRemove elimination of __BEGIN_DECLS/__END_DECLS
2002-02-25 David McCulloughAdded locale and lastlog
2002-02-23 Eric AndersenSupport isblank()
2002-02-22 Manuel Novoa III I was confusing the effects of _LARGEFILE_SOURCE with...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-02-19 Manuel Novoa III Output an error if uClibc's and app's largefile configu...
2002-02-18 Eric AndersenSupport strong_alias and begin merging usage of weak_fu...
2002-02-14 Eric AndersenDisable a lingering bit of wide char junk
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2002-02-02 Eric AndersenAdd in support for the Hitach H8/300H architecture,
2002-02-02 Eric AndersenDo not expose the weak_alias() junk to the world. ...
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2002-01-30 Eric AndersenAdd missing sys/fsuid.h
2002-01-29 Eric AndersenUpdates to the v850 architecture from Miles Bader ...
2002-01-19 Eric AndersenAllow apps to use varargs.h (not that they should)
2002-01-17 Eric AndersenEnable fcntl64, and fix fcntl when large fils is enabled.
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2002-01-17 David McCulloughThe resolver is still using the old API so we cannot...
2002-01-16 Eric AndersenHide all reference to wchar_t so configure won't get...
2002-01-10 Eric AndersenEliminate C++ style comments
2002-01-09 Eric AndersenImplement mempcpy
2002-01-06 Eric AndersenFix stpcpy function declaration
2002-01-06 Eric AndersenSupport statvfs and statfs. Added getmntent_r (and...
2002-01-04 Eric AndersenAdd missing inttypes.h
2002-01-03 Eric AndersenEnable several more syscalls.
next