From c0239cdbfa81e40087cc1d93bcf292eee2a3fc68 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 11 Dec 2009 15:55:16 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2fc93c4b..5391e161 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-12-11 Eli Zaretskii + * job.c (construct_command_argv_internal) + [WINDOWS32]: Add "echo." and a few more commands that are built + into cmd.exe. Fixes Savannah bug #28126. + * file.c (lookup_file) [HAVE_DOS_PATHS]: Treat '\\' like we do with '/'.