ruby/win32
Peter Zhu 58386814a7 Don't check for null pointer in calls to free
According to the C99 specification section 7.20.3.2 paragraph 2:

> If ptr is a null pointer, no action occurs.

So we do not need to check that the pointer is a null pointer.
2023-06-30 09:13:31 -04:00
..
Makefile.sub [Feature #19741] Add yarp to builds 2023-06-21 11:25:39 -07: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 Don't check for null pointer in calls to free 2023-06-30 09:13:31 -04: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 Prefer to use File.foreach instead of IO.foreach 2023-02-27 18:49:18 +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 made *.cmd excutable 2018-04-22 00:47:56 +00:00
ruby.manifest [Win32] long path name support [Bug #12551] 2021-05-17 08:33:08 +09:00
setup.mak s/MJIT/RJIT/ 2023-03-06 23:44:01 -08:00
win32.c Don't check for null pointer in calls to free 2023-06-30 09:13:31 -04:00
winmain.c