summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-0415-52/+46
* Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since weBernd Schmidt2008-06-041-1/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-0411-33/+3
* - fix typo (have to check the content, not if true)Bernhard Reutner-Fischer2008-06-041-1/+2
* Fix merge error: mmap.c no longer exists in bfin/.Bernd Schmidt2008-06-031-1/+1
* close bug 473:Denis Vlasenko2008-06-031-33/+39
* - Revert _dl_exit touch-up.Bernhard Reutner-Fischer2008-06-031-5/+1
* - add libpthread-nonshared-y to files.depBernhard Reutner-Fischer2008-06-031-5/+7
* syslog.c: fix a buglet in prev-last commit: logic inversion in closelogDenis Vlasenko2008-06-031-3/+3
* syslog.c: fix indentation and style. No code changes.Denis Vlasenko2008-06-031-47/+46
* Fix bug 575 and other small problems noticed along the way.Denis Vlasenko2008-06-031-42/+46
* - Generate dummy rules for prerequisites.Bernhard Reutner-Fischer2008-06-031-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-0388-154/+892
* - breakup lines of compile.c and add a variable to hold filter-out PHONY target.Bernhard Reutner-Fischer2008-06-031-3/+10
* Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko2008-06-033-84/+65
* fix trivial mismatch in return type of build_wcs_upper_buffer()Denis Vlasenko2008-06-031-1/+1
* Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusingDenis Vlasenko2008-06-024-7/+7
* dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"),Denis Vlasenko2008-06-021-1/+1
* libc/stdlib/stdlib.c: fix whitespace damage. No code changesDenis Vlasenko2008-06-021-92/+86
* fix bug 1577: '`' is not an acceptable digit for strto[u]l().Denis Vlasenko2008-06-021-13/+13
* libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverseDenis Vlasenko2008-06-021-87/+88
* libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko2008-06-021-12/+12
* fix fallout from libc_hidden_proto removalDenis Vlasenko2008-06-022-1/+4
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-013-4/+6
* Rework smallint machinery so that it will reliably fail to compileDenis Vlasenko2008-06-012-8/+6
* build system: stop creating ugly double-slash symlinks likeDenis Vlasenko2008-06-011-1/+4
* fix compile breakage in libc/string/wcscasecmp.cDenis Vlasenko2008-06-011-0/+1
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-016-2/+4
* Still forgot some libraries in one of the previous commits.Bernd Schmidt2008-06-011-3/+3
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-0113-29/+30
* Use $(<D) rather than $(^D), as the latter now contains an elementBernd Schmidt2008-06-011-4/+9
* - since we force make into trying to rebuild unconditionally, we have toBernhard Reutner-Fischer2008-06-011-3/+5
* - store the used compiler plus flags in the .%.dep files too andBernhard Reutner-Fischer2008-06-011-23/+49
* Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule toBernd Schmidt2008-05-311-1/+1
* - rm all deps on distcleanBernhard Reutner-Fischer2008-05-311-1/+1
* Oh, and prepend a dot to the basename so i don't have to change my habit ofBernhard Reutner-Fischer2008-05-311-1/+4
* - generate deps via gccBernhard Reutner-Fischer2008-05-312-12/+16
* - fix whitespaceBernhard Reutner-Fischer2008-05-311-7/+8
* - fix prerequisites of sysnum.h (has to depend on the script that generates it)Bernhard Reutner-Fischer2008-05-311-1/+1
* - default kernel-modules funcs to on.Bernhard Reutner-Fischer2008-05-311-4/+5
* fix fallout from string.h libc_hidden_proto removalDenis Vlasenko2008-05-312-8/+10
* Makefile.kconfig: whitespace fixDenis Vlasenko2008-05-312-3/+7
* - cannot really guarantee proper order, so play safe and compile the problematicBernhard Reutner-Fischer2008-05-303-9/+6
* - Fix gcc glitch with mremap and IMA.Bernhard Reutner-Fischer2008-05-301-0/+7
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-302-2/+2
* - try to pickup UINTMAX_MAXBernhard Reutner-Fischer2008-05-301-0/+1
* - fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer2008-05-303-7/+6
* - nlist is unsigned. Adjust iterator variables accordingly to avoid signednes...Bernhard Reutner-Fischer2008-05-301-2/+2
* - Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+2
* - fix dependencies of ldso.cBernhard Reutner-Fischer2008-05-301-1/+8