summaryrefslogtreecommitdiffstats
path: root/include/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* fix lib_hidden_proto's which have extra ;Denys Vlasenko2009-08-191-2/+2
| | | | | | | This was making them appear in sanitized headers. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* add hidden aliases for older regex search functionsMike Frysinger2009-08-191-0/+2
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* 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
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-38/+23
| | | | Step 8: include folder
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-5/+5
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2005-11-291-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