aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-11-21* gcc_build: Remove code to put information in a log file.Mark Mitchell1-0/+4
From-SVN: r37624
2000-11-19texi2pod.pl: - Add real command line parsing.Zack Weinberg1-0/+11
* texi2pod.pl: - Add real command line parsing. - Support @ifset, @ifclear, @set, @value, -D switch. - Support @sc. Improve handling of @ref and friends. - Discard @subsection, @need, @node lines. - Un-nest font changes to match texinfo semantics. - Handle @{ and @}. Oops. - Don't emit E<> directives inside verbatim blocks. From-SVN: r37569
2000-11-13generalize the release script a bitBruce Korb1-0/+4
From-SVN: r37411
2000-11-12* gcc_build: Add -o option for setting the objdir to use.Mark Mitchell1-0/+4
From-SVN: r37397
2000-11-11* release: New file.Jeff Law1-0/+4
From-SVN: r37384
2000-11-08snapshot: New file.Jeff Law1-0/+5
* snapshot: New file. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r37328
2000-11-08gcc_build (bootstrap_gcc): New function.Jeffrey Oldham1-0/+7
2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com> * gcc_build (bootstrap_gcc): New function. (configure_gcc): Likewise. (build_gcc): Rewritten to use configure and bootstrap. (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS. From-SVN: r37323
2000-11-01gcc_build (MAKE): New variable.Mark Mitchell1-0/+6
* gcc_build (MAKE): New variable. (build_gcc): Use it. Fix logging of errors. (install_gcc): Likewise. From-SVN: r37180
2000-10-29* gcc_build: Save the output from CVS into the logfile as well.Mark Mitchell1-0/+4
From-SVN: r37136
2000-10-26* gcc_build: Fix typos.Mark Mitchell1-0/+4
From-SVN: r37066
2000-10-14* gperf-2.7-19981006.pat: Remove.Joseph Myers1-0/+4
From-SVN: r36867
2000-10-08* test_installed: Change EGCS references to refer to GCC.Joseph Myers1-0/+4
From-SVN: r36788
2000-09-28gcc_update (touch_files): Add some informative output.Gerald Pfeifer1-0/+4
From-SVN: r36657
2000-09-16gcc_update: Remove gcc/c-parse.gperf.Andreas Jaeger1-27/+31
2000-09-16 Andreas Jaeger <aj@suse.de> * gcc_update: Remove gcc/c-parse.gperf. From-SVN: r36454
2000-08-30gcc_update: Execute touch_files_reexec even if `cvs update` failed.Gerald Pfeifer1-0/+6
* gcc_update: Execute touch_files_reexec even if `cvs update` failed. Co-Authored-By: Alexandre Oliva <aoliva@redhat.com> From-SVN: r36073
2000-08-09* test_summary: AWK breaks with filenames containing `='.Alexandre Oliva1-0/+4
From-SVN: r35578
2000-07-16* gcc_build: New script.Mark Mitchell1-0/+4
From-SVN: r35060
2000-07-14* gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell1-0/+4
From-SVN: r35030
2000-07-12gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell1-0/+4
* gcc_update (files_and_dependencies): Remove generated YACC files. * c-parse.c: Remove. * c-parse.h: Likewise. * c-parse.y: Likewise. * objc/objc-parse.c: Likewise. * objc/objc-pasre.y: Likewise. * Makefile.in ($(PARSE_H)): Depend directly on parse.y. * parse.c: Remove. * parse.h: Likewise. * parse-scan.c: Remove. From-SVN: r34982
2000-06-04* newcvsroot: Handle filenames that contain spaces.Mark Mitchell1-0/+4
From-SVN: r34391
2000-06-04test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.Zack Weinberg1-0/+6
* 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 Oliva1-0/+6
* 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 Oliva1-0/+5
* gcc_update (touch_files_reexec): New function, run after the tree is modified. From-SVN: r33882
2000-05-08* gcc_update: Remove references to inclhack.tpl.Richard Henderson1-0/+4
From-SVN: r33774
2000-04-28index-prop: Use a single pattern.Jason Merrill1-0/+8
* 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 Pfeifer1-1/+6
* 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 Larmour1-0/+4
From-SVN: r33494
2000-04-18cccp.c, [...]: Removed.Zack Weinberg1-0/+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 Pfeifer1-0/+5
* 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 Bader1-0/+4
From-SVN: r30680
1999-10-11* newcvsroot: New file.Martin v. Löwis1-0/+4
From-SVN: r29900
1999-09-11New shell scripts to ease dealing with Netlib f2c vis-a-vis g77 libg2cCraig Burley1-0/+4
From-SVN: r29346
1999-08-16gcc_update: New file.Gerald Pfeifer1-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 Lipe1-0/+4
From-SVN: r28637
1999-07-28egcs_update (files_and_dependencies): Fixed typo in gcc/cstamp-h.in.Alexandre Oliva1-0/+5
* 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 Oliva1-0/+10
* 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 Oliva1-0/+4
From-SVN: r28148
1999-07-05egcs_update (touch_files, [...]): New functions.Gerald Pfeifer1-0/+7
* 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 Oliva1-0/+5
* test_summary: If Target is `unix{*}', append the Target variants to Host. From-SVN: r27932
1999-06-12test_summary: Set default mail-address and version for egcs instead of ↵Alexandre Oliva1-0/+6
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 Law1-0/+4
From-SVN: r26131
1999-02-04egcs_update: Test return values of 'cvs update'.Robert Lipe1-0/+5
* 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 Pfeifer1-0/+5
* 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 Pfeifer1-0/+4
From-SVN: r24766
1999-01-07test_summary (version): remove carriage return that gawk inserts in the ↵Alexandre Oliva1-0/+5
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 Pfeifer1-0/+4
From-SVN: r24023
1998-11-29test_summary (EOF): remove double backslash Reported by Franz Sirl ↵Alexandre Oliva1-0/+5
<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 Oliva1-0/+4
From-SVN: r23956