OSDN Git Service

remove many functions which just call __ieee754_<function>,
[uclinux-h8/uClibc.git] / libc /
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 Vlasenkoconvert yet another old-style function definition
2008-12-26 Denis Vlasenkonew regex: stop confusing ourself with _LIBC being...
2008-12-26 Denis Vlasenkoregex: remove useless casts on allocations;
2008-12-26 Denis Vlasenkoregex: drop __<funcname> aliases. remove much of unused...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix the rest of testsuite...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix test failure. Next one...
2008-12-23 Denis Vlasenkolibc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65...
2008-12-23 Khem RajThese defines needs to be considered after recent linux...
2008-12-22 Bernhard Reutner... - mark capset() as linux specific
2008-12-22 Bernhard Reutner... - capget() is linux specific; Sync helptext with curren...
2008-12-22 Bernhard Reutner... - remove leftover from r13277
2008-12-22 Denis VlasenkoUCLIBC_CTYPE_HEADER define is removed, as it always
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-22 Denis Vlasenkoremove stray comment (the identical one is just a few...
2008-12-22 Denis VlasenkoRemove unused macros
2008-12-22 Denis Vlasenkodocs/defines.txt: document _extern_inline
2008-12-21 Denis Vlasenkomore of warning fixes, mostly pointer signedness mismatches
2008-12-21 Denis Vlasenkomore of pointer signedness warnings removed
2008-12-21 Denis Vlasenkoheed multiple warnings of the type
2008-12-20 Denis Vlasenkolibc/stdio/_scanf.c: heed lots of warnings about signed...
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: heed a pile of warnings
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: remove one unneeded static...
2008-12-20 Denis VlasenkoDeal with a few data fields which may be made constant.
2008-12-20 Denis Vlasenkolibc/string/i386/rawmemchr.c: i386 version, adapted...
2008-12-20 Denis Vlasenkostring/i386/strncpy.c: fixlet for testing code
2008-12-20 Denis Vlasenkostring/i386/strncpy: faster i386 version (same code...
2008-12-19 Denis Vlasenkostrchr: a bit faster version for i386 (same code size)
2008-12-19 Denis Vlasenkomemmove: smaller one for i386, with added testing,...
2008-12-19 Denis Vlasenkostrncat: shorter version for i386, add small embedded...
2008-12-19 Denis Vlasenkostring/i386: smaller, and hopefully easier to read...
2008-12-17 Denis Vlasenkofix for build failures resulting from "string ops for...
2008-12-17 Bernhard Reutner... - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann...
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-12-17 Denis Vlasenkomemchr: smaller i386 version
2008-12-17 Denis Vlasenkoresolv: fix testcase failure
2008-12-16 Bernhard Reutner... - emulate unavailable syscall getpgrp on e.g. ia64...
2008-12-15 Denis VlasenkoRemove __libc_posix_fadvise[64] alias. It existed on...
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-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis Vlasenkostring/generic/memcmp.c: remove some really paranoid...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-12-12 Denis Vlasenkoi386/brk.c: gcc can't figure out how to use %ebx in...
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-12 Denis Vlasenkosmaller brk() for i386. Inspected assembly to see it...
2008-12-11 Carmelo AmorosoMove kernel-features.h header from the linuxthread...
2008-12-11 Mike Frysingercreate arch-generic brk() based on blackfin one
2008-12-11 Mike Frysingeradd inlines for Blackfin atomic functions
2008-12-11 Mike FrysingerBlackfin: add L2_SRAM flag for alloc func
2008-12-11 Mike FrysingerBlackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends
2008-12-11 Mike Frysingeradd ENDPROC() macro for Blackfin assembly
2008-12-11 Mike Frysingeruse newer spiffy asm constraints to get better code...
2008-12-11 Mike Frysingerpunt old unused header
2008-12-11 Mike Frysingerupdate ptrace.h to latest from glibc
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-10 Denis Vlasenkoremove __libc_fcntl[64]
2008-12-10 Denis Vlasenkoremove __libc_getdomainname alias. google says only...
2008-12-09 Denis Vlasenkosmaller memcpy
2008-12-09 Denis Vlasenkosetenv.c: tiny code shrink
2008-12-09 Denis Vlasenkosetenv.c: further code shrink
2008-12-09 Denis Vlasenkofix segv on clearenv(); unsetenv("foo"); [was deref...
2008-12-09 Denis Vlasenkogetaddrinfo: runp->ifa_addr indeed can be NULL, don...
2008-12-08 Denis Vlasenkogetaddrinfo: remove superfluout indentation, fix incorr...
2008-12-08 Bernhard Reutner... - fix loop for checking ifaddr on both IPv4 and IPv6
2008-12-06 Denis Vlasenkoresolver: make new name resolutions reread /etc/resolv...
2008-12-04 Khem RajRemove __NTH from the declation.
2008-12-04 Carmelo AmorosoGo deeper while cleaning string directory to remove
2008-12-03 Carmelo AmorosoA missing change when we recently released a lot of fix
2008-12-03 Carmelo AmorosoTwo other absolutely safe change that will be used...
2008-12-02 Carmelo AmorosoFix wcswidth function when LOCALE support is disabled
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkoremove checks for "impossible" errors,
2008-12-01 Denis Vlasenkofix sigset_t size for mips (it's the only arch with...
2008-12-01 Denis Vlasenkooptimize signal mask ops. comment out "impossible"...
2008-12-01 Denis Vlasenkol64a: shrink by 13 bytes, and -1 reloc
2008-12-01 Denis Vlasenkoconstify more data
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-12-01 Denis Vlasenkorpc: should check against max for int32, not int
2008-12-01 Denis Vlasenkorpc: ifdef out xdrrec_{get,put}long if int32 == long,
2008-11-29 Denis Vlasenkoadd libc_hidden_proto(__cmsg_nxthdr) for mips
2008-11-29 Denis Vlasenkofix improperly hidden fputc_unlocked
2008-11-29 Denis Vlasenkofix improperly hidden fwprintf.
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-29 Denis Vlasenkoreduce sigset_t size for 128 bytes to 64 bits:
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... - revert 24148:24151
2008-11-26 Denis Vlasenkolibc/string: need additional work to remove libc_hidden...
2008-11-25 Bernhard Reutner... - hide locks
2008-11-25 Bernhard Reutner... - remove some bloat that was added in r23660 and subseq...
2008-11-25 Bernhard Reutner... - hide some time related relocs
2008-11-25 Carmelo AmorosoMake wcsxfrm visible also when LOCALE support is disabled.
2008-11-25 Bernhard Reutner... - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger...
next