diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 22:54:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 22:54:36 -0700 |
commit | ada08e1b0c7d8d61dc59cadb5eefd665522d149a (patch) | |
tree | 1b8d9de95e9f4332c0e0a1e4cdba824bd5f4453c /ChangeLog | |
parent | c5d0fdcd677e46b7536a47812e63a1460559fd1c (diff) | |
download | txr-ada08e1b0c7d8d61dc59cadb5eefd665522d149a.tar.gz txr-ada08e1b0c7d8d61dc59cadb5eefd665522d149a.tar.bz2 txr-ada08e1b0c7d8d61dc59cadb5eefd665522d149a.zip |
Adding exit* function which calls _exit.
* sysif.c (exit_star_wrap): New static function.
(sysif_init): Registered exit* intrinsic.
* txr.1: Documented exit*.
* tl.vim, txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2015-04-16 Kaz Kylheku <kaz@kylheku.com> + Adding exit* function which calls _exit. + + * sysif.c (exit_star_wrap): New static function. + (sysif_init): Registered exit* intrinsic. + + * txr.1: Documented exit*. + + * tl.vim, txr.vim: Regenerated. + +2015-04-16 Kaz Kylheku <kaz@kylheku.com> + Add exec and pipe functions. * configure: Check for pipe. |