diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 1999-04-12 07:18:18 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1999-04-12 07:18:18 +0000 |
commit | 9ae0257f30386f6b33be3b2e7496e502d0a563a2 (patch) | |
tree | c98efb5e89621ed6177eb0e6ecfe7cbd93f99b1e /gcc | |
parent | be02fa1a4e61f3c3f177c0457e712d054b5b4f99 (diff) | |
download | gcc-9ae0257f30386f6b33be3b2e7496e502d0a563a2.zip gcc-9ae0257f30386f6b33be3b2e7496e502d0a563a2.tar.gz gcc-9ae0257f30386f6b33be3b2e7496e502d0a563a2.tar.bz2 |
fixincl work
From-SVN: r26365
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9178df1..a4534cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,19 @@ +1999-04-12 Bruce Korb <ddsinc09@ix.netcom.com> + + * fixincl/inclhack.tpl: + the file name lists ought to be restricted to "*.h" anyway + C++ files may be named .../[a-z]++/... also + Adding copyright year and attribution to output + + * fixincl/inclhack.def: + fixed broken expression + Clarify a some comments + + * fixincl/fixincl.tpl: + Clarify a some comments + Remove dead template text + Correct the counting of regular expressions + Mon Apr 12 03:07:44 1999 Richard Henderson <rth@cygnus.com> * alpha.c (aligned_memory_operand): Handle out of range stack slots. |