summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-19 02:58:17 (GMT)
committerhobbs <hobbs>1999-08-19 02:58:17 (GMT)
commit7070ed9f344d7a29c2c774b776937744b0da7a3e (patch)
tree0e7db1e79145715a30c0a8bb5ac38661a0ec78fd /ChangeLog
parenta9539e1dbcedd99df8e8f0588ca149dce5c3030b (diff)
downloadtcl-7070ed9f344d7a29c2c774b776937744b0da7a3e.zip
tcl-7070ed9f344d7a29c2c774b776937744b0da7a3e.tar.gz
tcl-7070ed9f344d7a29c2c774b776937744b0da7a3e.tar.bz2
1999-08-18 Jeff Hobbs <hobbs@scriptics.com>
* doc/Eval.3: fixed doc on input args [Bug: 2114] * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests. * tests/expr.test: * generic/tclCompile.c: add TCL_TOKEN_VARIABLE to the part types that cause differed compilation for exprs, to correct the expr double-evaluation problem for vars. Added test cases. * unix/Makefile.in: changed the dependency structure so that install-* is dependent on * (ie - install-binaries is dependent on binaries). * library/auto.tcl: * library/init.tcl: * library/ldAout.tcl: * library/package.tcl: * library/safe.tcl: * library/word.tcl: * library/http2.1/http.tcl: * library/msgcat1.0/msgcat.tcl: updated libraries to better Tcl style guide (no more string comparisons with == or !=, spacing changes).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 34 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 42865ee..8673fae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,39 @@
+1999-08-18 Jeff Hobbs <hobbs@scriptics.com>
+
+ * doc/Eval.3: fixed doc on input args [Bug: 2114]
+
+ * doc/OpenFileChnl.3:
+ * doc/file.n:
+ * tests/cmdAH.test:
+ * tclIO.c:
+ * tclCmdAH.c: added "file channels ?pattern?" tcl command, with
+ associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public
+ C APIs (added to tcl.decls as well), with docs and tests.
+
+ * tests/expr.test:
+ * generic/tclCompile.c: add TCL_TOKEN_VARIABLE to the part types
+ that cause differed compilation for exprs, to correct the expr
+ double-evaluation problem for vars. Added test cases.
+
+ * unix/Makefile.in: changed the dependency structure so that
+ install-* is dependent on * (ie - install-binaries is dependent
+ on binaries).
+
+ * library/auto.tcl:
+ * library/init.tcl:
+ * library/ldAout.tcl:
+ * library/package.tcl:
+ * library/safe.tcl:
+ * library/word.tcl:
+ * library/http2.1/http.tcl:
+ * library/msgcat1.0/msgcat.tcl: updated libraries to better
+ Tcl style guide (no more string comparisons with == or !=, spacing
+ changes).
+
1999-08-05 Jim Ingham <jingham@cygnus.com>
- * mac/tclMacProjects.sea.hqx: Rearrange the projects so that the build
- directory is separate from the sources. Much more convenient!
+ * mac/tclMacProjects.sea.hqx: Rearrange the projects so that the build
+ directory is separate from the sources. Much more convenient!
1999-08-12 Scott Stanton <stanton@scriptics.com>