summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* Version 263txr-263Kaz Kylheku2021-06-171-3/+3
* doc: bad grammar under FFI ptr typeKaz Kylheku2021-06-171-1/+1
* doc: formatting of meta-symbols under op.Kaz Kylheku2021-06-171-16/+26
* New macro: flow.Kaz Kylheku2021-06-161-0/+40
* listener: new --noprofile option.Kaz Kylheku2021-06-161-1/+9
* txr-case: upkeep.Kaz Kylheku2021-06-161-5/+33
* math: forbid dubious inequality comparisons.Kaz Kylheku2021-06-151-1/+1
* defsymacro: regression: don't expand replacement.Kaz Kylheku2021-06-151-14/+29
* txr.1: Correction to compat note for 190.Kaz Kylheku2021-06-151-1/+14
* doc: problems in mkstempKaz Kylheku2021-06-151-3/+3
* streams: *stdnull* lazily opens /dev/nullKaz Kylheku2021-06-141-3/+30
* format: revise numeric handling.Kaz Kylheku2021-06-141-72/+112
* format: new precision - character for zero.Kaz Kylheku2021-06-141-0/+12
* doc: remove hyphenation.Kaz Kylheku2021-06-141-4/+4
* Version 262txr-262Kaz Kylheku2021-06-111-3/+3
* doc: add pic examples.Kaz Kylheku2021-06-111-0/+37
* pic: support quasiliteral as format string.Kaz Kylheku2021-06-111-6/+45
* doc: codify optional alternatives notation.Kaz Kylheku2021-06-111-1/+7
* pic: allow trailing exclamation.Kaz Kylheku2021-06-111-14/+23
* pic: clarification and tests.Kaz Kylheku2021-06-111-3/+7
* doc: document pic macro.Kaz Kylheku2021-06-101-0/+193
* format: fix precision field leading zero problems.Kaz Kylheku2021-06-101-6/+18
* arith: switch sum and prod to seq_iter.Kaz Kylheku2021-06-091-1/+3
* reduce-left: rewrite using seq_iter.Kaz Kylheku2021-06-091-0/+12
* ffi: bug: always using ffi_prep_cif_var.Kaz Kylheku2021-06-091-3/+6
* parser: new *read-unknown-structs* variable.Kaz Kylheku2021-06-081-0/+19
* lib: new function, fill-vec.Kaz Kylheku2021-06-081-0/+88
* ffi: new macros deffi-struct and deffi-union.Kaz Kylheku2021-06-081-0/+30
* expander: expand must only ignores unbound warnings.Kaz Kylheku2021-06-071-1/+14
* ffi: allow conversion of carray objects under cptr.Kaz Kylheku2021-06-061-2/+32
* ffi: allow nil object to convert under closure type.Kaz Kylheku2021-06-061-3/+30
* matcher: doc fix, quasiquote examples, new test.Kaz Kylheku2021-06-041-1/+41
* FFI: big improvement in bad call diagnosis.Kaz Kylheku2021-06-041-1/+10
* json: improve escaping for script tags.Kaz Kylheku2021-06-031-11/+34
* matcher: better error handling for backquotes.Kaz Kylheku2021-06-021-1/+8
* matcher: quasiquote matching.Kaz Kylheku2021-06-021-10/+125
* Version 261txr-261Kaz Kylheku2021-06-011-5/+14
* doc: rearrangement in Data Interchange SupportKaz Kylheku2021-06-011-34/+34
* doc: put-json: numbering, include U+007F.Kaz Kylheku2021-06-011-4/+4
* chr-iscntrl: recognize Unicode C0 and C1.Kaz Kylheku2021-06-011-3/+6
* json: wrap up: test cases, fixes, tweaks.Kaz Kylheku2021-05-311-7/+15
* New: mkdtemp and mkstemp functions.Kaz Kylheku2021-05-311-0/+85
* New function: tmpfile.Kaz Kylheku2021-05-311-0/+26
* doc: document all json I/O convenience routines.Kaz Kylheku2021-05-301-0/+243
* doc: put-json and put-jsonl return the object.Kaz Kylheku2021-05-301-0/+7
* json: functions put-json and put-jsonl.Kaz Kylheku2021-05-291-24/+90
* json: tojson must not add #J prefix.Kaz Kylheku2021-05-291-18/+6
* json: escape slash in </ sequenceKaz Kylheku2021-05-291-13/+31
* parser: provide parse-errors function.Kaz Kylheku2021-05-281-0/+42
* json: get-json function.Kaz Kylheku2021-05-281-0/+31