diff options
author | nijtmans <nijtmans> | 2010-07-02 20:48:55 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-02 20:48:55 (GMT) |
commit | fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb (patch) | |
tree | 568b5fbf16d1cd50fd1b5c8a41d98233208ac788 /ChangeLog | |
parent | b1f2ce2cad5a74808cb19c4ab54a21c303329e51 (diff) | |
download | tcl-fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb.zip tcl-fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb.tar.gz tcl-fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb.tar.bz2 |
[Bug #803489] Tcl_FindNamespace problem in the Stubs table
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 17 insertions, 11 deletions
@@ -1,3 +1,9 @@ +2010-07-02 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.decls [Bug #803489] Tcl_FindNamespace problem in the + * generic/tclIntDecls.h Stubs table + * generic/tclStubInit.c + 2010-07-02 Donal K. Fellows <dkf@users.sf.net> * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made @@ -7,17 +13,17 @@ 2010-07-01 Jan Nijtmans <nijtmans@users.sf.net> - * win/rules.vc: [Bug 3020677]: wish can't link reg1.2 - * tools/checkLibraryDoc.tcl: Formatting, spacing, cleanup unused - * tools/eolFix.tcl: variables no change in generated output. - * tools/fix_tommath_h.tcl: - * tools/genStubs.tcl: - * tools/index.tcl: - * tools/man2help2.tcl: - * tools/regexpTestLib.tcl: - * tools/tsdPerf.tcl: - * tools/uniClass.tcl: - * tools/uniParse.tcl: + * win/rules.vc [Bug #3020677] wish can't link reg1.2 + * tools/checkLibraryDoc.tcl formatting, spacing, cleanup unused variables + * tools/eolFix.tcl no change in generated output + * tools/fix_tommath_h.tcl + * tools/genStubs.tcl + * tools/index.tcl + * tools/man2help2.tcl + * tools/regexpTestLib.tcl + * tools/tsdPerf.tcl + * tools/uniClass.tcl + * tools/uniParse.tcl 2010-07-01 Donal K. Fellows <dkf@users.sf.net> |