diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-11 07:13:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-11 07:13:24 -0700 |
commit | 2db685dba6db27f92767ae5f16f62744fcb604ac (patch) | |
tree | ddf11ccc5d3fa2d1a8b3a04291d6d49e405ca12a /ChangeLog | |
parent | 6a350fd788f3114629c9993aa4d1ec5c292182f5 (diff) | |
download | txr-2db685dba6db27f92767ae5f16f62744fcb604ac.tar.gz txr-2db685dba6db27f92767ae5f16f62744fcb604ac.tar.bz2 txr-2db685dba6db27f92767ae5f16f62744fcb604ac.zip |
Exposing dup and dup2.
* sysif.c (dup_wrap): New static function.
(sysif_init): Register dup_wrap as dupfd. The name dup
conflicts with an existing function.
* txr.1: Documented dupfd.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2015-04-11 Kaz Kylheku <kaz@kylheku.com> + + Exposing dup and dup2. + + * sysif.c (dup_wrap): New static function. + (sysif_init): Register dup_wrap as dupfd. The name dup + conflicts with an existing function. + + * txr.1: Documented dupfd. + + * txr.vim, tl.vim: Regenerated. + 2015-04-10 Kaz Kylheku <kaz@kylheku.com> Functions open-fileno and fileno. |