summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 298.HEADtxr-298masterKaz Kylheku5 days4-5/+17
* listener: regression: txr bails when .txr-profile missing.Kaz Kylheku6 days1-0/+3
* Version 297.txr-297Kaz Kylheku7 days6-735/+771
* bug: string range length signed/unsigned.Kaz Kylheku7 days1-1/+2
* string ranges: bug: ranges of length 1.Kaz Kylheku7 days3-2/+24
* tests for string range length.Kaz Kylheku7 days1-0/+12
* lib: fix g++ warning in map_common.Kaz Kylheku11 days1-1/+1
* quips: jab at Weller.Kaz Kylheku2024-12-081-0/+1
* switch to .txr-profile and .txr-historyKaz Kylheku2024-11-143-19/+74
* ffi: bug: flexible structure size calculation.Kaz Kylheku2024-10-071-3/+2
* copy: now handles range objects.Kaz Kylheku2024-10-014-22/+20
* refset, replace: adjust diagnostic for unsupported object.Kaz Kylheku2024-09-301-2/+2
* regex: closure operations don't output epsilon states.Kaz Kylheku2024-09-151-6/+12
* regex: bugfix: not taking full advantage of REGM_MATCH_DONE.Kaz Kylheku2024-09-151-2/+2
* regex: misleading comment.Kaz Kylheku2024-09-151-1/+2
* read-until-match: fix regression.Kaz Kylheku2024-09-143-2/+21
* quips: new one.Kaz Kylheku2024-09-031-0/+1
* mapcar: introduce map as a synonym.Kaz Kylheku2024-08-142-2/+14
* loongarch64: fix assembler warning.Kaz Kylheku2024-08-111-2/+2
* genman: change to new PayPal button code.Kaz Kylheku2024-08-091-6/+4
* Version 296.txr-296Kaz Kylheku2024-08-077-1067/+1149
* keep-if, remove-if, keep-keys-if: mapfun argument.Kaz Kylheku2024-07-305-52/+90
* doc: touch up description of trivial patterns.Kaz Kylheku2024-07-271-5/+9
* doc: missing subject in @(hash ...) pattern section.Kaz Kylheku2024-07-271-1/+1
* doc: avoid quasiliteral in reference to non-strings.Kaz Kylheku2024-07-271-6/+6
* lib: get rid of internal rewindable iter nonsense.Kaz Kylheku2024-07-253-82/+19
* zip: more permissive implementation.Kaz Kylheku2024-07-245-22/+58
* make-like: use seq_build.Kaz Kylheku2024-07-233-50/+31
* New function: seq-like.Kaz Kylheku2024-07-233-5/+49
* doc: certain JSON-related variables are specials.Kaz Kylheku2024-07-221-3/+3
* json: new *read-json-int* variable.Kaz Kylheku2024-07-226-18/+74
* parser: remove some wasteful string object allocations.Kaz Kylheku2024-07-224-211/+236
* vim: #: and : notation in symbols not handled right.Kaz Kylheku2024-07-211-1/+1
* doc: fix miscoded backslashes in examples.Kaz Kylheku2024-07-201-5/+5
* oop: special methods to handle missing slots.Kaz Kylheku2024-07-194-8/+158
* struct: slot warning only for bindable symbols.Kaz Kylheku2024-07-171-1/+2
* doc: fix misleading claim about (. pattern).Kaz Kylheku2024-07-161-1/+3
* doc: misleading info about macro param lists.Kaz Kylheku2024-07-161-5/+4
* New functions: find-maxes and find-mins.Kaz Kylheku2024-07-165-2/+86
* json: new special var *print-json-type*.Kaz Kylheku2024-07-124-11/+45
* New funtion related to where function.Kaz Kylheku2024-07-115-0/+176
* doc: partition, split, split*: clarifications about indicesKaz Kylheku2024-07-101-2/+12
* partition, split, split*: bug handling negative indices.Kaz Kylheku2024-07-102-22/+35
* split, split*: fix poor behavior for beyond-length indices.Kaz Kylheku2024-07-102-30/+32
* partition: add negative index tests.Kaz Kylheku2024-07-101-0/+36
* split**: split for far negative indices.Kaz Kylheku2024-07-102-1/+33
* split*: add missing tests.Kaz Kylheku2024-07-101-0/+125
* split: fix for far negative indices.Kaz Kylheku2024-07-102-1/+29
* split, split*, partition: tests, fixes.Kaz Kylheku2024-07-102-2/+412
* partition, split, split*: infinite looping regression.Kaz Kylheku2024-07-081-6/+9