Add new skeleton ChangeLog file generator to contrib/
commitba0d684ecdbd87efc98c621466ab7d41becfae59
authorDiego Novillo <dnovillo@google.com>
Thu, 31 May 2012 18:01:15 +0000 (31 14:01 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 31 May 2012 18:01:15 +0000 (31 14:01 -0400)
treee9be7733fb83dfa4a427b1fcec2d0cdf8cc3e872
parent621dfb1e584367d1d62c52e82cf4351a7ae174d2
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.

Co-Authored-By: Cary Coutant <ccoutant@google.com>
From-SVN: r188072
contrib/ChangeLog
contrib/mklog [new file with mode: 0755]