summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-29 03:03:31 (GMT)
committerhobbs <hobbs>1999-10-29 03:03:31 (GMT)
commitbba32831be50692711739fc652d23c4d3e258c9e (patch)
tree910ddb535699d55f7995d9cf8a11c195faa9b75b /ChangeLog
parent54ed06429ec77527ac56a679894eb97fd54b9152 (diff)
downloadtcl-bba32831be50692711739fc652d23c4d3e258c9e.zip
tcl-bba32831be50692711739fc652d23c4d3e258c9e.tar.gz
tcl-bba32831be50692711739fc652d23c4d3e258c9e.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05bded1..a551846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+1999-10-28 Jeff Hobbs <hobbs@scriptics.com>
+
+ * unix/aclocal.m4: made it just include tcl.m4
+
+ * library/tcltest1.0/tcltest.tcl: updated makeFile to return
+ full pathname of file created
+
+ * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it only
+ iterates once over the va_list (avoiding a memcpy of it,
+ which is not portable).
+
+ * generic/tclEnv.c: fixed possible ABR error in environ array
+
+ * tests/scan.test:
+ * generic/tclScan.c: added support for use of inline scan,
+ XPG3 currently not included
+
+ * tests/incr.test:
+ * tests/set.test:
+ * generic/tclCompCmds.c: fixed improper bytecode handling of
+ 'eval {set array($unknownvar) 5}' (also for incr)
+
+ * win/tclWinTest.c: added testvolumetype command, as atime is
+ completely ignored for Windows FAT file systems
+ * win/tclWinPort.h: added sys/utime.h to includes
+ * unix/tclUnixPort.h: added utime.h to includes
+ * doc/file.n:
+ * tests/cmdAH.test:
+ * generic/tclCmdAH.c: added time arguments to atime and mtime
+ file command methods (support 'touch' functionality)
+
1999-10-20 Jeff Hobbs <hobbs@scriptics.com>
* unix/tclUnixNotfy.c: fixed event/io threading problems by