summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* doc: stray functions in heading and syntaxKaz Kylheku2021-01-051-3/+1
* progn, prog1, prog2: now also functions.Kaz Kylheku2021-01-011-5/+28
* New macro: prog2Kaz Kylheku2021-01-011-4/+45
* gc: do finalizers completely on one phase.Kaz Kylheku2021-01-011-6/+24
* Version 246txr-246Kaz Kylheku2020-12-311-3/+3
* gc: add finalization count to objects.Kaz Kylheku2020-12-311-2/+7
* doc: improve awk fconv documenation.Kaz Kylheku2020-12-311-0/+16
* doc: note for awk macro fconv.Kaz Kylheku2020-12-291-0/+11
* shuffle/nshuffle: take optional random state argument.Kaz Kylheku2020-12-291-3/+5
* doc: correction in dialect notes for symbol-macroKaz Kylheku2020-12-271-3/+5
* Version 245txr-245Kaz Kylheku2020-10-101-7/+7
* env-hash: now persistent and synced with setenv.Kaz Kylheku2020-10-161-3/+63
* doc: add missing detail to env function.Kaz Kylheku2020-10-161-0/+8
* Version 244txr-244Kaz Kylheku2020-10-101-3/+7
* doc: missing info about compiled file version 5.Kaz Kylheku2020-10-091-1/+3
* New function: time-nsec.Kaz Kylheku2020-10-071-1/+16
* random: correctly refer to WELL512a everywhere.Kaz Kylheku2020-10-071-5/+5
* random: bugfix: incorrect WELL512a.Kaz Kylheku2020-10-071-0/+8
* doc: out of order compat entries.Kaz Kylheku2020-10-071-6/+6
* New functions trim-left and trim-right.Kaz Kylheku2020-10-051-0/+71
* New: quip function for random humor.Kaz Kylheku2020-10-041-0/+31
* Version 243txr-243Kaz Kylheku2020-09-011-3/+3
* New function: reject.Kaz Kylheku2020-09-011-0/+70
* doc: minor flaw in select syntax markup.Kaz Kylheku2020-08-301-1/+1
* doc: rewrite multiple inheritance intro paragraph.Kaz Kylheku2020-08-281-9/+3
* doc: :fini also affected by diamond problem.Kaz Kylheku2020-08-281-4/+25
* structs: deal with initialization diamond problem.Kaz Kylheku2020-08-271-2/+89
* ffi/doc: bugfixes to bitfield alignment.Kaz Kylheku2020-08-241-10/+7
* doc: ffi: struct size with only zero-width field.Kaz Kylheku2020-08-241-1/+2
* doc: clarify *load-path* treatment under @(load)Kaz Kylheku2020-08-191-1/+3
* txr: repeat ferrets out Lisp-embedded vars.Kaz Kylheku2020-08-171-44/+80
* Version 242txr-242Kaz Kylheku2020-08-141-3/+3
* doc: listener: undo over history clarifications.Kaz Kylheku2020-08-141-6/+12
* Version 241txr-241Kaz Kylheku2020-08-071-3/+3
* doc: fix under define-option-structKaz Kylheku2020-08-071-1/+1
* New inaddr-str and in6addr-str functions.Kaz Kylheku2020-07-241-1/+121
* New sspl function.Kaz Kylheku2020-07-221-1/+10
* distat: bugfix: use lstat.Kaz Kylheku2020-07-201-8/+7
* stat, lstat and dirstat now take struct param.Kaz Kylheku2020-07-201-7/+25
* doc: add an implementation note for exceptions.Kaz Kylheku2020-07-171-0/+24
* doc: exception handling wording improvements.Kaz Kylheku2020-07-171-9/+19
* doc: wrong symbol under cptr-buf.Kaz Kylheku2020-07-131-1/+1
* doc: spurious word under Variables.Kaz Kylheku2020-07-131-1/+1
* doc: fix some mistakes in ffi-get and ffi-out.Kaz Kylheku2020-07-131-9/+7
* cptr: new cptr-get and cptr-out functions.Kaz Kylheku2020-07-131-0/+131
* Support weak semantics in symbol packages.Kaz Kylheku2020-07-121-1/+19
* listener: new *-1, *-2 ... *-20 macros.Kaz Kylheku2020-07-111-0/+19
* Add dirstat function.Kaz Kylheku2020-07-091-5/+84
* Add missing closedir.Kaz Kylheku2020-07-091-1/+36