log src/dired.c @ 5940:c608d4b0b75e cygwin64 tip

age author description
Sun, 15 Sep 2013 23:47:37 +0900 Stephen J. Turnbull Eliminate several compiler (clang) warnings.
Mon, 17 Jun 2013 10:23:00 -0600 Jerry James Convert C (un)signed long long values to bignums properly.
Wed, 24 Apr 2013 20:16:14 -0400 Vin Shelton Hack in rudimentary group support for WIN32 in support of Mats ID-FORMAT patch
Sat, 20 Apr 2013 00:04:58 +0200 Mats Lidell Added optional argument ID-FORMAT to file-attributes for GNU compatibility.
Wed, 06 Mar 2013 08:32:17 -0700 Jerry James Avoid EOVERFLOW from stat() calls due to overflowing inode numbers.
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Sun, 01 May 2011 18:44:03 +0100 Aidan Kehoe Merge.
Sat, 20 Feb 2010 06:03:00 -0600 Ben Wing Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Sat, 23 Apr 2011 23:47:13 +0200 Mats Lidell Merge with trunk.
Mon, 07 Feb 2011 21:22:17 +0100 Mats Lidell Merge with trunk.
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