| Commit message (Expand) | Author | Age | Files | Lines |
* | sum and prod take keyfun argument. | Kaz Kylheku | 2019-02-02 | 1 | -4/+39 |
* | Provide faster bignum-in-fixed-integer range tests in MPI. | Kaz Kylheku | 2019-01-25 | 1 | -1/+1 |
* | lib: revise wording of integer range errors. | Kaz Kylheku | 2019-01-24 | 1 | -7/+8 |
* | mpi: use wchar_t string for text-to-bignum. | Kaz Kylheku | 2019-01-18 | 1 | -4/+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 |
* | New range testing functions. | Kaz Kylheku | 2018-11-27 | 1 | -0/+20 |
* | print: keep colon in keyword syms | Kaz Kylheku | 2018-11-25 | 1 | -1/+5 |
* | copy: call copy-fun for functions. | Kaz Kylheku | 2018-11-17 | 1 | -0/+2 |
* | vm: provide special case call entry points. | Kaz Kylheku | 2018-11-16 | 1 | -14/+7 |
* | copy-fun: duplicate a function, with own environment. | Kaz Kylheku | 2018-11-13 | 1 | -0/+15 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -38/+48 |
* | lib: remove unused type checking functions. | Kaz Kylheku | 2018-11-07 | 1 | -17/+0 |
* | Fix wrong uses of ~s for function name string. | Kaz Kylheku | 2018-11-07 | 1 | -5/+5 |
* | type_check: take function name arg. | Kaz Kylheku | 2018-11-07 | 1 | -33/+36 |
* | symbol_needs_prefix: take function name argument. | Kaz Kylheku | 2018-11-07 | 1 | -3/+3 |
* | lazy strings: remove two type checks. | Kaz Kylheku | 2018-11-07 | 1 | -2/+0 |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | lib: use type switch in some string functions. | Kaz Kylheku | 2018-11-06 | 1 | -79/+67 |
* | gc: eliminate most uses of gc_mutated. | Kaz Kylheku | 2018-11-06 | 1 | -3/+2 |
* | compiler: bugfix: handle defpackage and such properly. | Kaz Kylheku | 2018-11-05 | 1 | -1/+1 |
* | buffers: implement copy-buf. | Kaz Kylheku | 2018-11-04 | 1 | -0/+2 |
* | hash: use full width unsigned type for hash values. | Kaz Kylheku | 2018-07-06 | 1 | -1/+1 |
* | hashing: overhaul part 1. | Kaz Kylheku | 2018-07-04 | 1 | -2/+2 |
* | C++ fixes related to recent Unicode work. | Kaz Kylheku | 2018-05-18 | 1 | -1/+1 |
* | linenoise: switch to wide characters, support Unicode. | Kaz Kylheku | 2015-09-22 | 1 | -0/+9 |
* | compiler: replace "$" package hack. | Kaz Kylheku | 2018-04-25 | 1 | -8/+18 |
* | lib: new function vm-fun-p. | Kaz Kylheku | 2018-04-07 | 1 | -0/+5 |
* | vm: allow vm description to be callable as function. | Kaz Kylheku | 2018-04-06 | 1 | -0/+4 |
* | Application code is now in a package called pub. | Kaz Kylheku | 2018-04-09 | 1 | -2/+4 |
* | lib: get rid of preprocessor macros for packages. | Kaz Kylheku | 2018-04-05 | 1 | -5/+5 |
* | printer: improve object formatting. | Kaz Kylheku | 2018-04-05 | 1 | -2/+12 |
* | regex: read/print bug: escaped double quote. | Kaz Kylheku | 2018-04-04 | 1 | -3/+8 |
* | packages: fix package prefix read/print issue. | Kaz Kylheku | 2018-04-03 | 1 | -2/+44 |
* | lib: elminate reduce_right from expt. | Kaz Kylheku | 2018-03-29 | 1 | -1/+9 |
* | lib: eliminate reduce-left from n-ary math ops. | Kaz Kylheku | 2018-03-29 | 1 | -36/+44 |
* | vm: funcall wrappers need to check arg count. | Kaz Kylheku | 2018-03-20 | 1 | -0/+16 |
* | lib: new ldiff function. | Kaz Kylheku | 2018-03-20 | 1 | -1/+56 |
* | vm: variadic arg closures bug 1/3. | Kaz Kylheku | 2018-03-19 | 1 | -1/+1 |
* | vm: handle FVM function type thorughout run-time. | Kaz Kylheku | 2018-03-16 | 1 | -1/+46 |
* | vm: bugfix: wrong setup of closure param counts. | Kaz Kylheku | 2018-03-15 | 1 | -1/+1 |
* | regression: excess args not diagnosed. | Kaz Kylheku | 2018-03-13 | 1 | -1/+1 |
* | New: virtual machine with assembler. | Kaz Kylheku | 2018-03-10 | 1 | -33/+55 |
* | sys package fall back on usr. | Kaz Kylheku | 2018-03-09 | 1 | -0/+2 |
* | args: overhaul for clarity and reduced consing. | Kaz Kylheku | 2018-03-09 | 1 | -19/+20 |
* | code review: switch case breaks. | Kaz Kylheku | 2018-03-08 | 1 | -0/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | tail: reduce calls to cdr. | Kaz Kylheku | 2018-01-07 | 1 | -2/+3 |
* | term: move near site of use. | Kaz Kylheku | 2018-01-07 | 1 | -7/+0 |