diff options
author | nijtmans <nijtmans> | 2010-02-05 10:03:23 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-05 10:03:23 (GMT) |
commit | 3e2c1215a7115e506d67819f0831da51f8aa201a (patch) | |
tree | 91a0d32c754b6aff65afda82a01486cdc41c00d3 /ChangeLog | |
parent | 280e93549c0502a223353a6814bb3548fcd9a71b (diff) | |
download | tcl-3e2c1215a7115e506d67819f0831da51f8aa201a.zip tcl-3e2c1215a7115e506d67819f0831da51f8aa201a.tar.gz tcl-3e2c1215a7115e506d67819f0831da51f8aa201a.tar.bz2 |
Follow-up to [2010-01-29] commit:
prevent space within stub table function parameters
if the parameter type is a pointer.
Minor formatting, and VOID -> void.
Change signature of TclNRInterpProcCore,
and TclOONewProc(Instance|)MethodEx,
indicating that errorProc is a function pointer
tclVar.c: fixed two gcc warnings
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 |