summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 217.txr-217Kaz Kylheku2019-06-101-3/+3
* Adding errno constants.Kaz Kylheku2019-06-091-0/+19
* Adding fcntl interface.Kaz Kylheku2019-06-091-0/+168
* place macros: adjustment to expansion strategy.Kaz Kylheku2019-06-051-17/+29
* posix: add close function.Kaz Kylheku2019-05-301-0/+22
* doc: missing word under mask.Kaz Kylheku2019-05-291-1/+1
* doc: typo under ldiff.Kaz Kylheku2019-05-291-1/+1
* doc: formatting of sident charsKaz Kylheku2019-05-291-3/+3
* path-private-to-me-p: bugfix: not including superuser.Kaz Kylheku2019-05-291-14/+22
* Version 216.txr-216Kaz Kylheku2019-05-201-3/+3
* doc: missing deindent under Function FiltersKaz Kylheku2019-05-201-1/+1
* compile-file: input path harmonized with load.Kaz Kylheku2019-05-201-15/+81
* load: always bind *load-path* to actual path.Kaz Kylheku2019-05-201-14/+25
* oop: derived hook.Kaz Kylheku2019-05-151-11/+67
* oop: new new* and lnew* macros.Kaz Kylheku2019-05-151-0/+27
* oop: new function: struct-type-name.Kaz Kylheku2019-05-151-0/+14
* loading: try unsuffixed files directly last.Kaz Kylheku2019-05-011-62/+104
* lib: more nuanced file access errors.Kaz Kylheku2019-05-011-1/+5
* New function: window-mapdo.Kaz Kylheku2019-04-211-1/+9
* doc: document --backtraceKaz Kylheku2019-04-201-0/+12
* New function: allocate-struct.Kaz Kylheku2019-04-191-0/+24
* Support max length and depth for object printing.Kaz Kylheku2019-04-181-0/+154
* doc: wrongly formatted with-resources example.Kaz Kylheku2019-04-171-7/+8
* streams: force-off indent mode.Kaz Kylheku2019-04-161-18/+59
* New catch** macro.Kaz Kylheku2019-04-101-1/+29
* debug support: crude debugger removed.Kaz Kylheku2019-04-091-328/+1
* doc: update debug session.Kaz Kylheku2019-04-071-59/+147
* doc: fix overlong lines.Kaz Kylheku2019-04-061-19/+43
* doc: split .cblk into .verb and .monoKaz Kylheku2019-04-061-2086/+2096
* New function: cptr-size-hint.Kaz Kylheku2019-04-061-0/+20
* doc: forgotten cptr functions.Kaz Kylheku2019-04-061-0/+29
* Version 215.txr-215Kaz Kylheku2019-03-301-3/+3
* u-d-arithmetic: proper treatment of ceil & round.Kaz Kylheku2019-03-301-35/+4
* Tests for user-defined arithmetic and fixes.Kaz Kylheku2019-03-301-4/+4
* New feature: user-defined math.Kaz Kylheku2019-03-301-0/+509
* doc: umax is misdocumented.Kaz Kylheku2019-03-261-6/+60
* Version 214.txr-214Kaz Kylheku2019-03-221-3/+3
* doc: clarifications under lambda.Kaz Kylheku2019-03-221-1/+21
* doc: update let/let* doc.Kaz Kylheku2019-03-221-14/+117
* take: rewrite with seq_info; elide cons.Kaz Kylheku2019-03-201-1/+1
* doc: clarify split/partition difference.Kaz Kylheku2019-03-181-0/+8
* doc: clarifications regarding struct-typeKaz Kylheku2019-03-131-0/+12
* oop: make struct symbol supertype of all structs.Kaz Kylheku2019-03-131-2/+12
* lazy conses: support state in car and cdr.Kaz Kylheku2019-03-131-5/+57
* doc: more accurate dialect note about package prefixes.Kaz Kylheku2019-03-121-1/+8
* where: convert to lazy.Kaz Kylheku2019-03-121-2/+3
* parser: catch out-of-range floats.Kaz Kylheku2019-03-121-0/+5
* New sequence iterator object and functions.Kaz Kylheku2019-03-111-0/+60
* doc: document division by zero.Kaz Kylheku2019-03-091-0/+17
* expt: handle negative integer exponents with integer bases.Kaz Kylheku2019-03-091-2/+13