OSDN Git Service

uclinux-h8/uClibc.git
2009-02-17 Denis Vlasenkotest/math/compile_test.c: "are long double functions...
2009-02-16 Denis VlasenkoMakefile.in: comment out deletion of include/ucontext.h,
2009-02-15 Denis Vlasenkosuppress bogus ioctl on fd==INT_MAX when vasprintf...
2009-02-14 Denis Vlasenkomath.h: fix libm_hidden_proto leak into sanitized headers
2009-02-13 Mike Frysingerstrict POSIX requires a path to specified to `find`
2009-02-13 Bernhard Reutner... - repair my r25322 that ment to deal with getdomainname...
2009-02-13 Bernhard Reutner... - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY
2009-02-13 Bernhard Reutner... - fix comment style to make it compile again
2009-02-13 Bernhard Reutner... - we may need getdomainname internally
2009-02-13 Bernhard Reutner... - use existing __stringify macro
2009-02-13 Bernhard Reutner... - fix link failures coming from recently added, misplac...
2009-02-13 Bernhard Reutner... - fix fallout from r24140 and r24160 for !CTYPE_TABLES
2009-02-13 Bernhard Reutner... - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by mergin...
2009-02-13 Bernhard Reutner... - workaround oddity with position of function attributes
2009-02-12 Carmelo AmorosoPass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE
2009-02-11 Denis Vlasenkodocs/probe_math_exception.c:
2009-02-11 Denis Vlasenkoadd comment why do we need _ISbit() macro
2009-02-10 Carmelo AmorosoRe-add _ISbit macro required to build libstdc++ from...
2009-02-10 Mike Frysingerinclude more info in error messages so we have a better...
2009-02-10 Mike Frysingeradd mmap()/munmap() implementation for Windows
2009-02-10 Mike Frysingerdo not rely on features.h so that elf.h can be used...
2009-02-09 Mike Frysingerallow people to run the hostutils targets without havin...
2009-02-09 Denis Vlasenkoldouble_wrappers.c: add long and long long optimized...
2009-02-09 Mike Frysingerunify byte order cruft in bswap.h and porting.h and...
2009-02-09 Mike Frysingerunify the headers/random defines into porting.h to...
2009-02-09 Mike Frysingerdont force -Wl,-s when building host utils -- people...
2009-02-09 Denis Vlasenkoreinstate bits/uClibc_arch_features.h in installed...
2009-02-09 Denis VlasenkoHand-optimize wrappers on i386:
2009-02-09 Denis Vlasenkoldouble_wrappers.c: fix __signbitl, it was calling...
2009-02-08 Denis Vlasenkoforgot to add libc/string/generic/strverscmp.c
2009-02-08 Denis VlasenkoAdd strverscmp() and versionsort[64]().
2009-02-08 Denis Vlasenkonextafterf: trying to correct FP exception handling
2009-02-06 Denis Vlasenkolibm/s_nextafterf.c: forgot to "svn add" it
2009-02-06 Denis Vlasenkofix nextafterf. by Jie Zhang (jie.zhang AT analog.com)
2009-02-05 Denis Vlasenkolibm: add scalbf, gammaf, significandf wrappers.
2009-02-05 Khem RajMake TLS configure time variable. Enable it along with...
2009-02-03 Bernhard Reutner... - fix install_headers on hosts where ld does not suppor...
2009-02-02 Denis Vlasenkolibm/ldouble_wrappers.c: add libm_hidden_def's to fix...
2009-01-28 Denis Vlasenkofix ppoll. we forgot to pass 5th parameter to the syscall
2009-01-28 Denis VlasenkoPartially revent "make utils" fix. This version is...
2009-01-28 Carmelo AmorosoAdded sysdep.h and sysdep-cancel.h for linuxthreads ARM
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2009-01-28 Carmelo AmorosoFollow naming convention for tst-regex2 input file...
2009-01-28 Denis Vlasenko"make utils" now successfully makes utils for target
2009-01-22 Bernhard Reutner... - also link librt with --as-needed and do so unconditio...
2009-01-22 Bernhard Reutner... - make sure __user is defined when including kernel...
2009-01-21 Bernhard Reutner... - commentary typo fix
2009-01-21 Bernhard Reutner... - remove unavailable functionality upon request (Peter...
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2009-01-20 Denis Vlasenkoldouble_wrappers.c: remove erroneous libm_hidden_def's
2009-01-19 Denis Vlasenkoextra/scripts/relative_path.sh: fix it
2009-01-18 Denis Vlasenko__global_locale must be visible to users, move it outsi...
2009-01-14 Bernhard Reutner... - hide __dl_ldso__ (Peter S. Mazinger)
2009-01-14 Bernhard Reutner... - make sure to pass the correct PIE flags to gcc (Peter...
2009-01-14 Bernhard Reutner... - make sure not to have relocs in Scrt1.o (Peter S...
2009-01-14 Carmelo Amorosoldso: performs bootstrap relocations only if required...
2009-01-14 Carmelo Amorosolibm_sh: fix libm build for sh
2009-01-14 Carmelo Amorosolibm_sh: Re-added sh specific files erroneously removed...
2009-01-12 Carmelo Amorosoldso: do not comment out unused variables, just delete it.
2009-01-12 Bernhard Reutner... - fixup incomplete r24515 (fix redefinitions of posix_t...
2009-01-12 Bernhard Reutner... - fix typo in r24594
2009-01-11 Denis Vlasenkoutils/Makefile.in: de-obfuscate it a bit
2009-01-11 Denis Vlasenkoreplace yet another _dl_malloc + _dl_memset with _dl_zalloc
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2009-01-10 Denis Vlasenkolibc/signal/sigaction.c: s/!=/==/
2009-01-08 Carmelo AmorosoSilent compiler warning regarding undefined macro
2009-01-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2009-01-04 Denis Vlasenkoforgot to remove one #endif...
2009-01-03 Denis VlasenkoGet rid of the following annoying warnings on ppc:
2009-01-03 Denis Vlasenkolibm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
2009-01-03 Denis Vlasenkofix small goof in last commit: should use "long" functi...
2009-01-03 Denis Vlasenkolibm: remove scalbln implementation, it seems to be...
2008-12-31 Khem RajMerge some pre-work from branch, needed by NPTL.
2008-12-29 Denis Vlasenkolibm/e_lgamma_r.c: cosmetic whitespace fixes
2008-12-29 Denis Vlasenkolibm/*: delete many incarnations of logarithmic gamma...
2008-12-29 Denis Vlasenkolibc/stdlib/_strtod.c: add parens around a | b
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-29 Denis Vlasenkolibm/s_nearbyint.c: delete (forgot to do it in prev...
2008-12-29 Bernhard Reutner... - ethers only make sense if we want to play with ethern...
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-29 Bernhard Reutner... - pthread_attr_{g,s}etstacksize would depend on SUSv3...
2008-12-28 Denis Vlasenkoremove many functions which just call __ieee754_<function>,
2008-12-28 Denis Vlasenkofix another corner case in unifdef
2008-12-28 Denis Vlasenkopatch up unifdef to recognize and remove "#if defined...
2008-12-27 Denis VlasenkoHelp unifdef to remove private parts of headers
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-26 Denis Vlasenkoconvert yet another old-style function definition
2008-12-26 Denis Vlasenkonew regex: stop confusing ourself with _LIBC being...
2008-12-26 Denis Vlasenkoregex: remove useless casts on allocations;
2008-12-26 Denis Vlasenkoregex: drop __<funcname> aliases. remove much of unused...
2008-12-26 Denis Vlasenkoinclude/libc-string_i386.h: fix a bug where memset...
2008-12-25 Denis Vlasenkodocument internal_function
2008-12-25 Denis Vlasenkotest/regex/tst-regexloc.c: include ok/bad indicator...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix the rest of testsuite...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix test failure. Next one...
2008-12-24 Denis Vlasenkotest/regex: make it faster to rebuild and run regex...
2008-12-24 Denis Vlasenkorename test file
2008-12-24 Denis Vlasenkotest/Makefile: make "make compile" install headers...
2008-12-23 Denis Vlasenkolibc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65...
2008-12-23 Khem RajThese defines needs to be considered after recent linux...
next