Mercurial > hg > xemacs-beta
log src/fns.c @ 5262:75bcb5bef459
age | author | description |
---|---|---|
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() |
Sat, 24 Jul 2010 15:56:57 +0100 | Aidan Kehoe | Be more careful about side-effects from Lisp code, #'reduce |
Sun, 06 Jun 2010 13:24:31 +0100 | Aidan Kehoe | Move #'reduce to fns.c from cl-seq.el. |