diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-25 16:16:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-25 16:16:15 (GMT) |
commit | 29bd53fe383d2fcdb150944867f17dcc8ae8bab4 (patch) | |
tree | f984813cd02ec02513597a468cfcef4d34ebfff9 | |
parent | 7e9026564a47cb082b994611f37bb2ffdd092288 (diff) | |
download | tcl-29bd53fe383d2fcdb150944867f17dcc8ae8bab4.zip tcl-29bd53fe383d2fcdb150944867f17dcc8ae8bab4.tar.gz tcl-29bd53fe383d2fcdb150944867f17dcc8ae8bab4.tar.bz2 |
Typo corrections.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1096,7 +1096,7 @@ * doc/library.n: * library/init.tcl: - * tests/autoMkindex.test: Modified [auto_import] to apply + * tests/autoMkindex.t*: Modified [auto_import] to apply pattern matching in the [namespace import] style. [Bug 420186] ***POTENTIAL INCOMPATIBILITY*** for any callers of [auto_import] from outside Tcl that expect the pattern matching to be like that @@ -1290,7 +1290,7 @@ 2001-04-04 Don Porter <dgp@users.sourceforge.net> - * unix/tclMain.c: Patch from Kevin Kenny to restore support of + * generic/tclMain.c: Patch from Kevin Kenny to restore support of pre-ANSI compilers. [Bug 413846, Patch 413842] 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> |