summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-06 21:21:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-06 21:21:03 -0800
commite729bd054e479bae074ed46df06f0c169db2fcc7 (patch)
treee30e173bd1d52a932f99e5c5972338b3c3d343fe /ChangeLog
parenta8449a74871f420759b26b60e368548b7938e35c (diff)
downloadtxr-e729bd054e479bae074ed46df06f0c169db2fcc7.tar.gz
txr-e729bd054e479bae074ed46df06f0c169db2fcc7.tar.bz2
txr-e729bd054e479bae074ed46df06f0c169db2fcc7.zip
* lib.c (assert_s): New global variable.
(obj_init): Intern assert symbol, store in assert_s. * lib.h (assert_s): Declared. * match.c (typed_error, v_assert, h_assert): New static functions. (dir_tables_init): Register v_assert and h_assert. Register assert_s as non-data-matching directive. * unwind.c (uw_init): Register assert as a subtype of error. * txr.1: Describe assert.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 301ef5d9..e6df860d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2014-03-06 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (assert_s): New global variable.
+ (obj_init): Intern assert symbol, store in assert_s.
+
+ * lib.h (assert_s): Declared.
+
+ * match.c (typed_error, v_assert, h_assert): New static functions.
+ (dir_tables_init): Register v_assert and h_assert.
+ Register assert_s as non-data-matching directive.
+
+ * unwind.c (uw_init): Register assert as a subtype
+ of error.
+
+ * txr.1: Describe assert.
+
+2014-03-06 Kaz Kylheku <kaz@kylheku.com>
+
* match.c: (v_next): Set the "curfile" in the context to "env" when
scanning environment.
(open_data_source): Regression: was not setting c->curfile when opening