| Commit message (Expand) | Author | Age | Files | Lines |
* | multiple-inheritance: super-method loose ends. | Kaz Kylheku | 2019-12-13 | 4 | -41/+87 |
* | define-option-struct: use multiple inheritance | Kaz Kylheku | 2019-12-13 | 1 | -14/+22 |
* | OOP: implementing multiple inheritance. | Kaz Kylheku | 2019-12-11 | 7 | -94/+344 |
* | doc: clarify inheritance of static slot value. | Kaz Kylheku | 2019-12-09 | 1 | -0/+31 |
* | structs: bugfix: crash in static slot inheritance. | Kaz Kylheku | 2019-12-09 | 1 | -1/+1 |
* | New function: path-dir-empty. | Kaz Kylheku | 2019-12-09 | 3 | -0/+38 |
* | Add hyperbolic functions: sinh, cosh, and others. | Kaz Kylheku | 2019-12-07 | 4 | -0/+146 |
* | ffi: allow init-forms for slots. | Kaz Kylheku | 2019-12-06 | 2 | -11/+80 |
* | unwind: new function uw_warningf. | Kaz Kylheku | 2019-12-06 | 2 | -0/+23 |
* | disassemble: d and t regs in decimal. | Kaz Kylheku | 2019-11-29 | 1 | -2/+2 |
* | load: bug: source loc gathered for .tlo files. | Kaz Kylheku | 2019-11-29 | 1 | -1/+3 |
* | getopt: tweak multi-line literals in help text | Kaz Kylheku | 2019-11-29 | 1 | -26/+25 |
* | getopts: new define-option-struct macro. | Kaz Kylheku | 2019-11-29 | 3 | -2/+159 |
* | doc: getopt: long and short options appear in index. | Kaz Kylheku | 2019-11-29 | 1 | -0/+17 |
* | getopts: rename add method to add-opt. | Kaz Kylheku | 2019-11-29 | 1 | -5/+5 |
* | intern-fb: bugfix: optional argument handling. | Kaz Kylheku | 2019-11-28 | 1 | -1/+1 |
* | intern-fb: use correct name in diagnostics. | Kaz Kylheku | 2019-11-28 | 1 | -2/+2 |
* | getopts: move opts object into opt-processor. | Kaz Kylheku | 2019-11-28 | 1 | -20/+24 |
* | getopts: remove unused opt-processor slot from opts. | Kaz Kylheku | 2019-11-28 | 1 | -3/+2 |
* | getopts: print types in help without colon. | Kaz Kylheku | 2019-11-28 | 1 | -2/+2 |
* | getopts: simplify build-hash. | Kaz Kylheku | 2019-11-28 | 1 | -5/+3 |
* | doc: ffi-make-callback doesn't exist. | Kaz Kylheku | 2019-11-25 | 1 | -1/+1 |
* | listener: fix buggy balanced line check. | Kaz Kylheku | 2019-11-24 | 1 | -2/+7 |
* | buffers: support list operations. | Kaz Kylheku | 2019-11-20 | 1 | -0/+18 |
* | New function: buf-list. | Kaz Kylheku | 2019-11-20 | 3 | -0/+39 |
* | parser: forgotten top-level .? cases. | Kaz Kylheku | 2019-11-19 | 1 | -0/+8 |
* | parser: missing cases in yybadtoken. | Kaz Kylheku | 2019-11-19 | 1 | -0/+3 |
* | parser: merge cases in yybadtoken. | Kaz Kylheku | 2019-11-19 | 1 | -1/+1 |
* | doc: macro-time update. | Kaz Kylheku | 2019-11-19 | 1 | -23/+74 |
* | Version 228.txr-228 | Kaz Kylheku | 2019-11-18 | 7 | -1122/+1192 |
* | identity*: fix wrong argument index type. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | hash: bugfix: bad memset size in hash-reset. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | ffi: rename functions in the carray-num group. | Kaz Kylheku | 2019-11-18 | 3 | -30/+61 |
* | op: fix wrong compat version value. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | ffi: carray-num using wrong function name. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | doc: wrong word under stream sockets. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | doc: inaccurate apf/ipf description. | Kaz Kylheku | 2019-11-18 | 1 | -6/+13 |
* | doc: various copy and paste mistakes. | Kaz Kylheku | 2019-11-18 | 1 | -4/+4 |
* | doc: incorrect partition* example. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | doc: wrong argument reference under regsub. | Kaz Kylheku | 2019-11-18 | 1 | -3/+3 |
* | doc: formatting under Special Structure Functions. | Kaz Kylheku | 2019-11-18 | 1 | -2/+2 |
* | New functions for buf <--> integer conversion. | Kaz Kylheku | 2019-11-18 | 2 | -0/+192 |
* | eval: bugfix: expansion wrongly always in null env. | Kaz Kylheku | 2019-11-18 | 1 | -5/+34 |
* | gc: bugfix: maintain tail pointer in new sweep code. | Kaz Kylheku | 2019-11-09 | 1 | -3/+2 |
* | gc: recalculate heap bounding box when sweeping. | Kaz Kylheku | 2019-11-08 | 1 | -0/+7 |
* | gc: free heaps that become empty. | Kaz Kylheku | 2019-11-08 | 1 | -2/+41 |
* | open-process: new variant, open-subprocess. | Kaz Kylheku | 2019-11-07 | 2 | -14/+69 |
* | open-process: I/O redirection feature. | Kaz Kylheku | 2019-11-06 | 3 | -7/+196 |
* | open-process: close-on-exec bugfix. | Kaz Kylheku | 2019-11-06 | 1 | -2/+2 |
* | compiler: first use of .? notation. | Kaz Kylheku | 2019-11-06 | 1 | -1/+1 |