summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-301-4/+2
* i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.Carmelo Amoroso2008-09-291-1/+2
* - cast both times to double for consistencyBernhard Reutner-Fischer2008-09-251-1/+1
* - disable gettext support in obstack.Bernhard Reutner-Fischer2008-09-251-3/+3
* - add missing hidden_defBernhard Reutner-Fischer2008-09-251-0/+2
* - Fix arguments to compare function. Closes #1081Bernhard Reutner-Fischer2008-09-241-1/+1
* - fix for r23427. Thanks to psm for mentioning this and sorry for the breakageBernhard Reutner-Fischer2008-09-191-7/+7
* - remove non stdc path (old style definitions). No obj-code changesBernhard Reutner-Fischer2008-09-182-255/+214
* - exec_comm_child can not return everBernhard Reutner-Fischer2008-09-181-1/+1
* - fix typoBernhard Reutner-Fischer2008-09-111-1/+1
* Fix some locale multibyte tests failures ad below:Carmelo Amoroso2008-09-091-2/+8
* 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