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

Add fnmatch.h #3937

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add fnmatch.h #3937

wants to merge 1 commit into from

Conversation

epilys
Copy link

@epilys epilys commented Sep 20, 2024

Add fnmatch() function and FNM_* constants.

Signed-off-by: Manos Pitsidianakis [email protected]

@rustbot
Copy link
Collaborator

rustbot commented Sep 20, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @tgross35 (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@epilys epilys force-pushed the feature/fnmatch branch 5 times, most recently from bbbeea4 to 6c55043 Compare September 20, 2024 09:36
@tgross35
Copy link
Contributor

Thanks for the PR! Could you link the relevant headers and/or docs?

Also the relevant files in libc-test/semver should be updated with the additions.

@rustbot author (just comment @rustbot review once you are all set)

Add fnmatch() function and FNM_* constants.

Documentation:

Header file:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fnmatch.h.html

fnmatch() function:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/fnmatch.html

Signed-off-by: Manos Pitsidianakis <[email protected]>
@epilys
Copy link
Author

epilys commented Sep 25, 2024

Thank you!

Added header file documentation in commit message:

Add fnmatch() function and FNM_* constants.

Documentation:

Header file:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fnmatch.h.html

fnmatch() function:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/fnmatch.html

Signed-off-by: Manos Pitsidianakis <[email protected]>

@rustbot review

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

Successfully merging this pull request may close these issues.

3 participants