Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tweak setting of so/a-y slightly | Mike Frysinger | 2005-11-30 | 1 | -3/+3 | |
| | ||||||
* | touchup whitespace | Mike Frysinger | 2005-11-30 | 1 | -4/+3 | |
| | ||||||
* | fix warning about __random() not being a prototype | Mike Frysinger | 2005-11-30 | 1 | -1/+1 | |
| | ||||||
* | dont display cd;make | Mike Frysinger | 2005-11-30 | 1 | -3/+3 | |
| | ||||||
* | get rid of unused sysdep.h header | Mike Frysinger | 2005-11-30 | 4 | -131/+0 | |
| | ||||||
* | grab some headers/updates from glibc | Mike Frysinger | 2005-11-30 | 5 | -1/+328 | |
| | ||||||
* | sync with glibc to parse error in C version of test_and_set | Mike Frysinger | 2005-11-30 | 1 | -21/+12 | |
| | ||||||
* | fix warning using glibc method | Mike Frysinger | 2005-11-30 | 1 | -3/+1 | |
| | ||||||
* | Use __STDC__ syntax, no need for prototype if random_r is before srandom_r | Peter S. Mazinger | 2005-11-29 | 1 | -62/+60 | |
| | ||||||
* | Correct typo | Peter S. Mazinger | 2005-11-29 | 1 | -1/+1 | |
| | ||||||
* | Paul Brook writes: | Mike Frysinger | 2005-11-29 | 1 | -0/+2 | |
| | | | | | | The functions __check_one_fd and __check_suid in libc/misc/internals/__uClibc_main.c are only used used when __ARCH_HAS_MMU__. The patch below surrounds them with the appropriate #ifdef. | |||||
* | Paul Brook writes: | Mike Frysinger | 2005-11-29 | 1 | -0/+1 | |
| | | | | | | | | | | I'm getting the following build failure on arm-linux: LD libuClibc-0.9.28.so libc/libc_so.a(glob.os): In function `collated_compare':glob.c:(.text+0x1f8): undefined reference to `__strcoll' The patch below fixes it. | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 40 | -47/+135 | |
| | ||||||
* | Allow internal_function to come from libc | Peter S. Mazinger | 2005-11-28 | 2 | -2/+1 | |
| | ||||||
* | Correct regexec | Peter S. Mazinger | 2005-11-28 | 1 | -0/+2 | |
| | ||||||
* | Add new regex code from glibc, this is almost double size of the earlier ↵ | Peter S. Mazinger | 2005-11-28 | 8 | -1/+10692 | |
| | | | | one, but passes sed tests (and thus allows making sed shrink from 91k to 42k | |||||
* | Rename regex.c to regex_old.c | Peter S. Mazinger | 2005-11-28 | 2 | -3/+3 | |
| | ||||||
* | Add option to allow switching between old and new regex | Peter S. Mazinger | 2005-11-28 | 1 | -0/+10 | |
| | ||||||
* | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger | 2005-11-28 | 2 | -76/+83 | |
| | ||||||
* | Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl) | Peter S. Mazinger | 2005-11-28 | 2 | -1/+3 | |
| | ||||||
* | Implement and hide __wctype | Peter S. Mazinger | 2005-11-28 | 1 | -2/+5 | |
| | ||||||
* | Create and hide __btowc, __mbrtowc, __wcrtomb | Peter S. Mazinger | 2005-11-28 | 1 | -6/+16 | |
| | ||||||
* | sync with glibc cvs | Mike Frysinger | 2005-11-28 | 1 | -1/+1 | |
| | ||||||
* | Guard wcs* w/ WANT_WIDE | Peter S. Mazinger | 2005-11-28 | 1 | -0/+3 | |
| | ||||||
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 19 | -1/+29 | |
| | ||||||
* | Sync minimally w/ glibc, else cpio fails building | Peter S. Mazinger | 2005-11-27 | 1 | -2/+2 | |
| | ||||||
* | headers patched w/ sed -i 's:extern int errno:#include <errno.h>' ↵ | Peter S. Mazinger | 2005-11-27 | 1 | -0/+4 | |
| | | | | linux/unistd.h fail here | |||||
* | Hide some wcs* | Peter S. Mazinger | 2005-11-27 | 8 | -4/+17 | |
| | ||||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 35 | -17/+114 | |
| | ||||||
* | Unhide __mempcpy, provide __libc_mempcpy for internal use | Peter S. Mazinger | 2005-11-26 | 2 | -4/+6 | |
| | ||||||
* | Adapt to renamed internal __f{ge.pu}tc_unlocked | Peter S. Mazinger | 2005-11-26 | 1 | -2/+2 | |
| | ||||||
* | Overseen 2 unhidden __ieee754_x | Peter S. Mazinger | 2005-11-26 | 2 | -4/+4 | |
| | ||||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 42 | -95/+149 | |
| | ||||||
* | Some more hidden internals | Peter S. Mazinger | 2005-11-26 | 9 | -39/+39 | |
| | ||||||
* | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | 2005-11-25 | 6 | -18/+18 | |
| | ||||||
* | Convert configuration to new build system | Peter S. Mazinger | 2005-11-25 | 6 | -144/+153 | |
| | ||||||
* | Correct a dependency loop | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | Same for utils, renamed install_utils to utils_install to avoid conflict ↵ | Peter S. Mazinger | 2005-11-25 | 2 | -8/+4 | |
| | | | | when added to top Makefile.in | |||||
* | Remove clean target in extra/locale and use locale_clean | Peter S. Mazinger | 2005-11-25 | 2 | -4/+1 | |
| | ||||||
* | Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier | Peter S. Mazinger | 2005-11-25 | 2 | -2/+2 | |
| | ||||||
* | Integrate locales into new build system, move everything locale related to ↵ | Peter S. Mazinger | 2005-11-25 | 3 | -60/+46 | |
| | | | | extra/locale, as download, unpack, locale_data.o | |||||
* | Add header dependency to be used as prerequisite for the all objects | Peter S. Mazinger | 2005-11-25 | 2 | -0/+4 | |
| | ||||||
* | Don't remove the directory again, *config did it already | Peter S. Mazinger | 2005-11-25 | 1 | -1/+0 | |
| | ||||||
* | Include libc's Makefile.in last to catch all the objects included by others ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -1/+3 | |
| | | | | that go into libc | |||||
* | sync with glibc and Paul Brook says: fix posix_memalign prototype by ↵ | Mike Frysinger | 2005-11-25 | 1 | -60/+65 | |
| | | | | dropping __attribute_malloc__ | |||||
* | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger | 2005-11-25 | 3 | -3/+6 | |
| | ||||||
* | Use internal version of *_unlocked | Peter S. Mazinger | 2005-11-25 | 2 | -0/+4 | |
| | ||||||
* | Change internal name __f[ge,pu]tc_unlocked to __libc_x | Peter S. Mazinger | 2005-11-25 | 2 | -11/+13 | |
| | ||||||
* | forgot to commit added file | Peter S. Mazinger | 2005-11-25 | 2 | -1/+166 | |
| | ||||||
* | locales prepared for new build system, will allow to autobuild locales, not ↵ | Peter S. Mazinger | 2005-11-25 | 4 | -98/+11 | |
| | | | | only use the pregenerated ones |