Re: fdopendir closes the file descriptor on MinGW

2015-03-20 Thread David Grayson
Paul, Eli, and Eric: thanks for looking into this and providing information about the problem. On Thu, Mar 19, 2015 at 12:18 PM, Paul Eggert wrote: > On 03/19/2015 09:19 AM, Eli Zaretskii wrote: >> I suggest the following simpler >> change instead: > Thanks, I installed that, with a briefer code

Re: fdopendir closes the file descriptor on MinGW

2015-03-20 Thread Eli Zaretskii
> Date: Fri, 20 Mar 2015 09:55:07 -0700 > From: David Grayson > Cc: Eli Zaretskii > > 1) In the specification of fdeopdir, POSIX requires that > closedir(fdopendir(fd)) will close fd, assuming fdopendir was > successful. That patch does nothing to associate the duplicated file > descriptor to t

[PATCH 2/2] gitlog-to-changelog: trim trailing white space

2015-03-20 Thread Paul Eggert
* build-aux/gitlog-to-changelog (main): Trim trailing white space from commit message lines. This is helpful for processing the GNU Emacs repository, which dates back to 1985 and contains a lot of such lines. --- ChangeLog | 6 ++ build-aux/gitlog-to-changelog | 4 ++-- 2 f

[PATCH 1/2] gitlog-to-changelog: new option --ignore-matching

2015-03-20 Thread Paul Eggert
* build-aux/gitlog-to-changelog (usage, git_dir_option, main): Support new option --ignore-matching=PAT, which ignores all commit messages whose first line matches PAT. --- ChangeLog | 7 +++ build-aux/gitlog-to-changelog | 114 ++ 2 fi