Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glob() function for Windows? #36

Open
darealshinji opened this issue Nov 27, 2023 · 2 comments
Open

glob() function for Windows? #36

darealshinji opened this issue Nov 27, 2023 · 2 comments

Comments

@darealshinji
Copy link

There's no glob() function on Windows, even in MinGW.
However I have modified NetBSD's glob to work on Windows: https://github.com/darealshinji/glob-dirent-win32

Maybe you're interested to do something similar? Perhaps even with wide chatacter support.

@JFLarvoire
Copy link
Owner

It'd definitely be better with UTF-8 character support, as the MsvcLibX library uses UTF-8 internally for everything.
But I'm sure this has already been done somewhere. (Preferably with a license compatible with the Apache License we use.)

@darealshinji
Copy link
Author

(Preferably with a license compatible with the Apache License we use.)

NetBSD's glob.c is licensed under 3 Clause BSD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants