diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2010-02-05 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/genStubs.tcl: Follow-up to [2010-01-29] commit: + prevent space within stub table function parameters + if the parameter type is a pointer. + * win/tclWinInt.h Minor Formatting + * generic/tcl.h VOID -> void and other formatting + * generic/tclInt.h Minor formatting + * generic/tclInt.decls Change signature of TclNRInterpProcCore, + * generic/tclOO.decls and TclOONewProc(Instance|)MethodEx, + * generic/tclProc.c indicating that errorProc is a function, + * generic/tclOOMethod.c pointer, and other formatting + * generic/tcl*Decls.h (regenerated) + * generic/tclVar.c: gcc warning(line 3703): ‘pattern’ may be used + uninitialized in this function + gcc warning(line 3788): ‘matched’ may be used + uninitialized in this function + 2010-02-04 Donal K. Fellows <dkf@users.sf.net> * generic/tclVar.c: Added more use of error-codes and reduced the |