Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 1 | -3/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -33/+8 |
| | |||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+5 |
| | |||||
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -1/+1 |
| | | | | as the flags for all calls to 'as' | ||||
* | Add a couple of mips-specific string funcs. | Manuel Novoa III | 2004-09-02 | 1 | -0/+38 |
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. |