OSDN Git Service

uclinux-h8/uClibc.git
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-22 Peter S. MazingerComment __USE_UNIX98, not needed, add __glibc_strerror_...
2006-03-22 Peter S. MazingerComment __mbrlen
2006-03-22 Mike Frysingersome more fixes from rholzmann in Bug 716 ... make...
2006-03-21 Peter S. Mazingerstderr does not have hidden version anymore, disable...
2006-03-20 Peter S. MazingerReplace __THROW w/ __NTH pointed out by Amir Shalem...
2006-03-20 Peter S. MazingerReplace __THROW w/ __NTH pointed out by Amir Shalem
2006-03-19 Peter S. MazingerGuard the reentrant prototypes w/ appropiate config...
2006-03-18 Mike Frysingerkeep uclibc features in the source
2006-03-17 "Steven J.... Fix 'realloc' and revert previous changes to tests...
2006-03-17 "Steven J.... Fix tests to work if MALLOC_GLIBC_COMPAT is enabled.
2006-03-17 "Steven J.... If locale support is not enabled, don't build 'tst_ftim...
2006-03-16 "Steven J.... Do NOT hide 'utime'. When building binutils for the...
2006-03-11 Mike Frysingersync with glibc
2006-03-11 Mike Frysingerfix gcc warnings
2006-03-10 Mike Frysingersync with glibc
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-03-10 Peter S. MazingerRemove duplicate hidden __curbrk (ppc), make use of...
2006-03-10 Peter S. MazingerAdd comment why --gc-sections is ignored
2006-03-10 Mike Frysingerupdate ignores
2006-03-10 Mike Frysingershouldnt have been added to svn
2006-03-10 Mike Frysingersync with glibc CVS
2006-03-10 Peter S. Mazingertry to get libpthread built w/ -DSHARED, what to do...
2006-03-09 Mike Frysingerblah, glibc moved linuxthreads around
2006-03-09 Peter S. MazingerAdd back XLOCALE for hidden uselocale
2006-03-09 Peter S. MazingerDisable --gc-sections until I find why it is ignored...
2006-03-09 Peter S. MazingerUse GNU features only if defined in header
2006-03-09 Peter S. MazingerSync w/ upstream, hide pthread_atfork
2006-03-09 Peter S. MazingerNot the best idea moving libc_hidden_proto to uClibc_glue.h
2006-03-09 Peter S. MazingerGet rid of forwarded __pthread_attr_init
2006-03-09 Peter S. MazingerMove __clone/__uselocale to uClibc_glue.h
2006-03-09 Peter S. MazingerRemove unneeded ; after *_alias
2006-03-09 Peter S. MazingerCreate libpthread_nonshared.a
2006-03-09 Peter S. MazingerAdd common part of linker scripts to a file and make...
2006-03-09 Peter S. MazingerAdd support for libpthread_nonshared.a, strip the objec...
2006-03-09 Peter S. MazingeruClibc_pthread.h wasn't ever included
2006-03-09 Peter S. MazingerGet rid of nested extern warnings if threads are disabled
2006-03-09 Peter S. MazingerRemove __libc_internal_tsd_{s,g}et, they do not exist...
2006-03-09 Peter S. MazingerAdd back sjhill's 14625 commit, correcting the typo...
2006-03-09 Mike Frysingerfix build/segv issues as reported and fixed by Brent...
2006-03-08 Peter S. Mazingergetopt_long-simple behaves as gnu getopt if POSIXLY_COR...
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-03-08 Mike Frysingerkill off gcc signed warnings
2006-03-07 Peter S. MazingerRemove additional endif pointed out by vapier
2006-03-07 Peter S. MazingerAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp...
2006-03-05 Peter S. Mazingerdisable tst-gnuglob, it has no chance w/ our gnu glob
2006-03-05 Peter S. Mazingercheck_ld takes only 1 arg as pointed out by pkj
2006-03-05 Mike Frysingeruse sched_yield, not pthread_yield
2006-03-04 Mike Frysingerdisable older rlimit support by default
2006-03-03 Peter S. MazingerRename getopt_long-susv3 to -simple
2006-03-03 Peter S. MazingerUpstream update
2006-03-03 Peter S. MazingerAdd --gc-sections, saves 2k on libc.so
2006-03-03 Peter S. MazingerMark parts as unsupported by gnu glob, but leave it...
2006-03-02 Peter S. MazingerRemove CFLAGS-OMIT support, rename getline to get testr...
2006-03-02 Peter S. MazingerMove hidden test file for tst-regex2 as well
2006-03-02 Mike Frysingerhide div functions in libc, but export them in ldso...
2006-03-02 Mike Frysingergrab register definitions from regdef.h instead of...
2006-03-02 Mike Frysingermake all the warnings the same and add line #s so we...
2006-03-02 Mike Frysingerkill spurious semicolons
2006-03-02 Mike Frysingerclean out arch subdirs as well
2006-03-02 Mike Frysingerrename file so we block the common version from being...
2006-03-02 Mike Frysingerinform people test is skipped on non-locale hosts
2006-03-02 Mike Frysingerallow env to inject more CFLAGS/LDFLAGS, and remove...
2006-03-01 Mike Frysingerdisable test since we purposefully dont handle it
2006-03-01 Mike Frysingerdont execute shell tests if we just want to compile
2006-03-01 Mike Frysingerfix test failure pointed out by nightly build
2006-03-01 Peter S. MazingerAdd another test, use for those hanging -c
2006-03-01 Peter S. MazingerAdd CFLAGS-OMIT support to glibc targets for now being...
2006-03-01 Peter S. MazingerMove regex tests to their own subdir and dont run them...
2006-03-01 Peter S. MazingerAdd AT&T research regex testsuite
2006-03-01 Peter S. MazingerAdd support to remove a flag from CFLAGS
2006-03-01 Peter S. MazingerAdd -D__ASSEMBLER__ to compile.S so that -std=c99 would...
2006-03-01 Peter S. MazingerUpdate copyright
2006-03-01 Peter S. MazingerRemove duplicate include
2006-03-01 Peter S. MazingerUpdate copyright
2006-03-01 Peter S. Mazingercopyright update
2006-03-01 Peter S. Mazingertypo
2006-03-01 Peter S. Mazingerupdate
2006-03-01 Peter S. MazingerSync w/ glibc and define _STAT_VER/_MKNOD_VER to 0...
2006-03-01 Mike Frysingerfix whitespace in comment
2006-03-01 Mike Frysingersync with blackfin cvs
2006-03-01 Mike Frysingerstart of test suite to catch errors in source code
2006-03-01 Mike Frysingeradd support for shell script tests
2006-03-01 Mike Frysingermove to new time dir
2006-03-01 Mike Frysingergrab some time tests from glibc
2006-03-01 Mike Frysingerreturn NULL if year is too big
2006-03-01 Mike Frysingergrab from glibc
2006-03-01 Mike Frysingersync type style with glibc ... this fixes many alpha...
2006-03-01 Mike Frysingeralpha needs ipc64 funk too
2006-03-01 Mike Frysingerneed to define some more registers
2006-02-28 Mike Frysingersync with glibc
2006-02-28 Mike Frysingeradd pipe from glibc to fix popen test
2006-02-28 Mike Frysingerdont need pal.h here
2006-02-28 Peter S. MazingerSync w/ glibc
2006-02-28 Peter S. MazingerCleanup/sync w/ glibc
2006-02-28 Peter S. Mazingerfreelocale() and strxfrm_l() exist only if XLOCALE...
2006-02-28 Peter S. MazingerMark __syscall_*sigaction hidden and add guard to the...
2006-02-28 Peter S. MazingerRemove files not used on target
2006-02-28 Peter S. MazingerProvide hidden sigprocmask, remove __x version
2006-02-28 Mike Frysingerdisable blug-glob1 for now
next