summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-06-11 20:42:05 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-06-11 20:42:05 -0700
commitae00723f2f3368b1c7b0e71627c08c42fe1d4fd5 (patch)
treea13463497eac77f53959841fa86a7fcbe7618761 /ChangeLog
parent399b4b6a5082aa6f14a98bc50b29baeca686aa39 (diff)
downloadtxr-ae00723f2f3368b1c7b0e71627c08c42fe1d4fd5.tar.gz
txr-ae00723f2f3368b1c7b0e71627c08c42fe1d4fd5.tar.bz2
txr-ae00723f2f3368b1c7b0e71627c08c42fe1d4fd5.zip
* match.c (require_s): New variable.
(v_require): New static function. (syms_init): Initialize require_s. (dir_tables_init): Add new entries into v_directive_table and h_directive_table for new require directive. * match.h (require_s): Declared. * txr.1: Added do and require directives to the directive summary section. Documented new require directive. Fixed int-str documentation to clarify that the radix is optional.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2bec990..dde2893f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2013-06-11 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (require_s): New variable.
+ (v_require): New static function.
+ (syms_init): Initialize require_s.
+ (dir_tables_init): Add new entries into v_directive_table
+ and h_directive_table for new require directive.
+
+ * match.h (require_s): Declared.
+
+ * txr.1: Added do and require directives to the directive summary
+ section. Documented new require directive.
+ Fixed int-str documentation to clarify that the radix is
+ optional.
+
+2013-06-11 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): tok-str acquires new parameter
* lib.c (tok_str): New parameter, keep_sep.