OSDN Git Service

- fix inline keyword
[uclinux-h8/uclibc-ng.git] / libc /
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-07-23 Haavard Skinnemoenavr32: Put underscores around asm, inline, etc.
2008-07-17 Bernhard Reutner... - pull fix for unwinding from the NPTL branch (Johannes...
2008-07-14 Bernhard Reutner... - improve UCLIBC_LINUX_SPECIFIC
2008-07-08 Carmelo Amorososh4 don't need to cope with older RLIMIT implementation.
2008-07-08 Denis VlasenkoNew .config option UCLIBC_HAS_STUBS, enables fork(...
2008-07-02 Carmelo AmorosoInclude errno.h from kernel headers instead of using...
2008-07-01 Ricard WanderlofSimplified check_pf() so it returns a bit vector in...
2008-06-28 Denis Vlasenko#include <ifaddrs.h> should be #include "ifaddrs.h"
2008-06-27 Mike Frysingerif argv[0] is NULL, dont try to parse it and subsequent...
2008-06-27 Ricard WanderlofRemoved include/ifaddrs.h and put contents in libc...
2008-06-27 Ricard WanderlofFixed #if -> #if defined.
2008-06-27 Ricard WanderlofAdded support for the AI_ADDRCONFIG flag in the hints...
2008-06-20 Bernhard Reutner... - make sure to build crti and crtn with PICFLAG
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-16 Bernhard Reutner... - fix build error
2008-06-12 Peter KjellerstedtInclude sys/syscall.h since we are checking for __NR_cl...
2008-06-12 Bernd SchmidtRevert revision 19347, plus libc_hidden_proto for __uc_...
2008-06-12 Bernd SchmidtRevert revision 19345 plus libc_hidden_proto for __uc_m...
2008-06-12 Bernd SchmidtRevert revision 19344 plus the libc_hidden_proto for...
2008-06-12 Bernd SchmidtRevert revision 19343 and also remove libc_hidden_proto...
2008-06-11 Bernd SchmidtFix two more cases where a libc_hidden_proto was added...
2008-06-11 Chris Zankelxtensa: Fix spill routine.
2008-06-10 Bernd SchmidtRevert revison 19346, except parts needed by later...
2008-06-09 Bernhard Reutner... - Improve prerequisites and avoid spurious reconfigurat...
2008-06-07 Bernhard Reutner... - revert incorrect parts of r22257 and 22259
2008-06-07 Bernhard Reutner... - remove __USE_BSD guard from __bsd_getpt().
2008-06-07 Bernhard Reutner... - UCLIBC_HAS_GETPT pulls in getpt.
2008-06-06 Denis VlasenkoRemove superfluous attribute_hidden from function
2008-06-06 Denis VlasenkoFix hard-to-rigger locking bug in vsyslog():
2008-06-06 Denis VlasenkoUse more natural way to return a value in __read_etc_ho...
2008-06-06 Denis VlasenkoFix failure in test/inet/gethost_r-align:
2008-06-06 Denis Vlasenkoshrink getopt a bit by using smallints. Run tested...
2008-06-05 Bernd SchmidtRevert revision 22027 which totally broke getopt.
2008-06-05 Bernhard Reutner... - forgot to checkin this s/check/FORCE/
2008-06-04 Bernd SchmidtFix typo that prevented "make clean" from removing...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-03 Bernd SchmidtFix merge error: mmap.c no longer exists in bfin/.
2008-06-03 Denis Vlasenkoclose bug 473:
2008-06-03 Denis Vlasenkosyslog.c: fix a buglet in prev-last commit: logic inver...
2008-06-03 Denis Vlasenkosyslog.c: fix indentation and style. No code changes.
2008-06-03 Denis VlasenkoFix bug 575 and other small problems noticed along...
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-03 Denis Vlasenkofix trivial mismatch in return type of build_wcs_upper_...
2008-06-02 Denis Vlasenkolibc/stdlib/stdlib.c: fix whitespace damage. No code...
2008-06-02 Denis Vlasenkofix bug 1577: '`' is not an acceptable digit for strto...
2008-06-02 Denis Vlasenkolibc/inet/resolv.c: use ip6.arpa instead of ip6.int...
2008-06-02 Denis Vlasenkolibc/inet/addr.c: fix broked indentation and bad style...
2008-06-02 Denis Vlasenkofix fallout from libc_hidden_proto removal
2008-06-01 Denis Vlasenkosuppress a few "might be used uninitialized" warnings...
2008-06-01 Denis VlasenkoRework smallint machinery so that it will reliably...
2008-06-01 Denis Vlasenkofix compile breakage in libc/string/wcscasecmp.c
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-05-31 Bernd SchmidtFix a dependency to mention libc.so, not libc.so.0...
2008-05-31 Bernhard Reutner... - generate deps via gcc
2008-05-31 Denis Vlasenkofix fallout from string.h libc_hidden_proto removal
2008-05-30 Bernhard Reutner... - cannot really guarantee proper order, so play safe...
2008-05-30 Bernhard Reutner... - Fix gcc glitch with mremap and IMA.
2008-05-30 Bernhard Reutner... - try to pickup UINTMAX_MAX
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - shrink a little bit.
2008-05-29 Bernhard Reutner... - fix dependencies for multi-source
2008-05-29 Carmelo AmorosoFix typo in macro for tls access model
2008-05-28 Haavard Skinnemoenavr32: splice(), vmsplice() and tee() support
2008-05-27 Carmelo AmorosoFix build failure due to missing 'smallint' definition
2008-05-25 Denis VlasenkoSlight size reduction by use of smallints/consts:
2008-05-25 Denis Vlasenko__uClibc_main.c: save ~70 bytes by not checking that...
2008-05-23 Bernhard Reutner... - avoid warning about cast from pointer to integer...
2008-05-23 Denis Vlasenkoarm memcpy: fix the case when src=dst
2008-05-23 Bernhard Reutner... - for non-threaded, non-macro case we were missing...
2008-05-22 Bernhard Reutner... - rename to match the set*() function's filename
2008-05-22 Bernhard Reutner... - rename to match the setdomainname filename
2008-05-22 Denis Vlasenkoconvert two more static ints used as flags to smallints
2008-05-21 Bernhard Reutner... - my manpage sais that init_module, create_module,...
2008-05-21 Bernhard Reutner... - fix warning about old-style function definition
2008-05-21 Bernhard Reutner... - fix warning about static not being at the beginning...
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-20 Denis Vlasenkogetopt: do not needlessly use static structure.
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-20 Bernhard Reutner... - note that __drand48_iterate should be void
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-20 Bernhard Reutner... - silence warning
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-08 Denis Vlasenkorealpath: do not set bogus errno when readlink fails.
2008-05-03 Bernhard Reutner... - add missing #endif
2008-05-03 Bernhard Reutner... - implement splice,vmsplice,tee for all arches
2008-05-03 Khem RajWire up vmsplice, splice and tee for arm.
2008-05-02 Bernhard Reutner... - add vmsplice, splice, tee (Timo Teräs)
2008-04-28 Denis Vlasenko__uc_malloc: remove stray semicolons
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-24 Hans-Christian EgtvedtFix indentation of comment in AVR32 memmove assembler...
2008-04-24 Hans-Christian EgtvedtFix whitespace damage in AVR32 in libc sysdeps AVR32...
next