summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Version 293.txr-293Kaz Kylheku2023-12-281-3/+3
* doc: fix comb reference under rcomb.Kaz Kylheku2023-12-271-1/+1
* doc: in Math Library mention User-Defined ArithmeticKaz Kylheku2023-12-201-0/+28
* json: support Lisp comments.Kaz Kylheku2023-12-201-0/+13
* New functions: read-objects, file-get-objects, ...Kaz Kylheku2023-12-191-2/+73
* hash: new function, hash-join.Kaz Kylheku2023-12-181-0/+42
* hash: test cases and small doc fix.Kaz Kylheku2023-12-181-1/+4
* load: load block value should be exit status.Kaz Kylheku2023-12-111-2/+20
* doc: fix "an" typos.Kaz Kylheku2023-12-031-13/+13
* doc: quasiquote: note about special quote splice.Kaz Kylheku2023-12-031-0/+44
* doc: typo under rlink.Kaz Kylheku2023-11-251-1/+1
* sh-esc: clean up mess I made.Kaz Kylheku2023-11-251-15/+19
* Version 292.txr-292Kaz Kylheku2023-11-201-3/+3
* time: bug: must subtract gmtoff, not add.Kaz Kylheku2023-11-191-1/+1
* doc: incorrect description of rlink.Kaz Kylheku2023-11-151-3/+7
* doc: fix wrong typesetting of nil and t.Kaz Kylheku2023-11-151-13/+13
* oop: allow del on struct sequences.Kaz Kylheku2023-11-151-0/+53