OSDN Git Service

Simplify kconfig wording of thread support
[uclinux-h8/uClibc.git] / include /
2009-10-08 Bernhard Reutner... ftw() is obsolescent in SUSv4
2009-10-08 Bernhard Reutner... _toupper, _tolower depend on SUSv4
2009-09-26 Austin Foxleyinclude/: add tls errno and res_state
2009-09-22 Stephan Raueadd timerfd syscall and header
2009-09-19 Denys Vlasenkosigpause: remove libc_hidden_proto/def
2009-09-19 Denys Vlasenkosigwait: remove __sigwait and __GI_sigwait symbols...
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-15 Mike Frysingersys/mount.h: sync with latest glibc
2009-09-15 Mike Frysingersetup attribute_optimize which comes with gcc-4.4+
2009-09-05 Denys Vlasenkomath.h: fix trivial typo (missing !): !defined __NO_LON...
2009-08-30 Bernhard Reutner... honour NO_LONG_DOUBLE_MATH
2009-07-23 Denys Vlasenkofix lib_hidden_proto's which have extra ;
2009-07-23 Mike Frysingeradd more arch-specific include/ ignores
2009-07-22 Mike Frysingeradd hidden aliases for openat funcs
2009-07-22 Mike Frysingeradd hidden aliases for ntoh/hton functions
2009-07-21 Denys Vlasenkos/UCLIBC_INTERNAL/_LIBC/g
2009-07-20 Mike Frysingerfirst pass at implementing *at funcs
2009-07-20 Mike Frysingersync a few headers with glibc (no functional changes)
2009-07-20 Mike Frysingerdirent: push dirent type to prototypes
2009-07-20 Mike Frysingerstring: only include inline-asm if UCLIBC_HAS_STRING_AR...
2009-07-20 Mike Frysingeradd a wchar.h stub
2009-07-20 Mike Frysingernote that we do not want hidden malloc aliases
2009-07-20 Mike Frysingerrelocate i386 string.h to i386-specific dir
2009-07-20 Mike Frysingerstart ignoring include/ symlinks
2009-07-20 Mike Frysingeradd hidden aliases for older regex search functions
2009-07-09 Mike Frysingersyscall: unify common syscall defines
2009-07-06 RonAdd a few missing includes
2009-07-06 RonAdd some missing printf/scanf format attributes
2009-07-03 Mike FrysingerMerge branch 'master' of git://uclibc.org/uClibc
2009-06-02 Mike FrysingerBlackfin: make sure all relocs are uppercase
2009-04-27 austinfpatch from Joseph S. Meyers
2009-04-07 Mike Frysingerimplement daemon() using clone() on no-mmu systems...
2009-03-25 Bernhard Reutner... - Add strtouq alias (to strtoul) for 64bit
2009-02-27 Denis Vlasenkofix breakage in x86_64 defconfig
2009-02-24 Rob LandleyFix __attribute__ (( __attribute__ ((noreturn)))),...
2009-02-18 Denis Vlasenkomathcalls.h: remove tons of redundant semicolons; bette...
2009-02-17 Denis Vlasenkofix typo in comment
2009-02-17 Denis Vlasenkotest/math/compile_test.c: "are long double functions...
2009-02-14 Denis Vlasenkomath.h: fix libm_hidden_proto leak into sanitized headers
2009-02-13 Bernhard Reutner... - repair my r25322 that ment to deal with getdomainname...
2009-02-13 Bernhard Reutner... - we may need getdomainname internally
2009-02-13 Bernhard Reutner... - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by mergin...
2009-02-11 Denis Vlasenkoadd comment why do we need _ISbit() macro
2009-02-10 Carmelo AmorosoRe-add _ISbit macro required to build libstdc++ from...
2009-02-10 Mike Frysingerdo not rely on features.h so that elf.h can be used...
2009-02-08 Denis VlasenkoAdd strverscmp() and versionsort[64]().
2009-01-21 Bernhard Reutner... - remove unavailable functionality upon request (Peter...
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2009-01-11 Denis Vlasenkoreplace yet another _dl_malloc + _dl_memset with _dl_zalloc
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2009-01-08 Carmelo AmorosoSilent compiler warning regarding undefined macro
2008-12-31 Khem RajMerge some pre-work from branch, needed by NPTL.
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-28 Denis Vlasenkoremove many functions which just call __ieee754_<function>,
2008-12-27 Denis VlasenkoHelp unifdef to remove private parts of headers
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-26 Denis Vlasenkoregex: drop __<funcname> aliases. remove much of unused...
2008-12-26 Denis Vlasenkoinclude/libc-string_i386.h: fix a bug where memset...
2008-12-22 Bernhard Reutner... - remove whitespace
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-22 Bernhard Reutner... - non-pic support for MIPS (Catherine Moore, clm at...
2008-12-22 Denis VlasenkoRemove unused macros
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-12-15 Denis Vlasenkoremove some duplicates in bits/signum.h. No code changes.
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkofeatures.h: add TODO (changing __OPTIMIZE_SIZE__ is...
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-12-01 Denis Vlasenkorpc: constify data, localize unnecessarily static data
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-12-01 Denis Vlasenkogethostbyname can use gethostbyname2, saving one nearly...
2008-11-27 Carmelo AmorosoMake __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in...
2008-11-27 Bernhard Reutner... - make isascii visible again
2008-11-26 Bernhard Reutner... - remove fstatfs() and statfs() related headers upon...
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-26 Denis Vlasenkolibc/string: need additional work to remove libc_hidden...
2008-11-25 Bernhard Reutner... - hide some time related relocs
2008-11-25 Bernhard Reutner... - make sure isspace() is exported.
2008-11-22 Denis Vlasenkolibc-symbols: improve comments and make macros a bit...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-19 Peter KjellerstedtMake sure __hot and __cold are always defined.
2008-11-18 Bernhard Reutner... - add __hot and __cold annotations
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-17 Denis Vlasenkoresolver: use timeout of 5 (glibc uses that).
2008-11-17 Denis Vlasenkoresolver: separate gethostent and gethostent_r into...
2008-11-16 Denis Vlasenkoresolver: improved support for overriding DNS server...
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-11-15 Bernhard Reutner... - revert wrong r24049
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-11-14 Denis Vlasenkofixing resolver part 2: make _res structure members
2008-10-10 Bernhard Reutner... - add signalfd()
2008-10-06 Bernhard Reutner... - sync obstack.{c,h} with glibc (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - hide relocation (Peter S. Mazinger)
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-30 Bernhard Reutner... - fix whitespace
next