log src/fns.c @ 5273:799742b751c8

age author description
Thu, 16 Sep 2010 20:34:49 +0100 Aidan Kehoe Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
Thu, 16 Sep 2010 18:46:05 +0100 Aidan Kehoe Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce.
Tue, 07 Sep 2010 17:03:46 +0100 Aidan Kehoe Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
Mon, 06 Sep 2010 17:29:51 +0100 Aidan Kehoe Move #'replace to C, add bounds-checking to it and to #'fill.
Thu, 02 Sep 2010 12:23:11 +0100 Aidan Kehoe Support process plists, for greater GNU compatibility.
Wed, 01 Sep 2010 12:51:32 +0100 Aidan Kehoe Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()