diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-01 22:33:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-01 22:33:10 -0700 |
commit | 28f2adb77ce853d675b964f427b16358343444d1 (patch) | |
tree | ec306883dfb55900380979ba9a85b0572a785130 /ChangeLog | |
parent | fb042038bc10452110056efc99dac211aa4a6dc3 (diff) | |
download | txr-28f2adb77ce853d675b964f427b16358343444d1.tar.gz txr-28f2adb77ce853d675b964f427b16358343444d1.tar.bz2 txr-28f2adb77ce853d675b964f427b16358343444d1.zip |
Maintaining C++ compiling (except for two issues that will
need another commit).
* filter.c: Include "gc.h" for prototype of protect.
(struct filter_pair): Use const wchar_t *, so we can assign
literals.
(html_hex_continue): Ditto.
* lib.c (and): Function renamed to andf, since and is a C++
operator.
* lib.h (and): Declaration renamed.
* match.c (match_files): Use of and updated to andf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2011-10-01 Kaz Kylheku <kaz@kylheku.com> + Maintaining C++ compiling (except for two issues that will + need another commit). + + * filter.c: Include "gc.h" for prototype of protect. + (struct filter_pair): Use const wchar_t *, so we can assign + literals. + (html_hex_continue): Ditto. + + * lib.c (and): Function renamed to andf, since and is a C++ + operator. + + * lib.h (and): Declaration renamed. + + * match.c (match_files): Use of and updated to andf. + +2011-10-01 Kaz Kylheku <kaz@kylheku.com> + HACKING: Clarified that --vg-debug is also needed to turn on on the Valgrind support at run-time, in addition to building it in. |