ruby/win32
Nobuyoshi Nakada 899ea35035
Extract include/ruby/internal/attr/packed_struct.h
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
2023-02-08 12:34:13 +09:00
..
.document
Makefile.sub Extract include/ruby/internal/attr/packed_struct.h 2023-02-08 12:34:13 +09:00
configure.bat Add GMP support for mswin 2022-09-13 15:44:29 +09:00
dir.h [win32] Only include base windows types 2022-10-26 10:42:03 +09:00
enc-setup.mak
file.c Windows: Fix encoding of Dir.home 2022-12-24 22:54:23 +09:00
file.h Add support for `sockaddr_un` on Windows. (#6513) 2022-11-17 14:50:25 -08:00
ifchange.bat Auto-generate the release date on version.h from git CommitDate (#6382) 2022-09-17 21:16:06 +09:00
makedirs.bat
mkexports.rb Use class methods of `File` over `Kernel.open` and `IO.read` 2022-11-21 22:16:49 +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 Fix `$(RMALL) -r` on Windows 2019-11-26 11:44:11 +09:00
rmdirs.bat
rtname.cmd
ruby.manifest [Win32] long path name support [Bug #12551] 2021-05-17 08:33:08 +09:00
setup.mak Reject VS2022 compiler versions with the known bugs 2023-02-01 17:13:01 +09:00
win32.c Windows: Prefer USERPROFILE over HOMEPATH 2022-12-24 23:48:47 +09:00
winmain.c