Skip to content
Snippets Groups Projects
  1. Jun 06, 2012
  2. May 31, 2012
    • Diego Novillo's avatar
      Add new skeleton ChangeLog file generator to contrib/ · ba0d684e
      Diego Novillo authored
      
      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: default avatarCary Coutant <ccoutant@google.com>
      
      From-SVN: r188072
      ba0d684e
Loading