| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Version 205.txr-205 | Kaz Kylheku | 2019-01-15 | 6 | -274/+300 |
* | ffi: arrays: be more forgiving of length mismatches. | Kaz Kylheku | 2019-01-15 | 2 | -9/+38 |
* | ffi: bugfix: char array shouldn't null terminate. | Kaz Kylheku | 2019-01-15 | 1 | -1/+3 |
* | ffi: remove useless loop. | Kaz Kylheku | 2019-01-15 | 1 | -12/+6 |
* | asm: fix wrong level check in operand parsing. | Kaz Kylheku | 2019-01-09 | 1 | -1/+1 |
* | asm: fix incorrect level check in frame opcode. | Kaz Kylheku | 2019-01-09 | 1 | -2/+2 |
* | asm/compiler: fix incorrect frame-related constant. | Kaz Kylheku | 2019-01-09 | 1 | -1/+1 |
* | asm/compiler: rename small level/index constants. | Kaz Kylheku | 2019-01-09 | 2 | -3/+4 |
* | New function: square. | Kaz Kylheku | 2019-01-05 | 4 | -0/+75 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 19 | -22/+22 |
* | Get alloca from stdlib.h, if possible. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Remove HAVE_ALLOCA. | Kaz Kylheku | 2018-12-31 | 1 | -1/+0 |
* | doc: formatting under lop. | Kaz Kylheku | 2018-12-24 | 1 | -2/+2 |
* | doc: grammar fixes under registeer-tentative-def. | Kaz Kylheku | 2018-12-24 | 1 | -4/+2 |
* | doc: formatting under caseql*. | Kaz Kylheku | 2018-12-24 | 1 | -1/+1 |
* | Version 204.txr-204 | Kaz Kylheku | 2018-12-17 | 6 | -464/+491 |
* | UTF-8: fix incorrect decoding of four-byte sequences. | Kaz Kylheku | 2018-12-17 | 1 | -1/+1 |
* | defvar: bugfix: bad state caused by exception. | Kaz Kylheku | 2018-12-14 | 1 | -1/+1 |
* | compiler: move variable down in file. | Kaz Kylheku | 2018-12-13 | 1 | -2/+2 |
* | nzerop: new function. | Kaz Kylheku | 2018-12-13 | 4 | -1/+48 |
* | Use tnil instead of if2 in arithmetic predicates. | Kaz Kylheku | 2018-12-13 | 1 | -9/+9 |
* | plusp: wrong name in error message. | Kaz Kylheku | 2018-12-13 | 1 | -1/+1 |
* | configure: extend some config variable descriptions. | Kaz Kylheku | 2018-12-12 | 1 | -2/+11 |
* | Turn off stack protector gcc option. | Kaz Kylheku | 2018-12-12 | 1 | -1/+1 |
* | bugfix: LDFLAGS not pulled in. | Kaz Kylheku | 2018-12-12 | 1 | -1/+1 |
* | Eliminate various unneeded header inclusions. | Kaz Kylheku | 2018-12-12 | 4 | -7/+0 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 25 | -25/+1 |
* | Version 203.txr-203 | Kaz Kylheku | 2018-11-29 | 6 | -593/+611 |
* | doc: bad formatting under --noninteractive | Kaz Kylheku | 2018-11-28 | 1 | -1/+3 |
* | New range testing functions. | Kaz Kylheku | 2018-11-27 | 4 | -0/+76 |
* | case macros: bugfixes for evaluated keys. | Kaz Kylheku | 2018-11-27 | 1 | -5/+5 |
* | doc: caseql* macro expands cases in global env | Kaz Kylheku | 2018-11-27 | 1 | -1/+1 |
* | doc: avoid "empty lexical environment". | Kaz Kylheku | 2018-11-27 | 1 | -4/+5 |
* | case macros: stricter syntactic check. | Kaz Kylheku | 2018-11-27 | 1 | -0/+3 |
* | case macros: bugfix empty case. | Kaz Kylheku | 2018-11-27 | 1 | -2/+3 |
* | doc: clarify pretty printing. | Kaz Kylheku | 2018-11-25 | 1 | -3/+34 |
* | print: keep colon in keyword syms | Kaz Kylheku | 2018-11-25 | 2 | -2/+14 |
* | doc: refresh documentation of make-lazy-cons | Kaz Kylheku | 2018-11-25 | 1 | -8/+34 |
* | Streamline logand and logior slightly. | Kaz Kylheku | 2018-11-25 | 1 | -18/+4 |
* | logxor: fix seriously broken function. | Kaz Kylheku | 2018-11-25 | 4 | -1/+53 |
* | vm: some optimizations. | Kaz Kylheku | 2018-11-22 | 1 | -11/+27 |
* | Version 202.txr-202 | Kaz Kylheku | 2018-11-22 | 6 | -276/+308 |
* | doc: clarify delimited continuation compiled semantics | Kaz Kylheku | 2018-11-18 | 1 | -10/+30 |
* | doc: move functionp | Kaz Kylheku | 2018-11-17 | 1 | -14/+14 |
* | doc: use bulleted list under copy. | Kaz Kylheku | 2018-11-17 | 1 | -56/+29 |
* | copy: call copy-fun for functions. | Kaz Kylheku | 2018-11-17 | 2 | -0/+8 |
* | compiler: use binary versions of common math functions. | Kaz Kylheku | 2018-11-16 | 2 | -0/+28 |
* | vm: provide special case call entry points. | Kaz Kylheku | 2018-11-16 | 3 | -14/+112 |
* | vm: use faster funcall functions in vm_gcall. | Kaz Kylheku | 2018-11-16 | 1 | -15/+58 |
* | math: remove redundant type checks from NUM. | Kaz Kylheku | 2018-11-16 | 2 | -118/+122 |