| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | New function chk_manage_vec. | Kaz Kylheku | 2015-10-17 | 1 | -0/+49 |
* | Fix overflow check using wrong variable. | Kaz Kylheku | 2015-10-17 | 1 | -1/+1 |
* | Renaming some functions for consistency. | Kaz Kylheku | 2015-10-16 | 1 | -12/+12 |
* | Allow conses functions to work on vecs and strings. | Kaz Kylheku | 2015-10-06 | 1 | -2/+6 |
* | New functions take, drop, {take,drop}-{while,until}. | Kaz Kylheku | 2015-10-05 | 1 | -0/+187 |
* | Copy lazy strings without forcing. | Kaz Kylheku | 2015-10-05 | 1 | -1/+16 |
* | Implementation of static slots for structures. | Kaz Kylheku | 2015-09-29 | 1 | -2/+2 |
* | Improve lazy_str_force_upto performance on some cases. | Kaz Kylheku | 2015-09-29 | 1 | -2/+8 |
* | Improve performance of lazy string forcing. | Kaz Kylheku | 2015-09-28 | 1 | -9/+27 |
* | lack of optional arg defaulting in lazy_sub_str. | Kaz Kylheku | 2015-09-23 | 1 | -2/+2 |
* | Bugfix: sub function not handling lazy strings. | Kaz Kylheku | 2015-09-22 | 1 | -0/+1 |
* | Introduce chk_wmalloc function. | Kaz Kylheku | 2015-09-22 | 1 | -8/+16 |
* | Adding flatcar* function. | Kaz Kylheku | 2015-09-19 | 1 | -0/+47 |
* | New function: flatcar. | Kaz Kylheku | 2015-09-18 | 1 | -0/+9 |
* | More informative printed rep for functions. | Kaz Kylheku | 2015-09-09 | 1 | -1/+18 |
* | Allow runaway lazy list computation to be interrupted. | Kaz Kylheku | 2015-09-08 | 1 | -0/+4 |
* | New functions, subtypep and typep. | Kaz Kylheku | 2015-09-08 | 1 | -0/+53 |
* | Random states of type random-state, not *random-state*. | Kaz Kylheku | 2015-09-08 | 1 | -0/+1 |
* | Remove stray debug print (TXR 113). | Kaz Kylheku | 2015-09-07 | 1 | -1/+1 |
* | Don't use prot1 for temporary gc protection. | Kaz Kylheku | 2015-09-07 | 1 | -18/+8 |
* | linenoise: use checked allocator for strdup. | Kaz Kylheku | 2015-09-06 | 1 | -0/+8 |
* | linenoise completion for txr symbols | Kaz Kylheku | 2015-09-05 | 1 | -0/+17 |
* | Syntax errors refer to REPL line number. | Kaz Kylheku | 2015-09-05 | 1 | -0/+8 |
* | 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 | 1 | -0/+58 |
* | Move stat functions to use a struct. | Kaz Kylheku | 2015-08-30 | 1 | -2/+2 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -0/+5 |
* | Renaming c_true to tnil. | Kaz Kylheku | 2015-08-27 | 1 | -16/+16 |
* | Replace two-step initialization of args with macros. | Kaz Kylheku | 2015-08-24 | 1 | -56/+28 |
* | New function: shuffle. | Kaz Kylheku | 2015-08-24 | 1 | -0/+43 |
* | Regression: assignment to [hash x..y] not working. | Kaz Kylheku | 2015-08-23 | 1 | -9/+7 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -231/+393 |
* | Better error reporting for some indirect calls. | Kaz Kylheku | 2015-08-18 | 1 | -18/+24 |
* | Bugfix: forgotten zaps could lead to spurious retention. | Kaz Kylheku | 2015-08-17 | 1 | -3/+3 |
* | New function, clamp. | Kaz Kylheku | 2015-08-13 | 1 | -0/+5 |
* | Print object readably in class mismatch error. | Kaz Kylheku | 2015-08-13 | 1 | -1/+1 |
* | New display-width function. | Kaz Kylheku | 2015-08-13 | 1 | -0/+22 |
* | Remove never-used member of symbol structure. | Kaz Kylheku | 2015-08-09 | 1 | -1/+0 |
* | C++ upkeep: resolve multiple definitions of fun_k. | Kaz Kylheku | 2015-08-07 | 1 | -1/+2 |
* | New exception type: system-error. | Kaz Kylheku | 2015-08-05 | 1 | -0/+2 |
* | Better diagnostic in funcall family of functions. | Kaz Kylheku | 2015-08-05 | 1 | -5/+14 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -3/+3 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -4/+4 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -166/+120 |
* | Adding nthcdr as accessor. | Kaz Kylheku | 2015-07-22 | 1 | -0/+13 |
* | Implementing second through tenth as places. | Kaz Kylheku | 2015-07-22 | 1 | -10/+30 |
* | * lib.c (obj_print, obj_pprint): Bugfix: incorrect | Kaz Kylheku | 2015-07-22 | 1 | -2/+4 |
* | Implementing caar, cadr, cdar and friends. | Kaz Kylheku | 2015-07-21 | 1 | -0/+2 |