OSDN Git Service

Ok, this commit is _huge_ and its gonna change the world. I've
[uclinux-h8/uClibc.git] / include / features.h
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-08-09 David McCulloughFix a number of compile time warnings so that uClibc...
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-04-01 Eric AndersenRemove function declartions from include/features.h...
2002-03-31 Eric AndersenRework __gen_tempname() to better match glibc, and...
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-02-26 Eric AndersenRemove elimination of __BEGIN_DECLS/__END_DECLS
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-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-01-10 Eric AndersenEliminate C++ style comments
2001-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
2001-10-11 Eric AndersenPatch from Miles Bader <miles@lsi.nec.co.jp> to support...
2001-09-27 Eric AndersenOptimize for size, and disable expensive inlining
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-07-11 David McCulloughThe weak_alias macro was not genertaing asm with the...
2001-07-11 Eric AndersenSeems weak_alias wasn't working as expected...
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-05-25 David Schleefadded __GNUC_PREREQ() macro
2001-04-25 Eric AndersenBe really sneaky and use GNU ld special stuff so that...
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-03-18 Manuel Novoa III Added Vladimir's ctype locale support. Make Config...
2001-02-15 Manuel Novoa III Define __USE_GNU as glibc does.
2001-02-05 Eric AndersenMake the __GLIBC__ define be conditional. Stub out...
2001-02-03 Eric AndersenI hereby commit a sin. features.h is now going to...
2001-01-15 Eric AndersenMakeheader files be more like GNU
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2000-12-21 Eric AndersenSync version number with Makefile
2000-12-12 Eric AndersenA few cleanups. Fix fflush so it remembers to init...
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-07 Eric AndersenAdd in support for shm/ipc.
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-09-01 Eric AndersenRepeat after me 100 times:
2000-09-01 Eric AndersenRemove __restrict when not supported
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-07-06 Eric AndersenSome more major updates to further superate ucLibc...
2000-06-19 Eric AndersenAdd in a version number so apps can tell uclib is being...
2000-05-14 Erik AndersenInitial revision