| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ breakage: multiple definition of name_s. | Kaz Kylheku | 2015-12-30 | 1 | -1/+2 |
* | New variables for floating-point printing control. | Kaz Kylheku | 2015-12-28 | 1 | -1/+4 |
* | Whitespace in lazy_str_force. | Kaz Kylheku | 2015-12-28 | 1 | -1/+1 |
* | Overhaul printing of lazy strings. | Kaz Kylheku | 2015-12-28 | 1 | -30/+91 |
* | Fix exception in @(freeform) over interactive input. | Kaz Kylheku | 2015-12-27 | 1 | -1/+6 |
* | chr-isdigit and chr-isxdigit return value. | Kaz Kylheku | 2015-12-23 | 1 | -2/+13 |
* | Print some instances of qref as dot notation. | Kaz Kylheku | 2015-12-18 | 1 | -0/+24 |
* | Useful feature: object post-initialization. | Kaz Kylheku | 2015-12-16 | 1 | -1/+1 |
* | Support eight-argument intrinsic functions. | Kaz Kylheku | 2015-12-16 | 1 | -0/+46 |
* | bugfix: dwim_set not handling hash correctly. | Kaz Kylheku | 2015-12-16 | 1 | -0/+4 |
* | bugfix: nil from in replace wrongly treated as 0. | Kaz Kylheku | 2015-12-16 | 1 | -6/+6 |
* | Bugfix: incorrect less comparison for ranges. | Kaz Kylheku | 2015-12-09 | 1 | -3/+12 |
* | range-regex returns range, not cons. | Kaz Kylheku | 2015-12-07 | 1 | -1/+1 |
* | Drop ctx_form param on env_vbind_special and apply. | Kaz Kylheku | 2015-11-30 | 1 | -2/+2 |
* | Change funcall_interp API. | Kaz Kylheku | 2015-11-30 | 1 | -7/+6 |
* | Rename interp_fun function. | Kaz Kylheku | 2015-11-30 | 1 | -7/+7 |
* | Bugfix: split and partition again. | Kaz Kylheku | 2015-11-29 | 1 | -2/+3 |
* | Bugfix: destructive behavior in transpose. | Kaz Kylheku | 2015-11-28 | 1 | -1/+1 |
* | New functions window-map and window-mappend. | Kaz Kylheku | 2015-11-25 | 1 | -0/+113 |
* | Bugfix: split and partition functions. | Kaz Kylheku | 2015-11-24 | 1 | -3/+3 |
* | Combat spurious retention in few more functions. | Kaz Kylheku | 2015-11-20 | 1 | -13/+17 |
* | last function becomes generic. | Kaz Kylheku | 2015-11-20 | 1 | -3/+6 |
* | New equality substitution. | Kaz Kylheku | 2015-11-20 | 1 | -26/+73 |
* | Fix buggy less function. | Kaz Kylheku | 2015-11-20 | 1 | -32/+38 |
* | Fix type hole in equal function w.r.t. COBJ. | Kaz Kylheku | 2015-11-20 | 1 | -1/+1 |
* | Address spurious retention across library. | Kaz Kylheku | 2015-11-20 | 1 | -17/+95 |
* | Combat spurious retention in mapdo. | Kaz Kylheku | 2015-11-20 | 1 | -0/+2 |
* | Provide butlast function. | Kaz Kylheku | 2015-11-20 | 1 | -0/+5 |
* | Functors: structs callable as functions. | Kaz Kylheku | 2015-11-20 | 1 | -0/+3 |
* | Implementing *print-base* and ~d format directive. | Kaz Kylheku | 2015-11-14 | 1 | -1/+1 |
* | Fix pretty printer mishandling unexpected syntax. | Kaz Kylheku | 2015-11-11 | 1 | -7/+8 |
* | Adding revappend and nreconc. | Kaz Kylheku | 2015-11-11 | 1 | -0/+110 |
* | Improve reverse and nreverse. | Kaz Kylheku | 2015-11-11 | 1 | -16/+68 |
* | Print (rcons x y) forms as x..y. | Kaz Kylheku | 2015-11-10 | 1 | -0/+6 |
* | Add func_n6o. | Kaz Kylheku | 2015-11-10 | 1 | -0/+6 |
* | quicksort: tail recurse on longer partition. | Kaz Kylheku | 2015-11-08 | 1 | -3/+8 |
* | Median of three pivot selection in quicksort. | Kaz Kylheku | 2015-11-08 | 1 | -3/+49 |
* | New range type, distinct from cons cell. | Kaz Kylheku | 2015-11-01 | 1 | -24/+82 |
* | 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 |