| Commit message (Expand) | Author | Age | Files | Lines |
* | Document alternation syntax. | Kaz Kylheku | 2015-08-29 | 1 | -0/+8 |
* | Fix duplication in manpage. | Kaz Kylheku | 2015-08-25 | 1 | -15/+1 |
* | Document previously undocumented command line options. | Kaz Kylheku | 2015-08-24 | 1 | -0/+21 |
* | Compatibility <= 107 allows redefinition of builtins. | Kaz Kylheku | 2015-08-24 | 1 | -1/+6 |
* | New function: shuffle. | Kaz Kylheku | 2015-08-24 | 1 | -0/+21 |
* | Use of new args for function calls in interpreter. | Kaz Kylheku | 2015-08-23 | 1 | -12/+68 |
* | Clarification about @rest in do/op syntax. | Kaz Kylheku | 2015-08-23 | 1 | -9/+20 |
* | Missing notes about global lexical variables. | Kaz Kylheku | 2015-08-20 | 1 | -8/+43 |
* | Wording in description of quasiquote. | Kaz Kylheku | 2015-08-20 | 1 | -2/+2 |
* | Version 113.txr-113 | Kaz Kylheku | 2015-08-14 | 1 | -2/+2 |
* | Troff formatting macros must not generate control sequences. | Kaz Kylheku | 2015-08-19 | 1 | -4/+4 |
* | Fix man page markup errors. | Dave Love | 2015-08-17 | 1 | -22/+22 |
* | Improved wording about auto-loading. | Kaz Kylheku | 2015-08-16 | 1 | -5/+6 |
* | Allow slashes in regex passed to regex-parse. | Kaz Kylheku | 2015-08-15 | 1 | -3/+32 |
* | Formatting fix under clamp function. | Kaz Kylheku | 2015-08-14 | 1 | -1/+1 |
* | Version 112.txr-112 | Kaz Kylheku | 2015-08-14 | 1 | -2/+2 |
* | New function, clamp. | Kaz Kylheku | 2015-08-13 | 1 | -0/+38 |
* | Observe display width in format. | Kaz Kylheku | 2015-08-13 | 1 | -3/+23 |
* | New display-width function. | Kaz Kylheku | 2015-08-13 | 1 | -0/+27 |
* | Floating-point constant tightening. | Kaz Kylheku | 2015-08-12 | 1 | -3/+4 |
* | Revision to .. syntax. | Kaz Kylheku | 2015-08-12 | 1 | -21/+15 |
* | Dot with no whitespace generates qref syntax. | Kaz Kylheku | 2015-08-10 | 1 | -0/+41 |
* | Version 111.txr-111 | Kaz Kylheku | 2015-08-08 | 1 | -2/+2 |
* | Suppress debug stepping into auto-loaded library code. | Kaz Kylheku | 2015-08-06 | 1 | -0/+7 |
* | * txr.1: Formatting issue in in-line code block under giterate. | Kaz Kylheku | 2015-08-05 | 1 | -1/+1 |
* | * txr.1: pppred formatting problem. | Kaz Kylheku | 2015-08-05 | 1 | -1/+1 |
* | New filesystem object testing functions. | Kaz Kylheku | 2015-08-05 | 1 | -0/+204 |
* | Adding support for uid and gid manipulation. | Kaz Kylheku | 2015-08-05 | 1 | -0/+47 |
* | * stream.c (stream_init): Register get-indent-mode, set-indent-mode, | Kaz Kylheku | 2015-08-05 | 1 | -1/+143 |
* | * stream.c (vformat): Implement ~! format directive for indentation. | Kaz Kylheku | 2015-08-04 | 1 | -3/+35 |
* | Remove useless return values and checks. | Kaz Kylheku | 2015-08-04 | 1 | -0/+5 |
* | * eval.c (func_get_name): New function. | Kaz Kylheku | 2015-08-04 | 1 | -0/+29 |
* | * eval.c (force): Default the new second argument of source_loc_str. | Kaz Kylheku | 2015-08-04 | 1 | -3/+8 |
* | * hash.c (hash_revget): New function. | Kaz Kylheku | 2015-08-04 | 1 | -0/+44 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -27/+27 |
* | Introducing global lexicals: defvarl, defparml. | Kaz Kylheku | 2015-08-03 | 1 | -6/+47 |
* | Support lstat and fstat. | Kaz Kylheku | 2015-08-02 | 1 | -1/+29 |
* | * eval.c (special_p): Function renamed to special_var_p. | Kaz Kylheku | 2015-08-01 | 1 | -0/+34 |
* | Big TXR Lisp documentation rearrangement. | Kaz Kylheku | 2015-08-01 | 1 | -6225/+6374 |
* | Centered fields in format. | Kaz Kylheku | 2015-07-28 | 1 | -6/+13 |
* | * txr.1: In introduction of user-defined places, mentioning | Kaz Kylheku | 2015-07-28 | 1 | -2/+32 |
* | * txr.1: Bad syntax in placelet example; bad font in headings. | Kaz Kylheku | 2015-07-28 | 1 | -11/+9 |
* | Version 110.txr-110 | Kaz Kylheku | 2015-07-25 | 1 | -2/+2 |
* | * txr.1: Notes about interaction between op and quasiliterals. | Kaz Kylheku | 2015-07-25 | 1 | -1/+65 |
* | * txr.1: Clarifications in ifa description. | Kaz Kylheku | 2015-07-24 | 1 | -5/+5 |
* | * parser.l (grammar): Do not allow unescaped newline in | Kaz Kylheku | 2015-07-23 | 1 | -6/+21 |
* | Adding with-resources macro. | Kaz Kylheku | 2015-07-23 | 1 | -0/+70 |
* | Adding nthcdr as accessor. | Kaz Kylheku | 2015-07-22 | 1 | -0/+60 |
* | * txr.1: Delete accidentally introduced bogus text. | Kaz Kylheku | 2015-07-22 | 1 | -2/+1 |
* | Improve bad argument diagnosis for place macros. | Kaz Kylheku | 2015-07-22 | 1 | -1/+18 |