summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-19216-431/+433
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-192-1/+3
* realpath: do not set bogus errno when readlink fails.Denis Vlasenko2008-05-081-22/+26
* - add missing #endifBernhard Reutner-Fischer2008-05-0324-1/+23
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-0324-158/+806
* Wire up vmsplice, splice and tee for arm.Khem Raj2008-05-031-11/+14
* - add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer2008-05-024-10/+106
* __uc_malloc: remove stray semicolonsDenis Vlasenko2008-04-281-3/+3
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-283-3/+3
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-251-1/+3
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-2444-187/+187