[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Document some new functions introduced for 0.0.7: clean...
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv15820
Modified Files:
Makefile
Log Message:
Document some new functions introduced for 0.0.7: clean code is happy code.
(BTW, we seem to have crossed the 35 kloc mark at some point: when did
that happen? This was supposed to be such a simple project! Fortunately,
more than half of that is still in tests and comments.)
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Makefile 3 Jan 2004 07:35:22 -0000 1.63
+++ Makefile 16 Feb 2004 22:50:38 -0000 1.64
@@ -281,9 +281,9 @@
find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
| xargs -0 grep 'XXXX\|FFFF\|DOCDOC\|????'
-xxxx006:
+xxxx007:
find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
- | xargs -0 grep 'XXXX00[1-6]\|FFFF00[1-6]\|DOCDOC\|????00[1-6]'
+ | xargs -0 grep 'XXXX00[1-7]\|FFFF00[1-7]\|DOCDOC\|????00[1-7]'
eolspace:
perl -i.bak -pe 's/\s+\n$$/\1\n/;' ACKS HACKING LICENSE HISTORY \