summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2008-09-09Revert latest changes. Instead of applying this work-aroundCarmelo Amoroso
2008-08-27- remove a couple of duplicate includesBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-14- improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer
2008-06-27if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ...Mike Frysinger
2008-06-12Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-12Revert revision 19345 plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-06Fix hard-to-rigger locking bug in vsyslog():Denis Vlasenko
2008-06-04Fix typo that prevented "make clean" from removing objects in libc/misc/locale.Bernd Schmidt
2008-06-04This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt
2008-06-03syslog.c: fix a buglet in prev-last commit: logic inversion in closelogDenis Vlasenko
2008-06-03syslog.c: fix indentation and style. No code changes.Denis Vlasenko
2008-06-03Fix bug 575 and other small problems noticed along the way.Denis Vlasenko
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-03fix trivial mismatch in return type of build_wcs_upper_buffer()Denis Vlasenko
2008-06-01suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko
2008-06-01add missing includes of unistd.h for smallint usageDenis Vlasenko
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-30- shrink a little bit.Bernhard Reutner-Fischer
2008-05-25__uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko
2008-05-21- fix warning about old-style function definitionBernhard Reutner-Fischer
2008-05-21- fix warning about static not being at the beginning of a declBernhard Reutner-Fischer
2008-05-20replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-05-20- silence warningBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-05-19Added a bounch of locale fixes.Carmelo Amoroso
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2008-04-22Added support for error_print_progname as proposedCarmelo Amoroso
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2008-02-12add hidden_proto's for __uc_mallocDenis Vlasenko
2008-01-09- Fix compilation: semtimedop has 4 args (and not 6)Bernhard Reutner-Fischer
2008-01-05blah, enable the stupid hidden proto for fcntlMike Frysinger
2008-01-05krichy writes in 292:Mike Frysinger
2008-01-05implement semtimedop for #927Mike Frysinger
2008-01-05michael_d writes in #1869: make sure GNU error functions output 'program: ' a...Mike Frysinger
2007-12-07Removed pointless initialization to 0 of DIR fieldsCarmelo Amoroso
2007-12-05Fix opendir problem when statically linked due to a missingCarmelo Amoroso
2007-11-23Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA.Bernd Schmidt
2007-11-23Some shared flat improvements.Bernd Schmidt
2007-11-10Do not return error when fprintf returns 0 in addmntent().Khem Raj
2007-09-15also fix bug 1012 by moschny in 64bit version of readdirMike Frysinger
2007-09-15bug 1310: drop hidden aliases to data since some arches crap with this due to...Mike Frysinger
2007-07-30make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko
2007-07-30make utent.c, getpass.c use __uc_mallocDenis Vlasenko
2007-06-01change the auxvt code from being dependent on MMU to !LDSO as auxvt things ar...Mike Frysinger
2007-05-06Nickolai Zeldovich writes: if the temp name already exists, then the retry co...Mike Frysinger
2007-03-08svn 17941/17943 broke the build. 18032 made the threaded case compile Rob Landley