Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-23 | fix lib_hidden_proto's which have extra ; | Denys Vlasenko | |
This was making them appear in sanitized headers. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-20 | add hidden aliases for older regex search functions | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-12-26 | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko | |
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 | |||
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 | |
2005-11-28 | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger | |
2002-11-19 | Update to sync up with glibc 2.3 | Eric Andersen | |
2002-06-26 | Several cleanups/fixes from Marshall M. Midden <m4@brecis.com> | Eric Andersen | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2000-10-20 | A smaller, kinder, gentler regexp implementation. | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-07-09 | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | |
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 |