wine/programs/cmd
Eric Pouech e1c37c21da cmd: Use CRT file I/O function inside 'for /F' handling.
This allows:
- to mimic native behavior when a stray '\0' is present in file
  (in 'FOR /F' execution, it's interpreted as an EOF marker)
  (prevents an infinite loop)
- supports (with /USEBACKQ) unicode output (if BOM is present)

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53386
2022-11-10 09:48:23 +01:00
..
tests cmd: Fix the spelling of a batch file comment. 2022-03-24 09:53:59 +01:00
batch.c cmd: Bail out when full path name exceeds MAX_PATH. 2022-01-25 20:50:49 +01:00
builtins.c cmd: Use CRT file I/O function inside 'for /F' handling. 2022-11-10 09:48:23 +01:00
cmd.rc cmd: Bail out when full path name exceeds MAX_PATH. 2022-01-25 20:50:49 +01:00
directory.c cmd: Use the wcsrev function instead of reimplementing it. 2022-11-04 19:23:55 +01:00
Makefile.in cmd: Enable compilation with long types. 2022-02-17 09:07:07 +01:00
wcmd.h cmd: Bail out when full path name exceeds MAX_PATH. 2022-01-25 20:50:49 +01:00
wcmd.ico cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmd.svg cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmdmain.c cmd: Enable compilation with long types. 2022-02-17 09:07:07 +01:00