| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | args: remove unused macro. | Kaz Kylheku | 2018-11-14 | 1 | -4/+0 |
* | compile: handle functions that have environments. | Kaz Kylheku | 2018-11-13 | 3 | -2/+93 |
* | copy-fun: duplicate a function, with own environment. | Kaz Kylheku | 2018-11-13 | 7 | -0/+97 |
* | regex: relocate unlikely case after other tests. | Kaz Kylheku | 2018-11-12 | 1 | -3/+3 |
* | doc: corrections under Referencing Dot | Kaz Kylheku | 2018-11-11 | 1 | -6/+9 |
* | doc: changes to intro | Kaz Kylheku | 2018-11-11 | 1 | -27/+39 |
* | doc: listener suspend doesn't "depend" on job control | Kaz Kylheku | 2018-11-11 | 1 | -2/+6 |
* | doc: listener: remove irrelvant historic notes | Kaz Kylheku | 2018-11-11 | 1 | -9/+2 |
* | doc: fixes under Null Hack description. | Kaz Kylheku | 2018-11-11 | 1 | -9/+11 |
* | POSIX requires <sys/select.h> for select function. | Kaz Kylheku | 2018-11-09 | 2 | -0/+27 |
* | gethash_l: C99 fix for Solaris.txr-201 | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | Version 201. | Kaz Kylheku | 2018-11-07 | 6 | -984/+1014 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 20 | -300/+445 |
* | lib: remove unused type checking functions. | Kaz Kylheku | 2018-11-07 | 2 | -19/+0 |
* | Fix wrong uses of ~s for function name string. | Kaz Kylheku | 2018-11-07 | 4 | -18/+18 |
* | type_check: take function name arg. | Kaz Kylheku | 2018-11-07 | 6 | -56/+60 |
* | symbol_needs_prefix: take function name argument. | Kaz Kylheku | 2018-11-07 | 2 | -4/+4 |
* | lazy strings: remove two type checks. | Kaz Kylheku | 2018-11-07 | 1 | -2/+0 |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 6 | -123/+198 |
* | 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 | 6 | -17/+20 |
* | doc: load: document hash bang treatment. | Kaz Kylheku | 2018-11-06 | 1 | -0/+8 |
* | vim: colorize hash bang for Lisp. | Kaz Kylheku | 2018-11-06 | 1 | -1/+2 |
* | doc: split/split*: formatting of syntax | Kaz Kylheku | 2018-11-06 | 1 | -2/+2 |
* | load: tolerate hash bang files. | Kaz Kylheku | 2018-11-05 | 1 | -0/+3 |
* | bugfix: error on empty script file. | Kaz Kylheku | 2018-11-05 | 1 | -8/+12 |
* | compiler: bugfix: handle defpackage and such properly. | Kaz Kylheku | 2018-11-05 | 3 | -7/+104 |
* | Version 200.txr-200 | Kaz Kylheku | 2018-11-05 | 7 | -1006/+1054 |
* | buffers: implement copy-buf. | Kaz Kylheku | 2018-11-04 | 4 | -0/+34 |
* | compiler: optimize dwim. | Kaz Kylheku | 2018-11-04 | 6 | -24/+136 |
* | The code expander becomes a public API. | Kaz Kylheku | 2018-11-02 | 7 | -29/+318 |