| Commit message (Expand) | Author | Age | Files | Lines |
* | Bogus gc marking code in syslog module. | Kaz Kylheku | 2016-06-15 | 1 | -2/+0 |
* | Fix syslog stream leak. | Kaz Kylheku | 2016-06-07 | 1 | -1/+1 |
* | Strengthen against resource leaks upon exceptions. | Kaz Kylheku | 2016-04-21 | 1 | -5/+7 |
* | Access to file descriptor now via stream virtual. | Kaz Kylheku | 2016-03-06 | 1 | -1/+1 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -3/+0 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Implementing truncate-stream. | Kaz Kylheku | 2015-10-21 | 1 | -1/+1 |
* | Replace two-step initialization of args with macros. | Kaz Kylheku | 2015-08-24 | 1 | -2/+1 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -2/+12 |
* | C++ static forward issue. | Kaz Kylheku | 2015-08-07 | 1 | -3/+3 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -18/+18 |
* | Deriving streams from the same base, so | Kaz Kylheku | 2015-07-29 | 1 | -18/+35 |
* | Improved printing of stream objects. | Kaz Kylheku | 2015-07-07 | 1 | -1/+2 |
* | Tightening behavior for unimplemented stream ops. | Kaz Kylheku | 2015-07-06 | 1 | -0/+4 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 1 | -1/+2 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Use macro to initialize strm_ops. | Kaz Kylheku | 2015-01-29 | 1 | -20/+12 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -1/+1 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -7/+7 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -4/+4 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -34/+24 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -4/+5 |
* | Support for pushing back bytes and characters into streams. | Kaz Kylheku | 2014-01-13 | 1 | -0/+2 |
* | New stream property: name. Some streams can report | Kaz Kylheku | 2013-12-13 | 1 | -0/+2 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | * eval.c (eval_init): log_authpriv_v registered as log-authpriv. | Kaz Kylheku | 2013-12-11 | 1 | -1/+4 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -1/+0 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (eval_init): closelog_wrap interned. | Kaz Kylheku | 2013-12-10 | 1 | -0/+6 |
* | * eval.c (eval_init): Register streamp, real_time_stream_p, | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+120 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+101 |