summaryrefslogtreecommitdiff
path: root/maintainer-scripts
Commit message (Collapse)AuthorAgeFilesLines
* * update_version (ADD_BRANCHES): Add, set to MAIN andgerald2003-05-092-1/+8
| | | | | | | | tree-ssa-20020619-branch. (BRANCHES): Always consider branches given by $ADD_BRANCHES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66633 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version (textstring_FILES): Only version.c needs to begerald2003-05-042-1/+6
| | | | | | | updated, now that we do not consider older branches any more. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66471 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version (IGNORE_BRANCHES): Add.gerald2003-05-022-2/+10
| | | | | | | (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66377 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version: Add a trace of which branch we are currentlygerald2003-05-022-1/+6
| | | | | | | working on. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66375 138bc75d-0d04-0410-961f-82ee72b054a4
* * root.texi: Change version number to 3.4.mmitchel2002-12-163-3/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60185 138bc75d-0d04-0410-961f-82ee72b054a4
* maintainer-scripts:zack2002-09-243-24/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* * update_web_docs (MANUALS): Add fastjar.jsm282002-09-172-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57254 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Make snapshots come from the mainline.jsm282002-09-083-3/+8
| | | | | | | * snapshot-README: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56949 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Remove support for generating g77_news.html andjsm282002-08-283-36/+7
| | | | | | | | | g77_bugs.html. * update_web_docs_old: Likewise. Remove support for generating thanks.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56644 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Update comment.aj2002-07-293-3/+9
| | | | | | | * snapshot-README: Snapshots are taken from GCC 3.2 branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55825 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Use the 3.2 branch for snapshots.mmitchel2002-07-292-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55824 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-31 Florian Weimer <fw@deneb.enyo.de>fw2002-05-312-1/+6
| | | | | | | | * update_web_docs (MANUALS): Include various flavours of the GNAT User Guide. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54109 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads tojsm282002-05-272-1/+6
| | | | | | | gcc/gcc/ada/gnatvsn.ads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53918 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/ada:jsm282002-05-263-2/+8
| | | | | | | | | | | | | * 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
* * gcc_release: Do upload files when local.jsm282002-05-212-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53689 138bc75d-0d04-0410-961f-82ee72b054a4
* * snapshot-README, snapshot-index.html: Remove chill.jsm282002-05-213-10/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53688 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Correct upload handling.mmitchel2002-05-092-2/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53315 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_diffs): Remove reference to Chill.mmitchel2002-04-222-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52614 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs (MANUALS): Remove chill. Add gnat_rm.jsm282002-04-212-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52581 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Set TZ to UTC0.mmitchel2002-04-192-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52529 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS: Remove chill maintainers.mmitchel2002-04-152-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory. Remove Chill front end. * gcc.c (default_compilers): Remove Chill entries. * ch: Remove directory. * doc/frontends.texi: Remove information about Chill. * doc/sourcebuild.texi: Likewise. * doc/standards.texi: Likewise. * testsuite/lib/chill.exp: Remove. * g77.texi: Remove Chill reference. * gcc_release (build_tarfiles): Do not build Chill tarfiles. (CHILL_DIRS): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52327 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Build diffs for ada and chill. Make "bzip2" a newjsm282002-03-102-5/+18
| | | | | | | major mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50516 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-06 Phil Edwards <pme@gcc.gnu.org>pme2002-03-062-2/+6
| | | | | | | * update_version: Don't indent the version string. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50364 138bc75d-0d04-0410-961f-82ee72b054a4
* * snapshot-README: Note that snapshots come from the 3.1 branch.jsm282002-03-052-7/+7
| | | | | | | Update list of files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50318 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Make snapshots come from the 3.1 branch.jsm282002-03-032-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50262 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version: Automatically update version files on allmmitchel2002-02-263-17/+61
| | | | | | | | branches. * crontab: Only invoke update_version once. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50049 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Revert change to -p interface. Allow for local andjsm282002-02-242-5/+15
| | | | | | | | remote cases in creating directories. Give an error if -p argument names a directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50000 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typommitchel2002-02-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49952 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Correct handling of diff-generation. Addmmitchel2002-02-222-14/+31
| | | | | | | "diffs" major mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49951 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Substitute dates in snapshot-README andjsm282002-02-082-9/+13
| | | | | | | | snapshot-index.html files rather than directly using the old files on the FTP site. Set QMAILHOST. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49619 138bc75d-0d04-0410-961f-82ee72b054a4
* * snapshot-index.html: Improve markup.gerald2002-02-082-17/+24
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49617 138bc75d-0d04-0410-961f-82ee72b054a4
* * snapshot-README, snapshot-index.html: Use expressions such asjsm282002-01-293-55/+58
| | | | | | | @DATE@ rather than hardcoded dates. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49319 138bc75d-0d04-0410-961f-82ee72b054a4
* * snapshot-README, snapshot-index.html: New files.jsm282002-01-293-0/+166
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49318 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs (contrib_file): Remove.gerald2002-01-062-12/+5
| | | | | | | Also removing special handling of thanks.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48589 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Use makeinfo --html instead of texi2html.jsm282001-12-172-17/+29
| | | | | | | | Remove support for pre-3.1 GCC versions. Build online docs for gccint manual. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48120 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_old: Copy from update_web_docs. Add commentjsm282001-12-172-0/+183
| | | | | | | that this is for GCC 3.0.x and earlier versions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48112 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Add /usr/local/bin to path when local.jsm282001-11-192-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47173 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Set SOURCEDIR so that install manual can bejsm282001-11-062-1/+4
| | | | | | | found when running install.texi2html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46810 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Don't require a username if running locally.jsm282001-11-062-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46809 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Eliminate warnings about keeping files from webjsm282001-11-052-1/+4
| | | | | | | page preprocessing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46785 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Allow for the same file name in differentjsm282001-11-052-8/+15
| | | | | | | directories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46784 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Generate libiberty and gnat-style manuals.jsm282001-10-292-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46601 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Build snapshots from mainline. Generate Ada andjsm282001-10-243-7/+21
| | | | | | | | | Chill tarballs. Correct error check when building diffs. Check for errors when building bzip2 files. * crontab: Use /sourceware/snapshot-tmp for building snapshots. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46456 138bc75d-0d04-0410-961f-82ee72b054a4
* maintainer-scripts:jsm282001-10-082-0/+3
| | | | | | | | | | * crontab: Build weekly snapshots. contrib: * snapshot: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46078 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Copy from 3.0 branch. Add support for building thejsm282001-10-082-0/+618
| | | | | | | weekly snapshots on gcc.gnu.org. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46073 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Also check out texinfo.tex fromjsm282001-08-282-1/+6
| | | | | | | gcc/doc/include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45236 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.gerald2001-08-062-5/+9
| | | | | | | Preprocess the entire web site, not just the install docs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44659 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-25 Phil Edwards <pme@sources.redhat.com>pme2001-06-254-33/+29
| | | | | | | | | | | | * update_version: Add command-line argument capability, also bump version for libstdc++-v3, and exit with the return code from the cvs commit. * crontab: Call update_version with arguments instead of calling update_branch_version. * update_branch_version: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43555 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Only update the install documentation for thegerald2001-06-082-11/+18
| | | | | | | CVS HEAD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43000 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs, doc_exclude: Check out files that may be in thejsm282001-06-073-11/+20
| | | | | | | | Attic. Check out texinfo.tex. Don't generate anything from c-tree.texi. Generate PostScript output from manuals. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42952 138bc75d-0d04-0410-961f-82ee72b054a4