Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 23 | -40/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Synch strverscmp.c with trunk | Carmelo Amoroso | 2009-02-19 | 1 | -0/+0 |
| | |||||
* | - synch r25316:25325 from trunk | Bernhard Reutner-Fischer | 2009-02-18 | 1 | -117/+0 |
| | |||||
* | Add strverscmp() and versionsort[64](). | Denis Vlasenko | 2009-02-08 | 1 | -0/+117 |
| | | | | | By Hai Zaar (haizaar AT codefidence.com) | ||||
* | ldso/ldso/mips/*: non-pic support from trunk | Denis Vlasenko | 2008-12-23 | 2 | -5/+2 |
| | | | | | | | | | | libc/string/*: small fixes sync from trunk test/regex/tst-regex2.c: small fixes sync from trunk libc/misc/time/time.c: optimization from trunk: text data bss dec hex filename - 854 24 0 878 36e libc/misc/time/_time_localtime_tzi.os + 818 16 0 834 342 libc/misc/time/_time_localtime_tzi.os | ||||
* | sync with trunk. Compile tested on i386 | Denis Vlasenko | 2008-12-23 | 3 | -163/+11 |
| | |||||
* | fix build failures on i386 | Denis Vlasenko | 2008-12-23 | 1 | -2/+2 |
| | |||||
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 7 | -7/+7 |
| | | | | Step 10: libc_hidden_removal | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 4 | -32/+28 |
| | | | | | Step 4 libc/string and asm implementation | ||||
* | libc_hidden_proto moved to string.h | Carmelo Amoroso | 2008-06-19 | 24 | -56/+49 |
| | |||||
* | Move static function _wordcopy_fwd_aligned and _wordcopy_fwd_dest_aligned ↵ | Carmelo Amoroso | 2008-06-19 | 3 | -191/+194 |
| | | | | from memcopy.h to _memcpy_fwd.c to avoid unneeded inclusion in other .c files and silent gcc about unused static function | ||||
* | Added optmized memcpy implementation for SH4 | Carmelo Amoroso | 2007-11-21 | 3 | -208/+218 |
| | | | | | | | | | | | | | (backward memcpy algorithm) Modified libc/string/generic/Makefile.in to handle subtarget implementations. Fixed generic memmove code to handle backward memcpy by using a selectable config option __ARCH_HAS_BWD_MEMCPY__ This option is on for SH4 arch Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | More merging from trunk. | "Steven J. Hill" | 2007-01-21 | 1 | -6/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-23 | 13 | -9/+40 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 27 | -129/+128 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 25 | -89/+34 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -2/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 1 | -4/+1 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 9 | -50/+23 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 25 | -87/+83 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -7/+3 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+33 |
| | |||||
* | Big sync with trunk. | "Steven J. Hill" | 2005-09-24 | 1 | -4/+4 |
| | |||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -6/+4 |
| | |||||
* | Add a couple of mips-specific string funcs. | Manuel Novoa III | 2004-09-02 | 29 | -0/+3377 |
Port the generic optimized string funcs from glibc, with some tweaks to cut their size a little. The main change is making memmove call memcpy for forward copying to trim redundant code. Make use of both the generic and arch-specific speed-optimized string funcs configurable. Arch-specific take precedence over generic, and generic takes precedence over basic size-optimized uClibc funcs. |