| Commit message (Expand) | Author | Age | Files | Lines |
| * | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 14 | -21/+21 |
| * | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| * | Fix two more cases where a libc_hidden_proto was added to string.h while | Bernd Schmidt | 2008-06-11 | 2 | -0/+2 |
| * | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 3 | -3/+0 |
| * | fix fallout from libc_hidden_proto removal | Denis Vlasenko | 2008-06-02 | 2 | -1/+4 |
| * | fix compile breakage in libc/string/wcscasecmp.c | Denis Vlasenko | 2008-06-01 | 1 | -0/+1 |
| * | fix fallout from string.h libc_hidden_proto removal | Denis Vlasenko | 2008-05-31 | 2 | -8/+10 |
| * | - cannot really guarantee proper order, so play safe and compile the problematic | Bernhard Reutner-Fischer | 2008-05-30 | 2 | -1/+2 |
| * | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
| * | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
| * | arm memcpy: fix the case when src=dst | Denis Vlasenko | 2008-05-23 | 1 | -2/+1 |
| * | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -10/+3 |
| * | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 80 | -110/+112 |
| * | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | 2008-04-24 | 3 | -3/+3 |
| * | Fix indentation of comment in AVR32 memmove assembler optimization file. | Hans-Christian Egtvedt | 2008-04-24 | 1 | -1/+1 |
| * | Fix whitespace damage in AVR32 string assembler optimized functions. | Hans-Christian Egtvedt | 2008-04-16 | 9 | -363/+363 |
| * | amd64 string ops: use alignment more carefully, and comment it. | Denis Vlasenko | 2008-04-15 | 8 | -30/+75 |
| * | amd64 string ops: replace some instructions by smaller ones, | Denis Vlasenko | 2008-04-15 | 5 | -13/+12 |
| * | Paul Brook writes: | Bernhard Reutner-Fischer | 2008-03-26 | 10 | -18/+377 |
| * | avr32: Use HIDDEN_JUMPTARGET() macro in bzero.S | Haavard Skinnemoen | 2008-03-13 | 2 | -6/+1 |
| * | From: Geoffrey Wossum <geoffrey@pager.net> | Haavard Skinnemoen | 2008-03-13 | 1 | -0/+2 |
| * | Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 files | Hans-Christian Egtvedt | 2008-02-20 | 2 | -2/+2 |
| * | add workaround for gcc-3.4.6 with mips | Mike Frysinger | 2008-01-09 | 1 | -1/+1 |
| * | Chris Zankel writes: | Mike Frysinger | 2008-01-05 | 7 | -0/+1283 |
| * | mark a bunch of public mem/str functions as weak so that people who insist on... | Mike Frysinger | 2007-12-22 | 21 | -50/+36 |
| * | Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32. | Peter Kjellerstedt | 2007-11-21 | 2 | -0/+112 |
| * | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve... | Carmelo Amoroso | 2007-11-16 | 9 | -0/+585 |
| * | CRIS/CRISv32 architecture specific memcpy, memmove and memset. | Ricard Wanderlof | 2007-11-12 | 4 | -0/+698 |
| * | pull from Blackfin repo: cleanup string funcs | Mike Frysinger | 2007-09-15 | 6 | -194/+221 |
| * | Blue Swirl writes: | Mike Frysinger | 2007-09-15 | 9 | -9/+9 |
| * | add strerror_r symbol alias as some autotool based packages simply use AC_CHE... | Mike Frysinger | 2007-09-15 | 1 | -0/+6 |
| * | Remove stray code alignment (.align 16 and .align 4 directives) | Denis Vlasenko | 2007-07-29 | 8 | -11/+14 |
| * | Patch from Al Stone to fix ia64: | Rob Landley | 2007-03-11 | 3 | -4/+4 |
| * | pull in features.h so we have access to config defines | Mike Frysinger | 2007-02-08 | 2 | -0/+4 |
| * | mips64 patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 2 | -4/+186 |
| * | Make strdup() use memcpy() rather than strcpy() to duplicate the string. | Peter Kjellerstedt | 2006-10-19 | 1 | -6/+4 |
| * | revert previous nops in strcmp as they are not needed here | Mike Frysinger | 2006-06-27 | 1 | -2/+0 |
| * | blackfin needs NOPs after the loop end when the last statement in the loop is... | Mike Frysinger | 2006-06-27 | 2 | -1/+3 |
| * | Qunying Pan writes: Make strncmp weak hidden to fix link failures in building... | Mike Frysinger | 2006-05-30 | 5 | -5/+5 |
| * | import some optimized functions from blackfin cvs | Mike Frysinger | 2006-05-30 | 7 | -0/+544 |
| * | Amir Shalem writes: | Mike Frysinger | 2006-05-26 | 2 | -1/+2 |
| * | fix signed warnings | Mike Frysinger | 2006-05-15 | 2 | -4/+4 |
| * | Correct build failure introduced by SUSV3_LEGACY option | Peter S. Mazinger | 2006-03-24 | 2 | -0/+4 |
| * | Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind... | Peter S. Mazinger | 2006-03-23 | 26 | -7/+82 |
| * | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 2 | -2/+8 |
| * | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger | 2006-03-23 | 3 | -0/+3 |
| * | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 3 | -5/+5 |
| * | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 15 | -2/+41 |
| * | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 2 | -3/+0 |
| * | wcscoll_l.o does not exist | Peter S. Mazinger | 2006-02-22 | 1 | -1/+1 |