view .gitattributes @ 32077:ed3a18fe328a

Add more efficient functions to check for files or directories on Windows (bug #59711). * liboctave/system/lo-sysdep.h, liboctave/system/lo-sysdep.cc (octave::sys::file_exists, octave::sys::dir_exists): Calling `stat` on Windows is inefficient because it isn't a native function. Use native API functions to check if a file or directory with a given name exists.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 05 May 2023 19:49:23 +0200
parents c6f9ff84dc84
children
line wrap: on
line source

# line endings in repository match line endings on disc
* -text