auronandace
4b9a15ce7d
getopt and wchar cleanup
2026-02-28 15:50:10 +00:00
auronandace
723586e754
casting and clarity cleanups in glob
2026-02-19 11:05:30 +00:00
auronandace
a3c67e898d
add unused_must_use lint
2026-02-11 09:48:47 +00:00
auronandace
64f18ca89a
add unused_mut lint
2026-02-08 09:00:14 +00:00
sourceturner
defd2ce7c3
Deny deny-unsafe_op_in_unsafe_fn on the crate level
2026-01-21 00:41:57 +01:00
auronandace
4102e1b47d
only import needed types
2025-12-22 10:16:15 +00:00
auronandace
5d4b6bc2ee
update and add spec links for glob and setjmp
2025-12-22 10:12:50 +00:00
Jeremy Soller
82084440ad
Support nightly-2025-10-03
2025-10-03 21:51:10 -06:00
Jeremy Soller
5a69226af6
Fix compilation with new nightly
2025-01-14 12:24:33 -07:00
Josh Megnauth
922878b22e
fix: GNU seems to prefer its own glob.h
...
Make (and possibly other) GNU programs seem to prefer using its own
`glob.h`. For Make, its configure detects if GNU's glob then uses it if
it is OR compiles a bundled version if it's not.
Make fails to link now that we have `glob.h` (duplicated symbols).
2025-01-05 02:37:41 -05:00
Josh Megnauth
af7f5c4a3f
Unsafe blocks: glob, inttypes, libgen
...
Related to #194 .
2024-12-17 02:15:49 -05:00
bitstr0m
5d6ae507e1
Implement glob.h
2024-12-12 15:17:16 +00:00