summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval_init): new instrinsic function /= registered.Kaz Kylheku2012-09-111-0/+12
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-021-17/+20
* * lib.c (multi_sort_less): Fixing semantics of return value. IndividualKaz Kylheku2012-08-291-2/+4
* * lib.c (multi_sort_less): Change the semantics so that when theKaz Kylheku2012-08-291-5/+5
* * eval.c (mapcarv): Changed to external linkage.Kaz Kylheku2012-08-291-0/+31
* First cut at implementing \s, \d, \w, \S, \D and \W regex tokens.Kaz Kylheku2012-04-191-0/+1
* * eval.c (eval_init): New intrinsic functions remq*, remql*,Kaz Kylheku2012-04-151-0/+50
* * eval.c (eval_init): find-if intrinsic registered.Kaz Kylheku2012-04-141-5/+26
* * eval.c (eval_init): New functions remove-if and keep-if.Kaz Kylheku2012-04-141-0/+42
* * arith.c (INT_PTR_MAX_MP): New static variable.Kaz Kylheku2012-04-101-3/+10
* * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.Kaz Kylheku2012-04-101-1/+1
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-2/+20
* * lib.c: Revert earlier change: config.h must be included before theKaz Kylheku2012-04-071-1/+1
* * configure: Added new check for some clashing external names,Kaz Kylheku2012-04-071-1/+1
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-0/+10
* Code cleanup and tweaking.Kaz Kylheku2012-04-051-0/+19
* The mut macro should only be used for vectors or vector-like objectsKaz Kylheku2012-04-051-2/+6
* Bunch of fixes.Kaz Kylheku2012-04-051-2/+1
* Fix failing test case tests/006/freeform-1.txr.Kaz Kylheku2012-04-031-6/+12
* * eval.c (op_modplace): push replaced with mpush (mutating push).Kaz Kylheku2012-04-031-5/+4
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-9/+11
* * lib.c (vec_set_length): Use set instead of assignment.Kaz Kylheku2012-04-021-3/+5
* Start of ground-work for ephemeral GC. We must add some abstractionKaz Kylheku2012-04-011-22/+22
* * lib.c (num_str): Much more accurate test for deciding whetherKaz Kylheku2012-03-301-3/+6
* * lib.c (min2, max2): Semantics tweak. If the numbers are equal,Kaz Kylheku2012-03-291-2/+2
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-0/+14
* * lib.c (obj_print, obj_pprint): Do not use the #<lazy-string ..>Kaz Kylheku2012-03-281-2/+10
* * eval.c (eval_init): New intrinsic num-str registered.Kaz Kylheku2012-03-261-0/+8
* * arith.c (to_float): Fix unterminated argument list in throwf.Kaz Kylheku2012-03-261-1/+1
* * lib.c (rebind_s): New symbol variable.Kaz Kylheku2012-03-241-1/+2
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-241-0/+6
* * lib.c (search_str): If start_num is nil, default it to zero.Kaz Kylheku2012-03-241-0/+4
* * arith.c (plus): Optimization: use num_fast whenKaz Kylheku2012-03-201-0/+6
* * configure (uintptr): New variable. Indicates whether unsignedKaz Kylheku2012-03-191-2/+54
* Changing type function to not blow up on nil, which makes a lot of codeKaz Kylheku2012-03-171-80/+54
* * lib.c (do_chain): More useful behavior. The firstKaz Kylheku2012-03-161-3/+10
* * eval.c (eval_init): New intrinsic functionsKaz Kylheku2012-03-161-6/+36
* * lib.c (quicksort): Bugfix: incorrect loop from 0 rather than fromKaz Kylheku2012-03-161-1/+1
* * lib.c (split_str): Separator can be a regex now.Kaz Kylheku2012-03-041-23/+46
* * lib.c (sub_str): Removed second check for lazy string thatKaz Kylheku2012-03-031-2/+1
* Fixing two instances of unintentional O(n*n) behavior and poor memory useKaz Kylheku2012-03-011-0/+35
* * lib.c (numberp): Fix bad type check: null pointer dereference whenKaz Kylheku2012-02-281-0/+2
* * debug.c: Missing d command implemented.Kaz Kylheku2012-02-281-0/+45
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str,Kaz Kylheku2012-02-281-7/+7
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str,Kaz Kylheku2012-02-221-6/+27
* * eval.c (dwim_loc): del operator's return value is theKaz Kylheku2012-02-221-2/+2
* * lib.c (quicksort): Incorrect pivot selection.Kaz Kylheku2012-02-221-1/+1
* * lib.c (init): Hash bugfix: added missing call to hash_init.Kaz Kylheku2012-02-221-0/+1
* * eval.c (eval_init): Intrinsic bindings for sub, ref, refsetKaz Kylheku2012-02-221-5/+69