Age | Commit message (Expand) | Author |
2012-06-15 | regex_old.c: remove unneeded guard | Peter S. Mazinger |
2012-04-08 | regex: silence set-but-unused warnings | Mike Frysinger |
2011-11-17 | regex_old: make some internal helpers static | Bernhard Reutner-Fischer |
2011-03-09 | regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.h | Peter S. Mazinger |
2011-02-14 | regex: remove set but not used variable | Bernhard Reutner-Fischer |
2010-04-27 | libc/regex: fix internal_function declarations | Roman I Khimov |
2010-04-25 | libc: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
2010-04-12 | libc_regex: __libc_lock primitives are actually available on uClibc | Carmelo Amoroso |
2010-04-05 | regex_old: convert static flag variable to smallint | Denys Vlasenko |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-01-23 | silence some warnings about unused params | Bernhard Reutner-Fischer |
2009-10-22 | regex: call memcpy() ourselves | Mike Frysinger |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-08-17 | add hidden aliases for newer regex search functions | Bernhard Reutner-Fischer |
2009-07-28 | remove erroneous ';' | Bernhard Reutner-Fischer |
2009-07-20 | regex: convert #if to #ifdef | Mike Frysinger |
2009-07-20 | add hidden aliases for older regex search functions | Mike Frysinger |
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko |
2008-12-26 | convert yet another old-style function definition | Denis Vlasenko |
2008-12-26 | new regex: stop confusing ourself with _LIBC being undefined; | Denis Vlasenko |
2008-12-26 | regex: remove useless casts on allocations; | Denis Vlasenko |
2008-12-26 | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko |
2008-12-25 | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko |
2008-12-25 | test/regex/tst-regex2.c: fix test failure. Next one is immediately after... | Denis Vlasenko |
2008-12-14 | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko |
2008-12-12 | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | 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-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-06-12 | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt |
2008-06-03 | fix trivial mismatch in return type of build_wcs_upper_buffer() | 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-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-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko |
2007-07-30 | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |