Age | Commit message (Expand) | Author |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | adapt regex to new regex.h | Peter S. Mazinger |
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko |
2008-12-26 | new regex: stop confusing ourself with _LIBC being undefined; | Denis Vlasenko |
2008-12-26 | regex: drop __<funcname> aliases. remove much of unused code. | 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-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt |
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
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 |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger |
2006-01-30 | make regex a little bit smaller | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-15 | get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Use hidden towupper in new regex | Peter S. Mazinger |
2005-12-16 | New regex as well | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-07 | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger |
2005-12-06 | Make use internal str*casecmp/wcscoll | Peter S. Mazinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-28 | Allow internal_function to come from libc | Peter S. Mazinger |
2005-11-28 | Add new regex code from glibc, this is almost double size of the earlier one,... | Peter S. Mazinger |
2005-11-28 | Rename regex.c to regex_old.c | Peter S. Mazinger |
2005-11-28 | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger |
2005-11-27 | Hide some wcs* | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2002-11-14 | As released in uClibc 0.9.16, regex was being compiled without | Eric Andersen |
2001-11-24 | Sync regex with glibc 2.2.4. I need to add an option to select | Eric Andersen |
2001-06-07 | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough |
2001-05-26 | Fix regex support to be compatible with 4.2 BSD regex library. This is | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2000-10-20 | A smaller, kinder, gentler regexp implementation. | Eric Andersen |