| Commit message (Expand) | Author | Age | Files | Lines |
* | sum and prod take keyfun argument. | Kaz Kylheku | 2019-02-02 | 1 | -2/+2 |
* | Extend infrastructure for double_intptr_t. | Kaz Kylheku | 2019-01-25 | 1 | -0/+5 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | New function: square. | Kaz Kylheku | 2019-01-05 | 1 | -0/+1 |
* | nzerop: new function. | Kaz Kylheku | 2018-12-13 | 1 | -0/+1 |
* | New range testing functions. | Kaz Kylheku | 2018-11-27 | 1 | -0/+2 |
* | logxor: fix seriously broken function. | Kaz Kylheku | 2018-11-25 | 1 | -0/+1 |
* | math: remove redundant type checks from NUM. | Kaz Kylheku | 2018-11-16 | 1 | -0/+4 |
* | copy-fun: duplicate a function, with own environment. | Kaz Kylheku | 2018-11-13 | 1 | -0/+1 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -3/+3 |
* | lib: remove unused type checking functions. | Kaz Kylheku | 2018-11-07 | 1 | -2/+0 |
* | type_check: take function name arg. | Kaz Kylheku | 2018-11-07 | 1 | -3/+3 |
* | symbol_needs_prefix: take function name argument. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | gc: eliminate most uses of gc_mutated. | Kaz Kylheku | 2018-11-06 | 1 | -0/+2 |
* | hash: use full width unsigned type for hash values. | Kaz Kylheku | 2018-07-06 | 1 | -3/+3 |
* | hashing: overhaul part 1. | Kaz Kylheku | 2018-07-04 | 1 | -3/+3 |
* | logcount: new function. | Kaz Kylheku | 2018-05-18 | 1 | -0/+1 |
* | linenoise: switch to wide characters, support Unicode. | Kaz Kylheku | 2015-09-22 | 1 | -0/+4 |
* | compiler: replace "$" package hack. | Kaz Kylheku | 2018-04-25 | 1 | -0/+1 |
* | vm: de-inline opcode dispatch. | Kaz Kylheku | 2018-04-25 | 1 | -0/+2 |
* | lib: new function vm-fun-p. | Kaz Kylheku | 2018-04-07 | 1 | -0/+1 |
* | Application code is now in a package called pub. | Kaz Kylheku | 2018-04-09 | 1 | -1/+1 |
* | lib: get rid of preprocessor macros for packages. | Kaz Kylheku | 2018-04-05 | 1 | -4/+1 |
* | regex: read/print bug: escaped double quote. | Kaz Kylheku | 2018-04-04 | 1 | -1/+1 |
* | packages: fix package prefix read/print issue. | Kaz Kylheku | 2018-04-03 | 1 | -0/+1 |
* | lib: eliminate reduce-left from n-ary math ops. | Kaz Kylheku | 2018-03-29 | 1 | -0/+2 |
* | lib: new ldiff function. | Kaz Kylheku | 2018-03-20 | 1 | -0/+3 |
* | New: virtual machine with assembler. | Kaz Kylheku | 2018-03-10 | 1 | -0/+3 |
* | 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 |
* | term: move near site of use. | Kaz Kylheku | 2018-01-07 | 1 | -1/+0 |
* | listref_l: remove. | Kaz Kylheku | 2018-01-06 | 1 | -1/+0 |
* | ltail: unused function. | Kaz Kylheku | 2018-01-02 | 1 | -1/+0 |
* | eliminate cdr_l use from implementation of last. | Kaz Kylheku | 2018-01-02 | 1 | -1/+1 |
* | New methods rplaca and rplacd. | Kaz Kylheku | 2017-12-30 | 1 | -0/+1 |
* | prof: deal with overflowing mem counters. | Kaz Kylheku | 2017-12-04 | 1 | -0/+2 |
* | New function: grade. | Kaz Kylheku | 2017-11-23 | 1 | -0/+1 |
* | bugfix: fixnum crackdown. | Kaz Kylheku | 2017-09-13 | 1 | -0/+1 |
* | Revising out-of-memory handling. | Kaz Kylheku | 2017-08-18 | 1 | -4/+2 |
* | New spl and tok: variants of tok-str and split-str. | Kaz Kylheku | 2017-08-07 | 1 | -0/+2 |
* | bugfix: n-ary arith functions must check single arg. | Kaz Kylheku | 2017-08-05 | 1 | -1/+3 |
* | Add sum and prod convenience functions. | Kaz Kylheku | 2017-08-05 | 1 | -0/+2 |
* | lib: deprecate set-diff; extend set operations. | Kaz Kylheku | 2017-07-26 | 1 | -0/+2 |
* | new function: nth | Kaz Kylheku | 2017-07-18 | 1 | -0/+1 |
* | lib: new function, relate. | Kaz Kylheku | 2017-07-17 | 1 | -0/+1 |
* | New cptr functions cptr-cast and int-cptr. | Kaz Kylheku | 2017-06-26 | 1 | -0/+2 |
* | cptr-int and cptr-obj can make typed cptr objects. | Kaz Kylheku | 2017-06-19 | 1 | -2/+2 |
* | New sequence classification system. | Kaz Kylheku | 2017-06-16 | 1 | -0/+13 |
* | lib: new chk_xalloc, with mult overflow check. | Kaz Kylheku | 2017-06-12 | 1 | -0/+1 |