Skip to content
Snippets Groups Projects
  1. Jul 06, 2006
    • mrs's avatar
      Port to hosts whose 'sort' and 'tail' implementations · 108cf177
      mrs authored
      	treat operands with leading '+' as file names, as POSIX
      	has required since 2001.  However, make sure the code still
      	works on pre-POSIX hosts.
      	* ltmain.sh: Don't assume "sort +2" is equivalent to
      	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
      
      contrib:
      	* compare_tests: Don't assume "sort +2" is equivalent to
      	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
      gcc:
      	* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
      	which says you should use "tail -c +N" rather than "tail +Nc".
      	Fix a bug: the old code incorrectly skipped 15 bytes, not 16.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115234 138bc75d-0d04-0410-961f-82ee72b054a4
      108cf177
  2. Mar 01, 2006
  3. Oct 05, 2005
  4. Oct 03, 2005
  5. Jul 16, 2005
  6. May 05, 2005
  7. Mar 01, 2005
  8. Sep 08, 2004
  9. Feb 04, 2004
  10. Nov 19, 2003
  11. Nov 20, 2002
  12. May 06, 2002
  13. Mar 16, 2002
  14. Mar 15, 2002
  15. Sep 01, 2001
    • aoliva's avatar
      Merged from gcc-3_0-branch: · debdecb8
      aoliva authored
      2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
      * ltcf-c.sh: Use $objext, not $ac_objext.
      2001-07-27  Mark Kettenis  <kettenis@gnu.org>
      * ltcf-cxx.sh: Add support for GNU.
      2001-07-22  Timothy Wall  <twall@redhat.com>
      * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
      default settings if using GNU tools with that configuration.
      * ltcf-cxx.sh: Ditto.
      * ltcf-gcj.sh: Ditto.
      2001-07-21  Michael Chastain  <chastain@redhat.com>
      * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
      HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
      * ltmain.sh: Mark as gcc-local.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45341 138bc75d-0d04-0410-961f-82ee72b054a4
      debdecb8
  16. May 28, 2001
  17. May 20, 2001
  18. Apr 20, 2001
  19. Apr 12, 2001
  20. Mar 22, 2001
  21. Jan 24, 2001
  22. Sep 30, 2000
  23. Sep 06, 2000
  24. Aug 01, 2000
  25. Jul 28, 2000
    • bkoz's avatar
      · c102b56d
      bkoz authored
      2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
      
              * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
      	the libtool CVS tree multi-language branch.
      	* ltconfig, ltmain.sh: Updated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35323 138bc75d-0d04-0410-961f-82ee72b054a4
      c102b56d
  26. Jul 22, 2000
  27. Jun 22, 1999
  28. Oct 08, 1998
  29. May 11, 1998
    • law's avatar
      # · 54a401b9
      law authored
      	* mpw-* Delete.  Not used.
      	* ltconfig, ltmain.sh: Update to libtool 1.2a.
      	* Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
      	for newlib directory.
      	(CXX_FOR_TARGET): Likewise.
      Bring over from devo.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19691 138bc75d-0d04-0410-961f-82ee72b054a4
      54a401b9
  30. Aug 21, 1997
Loading