summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* Relax input type constraint in vec-list.Kaz Kylheku2016-01-181-4/+1
* New function, split*.Kaz Kylheku2016-01-171-5/+46
* partition* bugfix: ignore negative indices consistently.Kaz Kylheku2016-01-171-9/+14
* partition* bugfix: incorrect behavior for 0.Kaz Kylheku2016-01-171-1/+1
* Apply partition/split bugfix to partition*.Kaz Kylheku2016-01-171-4/+4
* Bugfix: *print-flo-format* used for integer output.Kaz Kylheku2016-01-141-0/+2
* Improve n-ary minus like newly added division.Kaz Kylheku2016-01-141-3/+13
* Optimization in n-ary numeric functions.Kaz Kylheku2016-01-141-5/+12
* Fix omission: the / function becomes n-ary.Kaz Kylheku2016-01-131-0/+17
* Fix broken print of semicolon after ctrl char.Kaz Kylheku2016-01-121-1/+1
* Print control chars in regexes using \x.Kaz Kylheku2016-01-121-1/+1
* Pretty-print DEL and U+DCxx str char using \xHEX.Kaz Kylheku2016-01-121-1/+1
* Remove redundant assert in mem allocation functions.Kaz Kylheku2016-01-101-3/+0
* Reduce scope of variable in cat_str.Kaz Kylheku2016-01-101-2/+2
* New internal function scat: variable arg cat_str.Kaz Kylheku2016-01-101-2/+82
* GC-correct order in copy_lazy_str.Kaz Kylheku2016-01-101-2/+2
* Rework lazy string optimization done in TXR 118.Kaz Kylheku2016-01-091-26/+10
* Use struct instead of cons for lazy string fields.Kaz Kylheku2016-01-091-17/+24
* New internal function for copying malloced object.Kaz Kylheku2016-01-091-0/+8
* Revert chr-isdigit/isxdigit, provide new functions.Kaz Kylheku2016-01-041-0/+10
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* C++ breakage: multiple definition of name_s.Kaz Kylheku2015-12-301-1/+2
* New variables for floating-point printing control.Kaz Kylheku2015-12-281-1/+4
* Whitespace in lazy_str_force.Kaz Kylheku2015-12-281-1/+1
* Overhaul printing of lazy strings.Kaz Kylheku2015-12-281-30/+91
* Fix exception in @(freeform) over interactive input.Kaz Kylheku2015-12-271-1/+6
* chr-isdigit and chr-isxdigit return value.Kaz Kylheku2015-12-231-2/+13
* Print some instances of qref as dot notation.Kaz Kylheku2015-12-181-0/+24
* Useful feature: object post-initialization.Kaz Kylheku2015-12-161-1/+1
* Support eight-argument intrinsic functions.Kaz Kylheku2015-12-161-0/+46
* bugfix: dwim_set not handling hash correctly.Kaz Kylheku2015-12-161-0/+4
* bugfix: nil from in replace wrongly treated as 0.Kaz Kylheku2015-12-161-6/+6
* Bugfix: incorrect less comparison for ranges.Kaz Kylheku2015-12-091-3/+12
* range-regex returns range, not cons.Kaz Kylheku2015-12-071-1/+1
* Drop ctx_form param on env_vbind_special and apply.Kaz Kylheku2015-11-301-2/+2
* Change funcall_interp API.Kaz Kylheku2015-11-301-7/+6
* Rename interp_fun function.Kaz Kylheku2015-11-301-7/+7
* Bugfix: split and partition again.Kaz Kylheku2015-11-291-2/+3
* Bugfix: destructive behavior in transpose.Kaz Kylheku2015-11-281-1/+1
* New functions window-map and window-mappend.Kaz Kylheku2015-11-251-0/+113
* Bugfix: split and partition functions.Kaz Kylheku2015-11-241-3/+3
* Combat spurious retention in few more functions.Kaz Kylheku2015-11-201-13/+17
* last function becomes generic.Kaz Kylheku2015-11-201-3/+6
* New equality substitution.Kaz Kylheku2015-11-201-26/+73
* Fix buggy less function.Kaz Kylheku2015-11-201-32/+38
* Fix type hole in equal function w.r.t. COBJ.Kaz Kylheku2015-11-201-1/+1
* Address spurious retention across library.Kaz Kylheku2015-11-201-17/+95
* Combat spurious retention in mapdo.Kaz Kylheku2015-11-201-0/+2
* Provide butlast function.Kaz Kylheku2015-11-201-0/+5
* Functors: structs callable as functions.Kaz Kylheku2015-11-201-0/+3