log src/dired.c @ 5408:9fc91aa3a927

age author description
Fri, 15 Oct 2010 16:35:24 +0200 Mike Sperber Move src/ to GPLv3.
Wed, 30 Mar 2011 15:07:15 -0600 Jerry James Typo fix: use a semicolon instead of a comma at the end of a statement.
Tue, 29 Mar 2011 15:59:56 -0600 Jerry James Make listu() and listn() assemble lists in forward order. Use them.
Sat, 05 Feb 2011 12:04:34 +0000 Aidan Kehoe Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
Sun, 16 May 2010 12:33:21 +0100 Aidan Kehoe Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.