summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-24 18:30:47 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-24 18:30:47 -0800
commitfbec2eb30da83f77f0f25edf0b3e3f9b6da07e07 (patch)
tree6d2802cf31584627c62b3f32ee821fc3053a3c59 /ChangeLog
parent2fb589dc0bc66b0efa10e152153a3b9e6571bfd7 (diff)
downloadtxr-fbec2eb30da83f77f0f25edf0b3e3f9b6da07e07.tar.gz
txr-fbec2eb30da83f77f0f25edf0b3e3f9b6da07e07.tar.bz2
txr-fbec2eb30da83f77f0f25edf0b3e3f9b6da07e07.zip
Switching to keyword symbols for :args and :nothrow.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b467d30f..8896665a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2009-11-24 Kaz Kylheku <kkylheku@gmail.com>
+ Switching to keyword symbols for :args and :nothrow.
+
+ * lib.c (args_s, nothrow_s): Renamed to args_k and nothrow_k.
+ (flattn_s): Renamed to flatten_s.
+ (obj_init): args_k and nothrow_k interned in keyword package.
+
+ * lib.h (args_s, nothrow_s, flattn_s): Declarations updated.
+
+ * match.c (match_files): Follow name changes.
+
+ * tests/004/query1.txr: Changed nothrow to :nothrow.
+
+ * txr.1: Documentation updated.
+
+2009-11-24 Kaz Kylheku <kkylheku@gmail.com>
+
/Now/ this can be released as 025.
utf8.c (utf8_from_uc): Fix bug introduced several commits ago (porting