Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix lib_hidden_proto's which have extra ; | Denys Vlasenko | 2009-08-19 | 1 | -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 functions | Mike Frysinger | 2009-08-19 | 1 | -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 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 | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -38/+23 |
| | | | | Step 8: include folder | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 1 | -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-29 | 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 |