]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2015-06-05  Joseph MyersFix regex wctype namespace (bug 18495).
2015-06-05  Florian WeimerCommit 7fe9e2e089f4990b7d18d0798f591ab276b15f2b fixes...
2015-06-05  Tulio Magno... Avoid outputting to TTY after an expected memory corrup...
2015-06-05  Florian Weimerposix_fallocate: Emulation fixes and documentation...
2015-06-04  Adhemerval... nptl: Rewrite cancellation macros
2015-06-04  Nathan LynchARM: VDSO support
2015-06-04  Adhemerval... Use inline syscalls for non-cancellable versions
2015-06-04  Torvald RiegelFix missing wake-ups in pthread_rwlock_rdlock.
2015-06-04  Torvald RiegelFix lost wake-up when pthread_rwlock_timedrwlock times...
2015-06-03  Roland McGrathNaCl: Implement nacl_interface_ext_supply entry point.
2015-06-03  Wilco DijkstraReplace finite with isfinite.
2015-06-03  Wilco DijkstraThis patch renames all uses of __isinf*, __isnan*,...
2015-06-03  Joseph MyersFix fnmatch strnlen namespace (bug 18470).
2015-06-03  Joseph MyersFix fnmatch wmemchr namespace (bug 18468).
2015-06-02  Roland McGrathBZ#18383: Another test case, with TLS refs and defs...
2015-06-02  Joseph MyersUse better variable names in MIPS syscall macros.
2015-06-02  Joseph MyersUse libc_hidden_proto / libc_hidden_def with __strnlen.
2015-06-02  Joseph MyersFix fnmatch towlower namespace (bug 18469).
2015-06-02  Roland McGrathFix setenv.c diagnostic pragma to be compatible with...
2015-06-02  Wilco Dijkstra2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
2015-06-02  Adhemerval... x86: clock_gettime and timespec_get vDSO cleanup
2015-06-01  Adhemerval... Fix ChangeLog entry
2015-06-01  Tulio Magno... BZ #18116: Mark fixed in NEWS.
2015-06-01  Martin Seborpowerpc: setcontext.S uses power6 mtfsf when not suppor...
2015-06-01  Siddhesh Poyarekarbenchtest: script to compare two benchmarks
2015-06-01  Siddhesh PoyarekarNew module to import and process benchmark output
2015-06-01  Steve Ellcey * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use...
2015-05-29  Adhemerval... Update powerpc-fpu libm-test-ulps.
2015-05-28  Roland McGrathNaCl: Make thread exit wake pthread_join.
2015-05-28  Roland McGrathNaCl: Fix lll_futex_timed_wait timeout calculation.
2015-05-28  H.J. LuMake sure that calloc is called at least once
2015-05-28  Wilco Dijkstra2015-05-28 Wilco Dijkstra <wdijkstr@arm.com>
2015-05-27  Marko MyllynenFix monetary.h comment
2015-05-27  Chris Metcalftile: use better variable naming in INLINE_SYSCALL
2015-05-26  Roland McGrathNaCl: Fix thinko in last change.
2015-05-26  Roland McGrathNaCl: Add NaCl-specific __lll_timedlock_wait.
2015-05-26  Roland McGrathSplit timed-wait functions out of nptl/lowlevellock.c.
2015-05-26  Adhemerval... Consolidate gettimeofday across aarch64/s390/tile
2015-05-26  Andriy RysinFix sorting order for Ukrainian locale (BZ 17293)
2015-05-26  Siddhesh PoyarekarFix monetary.h comment
2015-05-26  Szabolcs Nagystruct stat is not posix conform
2015-05-26  Adhemerval... Consolidate vDSO macros and usage
2015-05-25  Andrew SenkevichLocalplt testing for vector math library and libmvec_hi...
2015-05-23  H.J. LuDon't issue an error if DT_PLTRELSZ is missing
2015-05-22  Paul EggertRemove obsolete aliases that broke 'locale -a'
2015-05-22  Adhemerval... Remove socket.S implementation
2015-05-22  Joseph MyersFix soft-fp fma for -Wuninitialized.
2015-05-22  Joseph MyersFix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized.
2015-05-22  Joseph MyersFix ldbl-128 / ldbl-128ibm erfcl for -Wuninitialized
2015-05-22  Joseph MyersFix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized.
2015-05-22  Roland McGrathFix nptl-init.c use of INTERNAL_SYSCALL_DECL.
2015-05-22  Joseph MyersRestore _POSIX2_C_VERSION definition (bug 438).
2015-05-22  Joseph MyersFix pathconf basename namespace (bug 18444).
2015-05-22  Florian WeimerFix indentation to match nesting in previous commit
2015-05-22  Florian WeimerAvoid some aliasing violations in libio
2015-05-21  Joseph MyersFix lgamma implementations for -Wuninitialized.
2015-05-21  Joseph MyersFix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized.
2015-05-21  Joseph Myerslinknamespace: whitelist re_syntax_options.
2015-05-21  Florian Weimervfprintf: Remove label name switching for the jump...
2015-05-21  Florian Weimervfprintf: Introduce printf_positional function
2015-05-21  Florian Weimervfprintf: Move jump table definition and the macros...
2015-05-21  Carlos O'DonellAdd sprintf benchmark.
2015-05-21  Andreas SchwabSimplify handling of nameserver configuration in resolver
2015-05-20  Joseph Myersconformtest: use proper _POSIX_C_SOURCE value for POSIX.
2015-05-20  Joseph Myersconformtest: correct POSIX expectations for locale.h.
2015-05-20  Joseph Myersconformtest: clean up POSIX expectations for unistd.h.
2015-05-20  Roland McGrathNaCl: Set tid field to a unique value.
2015-05-20  Roland McGrathMove usleep.c using nanosleep to sysdeps/posix.
2015-05-20  Adhemerval... i386: Remove six-argument specialized implementations
2015-05-20  Wilco DijkstraAdd missing math_private includes.
2015-05-20  Roland McGrathBZ#18434: Mark fixed in NEWS.
2015-05-19  Joseph MyersFix ldbl-96 remquol (finite, Inf) (bug 18244).
2015-05-19  Joseph MyersFix i386 atanhl spurious underflows (bug 18049).
2015-05-19  Roland McGrathBZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B...
2015-05-19  Siddhesh PoyarekarFix typo in safety annotations in envz_remove
2015-05-19  Steve Ellcey * inet/rcmd.c (rresvport_af): Change ss to anonymous...
2015-05-19  James LemkeFix for test "malloc_usable_size: expected 7 but got 11"
2015-05-19  Richard Hendersonsoft-fp: Fix alpha kernel build problem
2015-05-19  Richard Hendersonalpha: Update libm-test-ulps
2015-05-19  Siddhesh PoyarekarAvoid deadlock in malloc on backtrace (BZ #16159)
2015-05-19  Siddhesh PoyarekarSucceed if make check does not report any errors
2015-05-19  Siddhesh PoyarekarAdd envz_remove to the libc manual
2015-05-18  Roland McGrathRefactor opendir.
2015-05-18  Siddhesh PoyarekarAdd *.pyc to .gitignore
2015-05-18  Arjun ShankarEnsure `wint_t' is defined before use in include/stdio.h
2015-05-17  Adhemerval... Fix stdlib/tst-setcontext3 with dash [BZ#18418]
2015-05-16  Carlos O'DonellFail locale installation if localedef fails.
2015-05-16  Marko MyllynenFix bo_CN and bo_IN.
2015-05-15  Joseph MyersFix atanhl missing underflows (bug 16352).
2015-05-15  Joseph MyersFix tanf spurious underflows (bug 18221).
2015-05-15  Joseph MyersFix lgammaf spurious underflows (bug 18220).
2015-05-15  Adhemerval... Add BZ #16704 as fixed
2015-05-15  Wilco DijkstraRemove various ABS macros and replace uses with fabs...
2015-05-15  Joseph MyersFix erfcf spurious underflows (bug 18217).
2015-05-14  Joseph MyersFix atanf spurious underflows (bug 18196).
2015-05-14  Joseph MyersFix log1p missing underflows (bug 16339).
2015-05-14  Adhemerval... Fix non-portable echo usage in sysdeps/unix/make-syscal...
2015-05-14  Andrew SenkevichThis is update for configure, build and install of...
2015-05-14  Andrew SenkevichThis patch adds infrastructure for addition of SIMD
2015-05-14  Andrew SenkevichLast part of changes regarding to libm-test.inc: addition
next