| Commit message (Expand) | Author | Age | Files | Lines |
* | cobj: clone method streamlines copy; structs get copy method. | Kaz Kylheku | 2024-06-17 | 1 | -1/+2 |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | Use vargs typedef instead of struct args *. | Kaz Kylheku | 2023-09-05 | 1 | -1/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -1/+1 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -2/+2 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -4/+7 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Require semicolon after static_{forward,def} macros. | Kaz Kylheku | 2018-02-26 | 1 | -2/+2 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | streams: put-buf and fill-buf functions. | Kaz Kylheku | 2017-06-04 | 1 | -1/+1 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | 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 |