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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 02, 2013
-
-
MerelyAPseudonym authored
Closes Homebrew/homebrew#21601. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Aug 01, 2013
-
-
Jack Nagel authored
-
- Jul 31, 2013
-
-
Samuel John authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#21527.
-
- Jul 30, 2013
-
-
Misty De Meo authored
-
- Jul 29, 2013
-
-
Mike McQuaid authored
`brew bottle` already complains and this is a niche case. References Homebrew/homebrew#21374.
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#21506. Closes Homebrew/homebrew#21508.
-
- Jul 28, 2013
-
-
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.
-
- Jul 27, 2013
-
-
Misty De Meo authored
Since xcrun doesn't work on CLT-only systems. Querying HOMEBREW_PREFIX first before xcrun is much faster for that case.
-
Jack Nagel authored
-
- Jul 25, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#21417.
-
- Jul 24, 2013
-
-
Mike McQuaid authored
-
Adam Vandenberg authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 23, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#21390.
-
Phil Smith authored
Closes Homebrew/homebrew#21385. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
eql? should not depend on the hash value as hash values of uneql objects can collide, but eql values may only collide for objects that are actually eql. Further, python dependencies are uniquely identified by the combination of the name and imports attributes, so there is no reason to involved the expensive binary computation for simple equality checks. Fixes Homebrew/homebrew#20840.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 22, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This was worded in a confusing way, and made an assumption about future OS X versions that we don't know to be true. Also, it's probably wrong to state that the CLT location is dependent on the OS X version; surely there will be a newer CLT for 10.8 that gets installed in the same location as on 10.9. But we don't know any better yet.
-