summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.