OSDN Git Service

- also link librt with --as-needed and do so unconditionally to work around
[uclinux-h8/uClibc.git] / include /
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
2008-09-27 Denis Vlasenkoimplement getgrouplist()
2008-09-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-09-18 Bernhard Reutner... - remove non stdc path (old style definitions). No...
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-09-11 Bernhard Reutner... - remove relocations for clock_getres
2008-09-09 Carmelo AmorosoHush compiler for extern inline warnings by using
2008-09-06 Bernhard Reutner... - for extern inline, also take __extern_inline and...
2008-08-28 Ricard WanderlofMove ifaddrs.h from uClibc-internal location libc/inet...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-08 Denis VlasenkoNew .config option UCLIBC_HAS_STUBS, enables fork(...
2008-06-27 Ricard WanderlofRemoved include/ifaddrs.h and put contents in libc...
2008-06-27 Ricard WanderlofAdded support for the AI_ADDRCONFIG flag in the hints...
2008-06-08 Bernd SchmidtIn string.h, move libc_hidden_proto next to the corresp...
2008-06-07 Bernhard Reutner... - UCLIBC_HAS_GETPT pulls in getpt.
2008-06-06 Denis VlasenkoHeed a warning: "string" was assigned to char*, changin...
2008-06-05 Bernhard Reutner... - make libcrypt optional. Untested.
2008-06-04 Bernd SchmidtUndefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did...
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-03 Denis VlasenkoRemove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL...
2008-06-02 Denis Vlasenkodlfcn.h exists only if __HAVE_SHARED__ ("we are built...
2008-06-01 Denis VlasenkoRework smallint machinery so that it will reliably...
2008-05-30 Bernhard Reutner... - pull wur settings from upstream. No other changes.
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-20 Bernhard Reutner... - make it compile with !__UCLIBC_HAS_LOCALE__
2008-05-20 Carmelo AmorosoSynch extern declaration with definition provided in...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-19 Carmelo AmorosoAdded a bounch of locale fixes.
2008-05-02 Carmelo AmorosoAdded implementation for 'locale' command.
2008-04-28 Denis VlasenkoExperimentally move libc_hidden_proto(time) to time.h.
2008-04-25 Denis Vlasenkoreinstate external visibility of inet_ntoa_r,
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-12 Denis VlasenkoFunctions should be either exported in public .h files
2008-03-26 Carmelo AmorosoEnable remap_file_pages prototype controlled by __USE_G...
2008-02-28 Carmelo AmorosoAdded support for ether_line, ether_ntohost and ether_h...
2008-01-19 Bernhard Reutner... - forgot to add include/fenv.h
2008-01-17 Bernhard Reutner... - fix compilation:
2008-01-11 Mike Frysingercull useless headers and import a few updates from...
2008-01-09 Mike Frysingerfetch queue.h from latest freebsd cvs
2008-01-08 Mike Frysingerchange NO_UNDERSCORES to just UNDERSCORES so as to...
2008-01-06 Mike Frysingeruse the __extern_always_inline define from cdefs.h...
2008-01-05 Mike Frysingersync with glibc to get the extern inline directive
2008-01-05 Mike FrysingerChris Zankel writes:
2008-01-05 Mike Frysingergive EM_AVR32 a little comment
2008-01-05 Mike Frysingerimplement semtimedop for #927
next