aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
1999-12-18newcvsroot: Add check on the number of command-line arguments.Gerald Pfeifer2-0/+10
* newcvsroot: Add check on the number of command-line arguments. Add usage. From-SVN: r31012
1999-11-28* gcc_update: Allow patches compressed by bzip2.William Bader2-0/+6
From-SVN: r30680
1999-10-11* newcvsroot: New file.Martin v. Löwis1-0/+4
From-SVN: r29900
1999-10-11New script to replace CVS/Root and CVS/RepositoryMartin v. Löwis1-0/+29
From-SVN: r29899
1999-09-11New shell scripts to ease dealing with Netlib f2c vis-a-vis g77 libg2cCraig Burley4-0/+177
From-SVN: r29346
1999-08-16gcc_update: New file.Gerald Pfeifer2-0/+5
* gcc_update: New file. * egcs_update: Renamed to gcc_update. From-SVN: r28726
1999-08-10* test_summary: Quote curly braces in 1999-07-03 change.Robert Lipe2-1/+5
From-SVN: r28637
1999-07-28egcs_update (files_and_dependencies): Fixed typo in gcc/cstamp-h.in.Alexandre Oliva2-1/+7
* egcs_update (files_and_dependencies): Fixed typo in gcc/cstamp-h.in. Added gcc/config.in. From-SVN: r28313
1999-07-27egcs_update (files_and_dependencies): New function...Alexandre Oliva2-62/+125
* egcs_update (files_and_dependencies): New function, with 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. From-SVN: r28295
1999-07-17* test_summary: Replace egcs with gcc. Update e-mail address.Alexandre Oliva2-5/+9
From-SVN: r28148
1999-07-05egcs_update (touch_files, [...]): New functions.Gerald Pfeifer2-39/+88
* egcs_update (touch_files, apply_patch): New functions. Use them. New command-line option --patch. Split test of local tree into two parts. Add comments. Co-Authored-By: Jerry Quinn <jquinn@nortelnetworks.com> From-SVN: r27946
1999-07-03test_summary: If Target is `unix{*}', append the Target variants to Host.Alexandre Oliva2-0/+6
* test_summary: If Target is `unix{*}', append the Target variants to Host. From-SVN: r27932
1999-06-14cpp.texi: Minor update.Zack Weinberg1-0/+151
1999-06-14 Zack Weinberg <zack@rabi.columbia.edu> * cpp.texi: Minor update. * cpp.1: Regenerate from cpp.texi, using... * contrib/texi2pod.pl: ...this (new file) plus some hand tweaks. From-SVN: r27525
1999-06-12test_summary: Set default mail-address and version for egcs instead of ↵Alexandre Oliva2-10/+8
relying on... * test_summary: Set default mail-address and version for egcs instead of relying on unpredictable pathnames. Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de> From-SVN: r27496
1999-04-27Fixed some old ChangeLog entries I wrote before becoming aware of the GNUAlexandre Oliva1-13/+13
coding standards. From-SVN: r26679
1999-04-02* fixinc/*: Delete obsolete files.Jeffrey A Law15-17868/+4
From-SVN: r26131
1999-02-04egcs_update: Test return values of 'cvs update'.Robert Lipe2-0/+13
* egcs_update: Test return values of 'cvs update'. Propogate to caller as exit values. From-SVN: r25021
1999-01-25egcs_update: Use "if" instead of "&&".Gerald Pfeifer2-6/+14
* egcs_update: Use "if" instead of "&&". Touch generated files only after the corresponding *.y files. From-SVN: r24860
1999-01-19* egcs_update: Do not use xargs, but a backquote construct.Gerald Pfeifer2-4/+9
From-SVN: r24766
1999-01-11Update FSF address in copyright notice.Jeff Law2-3/+5
From-SVN: r24613
1999-01-07test_summary (version): remove carriage return that gawk inserts in the ↵Alexandre Oliva2-1/+6
version string for some reason * test_summary (version): remove carriage return that gawk inserts in the version string for some reason From-SVN: r24552
1998-12-01* egcs_update: Only touch files that already exist.Gerald Pfeifer2-1/+7
From-SVN: r24023
1998-11-29test_summary (EOF): remove double backslash Reported by Franz Sirl ↵Alexandre Oliva2-1/+6
<Franz.Sirl-kernel@lauterbach.com> * test_summary (EOF): remove double backslash Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com> From-SVN: r23974
1998-11-28* test_summary (address): set to egcs-testresults mailing listAlexandre Oliva2-1/+5
From-SVN: r23956
1998-11-26test_summary (address): added Marc Lehmann's testsuite-results to the ↵Alexandre Oliva2-1/+6
default e-mail address * test_summary (address): added Marc Lehmann's testsuite-results to the default e-mail address From-SVN: r23908
1998-11-25test_summary (-p, [...]): add these before the summaryAlexandre Oliva2-3/+13
* test_summary (-p, prepend_logs): add these before the summary (Compiler, Platform): print these just before configflags From-SVN: r23864
1998-10-31warn_summary (longLineFilter): New shell function to encapsulate this ↵Kaveh R. Ghazi2-34/+148
functionality. * warn_summary (longLineFilter): New shell function to encapsulate 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. From-SVN: r23473
1998-10-31* egcs_update: Add comment about keeping the FAQ synchronized.Gerald Pfeifer2-0/+6
From-SVN: r23471
1998-10-29egcs_update: Do touch java/parse.c and java/parse-scan.c.Jeffrey A Law2-0/+7
* egcs_update: Do touch java/parse.c and java/parse-scan.c. They're in the repo again. From-SVN: r23444
1998-10-16New files to touchBruce Korb2-1/+8
From-SVN: r23128
1998-10-13egcs_update: Remove gcc/java/parse.c from list of files to touch.Jeffrey A Law2-1/+5
* egcs_update: Remove gcc/java/parse.c from list of files to touch. From-SVN: r23062
1998-10-07* gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.Kaveh R. Ghazi2-0/+152
From-SVN: r22890
1998-10-05warn_summary (subdirectoryFilter): New shell function to optionally filter ↵Kaveh R. Ghazi2-8/+54
in/out gcc subdirectories when... * warn_summary (subdirectoryFilter): New shell function to 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. From-SVN: r22839
1998-09-22describe changesBruce Korb1-0/+10
From-SVN: r22547
1998-09-22Add the fixinc generated files to the touch listBruce Korb1-1/+4
From-SVN: r22546
1998-09-22Commit updates generated from def/tpl filesBruce Korb3-459/+232
From-SVN: r22545
1998-09-22Syntax error in sed script, combine '//' fixesBruce Korb1-31/+45
From-SVN: r22544
1998-09-22remove -p from /bin/sh scriptBruce Korb1-2/+2
From-SVN: r22543
1998-09-16* egcs_update: Additionally touch gcc/java/parse.[ch].Kaveh R. Ghazi2-0/+7
From-SVN: r22452
1998-09-09Document term.h and tinfo.h in avoid_boolBruce Korb1-0/+6
From-SVN: r22363
1998-09-09Regenerated, based on update to inclhack.defBruce Korb2-4/+8
From-SVN: r22361
1998-09-09Added files term.h and tinfo.h in avoid_bool for use by Open Server 5Bruce Korb1-0/+2
From-SVN: r22360
1998-09-03egcs_update: Do the pass 1 CVS update only for files that may reasonably be ↵Robert Lipe2-1/+13
under CVS control. * egcs_update: Do the pass 1 CVS update only for files that may reasonably be under CVS control. ChangeLog egcs_update From-SVN: r22205
1998-08-14test_installed: new script for testing already-installedAlexandre Oliva2-0/+119
* test_installed: new script for testing already-installed gcc/g++/g77 From-SVN: r21728
1998-08-12* egcs_update: Assigned copyright to FSF.Gerald Pfeifer2-1/+12
From-SVN: r21682
1998-08-11egcs_update: New switch --nostdflags and documentation enhancements.Gerald Pfeifer2-2/+28
* egcs_update: New switch --nostdflags and documentation enhancements. Co-Authored-By: Alexandre Oliva <oliva@dcc.unicamp.br> From-SVN: r21667
1998-08-11* egcs_update: New script.Gerald Pfeifer2-0/+51
From-SVN: r21664
1998-08-05Update the generated file, tooBruce Korb1-432/+983
From-SVN: r21615
1998-08-05Changes to allow bypassing tests for certain machinesBruce Korb4-264/+320
From-SVN: r21614
1998-08-05Document today's changesBruce Korb1-0/+20
From-SVN: r21613