From 512cdb9f2ba6dde0c24bfed13d095ea37e38a6ec Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 30 Jan 2015 23:11:55 -0800 Subject: Simplify read_dirent's MSDOS hacks * dired.c (read_dirent): Simplify by removing the need for the DIR_ENTRY argument. All callers changed. This separates the MS-DOS idiosyncrasies better from the rest of the code. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2130312ccf2..ab1a748abce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2015-01-31 Paul Eggert + + Simplify read_dirent's MSDOS hacks + * dired.c (read_dirent): Simplify by removing the need for the + DIR_ENTRY argument. All callers changed. This separates the + MS-DOS idiosyncrasies better from the rest of the code. + 2015-01-30 Eli Zaretskii * dired.c (read_dirent): Accept an additional argument -- cgit v1.2.1