summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* New unchecked setter for function environment.Kaz Kylheku2019-03-141-0/+1
* lazy conses: support state in car and cdr.Kaz Kylheku2019-03-131-0/+3
* lib: introduce new make_lazy_cons variant.Kaz Kylheku2019-03-121-0/+1
* lib: rename make_half_lazy_cons.Kaz Kylheku2019-03-121-1/+1
* lib: optimize lazy functions with unchecked accesses.Kaz Kylheku2019-03-121-0/+6
* New sequence iterator object and functions.Kaz Kylheku2019-03-111-1/+4
* bracket: new function.Kaz Kylheku2019-02-241-0/+1
* Optimize hash operation with unsafe car/cdr.Kaz Kylheku2019-02-141-0/+2
* symdiff: new function.Kaz Kylheku2019-02-141-0/+3
* optimizing diff, isec and uni for non-lists.Kaz Kylheku2019-02-131-0/+1
* Framework for iterating over sequences.Kaz Kylheku2019-02-131-0/+15
* sum and prod take keyfun argument.Kaz Kylheku2019-02-021-2/+2
* Extend infrastructure for double_intptr_t.Kaz Kylheku2019-01-251-0/+5
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* New function: square.Kaz Kylheku2019-01-051-0/+1
* nzerop: new function.Kaz Kylheku2018-12-131-0/+1
* New range testing functions.Kaz Kylheku2018-11-271-0/+2
* logxor: fix seriously broken function.Kaz Kylheku2018-11-251-0/+1
* math: remove redundant type checks from NUM.Kaz Kylheku2018-11-161-0/+4
* copy-fun: duplicate a function, with own environment.Kaz Kylheku2018-11-131-0/+1
* Better identify functions that misuse COBJ-s and hashes.Kaz Kylheku2018-11-071-3/+3
* lib: remove unused type checking functions.Kaz Kylheku2018-11-071-2/+0
* type_check: take function name arg.Kaz Kylheku2018-11-071-3/+3
* symbol_needs_prefix: take function name argument.Kaz Kylheku2018-11-071-1/+1
* math: improve error diagnosis.Kaz Kylheku2018-11-071-1/+1
* gc: eliminate most uses of gc_mutated.Kaz Kylheku2018-11-061-0/+2
* hash: use full width unsigned type for hash values.Kaz Kylheku2018-07-061-3/+3
* hashing: overhaul part 1.Kaz Kylheku2018-07-041-3/+3
* logcount: new function.Kaz Kylheku2018-05-181-0/+1
* linenoise: switch to wide characters, support Unicode.Kaz Kylheku2015-09-221-0/+4
* compiler: replace "$" package hack.Kaz Kylheku2018-04-251-0/+1
* vm: de-inline opcode dispatch.Kaz Kylheku2018-04-251-0/+2
* lib: new function vm-fun-p.Kaz Kylheku2018-04-071-0/+1
* Application code is now in a package called pub.Kaz Kylheku2018-04-091-1/+1
* lib: get rid of preprocessor macros for packages.Kaz Kylheku2018-04-051-4/+1
* regex: read/print bug: escaped double quote.Kaz Kylheku2018-04-041-1/+1
* packages: fix package prefix read/print issue.Kaz Kylheku2018-04-031-0/+1
* lib: eliminate reduce-left from n-ary math ops.Kaz Kylheku2018-03-291-0/+2
* lib: new ldiff function.Kaz Kylheku2018-03-201-0/+3
* New: virtual machine with assembler.Kaz Kylheku2018-03-101-0/+3
* Require semicolon after static_{forward,def} macros.Kaz Kylheku2018-02-261-2/+2
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* term: move near site of use.Kaz Kylheku2018-01-071-1/+0
* listref_l: remove.Kaz Kylheku2018-01-061-1/+0
* ltail: unused function.Kaz Kylheku2018-01-021-1/+0
* eliminate cdr_l use from implementation of last.Kaz Kylheku2018-01-021-1/+1
* New methods rplaca and rplacd.Kaz Kylheku2017-12-301-0/+1
* prof: deal with overflowing mem counters.Kaz Kylheku2017-12-041-0/+2
* New function: grade.Kaz Kylheku2017-11-231-0/+1
* bugfix: fixnum crackdown.Kaz Kylheku2017-09-131-0/+1