diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 1999-04-01 08:22:39 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1999-04-01 08:22:39 +0000 |
commit | b7c8ae04e12945b1450e8e3a5ed1aaedad94cfed (patch) | |
tree | 1b98032a59dd69557308772ab370fff56cf7bae8 /gcc | |
parent | 49246082829d76e6f2a18590dd1c223bb122ee12 (diff) | |
download | gcc-b7c8ae04e12945b1450e8e3a5ed1aaedad94cfed.zip gcc-b7c8ae04e12945b1450e8e3a5ed1aaedad94cfed.tar.gz gcc-b7c8ae04e12945b1450e8e3a5ed1aaedad94cfed.tar.bz2 |
missing comment from yesterday + new shell script
From-SVN: r26103
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 90843d8c..ba346a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1999-04-01 Bruce Korb <ddsinc09@ix.netcom.com> + + * fixinc/genfixes: new shell script that runs autogen + to create the generated files. + 1999-04-01 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (cppmain$(exeext)): Depend on intl.o. Link in intl.o. @@ -49,6 +54,7 @@ Wed Mar 31 12:10:00 1999 Bruce Korb <ddsinc09@ix.netcom.com> * inclhack.def (several): added spaces in tests to ensure correct shell syntax. Added c_asm.h fix from fixincludes. + Also corrected the corrected fix to C++ comments :-} * inclhack.tpl: changed method of traversing symlink trees so that file name matching will work correctly. |