Version 0.2.3rc2 has been released. This includes some fixes to recently reported problems, as noted in changes.txt.
The tools directory now contains a program, split_patch.ml, for splitting a patch generated by Coccinelle or git into a set of files by maintainer and running checkpatch on the result. To compile it, run make split_patch in the tools directory and copy split_patch to whereever is convenient. You will need to first update some strings at the beginning of split_patch.ml. If the patch is in the file p, then you should also create the file p.tmp, that contains all of the text that should appear in each generated patch, from the subject line to just before the patch code. Then run: split_patch p You will obtain files p1 ... pn with the patches to send. This is probably not really ready for prime time, but comments are welcome. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
