From b698bb706067d911c62385b477684efea6aa983a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 10 Dec 2013 08:07:33 -0800 Subject: syslog support; bitwise logior and logand functions become variadic. * Makefile: Use -iquote to restrict our #include search paths from being processed for #include <...>. Add syslog.o to OBJS-y if have_syslog is y. * configure (have_syslog): New variable, set by detecting syslog API. * eval.c (eval_init): logand and logior registrations changed to go to variadic versions. New syslog variables and functions registered. * lib.c (logandv, logiorv): New functions. * lib.h (logandv, logiorv): Declared. * txr.c (main): Call syslog_init. * syslog.c: New file. * syslog.h: New file. * txr.1: Updated. * txr.vim: Regenerated. --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4ee20ce..0274738b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,9 @@ syslog support; bitwise logior and logand functions become variadic. - * Makefile: Use -iquote to restrict our #include search paths from being - processed for #include <...>. Add syslog.o to OBJS-y if have_syslog is y. + * Makefile: Use -iquote to restrict our #include search paths from + being processed for #include <...>. Add syslog.o to OBJS-y if + have_syslog is y. * configure (have_syslog): New variable, set by detecting syslog API. @@ -20,6 +21,10 @@ * syslog.h: New file. + * txr.1: Updated. + + * txr.vim: Regenerated. + 2013-12-07 Kaz Kylheku Version 71 -- cgit v1.2.3