]> sourceware.org Git - glibc.git/shortlog
glibc.git
2016-01-16 Mike Frysingersparc: mman.h: fix bad comment insertion
2016-01-15 Torvald Riegelnptl: Add first-line description for barrier tests.
2016-01-15 Torvald RiegelFix pthread_barrier_init typo.
2016-01-15 Andrew SenkevichAdded memcpy/memmove family optimized with AVX512 for...
2016-01-15 Torvald RiegelNew pthread_barrier algorithm to fulfill barrier destru...
2016-01-15 Paul E. MurphyFix race in tst-mqueue5
2016-01-15 Martin SeborHave iconv accept redundant escape sequences in IBM900...
2016-01-15 Martin SeborFix build failures with -DDEBUG.
2016-01-15 Martin SeborFix build errors with -DNDEBUG.
2016-01-15 H.J. LuCall math_opt_barrier inside if
2016-01-15 H.J. LuUse TIME_T_MAX and TIME_T_MIN in tst-mktime2.c
2016-01-14 Amit PawarSet index_Fast_Unaligned_Load for Excavator family...
2016-01-14 Marcin KoƛcielnickiAdd __private_ss to s390 struct tcbhead.
2016-01-13 Carlos O'DonellUse $(PYTHON) to run benchtests python files.
2016-01-12 Flavio CruzFix O_DIRECTORY lookup on trivial translators
2016-01-12 Joseph MyersAdd new header definitions from Linux 4.4 (plus older...
2016-01-11 Adhemerval... Fix isinf/isnan declaration conflict with C++11
2016-01-11 Andreas SchwabForce rereading TZDEFRULES after it was used to set...
2016-01-10 Paul EggertFix doc quoting problems with Texinfo 5
2016-01-09 Evertlocaledata: nl_NL: date_fmt: rewrite to match standards...
2016-01-08 Tulio Magno... powerpc: Enforce compiler barriers on hardware transactions
2016-01-08 Marko MyllynenMake shebang interpreter directives consistent
2016-01-08 Carlos Eduardo Seopowerpc: Add hwcap2 bits for POWER9.
2016-01-08 John David... hppa: fix dladdr [BZ #19415]
2016-01-07 Mike Frysingerlonglong: fix sh -Wundef builds
2016-01-07 Andrew Stubbslonglong: add SH FDPIC support
2016-01-07 Richard Hendersonlonglong.h: Disable alpha umul_ppmm for old g++
2016-01-07 Mike Frysingerxstat: only check to see if __ASSUME_ST_INO_64_BIT...
2016-01-07 Paul EggertUpdate timezone code from tzcode 2015g.
2016-01-07 Khem Rajargp: Use fwrite_unlocked instead of __fxprintf when...
2016-01-07 Marko MyllynenMake shebang interpreter directives consistent
2016-01-06 John David... hppa: fix pthread spinlock
2016-01-06 H.J. LuUpdate copyright dates committed in 2016
2016-01-06 H.J. LuMark internal unistd functions hidden in ld.so
2016-01-06 H.J. LuMark ld.so internal mmap functions hidden in ld.so
2016-01-05 Joseph MyersUpdate miscellaneous files from upstream sources.
2016-01-04 Anton BlanchardEliminate redundant sign extensions in pow()
2016-01-04 Joseph MyersUpdate copyright dates not handled by scripts/update...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-01-03 Helge Dellerhppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]
2016-01-02 Mike Frysingeria64: fpu: fix gamma definition handling [BZ #15421]
2015-12-31 Dmitry V. LevinFix linux personality syscall wrapper
2015-12-30 Aurelien JarnoCleanup ARM ioperm implementation (step 2)
2015-12-30 Mike Frysingerlocaledata: nl_NL@euro: copy measurement from nl_NL...
2015-12-29 Florian Weimermalloc: Test various special cases related to allocatio...
2015-12-29 Damyan Ivanovlocaledata: bg_BG: use colon as time separator [BZ...
2015-12-29 Mike Frysingerlist-fixed-bugs: use argparse for the commandline
2015-12-29 Rob Wuresolv: Reset defdname before use in __res_vinit [BZ...
2015-12-29 John David... hppa: Define __NO_LONG_DOUBLE_MATH so headers are consi...
2015-12-29 Mike Frysingeria64: fpu: fix gammaf typo [BZ #15421]
2015-12-23 Dmitry V. LevinFix getaddrinfo bug number in ChangeLog and NEWS files
2015-12-23 Torvald RiegelDo not violate mutex destruction requirements.
2015-12-23 Florian Weimermalloc: Update comment for list_lock
2015-12-22 Carlos Eduardo Seopowerpc: Export __parse_hwcap_and_convert_at_platform...
2015-12-22 Carlos Eduardo Seopowerpc: Add basic support for POWER9 sans hwcap.
2015-12-22 Samuel ThibaultHarmonize generic stdio-lock support with nptl
2015-12-22 Adhemerval... powerpc: Regenerate libm-test-ulps
2015-12-21 Florian Weimermalloc: Fix list_lock/arena lock deadlock [BZ #19182]
2015-12-21 Siddhesh PoyarekarConsolidate sincos computation for 2.426265 < |x| ...
2015-12-21 Siddhesh PoyarekarConsolidate sin and cos code for 105414350 <|x|< 281474...
2015-12-21 Siddhesh PoyarekarConsolidate range reduction in sincos for x > 281474976...
2015-12-21 Siddhesh PoyarekarFix up ChangeLog
2015-12-20 Aurelien Jarnoi386: move ULPs to i686/multiarch and regenerate new...
2015-12-18 Andrew SenkevichAdded memset optimized with AVX512 for KNL hardware.
2015-12-18 Torvald RiegelRemove unused variable in math/atest-exp2.c.
2015-12-17 Adhemerval... Fix SYSCALL_CANCEL for empty argumetns
2015-12-17 H.J. LuProvide x32 times
2015-12-17 Adhemerval... Fix POWER7 logb results for negative subnormals (bug...
2015-12-16 H.J. LuAdd REGISTERS_CLOBBERED_BY_SYSCALL for x86-64
2015-12-16 Florian Weimermalloc: Fix attached thread reference count handling...
2015-12-15 H.J. LuAdd missing ChangeLog entries
2015-12-15 H.J. LuAdd Prefer_MAP_32BIT_EXEC to map executable pages with... hjl/32bit/master
2015-12-15 H.J. LuEnable Silvermont optimizations for Knights Landing
2015-12-15 Andreas SchwabDon't emit invalid extra shift character at block bound...
2015-12-15 Florian WeimerFix aliasing violation in tst-rec-dlopen
2015-12-14 Joseph MyersMake obsolete syscall wrappers into compat symbols...
2015-12-12 Aurelien JarnoCleanup ARM ioperm implementation
2015-12-11 Steve EllceyFix indentation.
2015-12-11 Steve Ellcey Fix indentation.
2015-12-11 Steve Ellcey Fix indentation.
2015-12-11 Joseph MyersAutomate LC_CTYPE generation for tr_TR, update to Unico...
2015-12-10 Aurelien Jarnograntpt: trust the kernel about pty group and permissio...
2015-12-10 Paul EggertSplit large string section; add truncation advice
2015-12-10 Carlos O'DonellDocument best practice for disconnected NSS modules.
2015-12-10 Mike FABIANUpdate to Unicode 8.0.0.
2015-12-10 Mike FABIANUpdate da, nb, nn, and sv locales (Bug 89)
2015-12-10 Carlos O'DonellUpdate transliteration support to Unicode 7.0.0.
2015-12-10 Carlos O'DonellRegenerate locale/C-translit.h.
2015-12-10 Mike FABIANGeneric updates to transliterations.
2015-12-09 Joseph MyersFix ldbl-128ibm logl inaccuracy near 1 (bug 19351).
2015-12-09 Joseph MyersFix ldbl-128ibm sinhl spurious overflows (bug 19350).
2015-12-09 Joseph MyersFix ldbl-128ibm tanhl inaccuracy for small arguments...
2015-12-09 Joseph MyersUse direct socket syscalls for new kernels on i386...
2015-12-09 Aurelien Jarnomips: fix testsuite build for O32 FPXX ABI on pre-R2 CPU
2015-12-09 Aurelien JarnoFix grantpt basename namespace bug
2015-12-08 Siddhesh Poyarekarbenchtests: ffs and ffsll are string functions, not...
2015-12-08 Siddhesh Poyarekarbenchtests: Add inputs from sin and cos to sincos
2015-12-07 Andrew SenkevichUtilize x86_64 vector math functions w/o -fopenmp.
2015-12-04 Paul EggertFix typo in strncat, wcsncat manual entries
2015-12-04 Joseph MyersFix nan functions handling of payload strings (bug...
next
This page took 0.068437 seconds and 5 git commands to generate.