| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: implement full-repl option. | Kaz Kylheku | 2021-08-20 | 1 | -8/+8 |
* | listener: additional reductions in non-termios build. | Kaz Kylheku | 2021-08-20 | 1 | -0/+12 |
* | listener: unbundle from termios. | Kaz Kylheku | 2021-08-20 | 1 | -6/+7 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | listener: prompt feature for plain mode. | Kaz Kylheku | 2021-08-03 | 1 | -0/+4 |
* | parser: allow trailing commas in json, via opt-in flag. | Kaz Kylheku | 2021-07-29 | 1 | -1/+5 |
* | hash: change make_hash interface. | Kaz Kylheku | 2021-07-22 | 1 | -3/+3 |
* | hash: support both semantics of weak keys + values. | Kaz Kylheku | 2021-07-21 | 1 | -7/+1 |
* | parse/eval: use weak-both hash tables. | Kaz Kylheku | 2021-07-20 | 1 | -1/+7 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -6/+15 |
* | streams: tightening sloppy argument defaulting. | Kaz Kylheku | 2021-07-01 | 1 | -23/+18 |
* | byacc: fix regression caused by yystype. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -13/+15 |
* | read/get-json: reject trailing junk in string input. | Kaz Kylheku | 2021-06-20 | 1 | -2/+16 |
* | listener: new --noprofile option. | Kaz Kylheku | 2021-06-16 | 1 | -1/+1 |
* | listener: complete macros and operators after quote. | Kaz Kylheku | 2021-06-10 | 1 | -6/+11 |
* | parser: new *read-unknown-structs* variable. | Kaz Kylheku | 2021-06-08 | 1 | -1/+5 |
* | parser: gc bug in token. | Kaz Kylheku | 2021-05-31 | 1 | -0/+2 |
* | repl: syntax error diag improvement. | Kaz Kylheku | 2021-05-29 | 1 | -1/+1 |
* | parser: remove some parser access functions. | Kaz Kylheku | 2021-05-28 | 1 | -32/+5 |
* | parser: provide parse-errors function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+14 |
* | json: get-json function. | Kaz Kylheku | 2021-05-28 | 1 | -7/+18 |
* | json: implement distinguished json quasiquote. | Kaz Kylheku | 2021-05-27 | 1 | -1/+1 |
* | New #J syntax for JSON objects in TXR Lisp. | Kaz Kylheku | 2021-05-26 | 1 | -0/+15 |
* | listener: complete on structs and FFI typedefs. | Kaz Kylheku | 2021-05-25 | 1 | -7/+11 |
* | listener: don't complete on unbound symbols | Kaz Kylheku | 2021-05-18 | 1 | -4/+3 |
* | compiler: better code for global var definitions. | Kaz Kylheku | 2021-05-14 | 1 | -1/+1 |
* | parser: bug: handing of lex state in pushback tokens. | Kaz Kylheku | 2021-05-12 | 1 | -0/+2 |
* | tree: streamline iteration; provide high limit. | Kaz Kylheku | 2021-05-11 | 1 | -1/+1 |
* | compile/eval: more standard formatting for diags. | Kaz Kylheku | 2021-03-27 | 1 | -1/+1 |
* | compiler/vm: more compact frame size for closures. | Kaz Kylheku | 2021-02-11 | 1 | -1/+1 |
* | compiler: frame-eliminating optimization. | Kaz Kylheku | 2021-02-11 | 1 | -1/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | listener: fix completion regression. | Kaz Kylheku | 2020-08-12 | 1 | -1/+1 |
* | listener: new *-1, *-2 ... *-20 macros. | Kaz Kylheku | 2020-07-11 | 1 | -0/+13 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -13/+23 |
* | itypes: remove silly itypes_little_endian. | Kaz Kylheku | 2020-06-19 | 1 | -2/+2 |
* | listener: perms complaint for missing .txr_history | Kaz Kylheku | 2020-06-19 | 1 | -2/+4 |
* | Replace trivial format(nil, ...) with simpler ops. | Kaz Kylheku | 2020-05-30 | 1 | -5/+5 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | listener: completion for Unicode identifiers. | Kaz Kylheku | 2020-04-17 | 1 | -2/+4 |
* | txr-parse: release deferred warnings. | Kaz Kylheku | 2020-04-14 | 1 | -2/+11 |
* | repl: improve dotfile security tests. | Kaz Kylheku | 2020-04-09 | 1 | -5/+27 |
* | exceptions: use uw_rthrow for non-error exceptions. | Kaz Kylheku | 2020-04-07 | 1 | -2/+2 |
* | warning cleanup: GNU C++ initializer warnings. | Kaz Kylheku | 2020-04-06 | 1 | -1/+1 |
* | warning cleanup: missing member initializers. | Kaz Kylheku | 2020-04-05 | 1 | -7/+5 |
* | warning cleanup: signed/unsigned in ternaries. | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+8 |
* | New function: txr-parse. | Kaz Kylheku | 2020-04-02 | 1 | -0/+41 |
* | listener: if no new lines, don't save history. | Kaz Kylheku | 2020-02-18 | 1 | -1/+1 |