aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez>2006-11-02 22:39:30 +0000
committerantirez <antirez>2006-11-02 22:39:30 +0000
commit4b6d3fdfdf99a326433896d818abce2c7e6a0110 (patch)
tree8ab17f1056be9fa2a9537b8873eb2417ce04f5c4
parentd5240821fbafdee486129fc181fb2c7dbc9b4548 (diff)
downloadjimtcl-4b6d3fdfdf99a326433896d818abce2c7e6a0110.zip
jimtcl-4b6d3fdfdf99a326433896d818abce2c7e6a0110.tar.gz
jimtcl-4b6d3fdfdf99a326433896d818abce2c7e6a0110.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d37839b..9c95a84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-11-02 23:38 antirez
+
+ * ChangeLog, jim.c, jim.h: Ability to configure file descriptors
+ for standard input, output, error. Default is
+ stdin,stdout,stderr but it's possible to change the default after
+ creating the interpreter using Jim_(Set|Get)(Stdin|Stdout|Stderr)
+ if needed.
+
2006-11-02 00:31 antirez
* AUTHORS, ChangeLog: Minor doc typo