summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Version 187.txr-187Kaz Kylheku2017-11-171-1/+1
* awk: replace set-diff uses with diff.Kaz Kylheku2017-11-011-4/+4
* streams: allow "b" flag on open-command.Kaz Kylheku2017-10-301-2/+2
* awk: implement ranges right using functions.Kaz Kylheku2017-10-291-53/+111
* New convenience I/O functions for buffers.Kaz Kylheku2017-10-271-0/+32
* awk: fix buggy handling of new -- ranges.Kaz Kylheku2017-10-271-21/+17
* op/do: nice error if arguments are not provided.Kaz Kylheku2017-10-261-0/+2
* awk: bugfix: lack of hygiene in range implementation.Kaz Kylheku2017-10-261-9/+10
* awk: retrieve range flag vector once per iteration.Kaz Kylheku2017-10-251-4/+6
* awk: five new range operators.Kaz Kylheku2017-10-251-12/+63
* New variant of op: lop.Kaz Kylheku2017-10-191-5/+16
* Version 186.txr-186Kaz Kylheku2017-09-161-1/+1
* places: use Lisp-1 macroexpansion where needed.Kaz Kylheku2017-09-151-2/+2
* Version 185.txr-185Kaz Kylheku2017-08-301-1/+1
* bugfix: places: handling of lisp1 contexts.Kaz Kylheku2017-08-301-3/+3
* Rewriting op/do macros in Lisp.Kaz Kylheku2017-08-291-0/+94
* Version 184.txr-184Kaz Kylheku2017-08-231-1/+1
* buf: new buffer stream.Kaz Kylheku2017-08-141-0/+9
* Evaluate doloop forms in an implicit tagbody.Kaz Kylheku2017-07-311-1/+1
* 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
* New macros doloop and doloop*.Kaz Kylheku2017-07-301-0/+54
* Version 183.txr-183Kaz Kylheku2017-07-191-1/+1
* new function: nthKaz Kylheku2017-07-181-0/+3
* getopts: New argument type :text.Kaz Kylheku2017-07-161-2/+4
* getopts: Fix broken custom function option type.Kaz Kylheku2017-07-161-2/+2
* global environment accessors can now create bindings.Kaz Kylheku2017-07-161-8/+6
* trace: allow format and * functions to be traced.Kaz Kylheku2017-07-161-2/+5
* Remove unused variable in placelet implementation.Kaz Kylheku2017-07-151-1/+1
* Version 182.txr-182Kaz Kylheku2017-07-091-1/+1
* places: remove superfluous @1.Kaz Kylheku2017-07-091-2/+2
* structs: improve access to initfun and postinitfun.Kaz Kylheku2017-07-092-3/+11
* ffi: new make-zstruct function and znew macro.Kaz Kylheku2017-07-021-0/+7
* Version 181.txr-181Kaz Kylheku2017-07-011-1/+1
* ffi: new macro, deffi-sym.Kaz Kylheku2017-06-261-0/+12
* Version 180.txr-180Kaz Kylheku2017-06-251-1/+1
* awk macro: bugfix: non-use of redirection mode strings.Kaz Kylheku2017-06-191-5/+3
* awk macro: bugfix: :output file stream not closed.Kaz Kylheku2017-06-191-1/+3
* Version 179.txr-179Kaz Kylheku2017-06-181-1/+1
* ffi: turn carray-sub into accessor.Kaz Kylheku2017-06-131-0/+3
* bugfix: autoload syntactic places.Kaz Kylheku2017-06-131-2/+6
* Version 178.txr-178Kaz Kylheku2017-06-121-1/+1
* awk macro: new fconv conversions c and cz.Kaz Kylheku2017-06-121-0/+4
* awk macro: fix broken rng.Kaz Kylheku2017-06-071-9/+15
* Version 177.txr-177Kaz Kylheku2017-06-071-1/+1
* ffi: functions and macros for basic type properties.Kaz Kylheku2017-06-021-0/+15
* Version 176.txr-176Kaz Kylheku2017-05-211-1/+1
* ffi: new macro, deffi-var.Kaz Kylheku2017-05-201-0/+15
* ffi: deffi generates fixed-arg defun.Kaz Kylheku2017-05-201-10/+10