Age | Commit message (Expand) | Author |
2005-11-15 | Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook.... | Peter S. Mazinger |
2005-11-15 | Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ha... | Peter S. Mazinger |
2005-11-15 | Update copyright notice | Peter S. Mazinger |
2005-11-15 | Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong | Peter S. Mazinger |
2005-11-15 | Hide __libc_sa_len | Peter S. Mazinger |
2005-11-15 | Hide some internally used functions | Peter S. Mazinger |
2005-11-15 | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger |
2005-11-15 | unused | Mike Frysinger |
2005-11-15 | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo... | Mike Frysinger |
2005-11-15 | update licenses and sync with glibc | Mike Frysinger |
2005-11-15 | sync getopt headers with glibc | Mike Frysinger |
2005-11-15 | make sure TARGET_ARCH is set ... thought i committed this already? | Mike Frysinger |
2005-11-15 | import some math funcs from glibc | Mike Frysinger |
2005-11-15 | remove unused file | Mike Frysinger |
2005-11-15 | need to declare our stack direction | Mike Frysinger |
2005-11-14 | Hide internally used symbols, use weak_alias for raise/sigwait, as they could... | Peter S. Mazinger |
2005-11-14 | undef functions needed for usage within libc | Peter S. Mazinger |
2005-11-14 | Split up wstring.c and use attribute_hidden | Peter S. Mazinger |
2005-11-14 | Move to use attribute_hidden | Peter S. Mazinger |
2005-11-14 | Corrections to splitted files | Peter S. Mazinger |
2005-11-14 | Let the #define do all the work | Eric Andersen |
2005-11-12 | initial port to hppa | Mike Frysinger |
2005-11-12 | make people provide these headers when porting | Mike Frysinger |
2005-11-12 | Add hidden versions | Peter S. Mazinger |
2005-11-12 | Add hidden versions, hope I made it correctly. Sparc optimized string functio... | Peter S. Mazinger |
2005-11-12 | Add hidden versions | Peter S. Mazinger |
2005-11-12 | Add hidden versions | Peter S. Mazinger |
2005-11-11 | Add hidden versions, add missing .size | Peter S. Mazinger |
2005-11-11 | Split up string.c, make internals hidden | Peter S. Mazinger |
2005-11-11 | powerpc version of bzero using memset | Peter S. Mazinger |
2005-11-11 | Split up MSRC file, bzero left out | Peter S. Mazinger |
2005-11-11 | Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN: | Peter S. Mazinger |
2005-11-10 | Lets not just paper over this. Add implementation of __xpg_sigpause() | Eric Andersen |
2005-11-10 | Another s/index/strchr/ | Peter S. Mazinger |
2005-11-10 | Use strchr instead of index (BSD) | Peter S. Mazinger |
2005-11-10 | add support for cirrus maverick fpu using patch for glibc http://yann.poupet.... | Mike Frysinger |
2005-11-10 | sync with glibc | Mike Frysinger |
2005-11-10 | update license | Mike Frysinger |
2005-11-09 | sync with glibc | Mike Frysinger |
2005-11-09 | fix __intptr_t for 64bit arches | Mike Frysinger |
2005-11-09 | booooring license updates | Mike Frysinger |
2005-11-09 | sync with glibc | Mike Frysinger |
2005-11-09 | use make builtin $(wildcard) rather than $(shell ls) | Mike Frysinger |
2005-11-08 | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger |
2005-11-08 | make cp silent | Mike Frysinger |
2005-11-07 | use the common/bits/types.h since it has proper 64bit support now | Mike Frysinger |
2005-11-07 | old header file | Mike Frysinger |
2005-11-07 | Enable multi, because the arch specific versions are non-multi now | Peter S. Mazinger |
2005-11-07 | Disable multi build on asm files. i386/powerpc could be used if the source is... | Peter S. Mazinger |
2005-11-05 | fix arch_headers target | Mike Frysinger |