| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | unicode: wide character upkeep 2. | Kaz Kylheku | 2020-04-17 | 1 | -2/+2 |
* | unicode: character width upkeep. | Kaz Kylheku | 2020-04-17 | 1 | -5/+4 |
* | open-file: allow async signals. | Kaz Kylheku | 2020-04-16 | 1 | -14/+20 |
* | New function: touch. | Kaz Kylheku | 2020-04-15 | 3 | -1/+39 |
* | New "n" open file mode option: nonblocking. | Kaz Kylheku | 2020-04-15 | 3 | -9/+19 |
* | streams: bugfix: "m" mode: use 0666 in open. | Kaz Kylheku | 2020-04-15 | 1 | -1/+1 |
* | txr-parse: release deferred warnings. | Kaz Kylheku | 2020-04-14 | 1 | -2/+11 |
* | load: release warnings before throwing exception. | Kaz Kylheku | 2020-04-14 | 2 | -4/+7 |
* | unwind: regression: signal mask restoring. | Kaz Kylheku | 2020-04-14 | 1 | -1/+0 |
* | sockets: missing shut-rd, shut-wr, shut-rdwr. | Kaz Kylheku | 2020-04-13 | 3 | -1/+5 |
* | streams: fix reversed order of items in error diagnostic. | Kaz Kylheku | 2020-04-13 | 1 | -2/+2 |
* | open-socket-pair: bugfix. | Kaz Kylheku | 2020-04-13 | 1 | -5/+7 |
* | bugfix: definitions must trigger autoload. | Kaz Kylheku | 2020-04-13 | 2 | -1/+8 |
* | ignwarn: handle warnings with multiple args. | Kaz Kylheku | 2020-04-13 | 1 | -1/+1 |
* | Version 235.txr-235 | Kaz Kylheku | 2020-04-12 | 6 | -81/+133 |
* | txr: spurious retention in @(next). | Kaz Kylheku | 2020-04-11 | 1 | -3/+16 |
* | txr: avoid by-value match_files_ctx passing. | Kaz Kylheku | 2020-04-11 | 1 | -117/+144 |
* | hash: bugfix: spurious retention in weak processing. | Kaz Kylheku | 2020-04-11 | 2 | -38/+19 |
* | gc: add argument to sys:gc. | Kaz Kylheku | 2020-04-10 | 2 | -3/+16 |
* | parser: eliminate struct list_accum. | Kaz Kylheku | 2020-04-10 | 2 | -47/+22 |
* | parser: move cons dot handling to higher rule. | Kaz Kylheku | 2020-04-10 | 2 | -19/+3 |
* | parser: streamline core list building. | Kaz Kylheku | 2020-04-09 | 2 | -47/+63 |
* | doc: stat/fstat: bad syntax formatting. | Kaz Kylheku | 2020-04-09 | 1 | -2/+2 |
* | repl: improve dotfile security tests. | Kaz Kylheku | 2020-04-09 | 3 | -6/+29 |
* | path testing functions: accept stream argument. | Kaz Kylheku | 2020-04-09 | 2 | -18/+32 |
* | tags: @(bind) should generate variable tags. | Kaz Kylheku | 2020-04-07 | 1 | -1/+1 |
* | doc: read, iread: document lineno parameter. | Kaz Kylheku | 2020-04-07 | 1 | -5/+14 |
* | doc: bad grammer compilation section. | Kaz Kylheku | 2020-04-07 | 1 | -1/+1 |
* | exceptions: improve non-error @(throw) and @(assert). | Kaz Kylheku | 2020-04-07 | 2 | -3/+42 |
* | exceptions: use uw_rthrow for non-error exceptions. | Kaz Kylheku | 2020-04-07 | 4 | -13/+13 |
* | warning cleanup: GNU C++ initializer warnings. | Kaz Kylheku | 2020-04-06 | 7 | -10/+16 |
* | exceptions: unhandled non-error exceptions now return. | Kaz Kylheku | 2020-04-06 | 3 | -43/+161 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 6 | -4/+16 |
* | warning cleanup: missing member initializers. | Kaz Kylheku | 2020-04-05 | 6 | -27/+26 |
* | warning cleanup: empty do/while style. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | warning cleanup: unsigned < 0 comparisons. | Kaz Kylheku | 2020-04-05 | 2 | -7/+7 |
* | warning cleanup: signed/unsigned in ternaries. | Kaz Kylheku | 2020-04-05 | 5 | -6/+6 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 9 | -31/+31 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 13 | -4/+283 |
* | tags: handle macro-time | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | tags: bugfix: process progn correctly. | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | tags: process only pkg clauses of load-for. | Kaz Kylheku | 2020-04-05 | 1 | -1/+4 |
* | tags: use sys:make-anon-package | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | tags: completely restore package list for each file. | Kaz Kylheku | 2020-04-05 | 1 | -6/+4 |
* | tags: follow loads and define needed packages. | Kaz Kylheku | 2020-04-05 | 1 | -1/+24 |
* | tags: process files in anon package. | Kaz Kylheku | 2020-04-04 | 1 | -4/+15 |
* | tags: wrong flattening function in @(bind) handling. | Kaz Kylheku | 2020-04-04 | 1 | -1/+1 |
* | tags: grok Lisp definitions inside @(do ...). | Kaz Kylheku | 2020-04-03 | 1 | -1/+9 |
* | tags: first cut at handling .txr files. | Kaz Kylheku | 2020-04-03 | 1 | -65/+114 |
* | tags: backslashes require escape. | Kaz Kylheku | 2020-04-03 | 1 | -1/+1 |