OSDN Git Service

uclinux-h8/uclibc-ng.git
2005-12-01 Mike Frysingeradd support for generating .s files for debug purposes
2005-12-01 Mike Frysingerget rid of mips-specific types.h since common one conta...
2005-12-01 Mike Frysingersync with glibc
2005-12-01 Mike Frysingergrab header file from glibc
2005-12-01 Mike Frysingertouchup how we declare the posix_fadvise functions...
2005-12-01 Mike Frysingersync with glibc (and shrinks the object code nicely...
2005-11-30 Peter S. MazingerSync w/ glibc
2005-11-30 Peter S. Mazingerchange __rt_sigprocmask to static inline
2005-11-30 Peter S. MazingerSync w/ glibc
2005-11-30 Mike Frysingersync with glibc header
2005-11-30 Mike Frysingergrab header from glibc
2005-11-30 Mike Frysingersync with linuxthreads.old_db/Makefile.in
2005-11-30 Mike Frysingertweak setting of so/a-y slightly
2005-11-30 Mike Frysingertouchup whitespace
2005-11-30 Mike Frysingerfix warning about __random() not being a prototype
2005-11-30 Mike Frysingerdont display cd;make
2005-11-30 Mike Frysingerget rid of unused sysdep.h header
2005-11-30 Mike Frysingergrab some headers/updates from glibc
2005-11-30 Mike Frysingersync with glibc to parse error in C version of test_and_set
2005-11-30 Mike Frysingerfix warning using glibc method
2005-11-29 Peter S. MazingerUse __STDC__ syntax, no need for prototype if random_r...
2005-11-29 Peter S. MazingerCorrect typo
2005-11-29 Mike FrysingerPaul Brook writes:
2005-11-29 Mike FrysingerPaul Brook writes:
2005-11-29 Peter S. MazingerHiding again
2005-11-28 Peter S. MazingerAllow internal_function to come from libc
2005-11-28 Peter S. MazingerCorrect regexec
2005-11-28 Peter S. MazingerAdd new regex code from glibc, this is almost double...
2005-11-28 Peter S. MazingerRename regex.c to regex_old.c
2005-11-28 Peter S. MazingerAdd option to allow switching between old and new regex
2005-11-28 Peter S. MazingerSync regex.h w/ glibc and make regex build w/ it
2005-11-28 Peter S. MazingerAdded .oS asm targets and make ldso build w/ -DSHARED...
2005-11-28 Peter S. MazingerImplement and hide __wctype
2005-11-28 Peter S. MazingerCreate and hide __btowc, __mbrtowc, __wcrtomb
2005-11-28 Mike Frysingersync with glibc cvs
2005-11-28 Peter S. MazingerGuard wcs* w/ WANT_WIDE
2005-11-27 Mike Frysingerdefine MREMAP_FIXED
2005-11-27 Peter S. MazingerSync minimally w/ glibc, else cpio fails building
2005-11-27 Peter S. Mazingerheaders patched w/ sed -i 's:extern int errno:#include...
2005-11-27 Peter S. MazingerHide some wcs*
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. MazingerUnhide __mempcpy, provide __libc_mempcpy for internal use
2005-11-26 Peter S. MazingerAdapt to renamed internal __f{ge.pu}tc_unlocked
2005-11-26 Peter S. MazingerOverseen 2 unhidden __ieee754_x
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-26 Peter S. MazingerSome more hidden internals
2005-11-25 Peter S. MazingerChange HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
2005-11-25 Peter S. MazingerConvert configuration to new build system
2005-11-25 Peter S. MazingerCorrect a dependency loop
2005-11-25 Peter S. MazingerSame for utils, renamed install_utils to utils_install...
2005-11-25 Peter S. MazingerRemove clean target in extra/locale and use locale_clean
2005-11-25 Peter S. MazingerRename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by...
2005-11-25 Peter S. MazingerIntegrate locales into new build system, move everythin...
2005-11-25 Peter S. MazingerAdd header dependency to be used as prerequisite for...
2005-11-25 Peter S. MazingerDon't remove the directory again, *config did it already
2005-11-25 Peter S. MazingerInclude libc's Makefile.in last to catch all the object...
2005-11-25 Mike Frysingersync with glibc and Paul Brook says: fix posix_memalign...
2005-11-25 Peter S. MazingerBuild libc if in a subdir and we have it as a dependency
2005-11-25 Peter S. MazingerUse internal version of *_unlocked
2005-11-25 Peter S. MazingerChange internal name __f[ge,pu]tc_unlocked to __libc_x
2005-11-25 Peter S. Mazingerforgot to commit added file
2005-11-25 Peter S. Mazingerlocales prepared for new build system, will allow to...
2005-11-24 Mike FrysingerPaul Brook reports: fix build failure with newer binutils
2005-11-24 Peter S. MazingerDefault SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)lib
2005-11-24 Peter S. MazingerMove _GNU_SOURCE from file to CFLAGS, make use of NATIV...
2005-11-24 Peter S. MazingerAdd support for NATIVE_LDFLAGS[-subdir]
2005-11-24 Peter S. MazingerCorrect PTINC path and remove hardcoded include for...
2005-11-24 Peter S. MazingerProbably this caused failures in buildroot. Buildroot...
2005-11-24 Mike Frysingermove all options before non-options as pointed out...
2005-11-23 Mike Frysingerturn off wordcompat by default
2005-11-23 Mike Frysingergrab ptrace.h from glibc
2005-11-23 Mike Frysingerupdate license
2005-11-23 Mike Frysingerupdate license
2005-11-23 Mike Frysingerimport license updates from glibc
2005-11-23 Mike Frysingerimport 32/64 bit compat support from glibc
2005-11-23 Mike Frysingersync with glibc to get rid of warnings
2005-11-23 Mike Frysingersync with glibc to get 64bit fixes
2005-11-23 Mike Frysingersync with glibc
2005-11-23 Peter S. MazingerAdd template for utils/Makefile and make use of it
2005-11-23 Peter S. MazingerMake utils includable into main Makefile.in, add compil...
2005-11-23 Mike Frysingerupdate license
2005-11-23 Mike Frysingerupdate license with glibc
2005-11-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-23 Peter S. MazingerDo not need ordered includes anymore
2005-11-23 Peter S. Mazingerpatsubst didn't occur for all cases correctly
2005-11-22 Peter S. MazingerAdd libthread_db and libdl-a objects to objs:
2005-11-22 Peter S. MazingerAdd .E suffix
2005-11-22 Peter S. MazingerAllow building ldso in its own dir
2005-11-22 Peter S. MazingerMake objs target work again
2005-11-22 Peter S. MazingerForgotten to commit
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingersync include paths and copyrights with glibc
2005-11-22 Mike Frysingertouchup include paths
2005-11-22 Mike Frysingeruse the local elf.h since the host toolchain probably...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-22 Mike Frysingerremove headers_done since it broke buildroot again
2005-11-22 Mike Frysingertouchup output and move .PHONY to the shared Makerules...
2005-11-22 Mike Frysingeradd some copyright info
2005-11-22 Mike Frysingerdefault PIE to off
2005-11-21 Mike Frysingertabs -> spaces
next