diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-11 07:44:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-11 07:44:49 -0800 |
commit | 264979bd2157a386f9563dba45d5506f28e354f8 (patch) | |
tree | 58f34414a1d972ec85c29519cd9ac999487de508 /ChangeLog | |
parent | 96a062025a5509b48d1fb0cf48db783229ef40c4 (diff) | |
download | txr-264979bd2157a386f9563dba45d5506f28e354f8.tar.gz txr-264979bd2157a386f9563dba45d5506f28e354f8.tar.bz2 txr-264979bd2157a386f9563dba45d5506f28e354f8.zip |
* eval.c (eval_init): log_authpriv_v registered as log-authpriv.
* syslog.c (log_authpriv_v): New variable.
(syslog_init): New variable initialized.
* syslog.h (log_authpriv_v): Declared.
* txr.1: Documented log-authpriv, and put in notes about testing
for variables that may not be present, including log-perror.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2013-12-11 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): log_authpriv_v registered as log-authpriv. + + * syslog.c (log_authpriv_v): New variable. + (syslog_init): New variable initialized. + + * syslog.h (log_authpriv_v): Declared. + + * txr.1: Documented log-authpriv, and put in notes about testing + for variables that may not be present, including log-perror. + +2013-12-11 Kaz Kylheku <kaz@kylheku.com> + * eval.c (symbol_value, boundp, fboundp): New functions. (eval_init): New functions registred as intrinsics. |