summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert latest changes. Instead of applying this work-aroundCarmelo Amoroso2008-09-091-2/+1
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-274-6/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2320-229/+229
* - fix inline keywordBernhard Reutner-Fischer2008-07-239-21/+21
* - improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer2008-07-144-5/+52
* if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ...Mike Frysinger2008-06-271-6/+8
* Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-123-13/+9
* Revert revision 19345 plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-9/+4
* Fix hard-to-rigger locking bug in vsyslog():Denis Vlasenko2008-06-061-9/+13
* Fix typo that prevented "make clean" from removing objects in libc/misc/locale.Bernd Schmidt2008-06-041-1/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-043-3/+0
* 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-038-11/+41
* fix trivial mismatch in return type of build_wcs_upper_buffer()Denis Vlasenko2008-06-031-1/+1
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-011-2/+2
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-012-0/+2
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-307-9/+9
* - shrink a little bit.Bernhard Reutner-Fischer2008-05-301-14/+10
* __uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko2008-05-251-9/+7
* - 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-204-31/+18
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-205-8/+7
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-203-27/+7
* - silence warningBernhard Reutner-Fischer2008-05-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1935-119/+119
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-192-1/+3
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-1/+1
* Added support for error_print_progname as proposedCarmelo Amoroso2008-04-221-3/+9
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-121-2/+1
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-124-0/+4
* - Fix compilation: semtimedop has 4 args (and not 6)Bernhard Reutner-Fischer2008-01-091-1/+1
* blah, enable the stupid hidden proto for fcntlMike Frysinger2008-01-051-1/+1
* krichy writes in 292:Mike Frysinger2008-01-051-1/+1
* implement semtimedop for #927Mike Frysinger2008-01-057-15/+56
* michael_d writes in #1869: make sure GNU error functions output 'program: ' a...Mike Frysinger2008-01-051-0/+4
* Removed pointless initialization to 0 of DIR fieldsCarmelo Amoroso2007-12-071-1/+0
* Fix opendir problem when statically linked due to a missingCarmelo Amoroso2007-12-051-0/+1
* Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA.Bernd Schmidt2007-11-231-0/+3
* Some shared flat improvements.Bernd Schmidt2007-11-231-0/+7
* Do not return error when fprintf returns 0 in addmntent().Khem Raj2007-11-101-5/+2
* also fix bug 1012 by moschny in 64bit version of readdirMike Frysinger2007-09-151-1/+1
* bug 1310: drop hidden aliases to data since some arches crap with this due to...Mike Frysinger2007-09-151-14/+13
* make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko2007-07-303-9/+10
* make utent.c, getpass.c use __uc_mallocDenis Vlasenko2007-07-301-4/+8
* change the auxvt code from being dependent on MMU to !LDSO as auxvt things ar...Mike Frysinger2007-06-011-5/+5
* Nickolai Zeldovich writes: if the temp name already exists, then the retry co...Mike Frysinger2007-05-061-10/+9
* svn 17941/17943 broke the build. 18032 made the threaded case compile Rob Landley2007-03-081-9/+4