log lisp/cl-macs.el @ 5266:f9ec07abdbf9

age author description
Thu, 16 Sep 2010 14:31:40 +0100 Aidan Kehoe Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
Thu, 16 Sep 2010 13:36:03 +0100 Aidan Kehoe Add an implementation for #'the, cl-macs.el
Sat, 24 Jul 2010 17:38:35 +0100 Aidan Kehoe Bit vectors are also sequences; enforce this in some CL functions.
Wed, 02 Jun 2010 16:18:50 +0100 Aidan Kehoe Add Common Lisp's #'complement to cl-extra.el.
Sun, 30 May 2010 13:27:36 +0100 Aidan Kehoe Tidying of CL files; make docstrings read better, remove commented-out code
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Sat, 20 Mar 2010 12:00:23 +0000 Aidan Kehoe Correct the notany, notevery compiler macros.
Fri, 05 Mar 2010 15:11:52 +0000 Aidan Kehoe Avoid the query-coding-tests.el hang, by fixing a logic bug.
Tue, 02 Mar 2010 13:02:36 +0000 Aidan Kehoe Handle the :from-end argument correctly, #'delete-duplicates compiler macro.
Mon, 01 Mar 2010 21:05:33 +0000 Aidan Kehoe Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
Thu, 25 Feb 2010 16:19:01 +0100 Didier Verna The background-placement face property.
Thu, 25 Feb 2010 04:10:52 -0600 Ben Wing fix issues with display of argument docstrings
Tue, 23 Feb 2010 05:11:15 -0600 Ben Wing merge
Tue, 23 Feb 2010 01:12:13 -0600 Ben Wing fix so that CL docstrings (with &key, etc.) handled properly
Mon, 22 Feb 2010 20:08:51 +0000 Aidan Kehoe Add #'constantly, as specified by ANSI Common Lisp.