| www.delorie.com/bin/cvsweb.cgi/djgpp/src/libc/posix/sys/stat/is_exec.c | search |
To download the latest version of this file, click on most recent revision number, then use your browser's "save page as" feature.
Up to djgpp/src/libc/posix/sys/stat/move _djstat_fail_bits and _djstat_flags out of is_exec.c into new statbits.c
Prevent bloat of programs that call 'mkdir' or use _djstat_flags. Patches from Ozkan Sezer <sezeroz@gmail.com>. Move _djstat_fail_bits and _djstat_flags out of xstat.c into is_exec.c so that, e.g. mkdir() doesn't pull in unnecessary dependencies such as ctime.o. Replace access() call in mkdir.c with a call to _chmod(). This loses the extra _fixpath()+remote rootdir check done by access(), but it shortens things greatly by not pulling in extra dependencies, and we also don't need those checks either.
Do not mix signed and unsigned.
fix calls to tolower/toupper with signed char
import djgpp 2.01
import djgpp 2.00
| webmaster | delorie software privacy |
| Copyright © 2024 by DJ Delorie | Updated Apr 2024 |