diff options
author | nijtmans <nijtmans> | 2010-01-29 16:17:20 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-01-29 16:17:20 (GMT) |
commit | 20dedb76e13ace251494944dae1a8e60d2f6d70a (patch) | |
tree | 26f8bbc7ca7c8759763e62169bfefcb1310134a0 /ChangeLog | |
parent | 2a36240c713f132ba78917496b237d879d5e2d58 (diff) | |
download | tcl-20dedb76e13ace251494944dae1a8e60d2f6d70a.zip tcl-20dedb76e13ace251494944dae1a8e60d2f6d70a.tar.gz tcl-20dedb76e13ace251494944dae1a8e60d2f6d70a.tar.bz2 |
- genStubs.tcl: No longer generate a space after "*" and
immediately after a function name, so the
format of function definitions in tcl*Decls.h
matches all other tcl*.h header files.
- Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc
and GetFrameInfoValueProc to be function
definitions, not pointers, for consistency
with all other Tcl function definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2010-01-29 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/genStubs.tcl: No longer generate a space after "*" and + immediately after a function name, so the + format of function definitions in tcl*Decls.h + match all other tcl*.h header files. + * doc/ParseArgs.3: Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc + * generic/tcl.h and GetFrameInfoValueProc to be function + * generic/tclInt.h definitions, not pointers, for consistency + * generic/tclOOInt.h with all other Tcl function definitions. + * generic/tclIndexObj.c + * generic/regguts.h: CONST -> const + * generic/tcl.decls Formatting + * generic/tclTomMath.decls Formatting + * generic/tclDecls.h (regenerated) + * generic/tclIntDecls.h + * generic/tclIntPlatDecls.h + * generic/tclOODecls.h + * generic/tclOOIntDecls.h + * generic/tclPlatDecls.h + * generic/tclTomMathDecls.h + 2010-01-28 Donal K. Fellows <dkf@users.sf.net> * generic/tclOOBasic.c (TclOO_Object_Destroy): Move the execution of |