Johannes Sixt
e5b313442a
mingw_fopen: report ENOENT for invalid file names
...
On Windows, certain characters are prohibited in file names, most
prominently the colon. When fopen() is called with such an invalid file
name, the underlying Windows API actually reports a particular error,
but since there is no suitable errno value, this error is translated
to EINVAL. Detect the case and report ENOENT instead.
Signed-off-by: Johannes Sixt <j6t@kdbg.org >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2017-06-02 10:40:04 +09:00
..
2016-09-07 10:41:45 -07:00
2016-01-15 14:01:52 -08:00
2016-06-06 19:22:00 -07:00
2016-03-30 11:16:20 -07:00
2016-05-18 15:11:46 -07:00
2016-04-08 11:45:47 -07:00
2016-01-12 10:40:54 -08:00
2016-01-04 09:51:33 -08:00
2017-05-26 12:33:55 +09:00
2014-04-01 14:39:04 -07:00
2015-09-25 10:18:18 -07:00
2015-09-25 10:18:18 -07:00
2012-02-05 16:32:33 -08:00
2009-03-02 18:28:06 -08:00
2017-06-02 10:40:04 +09:00
2016-12-11 16:15:46 -08:00
2012-08-24 09:48:51 -07:00
2010-02-25 12:08:22 -08:00
2014-04-10 12:18:55 -07:00
2010-11-23 16:06:50 -08:00
2013-09-11 11:08:52 -07:00
2011-09-11 14:43:33 -07:00
2013-04-12 12:23:20 -07:00
2007-01-09 16:40:40 -08:00
2016-05-06 13:16:37 -07:00
2015-10-05 11:06:49 -07:00
2017-01-23 11:02:34 -08:00
2016-02-22 14:51:09 -08:00
2016-02-22 14:51:09 -08:00
2015-11-05 10:35:11 -08:00
2015-11-05 10:35:11 -08:00
2016-03-30 11:13:01 -07:00
2014-12-04 11:58:36 -08:00
2005-12-05 15:50:29 -08:00
2016-09-07 10:41:45 -07:00
2006-12-20 09:51:35 -08:00
2011-11-02 13:06:30 -07:00
2007-02-19 18:20:30 -08:00
2016-01-15 10:12:51 -08:00
2011-12-12 16:09:38 -08:00
2013-07-21 15:09:56 -07:00
2013-05-08 12:14:35 -07:00
2016-04-22 15:01:16 -07:00
2017-02-16 14:45:13 -08:00