summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct regexecPeter S. Mazinger2005-11-281-0/+2
|
* Add new regex code from glibc, this is almost double size of the earlier ↵Peter S. Mazinger2005-11-288-1/+10692
| | | | one, but passes sed tests (and thus allows making sed shrink from 91k to 42k
* Rename regex.c to regex_old.cPeter S. Mazinger2005-11-282-3/+3
|
* Add option to allow switching between old and new regexPeter S. Mazinger2005-11-281-0/+10
|
* Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger2005-11-282-76/+83
|
* Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger2005-11-282-1/+3
|
* Implement and hide __wctypePeter S. Mazinger2005-11-281-2/+5
|
* Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger2005-11-281-6/+16
|
* sync with glibc cvsMike Frysinger2005-11-281-1/+1
|
* Guard wcs* w/ WANT_WIDEPeter S. Mazinger2005-11-281-0/+3
|
* define MREMAP_FIXEDMike Frysinger2005-11-2719-1/+29
|
* Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger2005-11-271-2/+2
|
* headers patched w/ sed -i 's:extern int errno:#include <errno.h>' ↵Peter S. Mazinger2005-11-271-0/+4
| | | | linux/unistd.h fail here
* Hide some wcs*Peter S. Mazinger2005-11-278-4/+17
|
* Hide some of mem* and str*Peter S. Mazinger2005-11-2735-17/+114
|
* Unhide __mempcpy, provide __libc_mempcpy for internal usePeter S. Mazinger2005-11-262-4/+6
|
* Adapt to renamed internal __f{ge.pu}tc_unlockedPeter S. Mazinger2005-11-261-2/+2
|
* Overseen 2 unhidden __ieee754_xPeter S. Mazinger2005-11-262-4/+4
|
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-2642-95/+149
|
* Some more hidden internalsPeter S. Mazinger2005-11-269-39/+39
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-256-18/+18
|
* Convert configuration to new build systemPeter S. Mazinger2005-11-256-144/+153
|
* Correct a dependency loopPeter S. Mazinger2005-11-251-1/+1
|
* Same for utils, renamed install_utils to utils_install to avoid conflict ↵Peter S. Mazinger2005-11-252-8/+4
| | | | when added to top Makefile.in
* Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger2005-11-252-4/+1
|
* Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger2005-11-252-2/+2
|
* Integrate locales into new build system, move everything locale related to ↵Peter S. Mazinger2005-11-253-60/+46
| | | | extra/locale, as download, unpack, locale_data.o
* Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger2005-11-252-0/+4
|
* Don't remove the directory again, *config did it alreadyPeter S. Mazinger2005-11-251-1/+0
|
* Include libc's Makefile.in last to catch all the objects included by others ↵Peter S. Mazinger2005-11-251-1/+3
| | | | that go into libc
* sync with glibc and Paul Brook says: fix posix_memalign prototype by ↵Mike Frysinger2005-11-251-60/+65
| | | | dropping __attribute_malloc__
* Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger2005-11-253-3/+6
|
* Use internal version of *_unlockedPeter S. Mazinger2005-11-252-0/+4
|
* Change internal name __f[ge,pu]tc_unlocked to __libc_xPeter S. Mazinger2005-11-252-11/+13
|
* forgot to commit added filePeter S. Mazinger2005-11-252-1/+166
|
* locales prepared for new build system, will allow to autobuild locales, not ↵Peter S. Mazinger2005-11-254-98/+11
| | | | only use the pregenerated ones
* Paul Brook reports: fix build failure with newer binutilsMike Frysinger2005-11-241-4/+1
|
* Default SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)libPeter S. Mazinger2005-11-241-1/+1
|
* Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger2005-11-242-3/+3
|
* Add support for NATIVE_LDFLAGS[-subdir]Peter S. Mazinger2005-11-241-1/+1
|
* Correct PTINC path and remove hardcoded include for internals.hPeter S. Mazinger2005-11-249-9/+2
|
* Probably this caused failures in buildroot. Buildroot should run: make ↵Peter S. Mazinger2005-11-241-3/+1
| | | | oldconfig; make pregen(headers); make; make install
* move all options before non-options as pointed out by Paul BrookMike Frysinger2005-11-241-1/+1
|
* turn off wordcompat by defaultMike Frysinger2005-11-231-1/+0
|
* grab ptrace.h from glibcMike Frysinger2005-11-231-0/+136
|
* update licenseMike Frysinger2005-11-231-7/+12
|
* update licenseMike Frysinger2005-11-231-13/+12
|
* import license updates from glibcMike Frysinger2005-11-231-12/+12
|
* import 32/64 bit compat support from glibcMike Frysinger2005-11-232-0/+18
|
* sync with glibc to get rid of warningsMike Frysinger2005-11-231-8/+20
|