ruby/win32
Nobuyoshi Nakada 3cd809deb5
Win32: Fix rm.bat
- `if exist` and `del` ignore directories matching the wildcard,
  remove both separately.

- `rd /s` ignores wildcards, while `del` removes ordinary files by the
  wildcard, iterate over matching directories by `for /D`.
2024-12-31 14:53:07 +09:00
..
configure.bat Typofix 2024-12-02 10:32:05 +09:00
dir.h Add error checking to readdir, telldir, and closedir calls in dir.c 2024-09-12 10:04:10 -07:00
enc-setup.mak
file.c Windows: Remove compatibility to ancient MSVCRT API 2024-09-24 14:06:51 +09:00
file.h Add rb_w32_uspawn_process 2023-09-25 22:57:28 +09:00
ifchange.bat Fix --empty option of ifchange 2024-11-24 18:34:01 +09:00
makedirs.bat
Makefile.sub Win32: Update clean commands for bundled gems 2024-12-27 16:27:30 +09:00
mkexports.rb Win32: Remove unreferenced COMDAT from object files 2024-11-17 19:29:16 +09:00
resource.rb Use class methods of File over Kernel.open and IO.read 2022-12-01 02:28:49 +09:00
rm.bat Win32: Fix rm.bat 2024-12-31 14:53:07 +09:00
rmdirs.bat
rtname.cmd
ruby.manifest
setup.mak Win32: Allow arm64 platform 2024-12-17 20:25:05 +09:00
win32.c [win32] fix arm64 instruction decoding 2024-11-30 14:22:55 +09:00
winmain.c Win32: Expose wchar main routine only 2024-11-17 22:49:16 +09:00