Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger | 2005-11-15 | 12 | -34/+16 | |
| | ||||||
* | unused | Mike Frysinger | 2005-11-15 | 1 | -66/+0 | |
| | ||||||
* | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵ | Mike Frysinger | 2005-11-15 | 1 | -0/+2 | |
| | | | | wont exist if user disables the option | |||||
* | update licenses and sync with glibc | Mike Frysinger | 2005-11-15 | 23 | -421/+493 | |
| | ||||||
* | sync getopt headers with glibc | Mike Frysinger | 2005-11-15 | 1 | -11/+26 | |
| | ||||||
* | make sure TARGET_ARCH is set ... thought i committed this already? | Mike Frysinger | 2005-11-15 | 1 | -0/+4 | |
| | ||||||
* | import some math funcs from glibc | Mike Frysinger | 2005-11-15 | 6 | -1/+534 | |
| | ||||||
* | remove unused file | Mike Frysinger | 2005-11-15 | 1 | -19/+0 | |
| | ||||||
* | need to declare our stack direction | Mike Frysinger | 2005-11-15 | 1 | -0/+28 | |
| | ||||||
* | Hide internally used symbols, use weak_alias for raise/sigwait, as they ↵ | Peter S. Mazinger | 2005-11-14 | 2 | -2/+9 | |
| | | | | could be in libpthread too | |||||
* | undef functions needed for usage within libc | Peter S. Mazinger | 2005-11-14 | 3 | -0/+4 | |
| | ||||||
* | Split up wstring.c and use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 54 | -94/+1123 | |
| | ||||||
* | Move to use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 25 | -69/+83 | |
| | ||||||
* | Corrections to splitted files | Peter S. Mazinger | 2005-11-14 | 14 | -15/+17 | |
| | ||||||
* | Let the #define do all the work | Eric Andersen | 2005-11-14 | 1 | -6/+0 | |
| | ||||||
* | initial port to hppa | Mike Frysinger | 2005-11-12 | 24 | -0/+1359 | |
| | ||||||
* | make people provide these headers when porting | Mike Frysinger | 2005-11-12 | 2 | -64/+4 | |
| | ||||||
* | Add hidden versions | Peter S. Mazinger | 2005-11-12 | 10 | -19/+52 | |
| | ||||||
* | Add hidden versions, hope I made it correctly. Sparc optimized string ↵ | Peter S. Mazinger | 2005-11-12 | 17 | -49/+122 | |
| | | | | functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function | |||||
* | Add hidden versions | Peter S. Mazinger | 2005-11-12 | 4 | -16/+24 | |
| | ||||||
* | Add hidden versions | Peter S. Mazinger | 2005-11-12 | 2 | -6/+12 | |
| | ||||||
* | Add hidden versions, add missing .size | Peter S. Mazinger | 2005-11-11 | 9 | -26/+62 | |
| | ||||||
* | Split up string.c, make internals hidden | Peter S. Mazinger | 2005-11-11 | 16 | -347/+772 | |
| | ||||||
* | powerpc version of bzero using memset | Peter S. Mazinger | 2005-11-11 | 1 | -0/+4 | |
| | ||||||
* | Split up MSRC file, bzero left out | Peter S. Mazinger | 2005-11-11 | 5 | -230/+241 | |
| | ||||||
* | Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN: | Peter S. Mazinger | 2005-11-11 | 1 | -1/+1 | |
| | ||||||
* | Lets not just paper over this. Add implementation of __xpg_sigpause() | Eric Andersen | 2005-11-10 | 1 | -0/+6 | |
| | ||||||
* | Another s/index/strchr/ | Peter S. Mazinger | 2005-11-10 | 1 | -10/+10 | |
| | ||||||
* | Use strchr instead of index (BSD) | Peter S. Mazinger | 2005-11-10 | 2 | -4/+4 | |
| | ||||||
* | add support for cirrus maverick fpu using patch for glibc ↵ | Mike Frysinger | 2005-11-10 | 6 | -1/+160 | |
| | | | | http://yann.poupet.free.fr/ep93xx/ | |||||
* | sync with glibc | Mike Frysinger | 2005-11-10 | 2 | -6/+10 | |
| | ||||||
* | update license | Mike Frysinger | 2005-11-10 | 3 | -34/+10 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-11-09 | 15 | -168/+241 | |
| | ||||||
* | fix __intptr_t for 64bit arches | Mike Frysinger | 2005-11-09 | 1 | -1/+1 | |
| | ||||||
* | booooring license updates | Mike Frysinger | 2005-11-09 | 10 | -60/+94 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-11-09 | 1 | -2/+6 | |
| | ||||||
* | use make builtin $(wildcard) rather than $(shell ls) | Mike Frysinger | 2005-11-09 | 1 | -2/+4 | |
| | ||||||
* | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger | 2005-11-08 | 4 | -4/+0 | |
| | ||||||
* | make cp silent | Mike Frysinger | 2005-11-08 | 1 | -2/+2 | |
| | ||||||
* | use the common/bits/types.h since it has proper 64bit support now | Mike Frysinger | 2005-11-07 | 2 | -281/+0 | |
| | ||||||
* | old header file | Mike Frysinger | 2005-11-07 | 1 | -7/+0 | |
| | ||||||
* | Enable multi, because the arch specific versions are non-multi now | Peter S. Mazinger | 2005-11-07 | 1 | -6/+4 | |
| | ||||||
* | Disable multi build on asm files. i386/powerpc could be used if the source ↵ | Peter S. Mazinger | 2005-11-07 | 6 | -10/+12 | |
| | | | | is splitted up | |||||
* | fix arch_headers target | Mike Frysinger | 2005-11-05 | 1 | -2/+2 | |
| | ||||||
* | makefiles for new build system | Mike Frysinger | 2005-11-05 | 2 | -82/+26 | |
| | ||||||
* | Change comment size_t _fpmaxtostr to ssize_t | Peter S. Mazinger | 2005-11-05 | 1 | -1/+1 | |
| | ||||||
* | need our own page header file to prevent warnings | Mike Frysinger | 2005-11-04 | 1 | -0/+35 | |
| | ||||||
* | use errno.h like in i386 | Mike Frysinger | 2005-11-04 | 1 | -4/+2 | |
| | ||||||
* | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | 2005-11-04 | 10 | -219/+87 | |
| | ||||||
* | Remove duplicate ifdefs | Peter S. Mazinger | 2005-11-04 | 1 | -2/+0 | |
| |