diff options
| author | avih <2164962+avih@users.noreply.github.com> | 2026-04-18 12:27:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-18 10:27:47 +0100 |
| commit | 0495eb5c75d62fc574a8c5477f9196f0917f723d (patch) | |
| tree | c0fa246fc4b3933255295df8ce2f478a74d4cd93 /scripts | |
| parent | 2ed1d5d344cb9991916bc538d30182cae875079f (diff) | |
| download | busybox-w32-0495eb5c75d62fc574a8c5477f9196f0917f723d.tar.gz busybox-w32-0495eb5c75d62fc574a8c5477f9196f0917f723d.tar.bz2 busybox-w32-0495eb5c75d62fc574a8c5477f9196f0917f723d.zip | |
Win32: trivial refinements (#577)
* win32: fnmatch2 minor refinements (no-op)
With beacket, add '\' to the switch/case, and at fnmatch, pre-calc
the two most used flags (CASEFOLD and PATHNAME) once on init.
Negligible perf impact, and happens to save few bytes in x64.
* win32: actype: trivial refinments (no-op)
NULL was used in actype.h but requires stddef.h - which we don't
include, so use (int*)0 which also expresses it more clearly.
Remove "#include <string.h>" at actype.c, which we don't need anymore.
* scripts/patbench.sh: make executable (chmod +x)
Diffstat (limited to 'scripts')
| -rwxr-xr-x[-rw-r--r--] | scripts/patbench.sh | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/scripts/patbench.sh b/scripts/patbench.sh index abb791ffe..abb791ffe 100644..100755 --- a/scripts/patbench.sh +++ b/scripts/patbench.sh | |||
