summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* doc: fix miscoded backslashes in examples.Kaz Kylheku2024-07-201-5/+5
* oop: special methods to handle missing slots.Kaz Kylheku2024-07-191-0/+76
* 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-161-2/+23
* json: new special var *print-json-type*.Kaz Kylheku2024-07-121-1/+16
* New funtion related to where function.Kaz Kylheku2024-07-111-0/+89
* doc: partition, split, split*: clarifications about indicesKaz Kylheku2024-07-101-2/+12
* sub: don't produce an iterator.Kaz Kylheku2024-07-071-3/+3
* json: support printing structs in JSON format.Kaz Kylheku2024-07-061-0/+16
* New functions: cshuffle and cnshuffle.Kaz Kylheku2024-07-011-5/+60
* 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
* Version 295.txr-295Kaz Kylheku2024-06-281-2/+2
* match: new @(scan-all) operator.Kaz Kylheku2024-06-281-2/+19
* open-process: new ?fdno option for selecting stream fd.Kaz Kylheku2024-06-261-1/+37
* doc: permi, rpermi, combi, rcombi.Kaz Kylheku2024-06-211-4/+36
* string ranges: individual positions are ascending/descending.Kaz Kylheku2024-06-201-11/+23
* doc: iter-begin copies iterators.Kaz Kylheku2024-06-191-11/+12
* New function: copy-hash-iter.Kaz Kylheku2024-06-181-0/+22
* More work on copy-iter.Kaz Kylheku2024-06-171-0/+53
* cobj: clone method streamlines copy; structs get copy method.Kaz Kylheku2024-06-171-3/+36
* quasiliterals: buffers in hex, separation for strings and buffers.Kaz Kylheku2024-05-271-5/+63
* buf: pprint produces hex, not raw bytes.Kaz Kylheku2024-05-031-8/+39
* New function: iter-cat.Kaz Kylheku2024-04-161-0/+57
* doc: missing word in close-lazy-streams.Kaz Kylheku2024-04-061-3/+4
* doc: command-get-buf syntax.Kaz Kylheku2024-04-041-1/+1
* New functions for filtering through external processes.Kaz Kylheku2024-04-041-0/+115
* New function: lcons-force.Kaz Kylheku2024-04-041-0/+32
* Version 294.txr-294Kaz Kylheku2024-03-171-3/+3
* window-map: condense with seq_iter and seq_build.Kaz Kylheku2024-03-091-9/+8
* doc: bad syntax under load-for.Kaz Kylheku2024-03-081-1/+1
* tests: suppress warnings in seq.tl.Kaz Kylheku2024-03-081-1/+9
* doc: improvements in dwim and call documentationKaz Kylheku2024-03-071-4/+18
* New function: rangeref.Kaz Kylheku2024-03-071-4/+81
* doc: replace "index-list" with "index-seq".Kaz Kylheku2024-02-291-57/+60
* partition, split, split*: iter used for indicesKaz Kylheku2024-02-291-27/+29
* doc: add rationale about let vs let*.Kaz Kylheku2024-02-221-0/+22
* doc: fixes under macroexpand-params.Kaz Kylheku2024-02-151-17/+17
* New function: cons-count.Kaz Kylheku2024-02-091-0/+41
* New function: cons-find.Kaz Kylheku2024-02-091-10/+38
* match: remove bad restriction from @(sme) and @(end).Kaz Kylheku2024-02-081-1/+2
* compiler: implement inlining for chain expressions.Kaz Kylheku2024-02-071-1/+6
* doc: missing plural.Kaz Kylheku2024-02-041-1/+1
* New function: hist-sort-by.Kaz Kylheku2024-02-021-1/+25
* We need a length-< special method.Kaz Kylheku2024-01-191-0/+27
* doc: mmap: document source parameter.Kaz Kylheku2024-01-181-0/+34
* Copyright year bump 2024.Kaz Kylheku2024-01-181-1/+1
* doc: formatting under compiler-let.Kaz Kylheku2024-01-041-1/+1
* doc: clarification regarding sort stability.Kaz Kylheku2024-01-031-1/+3