diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-05-18 09:01:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-05-18 09:01:21 -0700 |
commit | bbcb5f3df1b5d4628a8247d81718db6f1158c48a (patch) | |
tree | beddd8900b2380d866202654f0da6a0538acfc3a /ChangeLog | |
parent | f92a6b5a3b9c10d0de19b29a99086a4f033710e5 (diff) | |
download | txr-bbcb5f3df1b5d4628a8247d81718db6f1158c48a.tar.gz txr-bbcb5f3df1b5d4628a8247d81718db6f1158c48a.tar.bz2 txr-bbcb5f3df1b5d4628a8247d81718db6f1158c48a.zip |
* utf8.c (w_fopen, w_popen): Removing unnecessary casts of
return values of ut8_dup_to.
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> + * utf8.c (w_fopen, w_popen): Removing unnecessary casts of + return values of ut8_dup_to. + +2012-05-18 Kaz Kylheku <kaz@kylheku.com> + Implementing new pipe function to get around the limitation that popen accepts a complete command. We need something which accepts a program name, and a list of arguments, so that |