summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-12-12 22:32:35 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-12-12 22:32:35 (GMT)
commit7fe2a62464d5b7c7cd0ed1f5a0abf8daafd4ee34 (patch)
treecde1cbddbda471b364cd31936971af45b230c077 /ChangeLog
parent5f40c6221b5fef57dec3b1b96604a0391e831d23 (diff)
downloadtcl-7fe2a62464d5b7c7cd0ed1f5a0abf8daafd4ee34.zip
tcl-7fe2a62464d5b7c7cd0ed1f5a0abf8daafd4ee34.tar.gz
tcl-7fe2a62464d5b7c7cd0ed1f5a0abf8daafd4ee34.tar.bz2
* generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as
provided by Don Porter <dgp@users.sourceforge.net>. Fixes assumption of having an empty Tcl_Obj to work with.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 97567d7..297a312 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,19 @@
+2001-12-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as
+ provided by Don Porter <dgp@users.sourceforge.net>. Fixes
+ assumption of having an empty Tcl_Obj to work with.
+
2001-12-11 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclCompCmds.c:
* generic/tclCompile.c:
* generic/tclExecute.c: consistency patch, to make all
- instructions that pop a variable number of Tcl_Obj's off the
- execution stack take the number of popped objects as first
- operand. Modified *only* the new instructions
- INST_LIST_INDEX_MULTI and INST_LSET_FLAT, so this has no effect on
- bytecodes generated up to tcl8.4a3 inclusive.
+ instructions that pop a variable number of Tcl_Obj's off the
+ execution stack take the number of popped objects as first
+ operand. Modified *only* the new instructions
+ INST_LIST_INDEX_MULTI and INST_LSET_FLAT, so this has no effect
+ on bytecodes generated up to tcl8.4a3 inclusive.
2001-12-11 Miguel Sofer <msofer@users.sourceforge.net>
@@ -17,8 +23,8 @@
* generic/tclCompCmds.c (TclCompileLindexCmd):
* generic/tclCompExpr.c (CompileMathFuncCall): removed the last
- two overestimates of the necessary stack depth for bytecodes in
- the fix of [Bug 483611].
+ two overestimates of the necessary stack depth for bytecodes in
+ the fix of [Bug 483611].
2001-12-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>