[ctypes-commit] ctypes ChangeLog,1.117,1.118
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-04-06 11:39:13
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21569 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/ChangeLog,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -d -r1.117 -r1.118 *** ChangeLog 5 Apr 2006 14:04:32 -0000 1.117 --- ChangeLog 6 Apr 2006 11:38:59 -0000 1.118 *************** *** 1,2 **** --- 1,10 ---- + 2006-04-06 Thomas Heller <th...@py...> + + * Simplify code, improve error handling, and a Py_ssize_t fix by + Neal Norwitz. + + * Spelled 'signed char' instead of 'char', to avoid test failures + on platforms where the C 'char' type is unsigned. + 2006-04-05 Thomas Heller <th...@py...> |