| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | New function: txr-parse. | Kaz Kylheku | 2020-04-02 | 4 | -0/+94 |
* | linenoise: command to force submission of unbalanced line. | Kaz Kylheku | 2020-03-28 | 2 | -2/+14 |
* | doc: revise descriptions under Listener. | Kaz Kylheku | 2020-03-25 | 1 | -27/+34 |
* | configure: allow variables to contain quotes. | Kaz Kylheku | 2020-03-25 | 1 | -1/+1 |
* | configure: remove C diagnostic options under C++. | Kaz Kylheku | 2020-03-25 | 1 | -0/+34 |
* | Version 234.txr-234 | Kaz Kylheku | 2020-03-25 | 6 | -608/+669 |
* | doc: typeof: missing BST types. | Kaz Kylheku | 2020-03-24 | 1 | -0/+6 |
* | open-process: fix regression. | Kaz Kylheku | 2020-03-24 | 1 | -1/+1 |
* | New contains function: near alias of search. | Kaz Kylheku | 2020-03-23 | 4 | -1/+23 |
* | method: use new dynamic args to avoid consing list. | Kaz Kylheku | 2020-03-23 | 1 | -9/+10 |
* | umethod: use new dynamic args to avoid consing list. | Kaz Kylheku | 2020-03-23 | 3 | -7/+18 |
* | apf and ipf: take arguments that are inserted. | Kaz Kylheku | 2020-03-22 | 2 | -9/+54 |
* | New type args with DARG type code. | Kaz Kylheku | 2020-03-22 | 7 | -2/+53 |
* | dump-compiled-objects: wrong self name. | Kaz Kylheku | 2020-03-22 | 1 | -1/+1 |
* | hash-uni: two new arguments for projecting values. | Kaz Kylheku | 2020-03-19 | 3 | -10/+31 |
* | linenoise: major delete ops now yank to clipboard. | Kaz Kyheku | 2020-03-19 | 1 | -19/+41 |
* | gc: small memory support. | Kaz Kylheku | 2020-03-18 | 2 | -0/+20 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 10 | -92/+92 |
* | Support base64url encoding. | Kaz Kyheku | 2020-03-17 | 3 | -20/+208 |
* | tags: useless use of quasiliteral. | Kaz Kylheku | 2020-03-14 | 1 | -2/+2 |
* | tags: fix reversed test for ftw-actionretval. | Kaz Kylheku | 2020-03-14 | 1 | -1/+1 |
* | tags: missing eval in macro. | Kaz Kylheku | 2020-03-11 | 1 | -1/+1 |
* | compile-file: propagate permissions for hash bang programs. | Kaz Kyheku | 2020-03-10 | 2 | -4/+39 |
* | tags: support compilation. | Kaz Kylheku | 2020-03-10 | 1 | -41/+42 |
* | tags: don't scan files twice. | Kaz Kylheku | 2020-03-09 | 1 | -67/+65 |
* | hash: bugfix: maintain counts in weak processing. | Kaz Kylheku | 2020-03-09 | 1 | -4/+10 |