diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 14:33:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 14:33:28 -0800 |
commit | b3e5158fdeb90749fa710ac8e302aa69ddd81acd (patch) | |
tree | 245f8c1c1acb92b92b28ef13e555641a40caf1b5 /ChangeLog | |
parent | 4ce9806f4b5fd1d678e7451c11268460ef518df5 (diff) | |
download | txr-b3e5158fdeb90749fa710ac8e302aa69ddd81acd.tar.gz txr-b3e5158fdeb90749fa710ac8e302aa69ddd81acd.tar.bz2 txr-b3e5158fdeb90749fa710ac8e302aa69ddd81acd.zip |
Warning fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2009-11-17 Kaz Kylheku <kkylheku@gmail.com> + Warning fixes. + + * hash.c (hash_ops): Add missing initializer. + + * match.c (complex_open): Add missing intializer to ret variable. + + * regex.c (regex_obj_ops): Add missing initializer. + + * stream.c (stdio_ops, pipe_ops, string_in_ops, byte_in_ops, + string_out_ops, dir_ops): Likewise. + +2009-11-17 Kaz Kylheku <kkylheku@gmail.com> + * lib.c (chrp): Fix broken is_chr(num) call. 2009-11-17 Kaz Kylheku <kkylheku@gmail.com> |