log lisp/subr.el @ 5473:ac37a5f7e5be

age author description
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.
Wed, 19 Jan 2011 22:35:23 +0100 Mats Lidell Merge with trunk.
Thu, 06 Jan 2011 00:35:22 +0100 Mats Lidell Merged with trunk.
Fri, 31 Dec 2010 00:27:29 +0100 Mats Lidell Merged with trunk.
Thu, 28 Oct 2010 23:53:24 +0200 Mats Lidell Rebase with 21.5 trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Tue, 08 Mar 2011 23:41:52 +0000 Aidan Kehoe Examining the result of #'length: `eql', not `=', it's better style & cheaper
Fri, 14 Jan 2011 23:35:29 +0000 Aidan Kehoe Move #'delq, #'delete to Lisp, adding support for sequences.
Thu, 30 Dec 2010 01:59:52 +0000 Aidan Kehoe Move the heavy lifting from cl-seq.el to C.
Thu, 30 Dec 2010 01:00:40 +0000 Aidan Kehoe Implement some basic Lisp functions in terms of Common Lisp builtins.
Tue, 12 Oct 2010 21:11:46 +0100 Aidan Kehoe Make the order of preloaded-file-list more sane.
Sun, 10 Oct 2010 12:13:32 +0100 Aidan Kehoe Remove a couple of redundant functions, backquote.el
Sun, 30 May 2010 15:14:29 +0100 Aidan Kehoe Add `float-time', implemented in Lisp.
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Wed, 03 Mar 2010 18:40:12 +0000 Aidan Kehoe Make #'substring an alias of #'subseq; give the latter the byte code.
Sun, 07 Feb 2010 23:31:50 +0000 Aidan Kehoe Do not assume #'format-decode exists in fileio.c.