summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-05 22:23:35 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-05 22:23:35 -0700
commit303103f9a2fa0837a4613a5ad57f7f1ca2f1d61b (patch)
treef8ec6aec551383a49e1f3497ca2f040c418daf8c /ChangeLog
parentad8319e7f8f09d328e37374fe0e71c64782fd9aa (diff)
downloadtxr-303103f9a2fa0837a4613a5ad57f7f1ca2f1d61b.tar.gz
txr-303103f9a2fa0837a4613a5ad57f7f1ca2f1d61b.tar.bz2
txr-303103f9a2fa0837a4613a5ad57f7f1ca2f1d61b.zip
New filesystem object testing functions.
* lisplib.c (path_test_set_entries, path_test_instantiate): New static functions. (dlt_register): Registered new functions to dl_table. * txr.1: Documented new functions. * share/txr/stdlib/path-test.tl: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9c2f55d..65a5775b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+ New filesystem object testing functions.
+
+ * lisplib.c (path_test_set_entries, path_test_instantiate):
+ New static functions.
+ (dlt_register): Registered new functions to dl_table.
+
+ * txr.1: Documented new functions.
+
+ * share/txr/stdlib/path-test.tl: New file.
+
+2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+
Adding support for uid and gid manipulation.
* configure: Added check for geteuid and related functions.