1. 24 Aug, 2003 1 commit
  2. 16 Aug, 2003 1 commit
  3. 08 Aug, 2003 1 commit
  4. 29 Jul, 2003 1 commit
  5. 23 Jul, 2003 1 commit
  6. 19 Jul, 2003 1 commit
  7. 13 Jul, 2003 1 commit
  8. 09 Jul, 2003 1 commit
    • gerald's avatar
      * gcc_release (announce_snapshot): Add substitution of @BRANCH · 7a97aa79
      gerald authored
      	for README and index.html.  Remove substitution of @LONG_DATE.
      	Put index.html into the respective snapshot directory.
      	Adjust subject of the notification mail to the new naming scheme
      	for CVS tags.
      	Adjust name of the LATEST-IS-... files to the new naming scheme
      	for snapshot directories.
      	(FTP_PATH): Ditto.
      	(LAST_DIR): Ditto.
      	(LAST_LONG_DATE): Remove.
      
      	* snapshot-README: Adjust to the new naming schemes for directories
      	and snapshots per se.
      	Dynamically fill in the respective branch instead of hardcoding it.
      
      	* snapshot-index.html: Replace individual links to diffs with a
      	general link to the diff/ subdirectory.
      	Mention the concrete snapshot in <title> and <h1>.
      	Adjust links to the new location of index.html.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69143 138bc75d-0d04-0410-961f-82ee72b054a4
      7a97aa79
  9. 08 Jul, 2003 1 commit
  10. 04 Jul, 2003 1 commit
  11. 01 Jul, 2003 1 commit
  12. 28 Jun, 2003 1 commit
  13. 27 Jun, 2003 1 commit
  14. 25 Jun, 2003 1 commit
  15. 18 Jun, 2003 2 commits
  16. 17 Jun, 2003 1 commit
    • gerald's avatar
      * gcc_release (build_tarfile): Build .bz2 files instead of .gz files. · 6d03e4eb
      gerald authored
      	(build_bz2): Rename to build_gzip and create .gz files from .bz2
      	files instead of the other way around.
      	(build_gzip): New function.
      	(build_diffs): Build .bz2 files instead of .gz files.
      	(build_diff): Use .bz2 files instead of .gz files.
      	Make an error message independent of the compression format.
      	(MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
      	invocation of this script.
      	(MODE_GZIP): New variable.
      	(OLD_TARS): Use .bz2 archive of the previous snapshot.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68074 138bc75d-0d04-0410-961f-82ee72b054a4
      6d03e4eb
  17. 14 Jun, 2003 1 commit
  18. 10 Jun, 2003 1 commit
  19. 28 May, 2003 2 commits
  20. 27 May, 2003 1 commit
  21. 23 May, 2003 1 commit
  22. 20 May, 2003 1 commit
  23. 18 May, 2003 1 commit
  24. 12 May, 2003 1 commit
  25. 09 May, 2003 1 commit
  26. 04 May, 2003 1 commit
  27. 02 May, 2003 2 commits
  28. 16 Dec, 2002 1 commit
  29. 24 Sep, 2002 1 commit
    • zack's avatar
      maintainer-scripts: · 0aeec26c
      zack authored
      	* update_version: Do not check in files which are unchanged.
      	* gcc_release: Only update the version in gcc/version.c.
      gcc:
      	* version.c (version_string): Now const char[].
      	* version.h: Update to match.
      gcc/ada:
      	* Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
      	* Makefile.in (TOOLS_LIBS): Add ../../version.o.
      	* gnatvsn.ads: Gnat_Version_String is now a function.
      	* gnatvsn.adb: New file.  When asked for Gnat_Version_String,
      	copy the C version_string into a String and return it.
      	* gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
      	gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
      	Remove pragma Ident (Gnat_Version_String).  If this was the
      	sole use of package Gnatvsn, remove the with statement too.
      	* gnat1drv.adb: Tweak -gnatv output.
      gcc/f:
      	* Make-lang.in (g77spec.o): Don't depend on f/version.h.
      	(f/parse.o): Depend on version.h not f/version.h.
      	(g77version.o, f/version.o): Delete all references.
      
      	* com.c (ffecom_init_0): Fix transposed array indices in bsearch test.
      	* g77spec.c: Don't include f/version.h or refer to ffe_version_string.
      	* parse.c: Use version_string, not ffe_version_string.
      	* version.c, version.h: Delete files.
      libf2c:
      	* libF77/Version.c: Rename junk to __LIBF77_VERSION__.  Add
      	external decls for __LIBI77_VERSION__ and __LIBU77_VERSION__.
      	Delete __G77_LIBF77_VERSION__
      	(g77__fvers__): Print all three __LIB*77_VERSION__ strings,
      	and __VERSION__ if we have it; nothing else.
      
      	* libI77/Version.c: Provide only __LIBI77_VERSION__ (formerly junk).
      	* libU77/Version.c: Provide only __LIBU77_VERSION__ (formerly junk).
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57461 138bc75d-0d04-0410-961f-82ee72b054a4
      0aeec26c
  30. 17 Sep, 2002 1 commit
  31. 08 Sep, 2002 1 commit
  32. 28 Aug, 2002 1 commit
  33. 29 Jul, 2002 2 commits
  34. 31 May, 2002 1 commit
  35. 27 May, 2002 1 commit
  36. 26 May, 2002 1 commit
    • jsm28's avatar
      gcc/ada: · 73b85c37
      jsm28 authored
      	* gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
      	(experimental)".
      
      maintainer-scripts:
      	* gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
      	release status is updated.
      	* update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53892 138bc75d-0d04-0410-961f-82ee72b054a4
      73b85c37