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 retry #6161

Closed
wants to merge 3 commits into from
Closed

Glob retry #6161

wants to merge 3 commits into from

Commits on May 1, 2013

  1. libc bindings for glob.h

    only tested on linux/x86_64, but i got the values for other platforms
    from their system header files.
    
    no bindings for win32, because win32 doesn't include glob.h.
    
    also, glob() takes a callback for error handling, but i'm just making
    this a *c_void for now, since i don't know how to represent c calling
    back into rust (if that's even currently possible).
    doy authored and graydon committed May 1, 2013
    Configuration menu
    Copy the full SHA
    0583462 View commit details
    Browse the repository at this point in the history
  2. add a higher level glob() function to os

    this could probably use expansion - it just uses all of the default
    options, which is usually what we want, but not always. maybe add a
    separate function that takes more options?
    doy authored and graydon committed May 1, 2013
    Configuration menu
    Copy the full SHA
    685baed View commit details
    Browse the repository at this point in the history
  3. glob_t should be public on all platforms

    doy authored and graydon committed May 1, 2013
    8 Configuration menu
    Copy the full SHA
    ed81e33 View commit details
    Browse the repository at this point in the history