| Commit message (Expand) | Author | Age | Files | Lines |
* | New --free-all option for freeing memory on exit. | Kaz Kylheku | 2016-06-07 | 1 | -3/+1 |
* | Store hash values in hash entries. | Kaz Kylheku | 2016-05-27 | 1 | -0/+7 |
* | Reduce work done by hashing. | Kaz Kylheku | 2016-05-27 | 1 | -2/+2 |
* | Avoid unnecessary evaluation in argument defaulting. | Kaz Kylheku | 2016-05-07 | 1 | -4/+1 |
* | Adding panic macro, which throws a panic exception. | Kaz Kylheku | 2016-05-07 | 1 | -1/+1 |
* | Mechanism for recycling conses outside of GC. | Kaz Kylheku | 2016-04-20 | 1 | -0/+4 |
* | Fix proper-listp to proper-list-p. | Kaz Kylheku | 2016-04-14 | 1 | -1/+1 |
* | Adding rightmost item search functions. | Kaz Kylheku | 2016-03-27 | 1 | -0/+13 |
* | Implement socket timeouts. | Kaz Kylheku | 2016-03-15 | 1 | -1/+1 |
* | New function, split*. | Kaz Kylheku | 2016-01-17 | 1 | -0/+1 |
* | Fix omission: the / function becomes n-ary. | Kaz Kylheku | 2016-01-13 | 1 | -0/+1 |
* | Print control chars in regexes using \x. | Kaz Kylheku | 2016-01-12 | 1 | -0/+1 |
* | New internal function scat: variable arg cat_str. | Kaz Kylheku | 2016-01-10 | 1 | -0/+1 |
* | Use struct instead of cons for lazy string fields. | Kaz Kylheku | 2016-01-09 | 1 | -1/+7 |
* | New internal function for copying malloced object. | Kaz Kylheku | 2016-01-09 | 1 | -0/+1 |
* | Revert chr-isdigit/isxdigit, provide new functions. | Kaz Kylheku | 2016-01-04 | 1 | -0/+2 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | C++ breakage: multiple definition of name_s. | Kaz Kylheku | 2015-12-30 | 1 | -1/+1 |
* | Overhaul printing of lazy strings. | Kaz Kylheku | 2015-12-28 | 1 | -0/+1 |
* | Support eight-argument intrinsic functions. | Kaz Kylheku | 2015-12-16 | 1 | -1/+7 |
* | New functions window-map and window-mappend. | Kaz Kylheku | 2015-11-25 | 1 | -0/+2 |
* | New equality substitution. | Kaz Kylheku | 2015-11-20 | 1 | -1/+6 |
* | Provide butlast function. | Kaz Kylheku | 2015-11-20 | 1 | -0/+1 |
* | Consistent parameter name in list_collect_* decls. | Kaz Kylheku | 2015-11-11 | 1 | -5/+5 |
* | Adding revappend and nreconc. | Kaz Kylheku | 2015-11-11 | 1 | -0/+4 |
* | Add func_n6o. | Kaz Kylheku | 2015-11-10 | 1 | -0/+1 |
* | New range type, distinct from cons cell. | Kaz Kylheku | 2015-11-01 | 1 | -4/+19 |
* | Move noreturn macro. | Kaz Kylheku | 2015-10-28 | 1 | -0/+6 |
* | New function chk_manage_vec. | Kaz Kylheku | 2015-10-17 | 1 | -0/+2 |
* | Renaming some functions for consistency. | Kaz Kylheku | 2015-10-16 | 1 | -4/+4 |
* | Adding find-frame function. | Kaz Kylheku | 2015-10-15 | 1 | -0/+5 |
* | New functions take, drop, {take,drop}-{while,until}. | Kaz Kylheku | 2015-10-05 | 1 | -0/+6 |
* | Introduce chk_wmalloc function. | Kaz Kylheku | 2015-09-22 | 1 | -0/+1 |
* | Adding flatcar* function. | Kaz Kylheku | 2015-09-19 | 1 | -0/+1 |
* | New function: flatcar. | Kaz Kylheku | 2015-09-18 | 1 | -0/+1 |
* | New functions, subtypep and typep. | Kaz Kylheku | 2015-09-08 | 1 | -0/+3 |
* | linenoise: use checked allocator for strdup. | Kaz Kylheku | 2015-09-06 | 1 | -0/+1 |
* | linenoise completion for txr symbols | Kaz Kylheku | 2015-09-05 | 1 | -0/+3 |
* | Syntax errors refer to REPL line number. | Kaz Kylheku | 2015-09-05 | 1 | -0/+1 |
* | No need to point the compiler into the mpi directory. | Kaz Kylheku | 2015-09-04 | 1 | -1/+1 |
* | Time structure. | Kaz Kylheku | 2015-08-31 | 1 | -0/+2 |
* | struct: 4-way set associative slot caches. | Kaz Kylheku | 2015-08-30 | 1 | -3/+7 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -0/+6 |
* | Renaming c_true to tnil. | Kaz Kylheku | 2015-08-27 | 1 | -1/+1 |
* | New function: shuffle. | Kaz Kylheku | 2015-08-24 | 1 | -0/+1 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -62/+72 |
* | New function, clamp. | Kaz Kylheku | 2015-08-13 | 1 | -0/+1 |
* | New display-width function. | Kaz Kylheku | 2015-08-13 | 1 | -0/+1 |
* | Remove never-used member of symbol structure. | Kaz Kylheku | 2015-08-09 | 1 | -1/+0 |
* | C++ static forward issue. | Kaz Kylheku | 2015-08-07 | 1 | -0/+8 |