| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | All HAVE_* macros should be tested with #if, not #ifdef. | Kaz Kylheku | 2019-09-12 | 1 | -1/+1 |
* | structs: move SLOT_CACHE_SIZE macro. | Kaz Kylheku | 2019-09-04 | 1 | -2/+0 |
* | New function: tailp. | Kaz Kylheku | 2019-09-03 | 1 | -0/+1 |
* | New function: cptr-buf. | Kaz Kylheku | 2019-08-21 | 1 | -0/+1 |
* | New function: intern-fb. | Kaz Kylheku | 2019-08-20 | 1 | -0/+1 |
* | lib: streamline interning slightly. | Kaz Kylheku | 2019-08-20 | 1 | -0/+1 |
* | new functions: find-symbol and find-symbol-fb. | Kaz Kylheku | 2019-08-19 | 1 | -1/+2 |
* | seq_iter: remove pointless one-member union. | Kaz Kylheku | 2019-08-14 | 1 | -3/+1 |
* | ffi: support flexible structures. | Kaz Kylheku | 2019-07-20 | 1 | -1/+1 |
* | list_collect: handle objects. | Kaz Kylheku | 2019-06-25 | 1 | -0/+1 |
* | New function: bitset. | Kaz Kylheku | 2019-06-18 | 1 | -0/+1 |
* | toseq: remove unused function. | Kaz Kylheku | 2019-06-12 | 1 | -1/+0 |
* | seq iterators: new peek operation. | Kaz Kylheku | 2019-06-12 | 1 | -0/+3 |
* | lib: remove unused numeric macros. | Kaz Kylheku | 2019-05-25 | 1 | -2/+0 |
* | lib: more nuanced file access errors. | Kaz Kylheku | 2019-05-01 | 1 | -0/+1 |
* | New function: window-mapdo. | Kaz Kylheku | 2019-04-21 | 1 | -0/+1 |
* | Support max length and depth for object printing. | Kaz Kylheku | 2019-04-18 | 1 | -1/+2 |
* | New function: cptr-size-hint. | Kaz Kylheku | 2019-04-06 | 1 | -0/+1 |
* | New unchecked setter for function environment. | Kaz Kylheku | 2019-03-14 | 1 | -0/+1 |
* | lazy conses: support state in car and cdr. | Kaz Kylheku | 2019-03-13 | 1 | -0/+3 |
* | lib: introduce new make_lazy_cons variant. | Kaz Kylheku | 2019-03-12 | 1 | -0/+1 |
* | lib: rename make_half_lazy_cons. | Kaz Kylheku | 2019-03-12 | 1 | -1/+1 |
* | lib: optimize lazy functions with unchecked accesses. | Kaz Kylheku | 2019-03-12 | 1 | -0/+6 |
* | New sequence iterator object and functions. | Kaz Kylheku | 2019-03-11 | 1 | -1/+4 |
* | bracket: new function. | Kaz Kylheku | 2019-02-24 | 1 | -0/+1 |
* | Optimize hash operation with unsafe car/cdr. | Kaz Kylheku | 2019-02-14 | 1 | -0/+2 |
* | symdiff: new function. | Kaz Kylheku | 2019-02-14 | 1 | -0/+3 |
* | optimizing diff, isec and uni for non-lists. | Kaz Kylheku | 2019-02-13 | 1 | -0/+1 |
* | Framework for iterating over sequences. | Kaz Kylheku | 2019-02-13 | 1 | -0/+15 |
* | 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 |