[ctypes-commit] ctypes/codegen TODO,NONE,1.1 ChangeLog,1.1,1.2
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-06-08 18:58:20
|
Update of /cvsroot/ctypes/ctypes/codegen In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5840 Modified Files: ChangeLog Added Files: TODO Log Message: --- NEW FILE: TODO --- codegenerator bugs: - Don't use the no-longer existing cdecl or stdcall decorators. - Don't generate code for COM interfaces. - In ctypes/comtypes: Move GUID and _GUID into ctypes.wintypes. - Import definitions from ctypes.wintypes - When no '-o outfile' flag is given to h2xml.py, it generates an output file named 'None' ;-). - Import the old docs into cvs. - Write a README file. Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/codegen/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog 8 Jun 2006 18:46:41 -0000 1.1 --- ChangeLog 8 Jun 2006 18:58:17 -0000 1.2 *************** *** 1,4 **** --- 1,6 ---- 2006-06-08 Thomas Heller <th...@py...> + * Added a TODO list. + * Initial import of the current ctypes codegenerator version. |