summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * egcs_update: Additionally touch gcc/java/parse.[ch].ghazi1998-09-162-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22452 138bc75d-0d04-0410-961f-82ee72b054a4
* Document term.h and tinfo.h in avoid_boolkorbb1998-09-091-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22363 138bc75d-0d04-0410-961f-82ee72b054a4
* Regenerated, based on update to inclhack.defkorbb1998-09-092-4/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22361 138bc75d-0d04-0410-961f-82ee72b054a4
* Added files term.h and tinfo.h in avoid_bool for use by Open Server 5korbb1998-09-091-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22360 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Do the pass 1 CVS update only for files thatrobertl1998-09-032-1/+13
| | | | | | | | may reasonably be under CVS control. ChangeLog egcs_update git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22205 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_installed: new script for testing already-installedoliva1998-08-142-0/+119
| | | | | | | gcc/g++/g77 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21728 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: Assigned copyright to FSF.gerald1998-08-122-1/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21682 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: New switch --nostdflags and documentationgerald1998-08-112-2/+28
| | | | | | | enhancements. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21667 138bc75d-0d04-0410-961f-82ee72b054a4
* * egcs_update: New script.gerald1998-08-112-0/+51
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21664 138bc75d-0d04-0410-961f-82ee72b054a4
* Update the generated file, tookorbb1998-08-051-432/+983
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21615 138bc75d-0d04-0410-961f-82ee72b054a4
* Changes to allow bypassing tests for certain machineskorbb1998-08-054-264/+320
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21614 138bc75d-0d04-0410-961f-82ee72b054a4
* Document today's changeskorbb1998-08-051-0/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21613 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare_tests: New script.law1998-07-272-0/+102
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21422 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: assigned copyright to FSFoliva1998-07-272-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21421 138bc75d-0d04-0410-961f-82ee72b054a4
* Plaw1998-07-271-4/+6
| | | | | | | | * test_summary: Corrected script name in comments providing documentation. Added linebreaks for lines with > 80 characters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21420 138bc75d-0d04-0410-961f-82ee72b054a4
* Flaw1998-07-271-0/+5
| | | | | | | | * test_summary: Corrected script name in comments providing documentation. Added linebreaks for lines with > 80 characters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21419 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: new switch (-i) and environment variablelaw1998-06-192-0/+9
| | | | | | | (append_logs) for including files in the report. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20578 138bc75d-0d04-0410-961f-82ee72b054a4
* This is a more workable makefilekorbb1998-06-031-15/+28
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20208 138bc75d-0d04-0410-961f-82ee72b054a4
* update generated fileskorbb1998-06-023-201/+646
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20181 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix variable name to match inclhack shell scriptkorbb1998-06-022-11/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20180 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-06-011-7/+22
| | | | | | | | * warn_summary: Update to Kaveh's latest version allowing to specify the last stage built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20161 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-06-011-0/+7
| | | | | | | | * warn_summary: Update to Kaveh's latest version allowing to specify the last stage built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20160 138bc75d-0d04-0410-961f-82ee72b054a4