summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (dwim_loc): Support indexing using a list of positions,Kaz Kylheku2014-07-021-10/+65
* * lib.c (sel): Bugfix: not implemented correctly for sequencesKaz Kylheku2014-06-301-4/+2
* * lib.c (where, sel): Extend into hashes.Kaz Kylheku2014-06-271-6/+34
* Bugfix: apply_intrinsic and iapply must not destructivelyKaz Kylheku2014-06-271-0/+7
* * lib.c (last): Bugfix: reversed null test.Kaz Kylheku2014-06-261-1/+1
* * eval.c (eval_init): register range_regex and tok_whereKaz Kylheku2014-06-261-0/+23
* * lib.c (search): Bugfix in type mismatch error message:Kaz Kylheku2014-06-261-1/+1
* * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can beKaz Kylheku2014-06-261-3/+32
* Optimization: add missing tail updates to some listKaz Kylheku2014-06-201-5/+5
* * eval.c (me_ap): New static function.Kaz Kylheku2014-06-191-3/+12
* * eval.c (eval_init): Register member and member_if as intrinsics.Kaz Kylheku2014-06-181-0/+35
* * lib.c (generic_funcall): Bugfixes: support symbols.Kaz Kylheku2014-06-171-4/+12
* * eval.c (eval_init): register tuples as intrinsic.Kaz Kylheku2014-06-171-0/+35
* * lib.c (obj_print): Render character DC00 as "pnul".Kaz Kylheku2014-06-151-3/+8
* * eval.c (eval_init): Register pos_max, pos_min, find_max,Kaz Kylheku2014-06-151-5/+88
* * eval.c (eval_init): where and sel registered as intrinsicsKaz Kylheku2014-06-151-2/+65
* * eval.c (eval_init): Change registration of string_cmpKaz Kylheku2014-06-101-9/+31
* * lib.c (match_str): Extended to suffix testing, with a negativeKaz Kylheku2014-06-091-8/+23
* Fixing issue with list-like iteration over generic sequences,Kaz Kylheku2014-06-061-18/+113
* * eval.c (eval_init): Register new search function as intrinsic.Kaz Kylheku2014-06-061-0/+66
* Documenting the return value of rplaca and rplacd, and changingKaz Kylheku2014-06-031-7/+11
* String type related bugfixes: neglecting to handle all three kinds inKaz Kylheku2014-05-101-0/+4
* * lib.c (eql): Bugfix: not handling floating-point types!Kaz Kylheku2014-04-071-5/+13
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-146/+127
* * lib.c (string_time): If possible, change the timezone in theKaz Kylheku2014-03-291-0/+5
* More generational GC fixes. One GC fix.Kaz Kylheku2014-03-271-7/+8
* Fix generational GC regression caused by fixesKaz Kylheku2014-03-271-12/+12
* * eval.c (me_quasilist): New static function.Kaz Kylheku2014-03-251-1/+3
* * eval.c (eval_init): Register last function as intrinsic.Kaz Kylheku2014-03-231-0/+6
* * eval.c (eval_init): Register empty as intrinsic.Kaz Kylheku2014-03-231-0/+34
* * lib.c (iffi): Bugfix: was still using incorrect, outdated optionalKaz Kylheku2014-03-121-2/+1
* * eval.c (plus_s, prof_s): New symbol global variables.Kaz Kylheku2014-03-121-3/+18
* * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly usedKaz Kylheku2014-03-091-1/+1
* * lib.c (upop): New function.Kaz Kylheku2014-03-071-0/+6
* * lib.c (assert_s): New global variable.Kaz Kylheku2014-03-061-1/+2
* g++ regressions.Kaz Kylheku2014-03-061-2/+2
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-031-3/+9
* New quasiquote idea: let's have two quasiquote macros sharing oneKaz Kylheku2014-03-011-9/+13
* Turn *gensym-counter* into proper special variable.Kaz Kylheku2014-02-281-4/+3
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-281-8/+30
* * lib.c (copy): New function.Kaz Kylheku2014-02-271-0/+18
* * lib.c (make_like): If the first element of list isn'tKaz Kylheku2014-02-261-1/+3
* * lib.c (lit_s): New symbol.Kaz Kylheku2014-02-261-5/+8
* * lib.c (obj_init): Revert qquote, unquote and spliceKaz Kylheku2014-02-251-3/+3
* * lib.c (obj_print, obj_pprint): Render quasi-quote hash andKaz Kylheku2014-02-241-1/+13
* * lib.c (obj_init): changing the quote, qquote, unquoteKaz Kylheku2014-02-221-4/+4
* * parser.y: Allow the (. expr) syntax to denote expr.Kaz Kylheku2014-02-221-0/+28
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-221-10/+5
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-221-10/+10
* * eval.c (env_hash): new function.Kaz Kylheku2014-02-181-0/+2