OSDN Git Service

uclinux-h8/uClibc.git
2008-06-03 Bernhard Reutner... - breakup lines of compile.c and add a variable to...
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 VlasenkoRename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise...
2008-06-02 Denis Vlasenkodlfcn.h exists only if __HAVE_SHARED__ ("we are built...
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 Vlasenkobuild system: stop creating ugly double-slash symlinks...
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 SchmidtStill forgot some libraries in one of the previous...
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-06-01 Bernd SchmidtUse $(<D) rather than $(^D), as the latter now contains...
2008-06-01 Bernhard Reutner... - since we force make into trying to rebuild unconditio...
2008-06-01 Bernhard Reutner... - store the used compiler plus flags in the .%.dep...
2008-05-31 Bernd SchmidtFix a dependency to mention libc.so, not libc.so.0...
2008-05-31 Bernhard Reutner... - rm all deps on distclean
2008-05-31 Bernhard Reutner... Oh, and prepend a dot to the basename so i don't have...
2008-05-31 Bernhard Reutner... - generate deps via gcc
2008-05-31 Bernhard Reutner... - fix whitespace
2008-05-31 Bernhard Reutner... - fix prerequisites of sysnum.h (has to depend on the...
2008-05-31 Bernhard Reutner... - default kernel-modules funcs to on.
2008-05-31 Denis Vlasenkofix fallout from string.h libc_hidden_proto removal
2008-05-31 Denis VlasenkoMakefile.kconfig: whitespace fix
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... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - try to pickup UINTMAX_MAX
2008-05-30 Bernhard Reutner... - fix the macros rather than the callees as rightfully...
2008-05-30 Bernhard Reutner... - nlist is unsigned. Adjust iterator variables accordin...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-30 Bernhard Reutner... - fix dependencies of ldso.c
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - pull wur settings from upstream. No other changes.
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 Bernhard Reutner... - pull commentary fixes from upstream
2008-05-28 Carmelo AmorosoFix the ELF magic number for SPARCV9: by Friedrich...
2008-05-28 Haavard Skinnemoenavr32: splice(), vmsplice() and tee() support
2008-05-27 Carmelo AmorosoFix build failure due to missing 'smallint' definition
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... - use -print-file-name
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-23 Bernhard Reutner... - fix compilation error
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... - Wrap overlong comment-lines. No object-code changes
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-21 Bernhard Reutner... - do not delete the libs i keep for size-comparison
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 Denis Vlasenkoadd an URL to relevant gcc bugzilla entry
2008-05-20 Denis Vlasenkosuppress "asm declaration ignored due to conflict with...
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... - avoid warning due to undefined preprocessor token
2008-05-20 Bernhard Reutner... - avoid warning due to undefined preprocessor token
2008-05-20 Bernhard Reutner... - make it compile with !__UCLIBC_HAS_LOCALE__
2008-05-20 Bernhard Reutner... - silence warning
2008-05-20 Carmelo AmorosoSynch extern declaration with definition provided in...
2008-05-20 Carmelo AmorosoRemove automatically generated header when doing make...
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-16 Carmelo AmorosoConvert to UNIX format
2008-05-15 Mike Frysingermake sure we store the function pointers to the real...
2008-05-13 Carmelo AmorosoDo not check retbuf if realpath returns NULL
2008-05-09 Denis Vlasenkofix "make install_kernel_headers" to not create asm...
2008-05-08 Denis Vlasenkotest-canon: stop checking realpath buffer in case realpath
2008-05-08 Denis Vlasenkorealpath: do not set bogus errno when readlink fails.
2008-05-07 Denis VlasenkoSplit kernel headers installation from "make install_he...
2008-05-07 Carmelo AmorosoAdd unifdef host tool to clean target
2008-05-07 Carmelo AmorosoRemove gcc warning due to missing prototype for 'testan...
2008-05-03 Bernhard Reutner... - add missing #endif
2008-05-03 Bernhard Reutner... - cleanup by manually expanding the helpers.
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... - indent
2008-05-02 Carmelo AmorosoAdded implementation for 'locale' command.
2008-05-02 Bernhard Reutner... - add vmsplice, splice, tee (Timo Teräs)
2008-05-01 Denis Vlasenkoinstall_headers: do not exit if unifdef "fails", it...
2008-04-30 Denis Vlasenkoinstall_headers: properly quote things
2008-04-30 Denis Vlasenkoguard against older ld's not understanding --sort-secti...
2008-04-30 Denis VlasenkoRules.mak: fix -falign/-malign mixup
next