[ctypes-commit] ctypes/codegen ChangeLog,1.2,1.3
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-06-08 19:12:03
|
Update of /cvsroot/ctypes/ctypes/codegen In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11512 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/codegen/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 8 Jun 2006 18:58:17 -0000 1.2 --- ChangeLog 8 Jun 2006 19:11:59 -0000 1.3 *************** *** 1,4 **** --- 1,7 ---- 2006-06-08 Thomas Heller <th...@py...> + * h2xml does no longer create a file named 'None' when no output + file was given on the command line. + * Added a TODO list. |