summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-03-10 22:23:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-03-10 22:23:17 -0700
commit89e46f760a11140db3cc4a4becd7a6941989c89a (patch)
treed23a73928d32640d4f64f6b6ae3b4780e903d703 /ChangeLog
parent34d4a240a1c7db27d56e65cbe7a5e9030c5c0377 (diff)
downloadtxr-89e46f760a11140db3cc4a4becd7a6941989c89a.tar.gz
txr-89e46f760a11140db3cc4a4becd7a6941989c89a.tar.bz2
txr-89e46f760a11140db3cc4a4becd7a6941989c89a.zip
* sysif.c (mkdir_nothrow_exists): New static function.
(ensure_dir): New function. (sysif_init): ensure_dir registered as intrinsic. * txr.1: ensure_dir documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9918c1f..0bfc6592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-03-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * sysif.c (mkdir_nothrow_exists): New static function.
+ (ensure_dir): New function.
+ (sysif_init): ensure_dir registered as intrinsic.
+
+ * txr.1: ensure_dir documented.
+
2015-02-25 Kaz Kylheku <kaz@kylheku.com>
* parser.c (open_txr_file, regex_parse, lisp_parse): Functions