summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* * newcvsroot: Handle filenames that contain spaces.mmitchel2000-06-042-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34391 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.zack2000-06-042-5/+13
| | | | | | | | Elide --with-gcc-version-trigger and --norecursion from configure flags. Remove code to report status of haifa scheduler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34387 138bc75d-0d04-0410-961f-82ee72b054a4
* Oops, removed `Reported by' commentaoliva2000-05-181-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33976 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (self): Set to `$0'.aoliva2000-05-182-1/+9
| | | | | | | | (touch_files_reexec): Use `$self' instead of `$0'. Reported by Albert Chin-A-Young <china@thewrittenword.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33974 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files_reexec): New function, run after theaoliva2000-05-122-4/+14
| | | | | | | tree is modified. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33882 138bc75d-0d04-0410-961f-82ee72b054a4
* Let's not touch obsolete files any morekorbb2000-05-091-2/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33800 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Remove references to inclhack.tpl.rth2000-05-082-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33774 138bc75d-0d04-0410-961f-82ee72b054a4
* New fileloewis2000-05-011-0/+84
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33566 138bc75d-0d04-0410-961f-82ee72b054a4
* * index-prop: Use a single pattern. Also support *** cdiffs.jason2000-04-282-2/+10
| | | | | | | * index-prop: Don't change /dev/null. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33523 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Refer to GCC and gcc_update instead of egcs andgerald2000-04-282-11/+16
| | | | | | | egcs_update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33497 138bc75d-0d04-0410-961f-82ee72b054a4
* * index-prop: Fix occasional problem when using cvs diff -plaw2000-04-282-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33494 138bc75d-0d04-0410-961f-82ee72b054a4
* * cccp.c, cexp.y, cexp.c, cccp.1: Removed.zack2000-04-182-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Delete --disable-cpplib option and all references to cpp_main. * configure: Regenerate. * Makefile.in: Remove all references to CCCP, CCCP_OBJS, @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o, cccp.o, cccp, or cppmain. Link cppmain.o straight to cpp$(exeext). Add --no-headers to makeinfo command line when generating INSTALL. Install and uninstall cpp.1 manpage, not cccp.1. * install.texi: Delete all references to cexp.y/cexp.c. Delete ancient instructions for compiling GCC on 3b1. * INSTALL: Regenerate. * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, ch/decl.c, ch/lex.c, cp/lex.c, f/lex.c, mips/t-ecoff, mips/t-elf, mips/t-r3900: Remove references to cccp.c. * convex.h, fx80.h, m68k.h, pdp11.h, contrib/gcc_update, f/g77install.texi: Remove references to cexp.c/cexp.y. * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING, which is no longer tested anywhere. * po/POTFILES.in: Remove cccp.c and cexp.c. Comment out alpha/vms-tramp.asm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33238 138bc75d-0d04-0410-961f-82ee72b054a4
* * newcvsroot: Add check on the number of command-line arguments.gerald1999-12-182-0/+10
| | | | | | | Add usage. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31012 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Allow patches compressed by bzip2.law1999-11-282-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30680 138bc75d-0d04-0410-961f-82ee72b054a4
* * newcvsroot: New file.loewis1999-10-111-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29900 138bc75d-0d04-0410-961f-82ee72b054a4
* New script to replace CVS/Root and CVS/Repositoryloewis1999-10-111-0/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29899 138bc75d-0d04-0410-961f-82ee72b054a4
* New shell scripts to ease dealing with Netlib f2c vis-a-vis g77 libg2cburley1999-09-114-0/+177
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29346 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: New file.gerald1999-08-162-0/+5
| | | | | | | * egcs_update: Renamed to gcc_update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28726 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Quote curly braces in 1999-07-03 change.robertl1999-08-102-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28637 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update (files_and_dependencies): Fixed typo inoliva1999-07-282-1/+7
| | | | | | | gcc/cstamp-h.in. Added gcc/config.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28313 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update (files_and_dependencies): New function, witholiva1999-07-272-62/+125
| | | | | | | | | | | | complete list of files to be updated, as well as their dependencies. (touch_files): Check the timestamp of each generated file against its dependencies'. (main): New flags --touch, --list and --help. Remove the pre-update step. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28295 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Replace egcs with gcc. Update e-mail address.law1999-07-182-5/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28148 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update (touch_files, apply_patch): New functions.gerald1999-07-052-39/+88
| | | | | | | | Use them. New command-line option --patch. Split test of local tree into two parts. Add comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27946 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: If Target is `unix{*}', append the Target variantsoliva1999-07-032-0/+6
| | | | | | | to Host. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27932 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-06-14 Zack Weinberg <zack@rabi.columbia.edu>zack1999-06-141-0/+151
| | | | | | | | | * cpp.texi: Minor update. * cpp.1: Regenerate from cpp.texi, using... * contrib/texi2pod.pl: ...this (new file) plus some hand tweaks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27525 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Set default mail-address and version for egcsoliva1999-06-122-10/+8
| | | | | | | | instead of relying on unpredictable pathnames. Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27496 138bc75d-0d04-0410-961f-82ee72b054a4
* Fixed some old ChangeLog entries I wrote before becoming aware of the GNUoliva1999-04-271-13/+13
| | | | | | | coding standards. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26679 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/*: Delete obsolete files.law1999-04-0215-17868/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26131 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Test return values of 'cvs update'. Propogaterobertl1999-02-042-0/+13
| | | | | | | to caller as exit values. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25021 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Use "if" instead of "&&". Touch generated filesgerald1999-01-252-6/+14
| | | | | | | only after the corresponding *.y files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24860 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Do not use xargs, but a backquote construct.gerald1999-01-192-4/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24766 138bc75d-0d04-0410-961f-82ee72b054a4
* Update FSF address in copyright notice.law1999-01-112-3/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24613 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (version): remove carriage return that gawk insertsoliva1999-01-072-1/+6
| | | | | | | in the version string for some reason git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24552 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Only touch files that already exist.gerald1998-12-012-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24023 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (EOF): remove double backslasholiva1998-11-292-1/+6
| | | | | | | Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23974 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (address): set to egcs-testresults mailing listoliva1998-11-282-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23956 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (address): added Marc Lehmann's testsuite-resultsoliva1998-11-262-1/+6
| | | | | | | to the default e-mail address git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23908 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (-p, prepend_logs): add these before the summaryoliva1998-11-252-3/+13
| | | | | | | (Compiler, Platform): print these just before configflags git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23864 138bc75d-0d04-0410-961f-82ee72b054a4
* * warn_summary (longLineFilter): New shell function to encapsulateghazi1998-10-312-34/+148
| | | | | | | | | | | | | | | | | | | | | | | this functionality. It is off by default, only active if -llf flag is specified. (subdirectoryFilter): Fix bug in filtering which made some subdirectory warnings erroneously appear in the toplevel set. (stageNfilter): Renamed from `stageNwarns'. Updated to collect warnings from stage1 as well as stage0, which means warnings from outside the bootstrap directory. Eg, the libraries, etc. (warningFilter): New shell function to encapsulate this functionality. (keywordFilter): New shell function to encapsulate this functionality. Store data in a temp file rather than calculating it 3x. Arrange to remove it on exit and signals. Add -pass/-wpass flags to do "pass through" (i.e. manual inspection) of bootstrap output from a particular stageN as well as language subdirs. Add better comments/documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23473 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Add comment about keeping the FAQ synchronized.gerald1998-10-312-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23471 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Do touch java/parse.c and java/parse-scan.c. They'relaw1998-10-292-0/+7
| | | | | | | in the repo again. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23444 138bc75d-0d04-0410-961f-82ee72b054a4
* New files to touchkorbb1998-10-162-1/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23128 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Remove gcc/java/parse.c from list of files tolaw1998-10-132-1/+5
| | | | | | | touch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23062 138bc75d-0d04-0410-961f-82ee72b054a4
* * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.ghazi1998-10-072-0/+152
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22890 138bc75d-0d04-0410-961f-82ee72b054a4
* * warn_summary (subdirectoryFilter): New shell function toghazi1998-10-052-8/+54
| | | | | | | | | | | optionally filter in/out gcc subdirectories when summarizing warnings. Add new flags to support subdirectory filtering. Also, ensure the bootstrap stage is a number. Add some more C keywords that are preserved in the "warning type" summary and tighten up the "arg ???" regexp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22839 138bc75d-0d04-0410-961f-82ee72b054a4
* describe changeskorbb1998-09-221-0/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22547 138bc75d-0d04-0410-961f-82ee72b054a4
* Add the fixinc generated files to the touch listkorbb1998-09-221-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22546 138bc75d-0d04-0410-961f-82ee72b054a4
* Commit updates generated from def/tpl fileskorbb1998-09-223-459/+232
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22545 138bc75d-0d04-0410-961f-82ee72b054a4
* Syntax error in sed script, combine '//' fixeskorbb1998-09-221-31/+45
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22544 138bc75d-0d04-0410-961f-82ee72b054a4
* remove -p from /bin/sh scriptkorbb1998-09-221-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22543 138bc75d-0d04-0410-961f-82ee72b054a4