summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include user data in hash read syntax.Kaz Kylheku2016-10-122-8/+40
* Support gmtoff and zone in time struct.Kaz Kylheku2016-10-122-4/+52
* doc: typo under html-encode*Kaz Kylheku2016-10-121-1/+1
* linenoise: bug in resubmit historic line when dupe.Kaz Kylheku2016-10-121-2/+4
* New function regex-from-trie.Kaz Kylheku2016-10-122-0/+78
* Support n-ary and and or operators in regex.Kaz Kylheku2016-10-101-1/+63
* Simplify some regex tree walking code.Kaz Kylheku2016-10-101-18/+10
* Support curried args in method and meth.Kaz Kylheku2016-10-096-18/+115
* Support curried arguments in umethod and umeth.Kaz Kylheku2016-10-096-14/+71
* New function: args_cat_zap_from.Kaz Kylheku2016-10-092-0/+11
* Bugfix: wrong memset size in args_cat_zap.Kaz Kylheku2016-10-091-4/+5
* Version 153.txr-153Kaz Kylheku2016-10-074-4/+19
* gc issues in clear_struct and replace_struct.Kaz Kylheku2016-10-071-0/+3
* Check for self-assignment in replace_struct.Kaz Kylheku2016-10-072-12/+27
* doc: mistakes in introduction of do operator.Kaz Kylheku2016-10-071-3/+3
* nuke trailing newlines from exception messages.Kaz Kylheku2016-10-073-8/+8
* small bug in format: handle missing format char.Kaz Kylheku2016-10-071-0/+2
* bug: heap backpointer assignment in static-slot-ensure.Kaz Kylheku2016-10-071-1/+1
* bug: wrong way assert in static slot gc marking.Kaz Kylheku2016-10-071-1/+1
* Version 152.txr-152Kaz Kylheku2016-10-046-458/+498
* doc: ranges are immutable.Kaz Kylheku2016-10-041-2/+5
* doc: small change under defstruct.Kaz Kylheku2016-10-041-1/+1
* length and empty functions support ranges.Kaz Kylheku2016-10-042-11/+64
* New awk clauses :set and :set-file.Kaz Kylheku2016-10-042-3/+22
* New function rra.Kaz Kylheku2016-10-033-0/+113
* Coding convention fix in plus function.Kaz Kylheku2016-10-031-3/+1
* New rr function.Kaz Kylheku2016-10-033-5/+62
* search-regex improvement: negative start and more.Kaz Kylheku2016-10-032-48/+110
* doc: missing documentation on less over ranges.Kaz Kylheku2016-10-031-2/+22
* doc: update less on vectors text.Kaz Kylheku2016-10-031-3/+8
* Support arithmetic operations on ranges.Kaz Kylheku2016-10-022-0/+221
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-0177-1237/+1314
* Check for overflow in static slot counter.Kaz Kylheku2016-10-011-1/+8
* doc: two "a any" typos.Kaz Kylheku2016-10-011-2/+2
* Revision of static slot inheritance.Kaz Kylheku2016-09-305-124/+516
* linenoise: bugfix: handle ESC in extended command.Kaz Kylheku2016-09-301-1/+2
* Version 151.txr-151Kaz Kylheku2016-09-276-660/+735
* Change criterion for *load-path*-relative loading.Kaz Kylheku2016-09-273-6/+10
* New function pure-rel-path-p.Kaz Kylheku2016-09-273-2/+80
* Use *load-path* in load/include directive.Kaz Kylheku2016-09-262-2/+2
* Get rid of sys:load; load becomes function.Kaz Kylheku2016-09-263-30/+11
* Overhaul of self-load-path mechanism.Kaz Kylheku2016-09-266-71/+132
* doc: new regsub example.Kaz Kylheku2016-09-261-0/+3
* Change misleading missing license diagnostic.Kaz Kylheku2016-09-261-3/+3
* doc: regex examples.Kaz Kylheku2016-09-251-0/+21
* Flurry of regex bugfixes.Kaz Kylheku2016-09-251-11/+27
* doc: fconv examples.Kaz Kylheku2016-09-251-0/+25
* regex.c: code formatting.Kaz Kylheku2016-09-251-1/+1
* awk macro: code formatting.Kaz Kylheku2016-09-251-4/+4
* awk macro: proper fs semantics in paragraph mode.Kaz Kylheku2016-09-252-30/+39