summaryrefslogtreecommitdiff
path: root/maintainer-scripts/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Add branch_changer.py script to maintainer-scriptsmarxin2016-08-031-0/+4
| | | | | | | * branch_changer.py: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239066 138bc75d-0d04-0410-961f-82ee72b054a4
* 2016-07-26 Richard Biener <rguenther@suse.de>rguenth2016-07-261-0/+4
| | | | | | | * update_version_svn: Ignore the GCC 4.9 branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238753 138bc75d-0d04-0410-961f-82ee72b054a4
* 2016-07-26 Richard Biener <rguenther@suse.de>rguenth2016-07-261-0/+4
| | | | | | | * crontab: Remove entry for the GCC 4.9 branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238752 138bc75d-0d04-0410-961f-82ee72b054a4
* * generate_libstdcxx_web_docs: Use realpath to get absolute path.redi2016-06-131-0/+5
| | | | | | Add comment about LaTeX errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237357 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Enable snapshots from gcc-6-branch.jakub2016-04-151-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235039 138bc75d-0d04-0410-961f-82ee72b054a4
* 2015-06-23 Richard Biener <rguenther@suse.de>rguenth2015-06-231-0/+4
| | | | | | | * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224771 138bc75d-0d04-0410-961f-82ee72b054a4
* 2015-06-14 Richard Biener <rguenther@suse.de>rguenth2015-06-141-0/+4
| | | | | | | * crontab: Disable snapshots from the 4.8 branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224466 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version_svn: Update DATESTAMP also onjakub2015-04-131-0/+3
| | | | | | | branches/gcc-[0-9]+-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222044 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Fix up thinko in the last commit, improve errorjakub2015-04-131-0/+6
| | | | | | | | message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes together, rather than doing dozens of separate commits. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222042 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: For RELEASE_MAJOR 5+ only use the majorjakub2015-04-121-0/+5
| | | | | | | | | number in branch name. When doing final release of 5+, if BASE-VER doesn't match release, but is *.*.1 for the one smaller minor version, bump BASE-VER. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222031 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Enable snapshots from gcc-5-branch.jakub2015-04-121-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222028 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_libstdcxx_svn (FILTER): Introduce.gerald2015-04-071-0/+5
| | | | | | | Use to filter output of the copying process. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221893 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.charlet2015-02-251-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220972 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugncharlet2015-02-251-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220961 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix 404 in "Show Source" in jit docsdmalcolm2015-02-061-0/+6
| | | | | | | | | | | maintainer-scripts/ChangeLog: PR jit/64257 * update_web_docs_svn: When copying up files for the built jit documentation, also copy up .txt files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220479 138bc75d-0d04-0410-961f-82ee72b054a4
* More fixes for update_web_docs_svn for jit docs (PR jit/64257)dmalcolm2015-02-041-0/+6
| | | | | | | | | | | | | | | | gcc/jit/ChangeLog: PR jit/64257 * docs/conf.py (html_theme): Change from 'pyramid' to 'sphinxdoc'. maintainer-scripts/ChangeLog: PR jit/64257 * update_web_docs_svn: Update build of jit docs to use EPEL6 variant install of sphinx 1.0.8, rather than 0.6.6. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220412 138bc75d-0d04-0410-961f-82ee72b054a4
* Add PR jit/64257 to previous ChangeLog entrydmalcolm2015-01-271-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220150 138bc75d-0d04-0410-961f-82ee72b054a4
* update_web_docs_svn: support the JIT documentationdmalcolm2015-01-271-0/+7
| | | | | | | | | | | | maintainer-scripts/ChangeLog: * update_web_docs_svn: Don't delete gcc/jit/docs or gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the building of the JIT docs (using sphinx-build). Special case copying them up. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220149 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-08-14 Richard Biener <rguenther@suse.de>rguenth2014-08-141-0/+4
| | | | | | | * crontab: Change trunk snapshots from 4.10 to 5. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213967 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Simplify build of gnat_ugn.charlet2014-08-011-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213503 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-06-12 Richard Biener <rguenther@suse.de>rguenth2014-06-121-0/+5
| | | | | | | | * crontab: Remove 4.7 snapshot entry. * update_version_svn: Update IGNORE_BRANCHES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211522 138bc75d-0d04-0410-961f-82ee72b054a4
* * generate_libstdcxx_web_docs: New script.redi2014-05-301-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211076 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Enable snapshots from gcc-4_9-branch.jakub2014-04-111-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209306 138bc75d-0d04-0410-961f-82ee72b054a4
* PR other/56653gerald2014-02-011-0/+6
| | | | | | | | * gcc_release: Avoid printing empty line to generated MD5SUMS files. Bump copyright year. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207387 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Work around makeinfo generated file namesgerald2013-12-021-0/+5
| | | | | | | and references with "_002d" instead of "-". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205600 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Disable snapshots from gcc-4_6-branch.jakub2013-04-121-0/+5
| | | | | | | * update_version_svn: Ignore gcc-4_6-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197924 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_libstdcxx_svn: No longer ignore all output fromgerald2013-04-071-0/+6
| | | | | | | | the actual copy process. Check the exit code of the actual copy process; diagnose problems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197558 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Enable snapshots from gcc-4_8-branch.jakub2013-03-161-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196698 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-07-02 Richard Guenther <rguenther@suse.de>rguenth2012-07-021-0/+5
| | | | | | | | * crontab: Disable snapshots from gcc-4_5-branch. * update_version_svn: Ingore gcc-4_5-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189110 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-23 Richard Guenther <rguenther@suse.de>rguenth2012-03-221-2/+6
| | | | | | | * crontab: Enable snapshots from gcc-4_7-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185680 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Remove 4.4 branch from the list of snapshots to make.jakub2012-03-131-0/+5
| | | | | | | * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185330 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-03-05 Richard Guenther <rguenther@suse.de>rguenth2012-03-051-0/+4
| | | | | | | * crontab: Remove 4.3 branch from the list of snapshots to make. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184918 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-02 Richard Guenther <rguenther@suse.de>rguenth2012-03-021-0/+4
| | | | | | | * crontab: Fix day-of-week. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184782 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-02 Richard Guenther <rguenther@suse.de>rguenth2012-03-021-0/+4
| | | | | | | * crontab: Update for 4.7 branching. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184781 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Make $DOCSDIR group writable aftergerald2011-11-211-0/+5
| | | | | | | creating it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181545 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-06-27 Richard Guenther <rguenther@suse.de>rguenth2011-06-271-0/+4
| | | | | | | * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175476 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.jsm282011-05-221-0/+11
| | | | | | | | | | | | | (build_tarfiles): Don't build separate files for languages and core. (build_diffs): Only build one set of diffs. (announce_snapshot): Only announce one tar file. (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS, OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names relative to WORKING_DIRECTORY. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174028 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (maybe_build_tarfile): Don't build a tarfile ifjakub2011-04-211-0/+5
| | | | | | | the first directory doesn't exist. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172827 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Enable 4.7 snapshots, switch 4.6 snapshots tojakub2011-03-141-0/+5
| | | | | | | 4.6 branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170941 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Generate libquadmath-vers.texi.jsm282011-02-071-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169875 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version_svn (FILES): Merge with datestamp_FILES.gerald2011-01-311-0/+5
| | | | | | | (SVNROOT2): Introduce and use. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169428 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version_svn (SVN): Remove obsolete comment.gerald2011-01-301-0/+6
| | | | | | | | (CURR_DATE): Fix description. Fix description of checkout procedure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169417 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-12-18 Tobias Burnus <burnus@net-b.de>burnus2010-12-181-0/+4
| | | | | | | | * update_web_docs_svn (MANUALS): Add libquadmath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168021 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Add support for releasing Go as a separateian2010-12-081-0/+5
| | | | | | | tarball. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167616 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn (MANUALS): Add gccgo.ian2010-12-081-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167614 138bc75d-0d04-0410-961f-82ee72b054a4
* * README: Change "CVS" to "Subversion".ian2010-12-081-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167613 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (snapshot_print): Also include an sha1 hash forgerald2010-08-231-0/+5
| | | | | | | every tarball. Slightly tweak indentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163487 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix up ChangeLog entry for the last commit.gerald2010-08-141-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163254 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (CVSROOT): Remove all occurrences.gerald2010-08-141-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163253 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (snapshot_print): Include md5 hash for every tarballgerald2010-08-141-0/+5
| | | | | | | in the README file and notification mail. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163251 138bc75d-0d04-0410-961f-82ee72b054a4