| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | linenoise completion for txr symbols | Kaz Kylheku | 2015-09-05 | 3 | -0/+134 |
* | linenoise: 27 and 9 to ESC and TAB. | Kaz Kylheku | 2015-09-05 | 1 | -2/+2 |
* | linenoise: Ctrl-V verbatim insert. | Kaz Kylheku | 2015-09-05 | 1 | -0/+12 |
* | linenoise: remove useless comments, 8 -> CTRL_H. | Kaz Kylheku | 2015-09-05 | 1 | -35/+34 |
* | linenoise: separate display semantics from buffer | Kaz Kylheku | 2015-09-05 | 1 | -82/+116 |
* | Syntax errors refer to REPL line number. | Kaz Kylheku | 2015-09-05 | 6 | -8/+25 |
* | Numbered prompt with backreferencing. | Kaz Kylheku | 2015-09-05 | 1 | -1/+15 |
* | linenoise: hard-coded stream in generate_beep. | Kaz Kylheku | 2015-09-05 | 1 | -5/+4 |
* | Basic REPL based on linenoise. | Kaz Kylheku | 2015-09-05 | 5 | -1/+119 |
* | linenoise: get rid of globals; everything in struct. | Kaz Kylheku | 2015-09-04 | 3 | -182/+234 |
* | Bringing in Linenoise example. | Kaz Kylheku | 2015-09-04 | 1 | -0/+75 |
* | linenoise: tty read fix. | Kaz Kylheku | 2015-09-04 | 1 | -1/+2 |
* | Null out freed history elements. | Kaz Kylheku | 2015-09-04 | 1 | -7/+15 |
* | linenoise: change naming to conform to project. | Kaz Kylheku | 2015-09-04 | 2 | -146/+145 |
* | Eliminate tabs from linenoise source. | Kaz Kylheku | 2015-09-04 | 1 | -19/+19 |
* | linenoise: compile as C++ and use checked allocator. | Kaz Kylheku | 2015-09-04 | 2 | -27/+19 |
* | Fix failure of struct.c to compile as C++. | Kaz Kylheku | 2015-09-04 | 1 | -16/+9 |
* | Compile and link linkenoise into txr; fix errors. | Kaz Kylheku | 2015-09-04 | 2 | -9/+10 |
* | No need to point the compiler into the mpi directory. | Kaz Kylheku | 2015-09-04 | 2 | -2/+1 |
* | Add linenoise library. | Kaz Kylheku | 2015-09-03 | 4 | -1/+1203 |
* | Version 114.txr-114 | Kaz Kylheku | 2015-09-02 | 7 | -317/+377 |
* | One-liner to allow @{obj.slot} in quasiliterals. | Kaz Kylheku | 2015-09-02 | 2 | -2/+2 |
* | Adding struct tests. | Kaz Kylheku | 2015-09-02 | 3 | -4/+148 |
* | Slot cache fix: zero is a valid slot index. | Kaz Kylheku | 2015-09-02 | 1 | -2/+2 |
* | Fix broken finalization support. | Kaz Kylheku | 2015-09-02 | 1 | -1/+1 |
* | Fix incorrect finalization of struct-type. | Kaz Kylheku | 2015-09-02 | 3 | -15/+22 |
* | Fix incorrect example and add one more approach. | Kaz Kylheku | 2015-09-02 | 1 | -12/+38 |
* | Unix password database access. | Kaz Kylheku | 2015-09-01 | 3 | -0/+246 |
* | Fix wrongly named hash_lit_s symbol. | Kaz Kylheku | 2015-09-01 | 1 | -1/+1 |
* | Document new time structure and functions. | Kaz Kylheku | 2015-09-01 | 1 | -0/+65 |
* | Documenting stat structure. | Kaz Kylheku | 2015-09-01 | 1 | -25/+47 |
* | Fix bad .meta/.metn formatting. | Kaz Kylheku | 2015-09-01 | 1 | -5/+5 |
* | equal comparison and hashing for structs. | Kaz Kylheku | 2015-09-01 | 1 | -2/+36 |
* | Fix wrong description of :whole | Kaz Kylheku | 2015-09-01 | 1 | -2/+32 |
* | Improve error for uncallable object. | Kaz Kylheku | 2015-09-01 | 1 | -1/+1 |
* | Remove useless comment that contains two typos. | Kaz Kylheku | 2015-09-01 | 1 | -4/+0 |
* | Time structure. | Kaz Kylheku | 2015-08-31 | 3 | -0/+62 |
* | Struct documentation. | Kaz Kylheku | 2015-08-31 | 1 | -5/+750 |
* | Move stat functions to use a struct. | Kaz Kylheku | 2015-08-30 | 6 | -37/+95 |
* | struct: 4-way set associative slot caches. | Kaz Kylheku | 2015-08-30 | 2 | -13/+61 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 15 | -6/+636 |
* | Document alternation syntax. | Kaz Kylheku | 2015-08-29 | 1 | -0/+8 |
* | Print parser error message for parse-time exceptions. | Kaz Kylheku | 2015-08-29 | 1 | -3/+25 |
* | Renaming c_true to tnil. | Kaz Kylheku | 2015-08-27 | 5 | -25/+25 |
* | Fix wrong HTML references caused by identical section names. | Kaz Kylheku | 2015-08-25 | 1 | -2/+7 |
* | Fix duplication in manpage. | Kaz Kylheku | 2015-08-25 | 1 | -15/+1 |
* | Replace two-step initialization of args with macros. | Kaz Kylheku | 2015-08-24 | 7 | -84/+55 |
* | Document previously undocumented command line options. | Kaz Kylheku | 2015-08-24 | 2 | -0/+24 |
* | Compatibility <= 107 allows redefinition of builtins. | Kaz Kylheku | 2015-08-24 | 2 | -1/+8 |
* | Add maze generation to test suite. | Kaz Kylheku | 2015-08-24 | 3 | -0/+154 |