summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-1/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-049-9/+0
* 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
* 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
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-0368-125/+492
* Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko2008-06-032-4/+0
* fix trivial mismatch in return type of build_wcs_upper_buffer()Denis Vlasenko2008-06-031-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-011-4/+2
* 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
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-3/+3
* Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule toBernd Schmidt2008-05-311-1/+1
* - generate deps via gccBernhard Reutner-Fischer2008-05-311-9/+0
* fix fallout from string.h libc_hidden_proto removalDenis Vlasenko2008-05-312-8/+10
* - 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
* - try to pickup UINTMAX_MAXBernhard Reutner-Fischer2008-05-301-0/+1
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-3018-20/+20
* - shrink a little bit.Bernhard Reutner-Fischer2008-05-301-14/+10
* - fix dependencies for multi-sourceBernhard Reutner-Fischer2008-05-291-9/+21
* Fix typo in macro for tls access modelCarmelo Amoroso2008-05-291-1/+1
* avr32: splice(), vmsplice() and tee() supportHaavard Skinnemoen2008-05-281-0/+31
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-276-1/+5
* Slight size reduction by use of smallints/consts:Denis Vlasenko2008-05-256-9/+9
* __uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko2008-05-251-9/+7
* - avoid warning about cast from pointer to integer of different sizeBernhard Reutner-Fischer2008-05-231-1/+1
* arm memcpy: fix the case when src=dstDenis Vlasenko2008-05-231-2/+1
* - for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)Bernhard Reutner-Fischer2008-05-231-0/+2
* - rename to match the set*() function's filenameBernhard Reutner-Fischer2008-05-221-0/+0
* - rename to match the setdomainname filenameBernhard Reutner-Fischer2008-05-221-0/+0
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* - my manpage sais that init_module, create_module, query_module, delete_moduleBernhard Reutner-Fischer2008-05-211-0/+5
* - fix warning about old-style function definitionBernhard Reutner-Fischer2008-05-211-32/+33
* - fix warning about static not being at the beginning of a declBernhard Reutner-Fischer2008-05-211-1/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-2012-63/+31
* getopt: do not needlessly use static structure.Denis Vlasenko2008-05-202-20/+18
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-2013-16/+23
* - note that __drand48_iterate should be voidBernhard Reutner-Fischer2008-05-201-0/+3
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-2024-113/+34
* - silence warningBernhard Reutner-Fischer2008-05-201-1/+1