summaryrefslogtreecommitdiffstats
path: root/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Bogus gc marking code in syslog module.Kaz Kylheku2016-06-151-2/+0
* Fix syslog stream leak.Kaz Kylheku2016-06-071-1/+1
* Strengthen against resource leaks upon exceptions.Kaz Kylheku2016-04-211-5/+7
* Access to file descriptor now via stream virtual.Kaz Kylheku2016-03-061-1/+1
* Header file cleanup.Kaz Kylheku2016-01-221-3/+0
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Implementing truncate-stream.Kaz Kylheku2015-10-211-1/+1
* Replace two-step initialization of args with macros.Kaz Kylheku2015-08-241-2/+1
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-231-2/+12
* C++ static forward issue.Kaz Kylheku2015-08-071-3/+3
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-18/+18
* Deriving streams from the same base, soKaz Kylheku2015-07-291-18/+35
* Improved printing of stream objects.Kaz Kylheku2015-07-071-1/+2
* Tightening behavior for unimplemented stream ops.Kaz Kylheku2015-07-061-0/+4
* Introducing persistent error state on streams.Kaz Kylheku2015-02-251-1/+2
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* Use macro to initialize strm_ops.Kaz Kylheku2015-01-291-20/+12
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-1/+1
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-7/+7
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-4/+4
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-281-34/+24
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-221-1/+1
* * arith.c (lognot): Conform to new scheme for defaulting optional args.Kaz Kylheku2014-02-051-4/+5
* Support for pushing back bytes and characters into streams.Kaz Kylheku2014-01-131-0/+2
* New stream property: name. Some streams can reportKaz Kylheku2013-12-131-0/+2
* First cut at signal handling support.Kaz Kylheku2013-12-121-0/+2
* * eval.c (eval_init): log_authpriv_v registered as log-authpriv.Kaz Kylheku2013-12-111-1/+4
* * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: RemovingKaz Kylheku2013-12-111-1/+0
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* * eval.c (eval_init): closelog_wrap interned.Kaz Kylheku2013-12-101-0/+6
* * eval.c (eval_init): Register streamp, real_time_stream_p,Kaz Kylheku2013-12-101-1/+1
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-0/+120
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-0/+101