summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-02 18:40:04 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-02 18:40:04 -0700
commit9adcae67bcac0f5d2d109e8921444517a1fb15b3 (patch)
treeff96eb31f3efec0a5c0c538565c842153b6361d8 /ChangeLog
parent024f101e97197d1001cb9dd3403eee4a2e4c35bf (diff)
downloadtxr-9adcae67bcac0f5d2d109e8921444517a1fb15b3.tar.gz
txr-9adcae67bcac0f5d2d109e8921444517a1fb15b3.tar.bz2
txr-9adcae67bcac0f5d2d109e8921444517a1fb15b3.zip
* match.c (match_line): Handle trailer_s directive.
(match_files): Remove check against trailer_s not having trailing material. If it doesn't, it's a vertical directive processed here, otherwise leave it alone so match_line processed it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf94b3b6..054b978c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-10-02 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (match_line): Handle trailer_s directive.
+ (match_files): Remove check against trailer_s not having trailing
+ material. If it doesn't, it's a vertical directive processed here,
+ otherwise leave it alone so match_line processed it.
+
+2011-10-02 Kaz Kylheku <kaz@kylheku.com>
+
Compiles as C++ again.
* lib.h (cons_set): New macro.