From 2868a7009f04a40d52c27503a0a4feb50da5c877 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 22 Feb 2012 00:42:06 -0800 Subject: * eval.c (eval_init): Intrinsic bindings for sub, ref, refset and replace. * lib.c (do_sort): Static function renamed to sort_list. (swap, quicksort, sort_vec): New static functions. (sort): Made generic over lists, vectors and strings. (refset): New function. * lib.h (sort): Declaration updated (parameter name change). (refset): Declared. * txr.1: Mention refset. * txr.vim: Updated with refset. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 25e6d8b6..629b8b4b 100644 --- a/txr.1 +++ b/txr.1 @@ -6644,7 +6644,7 @@ Certain object types have a custom equal function. .SS Function length -.SS Functions sub, ref and replace +.SS Functions sub, ref, refset and replace .SS Function symbol-function -- cgit v1.2.3