Major structural updates to cil, it's data and layout.
authorAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 00:53:05 +0000 (12:53 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 00:53:05 +0000 (12:53 +1200)
commitf847c1b0ce7037890f74b011ab670320db170509
treeea02d54cbcbf233f38f1b9eebc76d048bf05f855
parent8e70aba75127398cbe485562e15c15abb562cd0e
Major structural updates to cil, it's data and layout.

* change to save format - now like RFC822
* change to issue names - now the first 8 chars of an MD5
* added CIL.pm as a singleton class
* made creation and parsing of issues easier and more generic
* updated the 'cil' command line to reflect all of the above
bin/cil
issues/i_02ee35bd.cil [moved from issues/i_1209992018.cil with 100% similarity]
issues/i_5c88cb30.cil [moved from issues/i_1209990558.cil with 100% similarity]
issues/i_6baa8555.cil [moved from issues/i_1209991618.cil with 100% similarity]
issues/i_cbb43db9.cil [moved from issues/i_1209990028.cil with 100% similarity]
lib/CIL.pm [new file with mode: 0644]
lib/CIL/Issue.pm
lib/CIL/Utils.pm