Age | Commit message (Expand) | Author |
2008-01-09 | add workaround for gcc-3.4.6 with mips | Mike Frysinger |
2008-01-05 | Chris Zankel writes: | Mike Frysinger |
2007-12-22 | mark a bunch of public mem/str functions as weak so that people who insist on... | Mike Frysinger |
2007-11-21 | Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32. | Peter Kjellerstedt |
2007-11-16 | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve... | Carmelo Amoroso |
2007-11-12 | CRIS/CRISv32 architecture specific memcpy, memmove and memset. | Ricard Wanderlof |
2007-09-15 | pull from Blackfin repo: cleanup string funcs | Mike Frysinger |
2007-09-15 | Blue Swirl writes: | Mike Frysinger |
2007-09-15 | add strerror_r symbol alias as some autotool based packages simply use AC_CHE... | Mike Frysinger |
2007-07-29 | Remove stray code alignment (.align 16 and .align 4 directives) | Denis Vlasenko |
2007-03-11 | Patch from Al Stone to fix ia64: | Rob Landley |
2007-02-08 | pull in features.h so we have access to config defines | Mike Frysinger |
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen |
2006-10-19 | Make strdup() use memcpy() rather than strcpy() to duplicate the string. | Peter Kjellerstedt |
2006-06-27 | revert previous nops in strcmp as they are not needed here | Mike Frysinger |
2006-06-27 | blackfin needs NOPs after the loop end when the last statement in the loop is... | Mike Frysinger |
2006-05-30 | Qunying Pan writes: Make strncmp weak hidden to fix link failures in building... | Mike Frysinger |
2006-05-30 | import some optimized functions from blackfin cvs | Mike Frysinger |
2006-05-26 | Amir Shalem writes: | Mike Frysinger |
2006-05-15 | fix signed warnings | Mike Frysinger |
2006-03-24 | Correct build failure introduced by SUSV3_LEGACY option | Peter S. Mazinger |
2006-03-23 | Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind... | Peter S. Mazinger |
2006-03-23 | Mark some functions as BSD only | Peter S. Mazinger |
2006-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
2006-02-22 | wcscoll_l.o does not exist | Peter S. Mazinger |
2006-02-22 | exclude 2 more files from multi | Peter S. Mazinger |
2006-02-15 | strcoll for non-locale | Peter S. Mazinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-04 | fix building | Mike Frysinger |
2006-02-04 | import files from glibc for an ia64/static port | Mike Frysinger |
2006-02-03 | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger |
2006-02-01 | remove hidden versions of bzero, unused in libc.so | Peter S. Mazinger |
2006-01-31 | Khem Raj says: | Mike Frysinger |
2006-01-30 | Too many sparc versions ;-(, another hidden bcopy removed | Peter S. Mazinger |
2006-01-30 | Remove arch specific hidden bcopy | Peter S. Mazinger |
2006-01-30 | Change the only bcopy user to memmove and remove internal version of bcopy | Peter S. Mazinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-23 | Correct memcpy use | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-18 | check for signal existence rather than using arch defines | Mike Frysinger |
2006-01-17 | update strcoll stuff | Mike Frysinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger |
2006-01-14 | get rid of strcmp jump reloc | Peter S. Mazinger |
2006-01-14 | DODEBUG=y and XLOCALE as well | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | s/libc_hidden_proto/libc_hidden_def/ | Peter S. Mazinger |