diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-07 22:32:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-07 22:32:49 -0700 |
commit | 6e05502064a0a53a6cd91382fd8a1a1711b8a837 (patch) | |
tree | bce8fe2f726c77b15306777c577d24979c13c759 /ChangeLog | |
parent | 2c903943d95b6af00a4819ac03ec5f010ba91076 (diff) | |
download | txr-6e05502064a0a53a6cd91382fd8a1a1711b8a837.tar.gz txr-6e05502064a0a53a6cd91382fd8a1a1711b8a837.tar.bz2 txr-6e05502064a0a53a6cd91382fd8a1a1711b8a837.zip |
C++ upkeep: conversions, clashes, warnings.
* glob.c (glob_wrap): Fix signed/unsigned comparison.
* stream.c (make_null_stream): Fix convert beign used
where coerce is needed.
* sysif.c (dup_wrap): Fix use of C++ new keyword.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2015-08-07 Kaz Kylheku <kaz@kylheku.com> + C++ upkeep: conversions, clashes, warnings. + + * glob.c (glob_wrap): Fix signed/unsigned comparison. + + * stream.c (make_null_stream): Fix convert beign used + where coerce is needed. + + * sysif.c (dup_wrap): Fix use of C++ new keyword. + +2015-08-07 Kaz Kylheku <kaz@kylheku.com> + C++ static forward issue. * lib.h (static_forward, static_def): New macros |