Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jul 29, 2013
  2. Jul 28, 2013
    • Jack Nagel's avatar
      Set close-on-exec on lock file descriptors · bac6533d
      Jack Nagel authored
      The formula locks used by the installer and commands like link and
      unlink are backed by open files and flock(). The open file descriptors
      are thus leaked to any subprocesses. This can result in weird behavior
      in programs spawned from formula that do not expect to inherit these
      descriptors.
      
      Fix this by setting close-on-exec on the lock file descriptors.
      
      Fixes Homebrew/homebrew#21486.
      bac6533d
  3. Jul 27, 2013
  4. Jul 25, 2013
  5. Jul 24, 2013
  6. Jul 23, 2013
  7. Jul 22, 2013
  8. Jul 21, 2013
  9. Jul 20, 2013
    • Jack Nagel's avatar
      Add String#end_with? · 8e0158b4
      Jack Nagel authored
      I'm tired of not remembering if start_with?/end_with? are portable, so
      just add them both if they're not defined.
      8e0158b4
    • Jack Nagel's avatar
      Fix String#start_with? implementation · b1e5f5ee
      Jack Nagel authored
      It is supposed to accept a variable number of prefixes, and also to
      check if they are convertible to strings. This matches behavior
      documented in RubySpec.
      b1e5f5ee
Loading