summaryrefslogtreecommitdiffstats
path: root/include/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* fix lib_hidden_proto's which have extra ;Denys Vlasenko2009-07-231-2/+2
| | | | | | This was making them appear in sanitized headers. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add hidden aliases for older regex search functionsMike Frysinger2009-07-201-0/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-7/+7
| | | | | | | | | shrink offset tables. disable "likely/unlikely" BE() macro. text data bss dec hex filename - 515032 2731 15424 533187 822c3 lib/libuClibc-0.9.30-svn.so + 515014 2731 15424 533169 822b1 lib/libuClibc-0.9.30-svn.so
* - remove non stdc path (old style definitions). No obj-code changesBernhard Reutner-Fischer2008-09-181-38/+23
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-5/+5
|
* Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger2005-11-281-76/+82
|
* Update to sync up with glibc 2.3Eric Andersen2002-11-191-9/+16
|
* Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-06-261-0/+2
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-17/+40
|
* A smaller, kinder, gentler regexp implementation.Eric Andersen2000-10-201-3491/+279
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-9/+9
| | | | -Erik
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-091-0/+3754
fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik