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
dir.h
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
ifchange.bat
makedirs.bat
mkexports.rb Prefer to use File.foreach instead of IO.foreach 2023-02-27 18:49:18 +09:00
resource.rb
rm.bat
rmdirs.bat
rtname.cmd
ruby.manifest
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