summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* * unwind.c (unhandled_hook_s): New static variable.Kaz Kylheku2015-02-061-0/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * lib.c (make_like): Fix regression introduced in 102.Kaz Kylheku2015-01-271-1/+1
* * eval.c (eval_init): Register dupl and swap_12_21 asKaz Kylheku2015-01-251-0/+10
* * lib.c (make_like): Bugfix. (make-like nil "abc")Kaz Kylheku2015-01-111-0/+4
* * lib.c (replace_str, replace_vec): Bugfix. The replacement itemKaz Kylheku2014-12-311-87/+91
* * lib.c (simple_lazy_stream_func): Bugfix: close the streamKaz Kylheku2014-12-251-2/+4
* * eval.c (eval_init): Registered intrinsic function unique.Kaz Kylheku2014-12-231-4/+11
* * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions.Kaz Kylheku2014-12-231-0/+21
* * lib.c (func_n0o): Useless, unused function removed.Kaz Kylheku2014-12-231-7/+0
* * lib.c (copy): Support copying random state objectsKaz Kylheku2014-12-181-1/+4
* * eval.c (eval_init): Register in function as intrinsic.Kaz Kylheku2014-12-051-0/+70
* * lib.c (set_diff): Bugfix: use member rather than find,Kaz Kylheku2014-12-051-1/+1
* * eval.c (eval_init): Register lequal and gequal.Kaz Kylheku2014-11-271-0/+41
* * eval.c (eval_init): Register less and greater toKaz Kylheku2014-11-271-0/+28
* * eval.c (eval_init): Register sort-group.Kaz Kylheku2014-11-211-1/+9
* * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq)Kaz Kylheku2014-11-211-8/+7
* * lib.c (partition_by_func): Rename one local variable for clarity.Kaz Kylheku2014-11-211-9/+8
* * lib.c (where): Argument order reversed, with compat support.Kaz Kylheku2014-11-201-1/+7
* * lib.c (sel): Accept a function in place of the index list.Kaz Kylheku2014-11-201-1/+3
* * lib.c (split_str): If the separator string is empty,Kaz Kylheku2014-11-171-1/+24
* * lib.c (max2, min2): Use the less comparison functionKaz Kylheku2014-11-151-4/+4
* * lib.c (sub, ref, refset, replace, update, search_list):Kaz Kylheku2014-11-061-6/+6
* * eval.c (eval_init): Register chand intrinsic.Kaz Kylheku2014-11-061-0/+23
* Allow then-func to be omitted in iff. Cleanup.Kaz Kylheku2014-11-061-1/+2
* * lib.c (iff): Bugfix: forgotten handling of defaultKaz Kylheku2014-11-051-0/+1
* * lib.c (chk_grow_vec): New function.Kaz Kylheku2014-10-301-9/+27
* * lib.c (type_check): Function moved to header file inline.Kaz Kylheku2014-10-261-4/+2
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-15/+15
* * eval.c (eval_init): Register notf intrinsic function.Kaz Kylheku2014-10-211-0/+10
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-36/+36
* Purge stray occurrences of "void *" from code base.Kaz Kylheku2014-10-171-5/+5
* * arith.c (gcd): Fix semantics. If either operand isKaz Kylheku2014-10-161-0/+18
* * eval.c (eval_init): Register greater function as intrinsic.Kaz Kylheku2014-10-131-10/+14
* * eval.c (merge_wrap): New static functionKaz Kylheku2014-10-121-2/+129
* * eval.c (eval_init): Register chr_isblank and chr_isunisp asKaz Kylheku2014-10-111-0/+10
* Moving system interface functions to separate module out ofKaz Kylheku2014-10-081-0/+2
* Fix 2011-12-03 regression. The freeform directive codeKaz Kylheku2014-10-081-0/+3
* Using unified COBJ representation for both regex kinds,Kaz Kylheku2014-10-021-2/+1
* * lib.c (do_and): Fix andf again: (andf) not producingKaz Kylheku2014-09-261-1/+1
* * lib.c (do_and, do_or): Fix broken andf and orf,Kaz Kylheku2014-09-251-6/+8
* * lib.c (compat_fixup): void return changed to int.Kaz Kylheku2014-09-101-2/+7
* * eval.c (eval_init): Register intrinsic partition* function.Kaz Kylheku2014-09-091-0/+77
* * eval.c (eval_init): Register intrinsic partition function.Kaz Kylheku2014-09-091-0/+55
* * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.Kaz Kylheku2014-09-081-0/+1
* * lib.c (symbol_setname): New static function.Kaz Kylheku2014-09-031-7/+26
* * eval.c (eval_init): Update registration of lisp-parse and readKaz Kylheku2014-09-021-1/+2
* * arith.c (arith_init): Register some variables: *flo-dig*,Kaz Kylheku2014-09-011-1/+1
* GC correctness fixes: make sure we pin down objects for which we borrowKaz Kylheku2014-08-251-2/+9
* * eval.c (eval_init): Register uniq function.Kaz Kylheku2014-07-291-0/+33