summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bugfix: n-ary arith functions must check single arg.Kaz Kylheku2017-08-052-9/+60
* Add sum and prod convenience functions.Kaz Kylheku2017-08-054-0/+60
* New functions digpow and digits.Kaz Kylheku2017-08-053-0/+143
* Bugfix: (sys:expr . atom) bad syntax out of parser.Kaz Kylheku2017-08-021-1/+1
* Bi-directional string tree match for non-vars.Kaz Kylheku2017-08-022-2/+40
* doc: aret description refers to ret.Kaz Kylheku2017-08-021-1/+1
* doc: explain qref and uref.Kaz Kylheku2017-08-021-6/+17
* doc: note about global symbol macros.Kaz Kylheku2017-08-021-0/+4
* doc: missing formatting in qref equivalence.Kaz Kylheku2017-08-021-0/+2
* doc: mention listener in Lisp intro.Kaz Kylheku2017-08-021-4/+6
* doc: cross reference different #b.Kaz Kylheku2017-08-021-0/+13
* bugfix: spurious nils in pad function's output.Kaz Kylheku2017-08-021-5/+6
* genvim: ^ is constituent of identifiers.Kaz Kylheku2017-08-011-1/+1
* Evaluate doloop forms in an implicit tagbody.Kaz Kylheku2017-07-312-12/+22
* doc: note about label symbols in tagbody.Kaz Kylheku2017-07-311-0/+11
* Small code cleanup in tagbody.Kaz Kylheku2017-07-311-4/+3
* bugfix: tagbody mustn't expose anonymous block.Kaz Kylheku2017-07-301-8/+9
* Optimize trivial tagbody.Kaz Kylheku2017-07-301-35/+37
* listener: handle incomplete buf literals.Kaz Kylheku2017-07-301-1/+23
* New macros doloop and doloop*.Kaz Kylheku2017-07-303-0/+236
* doc: grammar under Ranges.Kaz Kylheku2017-07-291-1/+1
* genvim: flag trailing junk in #x #o #b literals.Kaz Kylheku2017-07-291-9/+14
* doc: struct literals: bad syntax synopsis.Kaz Kylheku2017-07-291-1/+1
* doc: grammar in setuid section.Kaz Kylheku2017-07-291-1/+1
* genvim: flag invalid # syntax.Kaz Kylheku2017-07-281-0/+2
* genvim: fix buggy tl_ident containing #.Kaz Kylheku2017-07-281-1/+1
* genvim: highlight buffer literals.Kaz Kylheku2017-07-281-4/+11
* genvim: bugfix for #x, #o and #b integer tokensKaz Kylheku2017-07-271-3/+3
* lib: deprecate set-diff; extend set operations.Kaz Kylheku2017-07-264-20/+164
* Version 183.txr-183Kaz Kylheku2017-07-197-928/+984
* doc: fix bad *args-full* heading.Kaz Kylheku2017-07-191-1/+1
* checkman: verify Special variables sections.Kaz Kylheku2017-07-191-4/+4
* doc: log-emerg et al are not special variables.Kaz Kylheku2017-07-191-2/+2
* Named filters now stored in new *filters* hash.Kaz Kylheku2017-07-193-21/+64
* gc: remove assertion from make_obj.Kaz Kylheku2017-07-191-1/+0
* doc: listener: parenthesis matching jumps forward also.Kaz Kylheku2017-07-181-1/+1
* doc: listener: remove bogus sentence.Kaz Kylheku2017-07-181-2/+1
* doc: ffi out semantics wrongly refers to in semantics.Kaz Kylheku2017-07-181-1/+1
* doc: *trace-output* font.Kaz Kylheku2017-07-181-1/+1
* doc: no such method as lambda-ref.Kaz Kylheku2017-07-181-1/+1
* doc: no such function as make-bufferKaz Kylheku2017-07-181-1/+1
* doc: no ffi type operator "bits".Kaz Kylheku2017-07-181-2/+2
* find, pos: optimize and support objects properly.Kaz Kylheku2017-07-181-21/+114
* new function: nthKaz Kylheku2017-07-185-0/+44
* new function: path-catKaz Kylheku2017-07-183-0/+125
* remove-path: exception semantics adjusted.Kaz Kylheku2017-07-172-8/+14
* lib: new function, relate.Kaz Kylheku2017-07-174-0/+85
* getopts: New argument type :text.Kaz Kylheku2017-07-162-2/+8
* getopts: Fix broken custom function option type.Kaz Kylheku2017-07-161-2/+2
* ffi: add offset argument to ffi buffer functions.Kaz Kylheku2017-07-163-34/+72