diff options
| author | nijtmans <nijtmans> | 2008-11-18 06:35:01 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2008-11-18 06:35:01 (GMT) |
| commit | 7101dee3d37069077777424ac90b183db88d57bf (patch) | |
| tree | d2140b37030ed50477bba9396327e09eedf9343d | |
| parent | 840dea9a4af85a85a9112523d15fe80ba40077df (diff) | |
| download | tcl-7101dee3d37069077777424ac90b183db88d57bf.zip tcl-7101dee3d37069077777424ac90b183db88d57bf.tar.gz tcl-7101dee3d37069077777424ac90b183db88d57bf.tar.bz2 | |
Fix signature and implementation of Tcl_HashStats,
such that it conforms to the documentation.
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ -2008-11-16 Jan Nijtmans <nijtmans@users.sf.net> +2008-11-17 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.decls: Fix signature and implementation of * generic/tclDecls.h: Tcl_HashStats, such that it conforms * generic/tclHash.c: to the documentation. - * generic/tclVar.c: + * generic/tclVar.c: [Bug 2308236] * doc/Hash.3 * generic/tclDictObj.c Convert Tcl_SetResult call to Tcl_SetObjResult. |
