summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring internals of for/each operators.Kaz Kylheku2016-12-182-69/+134
* Adding prog and prog* macros.Kaz Kylheku2016-12-133-1/+75
* Cancel in-progress gc if handling async signal.Kaz Kylheku2016-12-123-1/+28
* Adding mismatch function.Kaz Kylheku2016-12-124-0/+155
* bugfix: find-max doesn't handle internal literals.Kaz Kylheku2016-12-121-1/+2
* Improve unbound function warning.Kaz Kylheku2016-12-121-1/+5
* Method lookup doesn't throw on nonexistent slots.Kaz Kylheku2016-12-111-1/+2
* New function: endp.Kaz Kylheku2016-12-104-0/+37
* doc: wording under listpKaz Kylheku2016-12-101-2/+6
* New equot macro: expand then suppress evaluation.Kaz Kylheku2016-12-082-0/+60
* Version 162.txr-162Kaz Kylheku2016-12-076-144/+190
* Fix some C style casts to use casting macros.Kaz Kylheku2016-12-076-11/+11
* C++ regression in printer.Kaz Kylheku2016-12-071-21/+23
* parser: fix problems at EOF involving #; syntax.Kaz Kylheku2016-12-063-34/+44
* doc: dialect note about quasiquote.Kaz Kylheku2016-12-061-0/+13
* bugfix: , *sym printed as ,*sym.Kaz Kylheku2016-12-062-5/+38
* bugfix: print unquote/splice in dot position.Kaz Kylheku2016-12-051-1/+19
* Removes stray debug printf from lexer.Kaz Kylheku2016-12-041-1/+0
* Harden processing of character escapes.Kaz Kylheku2016-12-021-4/+8
* Adding functions fr^$, fr^, fr$ and frr.Kaz Kylheku2016-12-013-0/+109
* Adding curry_1234_1 function.Kaz Kylheku2016-12-012-0/+16
* Awk macro prn becomes function.Kaz Kylheku2016-12-012-47/+60
* bugfix: previous loop elision fix in awk.Kaz Kylheku2016-12-011-1/+2
* bugfix: awk must consume *args*.Kaz Kylheku2016-11-292-1/+34
* bugfix: awk elides loop despite begin/end clauses.Kaz Kylheku2016-11-291-1/+2
* conformance: handle macro wrong clause syntax.Kaz Kylheku2016-11-293-2/+26
* Expose compat option value as sys:compat variable.Kaz Kylheku2016-11-291-0/+2
* Awk: assignment to f doesn't yield new value.Kaz Kylheku2016-11-291-2/+2
* doc: return value of slotsetKaz Kylheku2016-11-291-0/+5
* Version 161.txr-161Kaz Kylheku2016-11-274-4/+14
* Eliminate duplicated warning-suppressing function.Kaz Kylheku2016-11-284-12/+12
* bugfix: awk macro spews warnings.Kaz Kylheku2016-11-282-9/+21
* Version 160.txr-160Kaz Kylheku2016-11-276-600/+652
* doc: update package example.Kaz Kylheku2016-11-271-16/+16
* doc: note about circular notation and hashes.Kaz Kylheku2016-11-271-0/+13
* doc: grammar under str-inaddr-net.Kaz Kylheku2016-11-271-2/+2
* Warn about unbound functions.Kaz Kylheku2016-11-272-21/+25
* bugfix: var environment in expansion of defun.Kaz Kylheku2016-11-271-1/+4
* Don't throw when printing (sys:quasi . atom).Kaz Kylheku2016-11-271-2/+2
* bugfix: read-print consistency for @(expr).Kaz Kylheku2016-11-271-1/+1
* doc: fix references to nonexistent title.Kaz Kylheku2016-11-261-4/+4
* New function to access exception subtype map.Kaz Kylheku2016-11-262-3/+120
* Expander warns about unbound variables.Kaz Kylheku2016-11-2613-32/+131
* bugfix: quasilit read/print consistency, part 2.Kaz Kylheku2016-11-264-16/+14
* bugfix: quasilit read/print consistency, part 1.Kaz Kylheku2016-11-264-42/+13
* bugfix: dohash expander not making shadowing env.Kaz Kylheku2016-11-251-1/+2
* bugfix: expander traversing (sys:expr ...).Kaz Kylheku2016-11-251-1/+1
* bugfix: unbound var in IP-slash-notation functions.Kaz Kylheku2016-11-251-6/+6
* bugfix: op handles @rest in dot position.Kaz Kylheku2016-11-251-1/+1
* bugfix: don't expand @meta syntax as function call.Kaz Kylheku2016-11-241-0/+2