summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sub: don't produce an iterator.Kaz Kylheku2024-07-072-4/+4
* json: fix flat-p argument in put-json and put-jsons.Kaz Kylheku2024-07-062-33/+40
* json: support printing structs in JSON format.Kaz Kylheku2024-07-062-0/+78
* hash: fix: equal hashes being reduced modulo NUM_MAX.Kaz Kylheku2024-07-042-5/+1
* regex: eliminate unnecessary stack push.Kaz Kylheku2024-07-031-1/+0
* regex: don't consume input past final match.Kaz Kylheku2024-07-031-26/+61
* New functions: cshuffle and cnshuffle.Kaz Kylheku2024-07-014-11/+90
* build: split tlos into three groups rather than two.Kaz Kylheku2024-06-301-2/+5
* txr: @(data) must disable recycling.Kaz Kylheku2024-06-301-0/+1
* lib: rcyc_cons set type to CONS.Kaz Kylheku2024-06-291-0/+1
* txr: bugfix: reset top flag when copying context.Kaz Kylheku2024-06-291-0/+1
* doc: eq, eql, equal cleanuip.Kaz Kylheku2024-06-291-8/+20
* doc: typo in new text about file descriptor option.Kaz Kylheku2024-06-291-1/+1
* txr: better implementation of previous change.Kaz Kylheku2024-06-291-42/+25
* txr: real solution for spurious retention problem.Kaz Kylheku2024-06-291-24/+56
* Version 295.txr-295Kaz Kylheku2024-06-287-1346/+1440
* match: new @(scan-all) operator.Kaz Kylheku2024-06-284-3/+57
* match: bad indentation.Kaz Kylheku2024-06-271-4/+4