OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / include / features.h
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerguard *_chk() related stuff with UCLIBC_HAS_FORTIFY
2011-03-03 Peter S. Mazingermake it possible to compile with -std=gnu99/c99 and...
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Peter S. Mazingerfeatures.h: reorganize
2009-11-19 Peter S. Mazingerhelp broken apps to detect __GLIBC__ headers
2009-11-19 Peter S. Mazingerupdate headers and disable prototypes
2009-11-19 Peter S. Mazingermove __linux__ to libc-internal.h
2009-11-19 Peter S. Mazingerrm uClibc_arch_features.h on install
2009-07-21 Denys Vlasenkos/UCLIBC_INTERNAL/_LIBC/g
2009-07-20 Mike Frysingerfirst pass at implementing *at funcs
2009-01-21 Bernhard Reutner... - remove unavailable functionality upon request (Peter...
2008-12-13 Denis Vlasenkofeatures.h: add TODO (changing __OPTIMIZE_SIZE__ is...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-09-06 Bernhard Reutner... - for extern inline, also take __extern_inline and...
2007-09-15 Mike Frysingerdrop __user hack for crappy kernel headers and document...
2006-11-29 Bernhard Reutner... - honor __UCLIBC_HAS_LFS__
2006-05-12 Mike Frysingercut out _FORTIFY_SOURCE
2006-02-23 Peter S. MazingerCorrect typo
2006-02-23 Peter S. MazingerSync w/ glibc, disabling *at interfaces
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2005-10-11 Peter S. MazingerChange __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as...
2005-09-21 Mike Frysingermerge some misc stuff from glibc
2005-09-21 Mike Frysingermove misc internal definitions to a sep file to minimiz...
2005-08-10 Mike FrysingerIn Bug 364 by hassold:
2005-01-11 Mike Frysingernewer linux headers define __cast__ in compiler.h so...
2004-10-27 Eric AndersenArrange to hide uClibc internals
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-01-02 Eric AndersenCope with 2.6.x headers
2003-11-21 Eric Andersenprevent some needless warnings when building w/2.6...
2003-09-09 Eric Andersensigh. The cris compiler doesn't do link_warning's....
2003-09-03 Manuel Novoa III Only define __STDC_ISO_10646__ if wide char support...
2003-08-22 Eric AndersenAvoid gratuitous conflicts when used with kernel headers
2003-08-11 Eric Andersenalso carefully booleanize the false value
2003-08-10 Eric Andersensilly me, thats not going to work.
2003-08-10 Eric AndersenAn even simpler likely
2003-08-10 Eric AndersenUpdate likely() to cope with truth values other than 1
2003-02-17 Eric AndersenPatch from Stefan Allius:
2002-11-09 Eric AndersenMake sure we have __linux__ defined
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