diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-05-18 12:43:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-05-18 12:43:09 -0700 |
commit | 1ef801e92a5b074a55232c18329986bdb0c4c11b (patch) | |
tree | 39c3fb3a79351ab0831ea977b817d33a6dbf88ef /ChangeLog | |
parent | af6b68669c26b5ca5ce8544f00b7f3a50adf9304 (diff) | |
download | txr-1ef801e92a5b074a55232c18329986bdb0c4c11b.tar.gz txr-1ef801e92a5b074a55232c18329986bdb0c4c11b.tar.bz2 txr-1ef801e92a5b074a55232c18329986bdb0c4c11b.zip |
* configure: New test added for fork, pipe, exec and waitpid.
Produces HAVE_FORK_STUFF in config.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-05-18 Kaz Kylheku <kaz@kylheku.com> + * configure: New test added for fork, pipe, exec and waitpid. + Produces HAVE_FORK_STUFF in config.h. + +2012-05-18 Kaz Kylheku <kaz@kylheku.com> + * utf8.c (w_fopen, w_popen): Removing unnecessary casts of return values of ut8_dup_to. |