summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-05-08 01:02:26 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-05-08 01:02:26 (GMT)
commit7592bff0075283d77566536c9bea32df7073e73d (patch)
tree3cdc92382395a57ab68cc6fdb3b197d39dc8000d /ChangeLog
parent33fd9238dc467ef70e757a917e4c8ddd2dd7d78e (diff)
downloadtcl-7592bff0075283d77566536c9bea32df7073e73d.zip
tcl-7592bff0075283d77566536c9bea32df7073e73d.tar.gz
tcl-7592bff0075283d77566536c9bea32df7073e73d.tar.bz2
* generic/tclBasic.c: Let coroutines start with a much smaller
* generic/tclCompile.h: stack: 200 words (previously was 2000, * generic/tclExecute.c: the same as interps)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af2adbe..993e6d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-30 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c: Let coroutines start with a much smaller
+ * generic/tclCompile.h: stack: 200 words (previously was 2000,
+ * generic/tclExecute.c: the same as interps)
+
2009-05-07 Donal K. Fellows <dkf@users.sf.net>
* tests/env.test (printenvScript, env-4.3, env-4.5): [Bug 1513659]: