Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 2 | -3/+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 with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 3 | -16/+18 |
| | | | | | Step 4 libc/string and asm implementation | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 3 | -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> | ||||
* | Synch arch specific part of libc/string for ↵ | Carmelo Amoroso | 2008-06-19 | 3 | -5/+5 |
| | | | | frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin | ||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 5 | -37/+16 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 3 | -6/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -3/+1 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -0/+83 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -0/+81 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -0/+77 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -13/+4 |
| | |||||
* | Merge with trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -214/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -35/+8 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+33 |
| | |||||
* | Merge remaining architecture stuff that does not effect MIPS. | "Steven J. Hill" | 2005-07-26 | 1 | -30/+42 |
| | |||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3) | Eric Andersen | 2004-03-18 | 1 | -1/+2 |
| | |||||
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-27 | 2 | -0/+244 |
Hi Erik I have had some fun trying to optimize memcpy, memset and memmove for PPC. There are only boot tested, but I don't expect any problems :) Read the comments in powerpc/string.c for more info. Patch is relative to libc/string Jocke |