Age | Commit message (Expand) | Author |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-09-30 | - remove some duplicate includes | Bernhard Reutner-Fischer |
2008-09-29 | i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence. | Carmelo Amoroso |
2008-09-25 | - cast both times to double for consistency | Bernhard Reutner-Fischer |
2008-09-25 | - disable gettext support in obstack. | Bernhard Reutner-Fischer |
2008-09-25 | - add missing hidden_def | Bernhard Reutner-Fischer |
2008-09-24 | - Fix arguments to compare function. Closes #1081 | Bernhard Reutner-Fischer |
2008-09-19 | - fix for r23427. Thanks to psm for mentioning this and sorry for the breakage | Bernhard Reutner-Fischer |
2008-09-18 | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer |
2008-09-18 | - exec_comm_child can not return ever | Bernhard Reutner-Fischer |
2008-09-11 | - fix typo | Bernhard Reutner-Fischer |
2008-09-09 | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso |
2008-09-09 | Revert latest changes. Instead of applying this work-around | Carmelo Amoroso |
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-07-14 | - improve UCLIBC_LINUX_SPECIFIC | Bernhard Reutner-Fischer |
2008-06-27 | if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ... | Mike Frysinger |
2008-06-12 | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-06-12 | Revert revision 19345 plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-06-06 | Fix hard-to-rigger locking bug in vsyslog(): | Denis Vlasenko |
2008-06-04 | Fix typo that prevented "make clean" from removing objects in libc/misc/locale. | Bernd Schmidt |
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt |
2008-06-03 | syslog.c: fix a buglet in prev-last commit: logic inversion in closelog | Denis Vlasenko |
2008-06-03 | syslog.c: fix indentation and style. No code changes. | Denis Vlasenko |
2008-06-03 | Fix 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 features | Bernhard Reutner-Fischer |
2008-06-03 | fix trivial mismatch in return type of build_wcs_upper_buffer() | Denis Vlasenko |
2008-06-01 | suppress a few "might be used uninitialized" warnings. No code growth. | Denis Vlasenko |
2008-06-01 | add missing includes of unistd.h for smallint usage | Denis 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/null | Denis Vlasenko |
2008-05-21 | - fix warning about old-style function definition | Bernhard Reutner-Fischer |
2008-05-21 | - fix warning about static not being at the beginning of a decl | Bernhard Reutner-Fischer |
2008-05-20 | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko |
2008-05-20 | Introduce 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 warning | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-05-19 | Added a bounch of locale fixes. | Carmelo Amoroso |
2008-04-28 | Experimentally move libc_hidden_proto(time) to time.h. | Denis Vlasenko |
2008-04-22 | Added support for error_print_progname as proposed | Carmelo Amoroso |
2008-04-12 | Functions should be either exported in public .h files | Denis Vlasenko |
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko |
2008-01-09 | - Fix compilation: semtimedop has 4 args (and not 6) | Bernhard Reutner-Fischer |
2008-01-05 | blah, enable the stupid hidden proto for fcntl | Mike Frysinger |
2008-01-05 | krichy writes in 292: | Mike Frysinger |
2008-01-05 | implement semtimedop for #927 | Mike Frysinger |
2008-01-05 | michael_d writes in #1869: make sure GNU error functions output 'program: ' a... | Mike Frysinger |