summaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 18:01:15 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 18:01:15 +0000
commit47e8b7ae0a0af69e6f7d2bcea978fa2b0652c33e (patch)
treee9be7733fb83dfa4a427b1fcec2d0cdf8cc3e872 /contrib/ChangeLog
parentf69bbc7f1bf7bdb42369552ce3cf175c8898296f (diff)
downloadgcc-47e8b7ae0a0af69e6f7d2bcea978fa2b0652c33e.tar.gz
Add new skeleton ChangeLog file generator to contrib/
This script analyzes a .diff file and generates a skeleton ChangeLog entry for it. It tries fairly hard to find function names, so it's important to use the -p switch with diff. I wrote the initial code a while ago. Cary added a bunch of smarts to make it understand C++ and guess the function names better than the original version. 2012-05-31 Diego Novillo <dnovillo@google.com> Cary Coutant <ccoutant@google.com> * mklog: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index c1e34999846..7c4cfda5e84 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-31 Diego Novillo <dnovillo@google.com>
+ Cary Coutant <ccoutant@google.com>
+
+ * mklog: New.
+
2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/53472