summaryrefslogtreecommitdiff
path: root/include/features.h
AgeCommit message (Expand)Author
2002-03-15Hide libc specific junk inside a #ifdef _LIBC to avoidEric Andersen
2002-03-12Fix a segfault in scandir for empty directories. After looking overEric Andersen
2002-02-26Remove elimination of __BEGIN_DECLS/__END_DECLSEric Andersen
2002-02-22I was confusing the effects of _LARGEFILE_SOURCE with those ofManuel Novoa III
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-02-19Output an error if uClibc's and app's largefile configuration are incompatible.Manuel Novoa III
2002-02-18Support strong_alias and begin merging usage of weak_functionEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2002-02-02Do not expose the weak_alias() junk to the world. Wrap itEric Andersen
2002-01-10Eliminate C++ style commentsEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-10-11Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen
2001-09-27Optimize for size, and disable expensive inliningEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-07-11The weak_alias macro was not genertaing asm with the correct alias names.David McCullough
2001-07-11Seems weak_alias wasn't working as expected...Eric Andersen
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-05-25added __GNUC_PREREQ() macroDavid Schleef
2001-04-25Be really sneaky and use GNU ld special stuff so that whenever folksEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-18Added Vladimir's ctype locale support. Make Config setting visible in featur...Manuel Novoa III
2001-02-15Define __USE_GNU as glibc does.Manuel Novoa III
2001-02-05Make the __GLIBC__ define be conditional. Stub out gnu-versions.hEric Andersen
2001-02-03I hereby commit a sin. features.h is now going to _lie_Eric Andersen
2001-01-15Makeheader files be more like GNUEric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen
2000-12-21Sync version number with MakefileEric Andersen
2000-12-12A few cleanups. Fix fflush so it remembers to init stdio.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-07Add in support for shm/ipc.Eric Andersen
2000-10-04Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen
2000-09-01Repeat after me 100 times:Eric Andersen
2000-09-01Remove __restrict when not supportedEric Andersen
2000-08-10More stuff. Down to only 43 missing functions before BusyBox willEric Andersen
2000-07-06Some more major updates to further superate ucLibc from the kernelEric Andersen
2000-06-19Add in a version number so apps can tell uclib is being used.Eric Andersen
2000-05-14Initial revisionErik Andersen