diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-05 22:23:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-05 22:23:35 -0700 |
commit | 303103f9a2fa0837a4613a5ad57f7f1ca2f1d61b (patch) | |
tree | f8ec6aec551383a49e1f3497ca2f040c418daf8c /ChangeLog | |
parent | ad8319e7f8f09d328e37374fe0e71c64782fd9aa (diff) | |
download | txr-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |