[ctypes-commit] ctypes/codegen ChangeLog,1.4,1.5
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-06-09 17:38:02
|
Update of /cvsroot/ctypes/ctypes/codegen In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8190 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/codegen/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 8 Jun 2006 19:19:18 -0000 1.4 --- ChangeLog 9 Jun 2006 17:37:58 -0000 1.5 *************** *** 1,2 **** --- 1,12 ---- + 2006-06-09 Thomas Heller <th...@py...> + + * ctypes_codegen\codegenerator.py: Added a USE_COMMENTS variable + which allows to turn comment generation off. Generated + '_anonymous_' declarations for unnamed structure fields. + + Changed the way libraries are loaded, the cdecl and stdcall + decorators are no longer used. Functions are generated with + assignments of .restype and .argtypes.: + 2006-06-08 Thomas Heller <th...@py...> |