OSDN Git Service

uclinux-h8/uclibc-ng.git
2005-12-06 Peter S. MazingerUse correct syntax, correct weak/strong for [__]strxfrm
2005-12-06 Peter S. MazingerAdd prototype for __time, #define time __time is not...
2005-12-06 Peter S. MazingerHide strftime/strptime/wcsftime and make use of internals
2005-12-06 Peter S. MazingerAdd needed prototypes removed from generic header
2005-12-06 Peter S. MazingerHide str*casecmp/*coll/*xfrm and make use of the intern...
2005-12-06 Peter S. MazingerGuard __strcoll/strcoll for C locales and use the same...
2005-12-06 Peter S. MazingerSync to glibc, remove __x
2005-12-06 Peter S. MazingerAdd some needed prototypes and macros to allow transiti...
2005-12-06 Peter S. MazingerRemove a loop if locales are to be built
2005-12-06 "Steven J.... Yeah, suck it up. I'm tired of merging stuff.
2005-12-06 "Steven J.... Get rid of compiler warning.
2005-12-06 "Steven J.... We need these aliases to stay so that NPTL can override...
2005-12-06 "Steven J.... Part deux.
2005-12-06 "Steven J.... Move 'librt' includes to be after pthreads since NPTL...
2005-12-06 "Steven J.... Fix includes for NPTL thread model.
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-06 Mike Frysingerinclude more paths in libpthreads
2005-12-06 Mike Frysingerhide some internal pthread functions
2005-12-06 Mike Frysingerfirst pass at hidden_def() macro based on the glibc one
2005-12-06 Mike Frysingertouchup whitespace/comments
2005-12-06 Mike Frysingeruse the internal pthread_mutex_init()
2005-12-06 Mike Frysingeronly define offsetof macro if it isnt already defined
2005-12-06 Mike Frysingera small TODO
2005-12-06 Mike Frysingerbetter help message for regex_old
2005-12-05 Peter S. MazingerSync w/ glibc and disable everything uClibc does not...
2005-12-05 Peter S. MazingerRemove hp-timing.h on clean
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-03 Peter S. MazingerRename newly created __libc_x (reserved for libpthread...
2005-12-03 Peter S. Mazinger_uintmaxtostr is only internally used, we do not need...
2005-12-03 Peter S. MazingerRemove unneeded weak
2005-12-03 Peter S. Mazingerremove wrong assumptions about __libc_x
2005-12-03 Peter S. MazingerHide setstate_r, test
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-02 Peter S. MazingerRemove incorrect display stripping crt1.S
2005-12-02 Peter S. MazingerDon't strip interp.c, thx blindvt
2005-12-02 Mike Frysingeradd some notes (thanks to mjn3) as to why we need these...
2005-12-02 Peter S. MazingerRemove prototypes that are in kernel_sigaction.h already
2005-12-02 "Steven J.... No, '__mempcpy' is used by user-space applications...
2005-12-02 "Steven J.... Enable alias for 'bcopy' otherwise BusyBox will not...
2005-12-02 "Steven J.... Fix make macro. Did you even fricking test this?
2005-12-01 Peter S. MazingerKill 2 redefine warnings w/ gcc-4.x
2005-12-01 Peter S. MazingerI must have been crazy ...
2005-12-01 Peter S. MazingerForgotten that this file is special and does not accept...
2005-12-01 Peter S. MazingerMake __syscall_fadvise64_64 static inline
2005-12-01 Peter S. MazingerUse $@,$<
2005-12-01 Peter S. MazingerHide mostly used functions
2005-12-01 Peter S. MazingerRemove test file
2005-12-01 Mike Frysingerfix libc_hidden_builtin_def
2005-12-01 Mike Frysingerlink in new hp-timing.h file
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
next