Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix lib_hidden_proto's which have extra ; | Denys Vlasenko | 2009-07-23 | 1 | -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 functions | Mike Frysinger | 2009-07-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko | 2008-12-26 | 1 | -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 changes | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -38/+23 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -5/+5 |
| | |||||
* | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger | 2005-11-28 | 1 | -76/+82 |
| | |||||
* | Update to sync up with glibc 2.3 | Eric Andersen | 2002-11-19 | 1 | -9/+16 |
| | |||||
* | Several cleanups/fixes from Marshall M. Midden <m4@brecis.com> | Eric Andersen | 2002-06-26 | 1 | -0/+2 |
| | |||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -17/+40 |
| | |||||
* | A smaller, kinder, gentler regexp implementation. | Eric Andersen | 2000-10-20 | 1 | -3491/+279 |
| | |||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -9/+9 |
| | | | | -Erik | ||||
* | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | 2000-07-09 | 1 | -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 |