Age | Commit message (Expand) | Author | Files | Lines |
2012-10-05 | Update config.guess and config.sub. | Joseph Myers | 2 | -17/+45 |
2012-10-02 | * scripts/check-local-headers.sh: Exclude sys/sdt.h and | Alexandre Oliva | 1 | -1/+1 |
2012-09-07 | Add "shopt -s nullglob" to check-local-headers.sh | H.J. Lu | 1 | -1/+4 |
2012-08-29 | Use LD_SO to set $ld_so_name/$ld_so_version | H.J. Lu | 1 | -0/+7 |
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | 8 | -79/+0 |
2012-07-17 | Move c++-types baselines to sysdeps directories. | Joseph Myers | 11 | -737/+0 |
2012-06-21 | Regenerate libc.pot. | Carlos O'Donell | 1 | -2/+15 |
2012-05-30 | alpha: Handle ST_OTHER in objdump output | Richard Henderson | 1 | -2/+9 |
2012-05-30 | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | 2 | -53/+9 |
2012-05-24 | Add x32 C++ type data | H.J. Lu | 1 | -0/+67 |
2012-05-06 | Adjust sparc localplt entries. | David S. Miller | 2 | -22/+22 |
2012-05-03 | Move FAQ to wiki | Andreas Jaeger | 1 | -144/+0 |
2012-05-01 | Do check-localplt test using readelf rather than a build-time C program. | Roland McGrath | 1 | -0/+59 |
2012-05-01 | Do check-execstack test using readelf rather than a build-time C program. | Roland McGrath | 1 | -0/+52 |
2012-05-01 | Do check-textrel test using readelf rather than a build-time C program. | Roland McGrath | 1 | -0/+41 |
2012-04-28 | Move abilist files into sysdep dirs. | David S. Miller | 2 | -254/+0 |
2012-04-26 | move libgcc_s soname definition to shlib-versions | Siddhesh Poyarekar | 1 | -2/+3 |
2012-04-24 | Add flexibility to localplt-*.data files, using an awk script rather than dif... | Roland McGrath | 2 | -0/+56 |
2012-04-05 | Fix check-local-headers.sh on multiarch systems. | David S. Miller | 1 | -1/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 4 | -11/+7 |
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_config' | Roland McGrath | 2 | -86/+137 |
2012-01-29 | Update config.guess, config.sub from upstream config git repository. | Chris Metcalf | 2 | -86/+137 |
2012-01-28 | Fix bug in firstversions.awk version range handling. | Chris Metcalf | 1 | -2/+6 |
2012-01-07 | Update ABI information | Ulrich Drepper | 1 | -0/+5 |
2011-11-17 | Remove handling of VCs other then git | Ulrich Drepper | 1 | -17/+1 |
2011-11-01 | Ignore libaudit.h when checking for system header use | Andreas Schwab | 1 | -1/+1 |
2011-08-31 | Fix sparc localplt testcase failures.carlos/master | David S. Miller | 2 | -2/+0 |
2011-07-23 | Adjust test for correct installation | Ulrich Drepper | 1 | -2/+4 |
2011-07-02 | Rewrite local headers check to be more robust and informative. | Roland McGrath | 1 | -14/+17 |
2011-05-15 | Whitespace fixes | Ulrich Drepper | 2 | -118/+118 |
2011-05-15 | Update configure helper scripts | Ulrich Drepper | 2 | -211/+348 |
2010-10-15 | Expect PLT call to _Unwind_Find_FDE on s390*-linux | Andreas Schwab | 2 | -0/+14 |
2010-08-24 | Rejigger header generation for default uname implementation. | Roland McGrath | 1 | -0/+50 |
2010-03-16 | Missing files for libc ABI handling. | Ulrich Drepper | 1 | -0/+26 |
2009-08-16 | Fix 64-bit platform handling in test cases for generated headers with constants. | Ulrich Drepper | 1 | -1/+2 |
2009-04-02 | * configure.in: Recognize --enable-nss-crypt. | Ulrich Drepper | 1 | -2/+3 |
2008-12-06 | 2008-12-05 Joseph Myers <joseph@codesourcery.com> | Ulrich Drepper | 2 | -9/+30 |
2008-08-06 | * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms. | Ulrich Drepper | 1 | -3/+11 |
2008-07-26 | * scripts/gen-as-const.awk: Generate more widely usable code by | Ulrich Drepper | 1 | -3/+5 |
2008-05-22 | 2008-05-21 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -0/+13 |
2008-05-21 | * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use | Jakub Jelinek | 2 | -0/+38 |
2008-04-12 | * scripts/data/localplt-powerpc64-linux-gnu.data: New file. | Ulrich Drepper | 1 | -0/+6 |
2008-04-09 | [BZ #6024] | Ulrich Drepper | 1 | -0/+3 |
2007-10-19 | 2007-10-06 David S. Miller <davem@davemloft.net> | Jakub Jelinek | 1 | -5/+5 |
2007-08-07 | * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.cvs/fedora-glibc-20070809T0939 | Roland McGrath | 2 | -0/+7 |
2007-05-11 | * scripts/check-c++-types.sh: Don't use -fnu89-inline option. | Ulrich Drepper | 1 | -2/+2 |
2007-03-26 | * scripts/check-local-headers.sh: Filter out sys/capability.h.cvs/fedora-glibc-20070331T1609 | Ulrich Drepper | 1 | -0/+1 |
2007-01-19 | * scripts/gen-as-const.awk: Add cast to long to avoid int promotion | Ulrich Drepper | 1 | -1/+1 |
2007-01-12 | [BZ #3840] | Ulrich Drepper | 1 | -2/+2 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -2/+1 |