aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2000-07-11Add tradcif.c: tradcif.y dependencyZack Weinberg1-0/+1
From-SVN: r34953
2000-06-04* newcvsroot: Handle filenames that contain spaces.Mark Mitchell2-2/+6
From-SVN: r34391
2000-06-04test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.Zack Weinberg2-5/+13
* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF. Elide --with-gcc-version-trigger and --norecursion from configure flags. Remove code to report status of haifa scheduler. From-SVN: r34387
2000-05-18Oops, removed `Reported by' commentAlexandre Oliva1-1/+0
From-SVN: r33976
2000-05-18gcc_update (self): Set to `$0'.Alexandre Oliva2-1/+9
* gcc_update (self): Set to `$0'. (touch_files_reexec): Use `$self' instead of `$0'. Reported by Albert Chin-A-Young <china@thewrittenword.com> From-SVN: r33974
2000-05-12gcc_update (touch_files_reexec): New function, run after the tree is modified.Alexandre Oliva2-4/+14
* gcc_update (touch_files_reexec): New function, run after the tree is modified. From-SVN: r33882
2000-05-09Let's not touch obsolete files any moreBruce Korb1-2/+0
From-SVN: r33800
2000-05-08* gcc_update: Remove references to inclhack.tpl.Richard Henderson2-2/+6
From-SVN: r33774
2000-05-01New fileMartin v. Löwis1-0/+84
From-SVN: r33566
2000-04-28index-prop: Use a single pattern.Jason Merrill2-2/+10
* index-prop: Use a single pattern. Also support *** cdiffs. * index-prop: Don't change /dev/null. From-SVN: r33523
2000-04-28gcc_update: Refer to GCC and gcc_update instead of egcs and egcs_update.Gerald Pfeifer2-11/+16
* gcc_update: Refer to GCC and gcc_update instead of egcs and egcs_update. From-SVN: r33497
2000-04-27* index-prop: Fix occasional problem when using cvs diff -pJonathan Larmour2-1/+6
From-SVN: r33494
2000-04-18cccp.c, [...]: Removed.Zack Weinberg2-1/+4
* cccp.c, cexp.y, cexp.c, cccp.1: Removed. * 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. From-SVN: r33238
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