summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-29Correct typoPeter S. Mazinger
2005-11-29Paul Brook writes:Mike Frysinger
2005-11-29Paul Brook writes:Mike Frysinger
2005-11-29Hiding againPeter S. Mazinger
2005-11-28Allow internal_function to come from libcPeter S. Mazinger
2005-11-28Correct regexecPeter S. Mazinger
2005-11-28Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger
2005-11-28Rename regex.c to regex_old.cPeter S. Mazinger
2005-11-28Add option to allow switching between old and new regexPeter S. Mazinger
2005-11-28Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger
2005-11-28Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger
2005-11-28Implement and hide __wctypePeter S. Mazinger
2005-11-28Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger
2005-11-28sync with glibc cvsMike Frysinger
2005-11-28Guard wcs* w/ WANT_WIDEPeter S. Mazinger
2005-11-27define MREMAP_FIXEDMike Frysinger
2005-11-27Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger
2005-11-27headers patched w/ sed -i 's:extern int errno:#include <errno.h>' linux/unist...Peter S. Mazinger
2005-11-27Hide some wcs*Peter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-11-26Unhide __mempcpy, provide __libc_mempcpy for internal usePeter S. Mazinger
2005-11-26Adapt to renamed internal __f{ge.pu}tc_unlockedPeter S. Mazinger
2005-11-26Overseen 2 unhidden __ieee754_xPeter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-11-26Some more hidden internalsPeter S. Mazinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Convert configuration to new build systemPeter S. Mazinger
2005-11-25Correct a dependency loopPeter S. Mazinger
2005-11-25Same for utils, renamed install_utils to utils_install to avoid conflict when...Peter S. Mazinger
2005-11-25Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger
2005-11-25Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Integrate locales into new build system, move everything locale related to ex...Peter S. Mazinger
2005-11-25Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger
2005-11-25Don't remove the directory again, *config did it alreadyPeter S. Mazinger
2005-11-25Include libc's Makefile.in last to catch all the objects included by others t...Peter S. Mazinger
2005-11-25sync with glibc and Paul Brook says: fix posix_memalign prototype by dropping...Mike Frysinger
2005-11-25Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger
2005-11-25Use internal version of *_unlockedPeter S. Mazinger
2005-11-25Change internal name __f[ge,pu]tc_unlocked to __libc_xPeter S. Mazinger
2005-11-25forgot to commit added filePeter S. Mazinger
2005-11-25locales prepared for new build system, will allow to autobuild locales, not o...Peter S. Mazinger
2005-11-24Paul Brook reports: fix build failure with newer binutilsMike Frysinger
2005-11-24Default SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)libPeter S. Mazinger
2005-11-24Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger
2005-11-24Add support for NATIVE_LDFLAGS[-subdir]Peter S. Mazinger
2005-11-24Correct PTINC path and remove hardcoded include for internals.hPeter S. Mazinger
2005-11-24Probably this caused failures in buildroot. Buildroot should run: make oldcon...Peter S. Mazinger
2005-11-24move all options before non-options as pointed out by Paul BrookMike Frysinger
2005-11-23turn off wordcompat by defaultMike Frysinger
2005-11-23grab ptrace.h from glibcMike Frysinger