summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a build break due to errno and h_errno being unresolved symbols. Rob Landley2007-03-071-2/+2
* need to double check internal errno handling wrt libpthreadMike Frysinger2007-02-221-0/+2
* add missing file for previous commit as pointed out by Peter KjellerstedtMike Frysinger2007-02-211-0/+21
* redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger2007-02-213-26/+10
* - should look if LFS is enabled as suggested by pkj in #1131. This generates ...Bernhard Reutner-Fischer2007-01-301-1/+1
* - fix compilation of GNU glob with !LFSBernhard Reutner-Fischer2007-01-291-1/+1
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-111-1/+1
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-102-1/+26
* create new menu so people can select what format they wish to build uClibcMike Frysinger2006-12-112-9/+9