diff options
author | antirez <antirez> | 2006-11-02 22:39:30 +0000 |
---|---|---|
committer | antirez <antirez> | 2006-11-02 22:39:30 +0000 |
commit | 4b6d3fdfdf99a326433896d818abce2c7e6a0110 (patch) | |
tree | 8ab17f1056be9fa2a9537b8873eb2417ce04f5c4 | |
parent | d5240821fbafdee486129fc181fb2c7dbc9b4548 (diff) | |
download | jimtcl-4b6d3fdfdf99a326433896d818abce2c7e6a0110.zip jimtcl-4b6d3fdfdf99a326433896d818abce2c7e6a0110.tar.gz jimtcl-4b6d3fdfdf99a326433896d818abce2c7e6a0110.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |