From fbec2eb30da83f77f0f25edf0b3e3f9b6da07e07 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 24 Nov 2009 18:30:47 -0800 Subject: Switching to keyword symbols for :args and :nothrow. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b467d30f..8896665a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2009-11-24 Kaz Kylheku + + 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 /Now/ this can be released as 025. -- cgit v1.2.3