| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-27 | link: print wrapper is not always required | Jack Nagel | |
| 2014-03-27 | Replace files atomically when relocating, take two | Jack Nagel | |
| 2014-03-27 | Revert "Replace files atomically when relocating" | Jack Nagel | |
| There are some weird interactions with ensure_writable and atomic_write that need to be sorted out. Fixes Homebrew/homebrew#27917. This reverts commit 41c21e6ea5647823a9e589a56f0494b622e26fb2. | |||
| 2014-03-27 | extend/string: backport #rpartition | Misty De Meo | |
| 2014-03-27 | Assert that Keg#link produces relative symlinks | Jack Nagel | |
| 2014-03-27 | Assert that the broken symlink is actually overwritten | Jack Nagel | |
| 2014-03-27 | Don't let broken symlinks halt linking | Jack Nagel | |
| 2014-03-27 | Fix conflicting symlink advice | Jack Nagel | |
| Closes Homebrew/homebrew#27899. | |||
| 2014-03-26 | Add missing newline to link and unlink in verbose mode | Jack Nagel | |
| 2014-03-26 | Replace files atomically in inreplace | Jack Nagel | |
| 2014-03-26 | Drop intermediate variable | Jack Nagel | |
| 2014-03-26 | Replace files atomically when relocating | Jack Nagel | |
| 2014-03-26 | Tab#write always overwrites, no need to unlink | Jack Nagel | |
| 2014-03-26 | Fall back to Process.gid if we aren't a member of the file's group | Jack Nagel | |
| 2014-03-26 | Put tempfile into binmode before writing | Jack Nagel | |
| 2014-03-26 | CLT.installed?: base result on version detection | Misty De Meo | |
| CLT.installed? previously returned false if the user had outdated dev tools installed after a 10.9 upgrade, which was confusing to users. | |||
| 2014-03-25 | Failing to install plist shouldn't prevent linking | Jack Nagel | |
| 2014-03-25 | Write plists atomically | Jack Nagel | |
| 2014-03-25 | Revert "doctor: use double quotes for setting PATH." | Mike McQuaid | |
| I'm an idiot. This reverts commit f890e4973840a66a522189c8e5530bff61d17162. | |||
| 2014-03-25 | audit: don't warn about tarball in non-GitHub URL. | Mike McQuaid | |
| 2014-03-25 | doctor: use double quotes for setting PATH. | Mike McQuaid | |
| Closes Homebrew/homebrew#27619. | |||
| 2014-03-25 | cc: don't add linker arguments if only -v passed. | dinkypumpkin | |
| Supports configure scripts (e.g., mplayer) that use "gcc -v" to identify compiler. Closes Homebrew/homebrew#27793. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-25 | Don't load the full debugger when readline is the formula being installed | Jack Nagel | |
| Fixes Homebrew/homebrew#27842. | |||
| 2014-03-24 | Filter -fno-delete-null-pointer-checks for clang | Jack Nagel | |
| Fixes Homebrew/homebrew#27836. | |||
| 2014-03-24 | Check existence of target keg instead of hiding exceptions | Jack Nagel | |
| 2014-03-24 | bottle_version: handle pazpar2 style. | Mike McQuaid | |
| 2014-03-23 | LD64Dependency: super before setting env proc | Misty De Meo | |
| Otherwise super will overwrite @env_proc with the default value. | |||
| 2014-03-23 | Expose some keg methods | Jack Nagel | |
| 2014-03-22 | LD64Dependency: adjust initializer signature | Misty De Meo | |
| The method signature of Dependency changed in 1fdf69b90382c43493a5f62f0020729289db6c70, however LD64Dependency was missed in the update. This resulted in failures in merge_repeats(), which creates many dependency objects using all three arguments. | |||
| 2014-03-22 | Don't send, just call the method directly | Jack Nagel | |
| 2014-03-22 | Drop inaccurate comment | Jack Nagel | |
| require "time" Time.parse(Time.now.to_s) | |||
| 2014-03-22 | Use canonicalized path for loaded install receipts | Jack Nagel | |
| 2014-03-22 | Try to find install receipt when keg is unlinked | Jack Nagel | |
| This roughly matches the logic we use to determine the active keg in ARGV.kegs. | |||
| 2014-03-22 | Write install receipts atomically | Jack Nagel | |
| 2014-03-22 | Preserve permissions when using Pathname#atomic_write | Jack Nagel | |
| 2014-03-22 | dependency_collector: use ArgumentError exception. | Mike McQuaid | |
| Avoids errors with `brew versions` when bottling. References Homebrew/homebrew#27615. | |||
| 2014-03-22 | Remove unnecessary swearing. | Mike McQuaid | |
| 2014-03-22 | example-formula: remove double quotes, cleanup. | Mike McQuaid | |
| 2014-03-21 | audit: #{prefix}/Frameworks -> #{frameworks} | Jack Nagel | |
| 2014-03-21 | More flags clang dislikes | Jack Nagel | |
| 2014-03-21 | audit: suggest proper `if build.with(out)` usage | Ian Lancaster | |
| Closes Homebrew/homebrew#27759. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-21 | Stop advertising deprecated symbol dependencies | Jack Nagel | |
| 2014-03-20 | Filter out -fcheck-new | Jack Nagel | |
| 2014-03-19 | Always build from source when given --interactive | Jack Nagel | |
| Closes Homebrew/homebrew#27716. | |||
| 2014-03-19 | More flags that clang used to ignore | Jack Nagel | |
| 2014-03-19 | audit: catch new style gist URLs | Jack Nagel | |
| 2014-03-19 | audit: fix gist patch URL regex | Geoff Nixon | |
| Closes Homebrew/homebrew#27255. Signed-off-by: Jack Nagel <jacknagel@gmail.com> Conflicts: Library/Homebrew/cmd/audit.rb | |||
| 2014-03-19 | Expand paths before making relative symlink | Jack Nagel | |
| Fixes Homebrew/homebrew#27702. Fixes Homebrew/homebrew#27704. | |||
| 2014-03-18 | Fix copy/paste error | Jack Nagel | |
| Fixes Homebrew/homebrew#27685. | |||
| 2014-03-18 | Set bottle download strategy directly | Jack Nagel | |
| We know what strategy we want, so going through DownloadStrategyDetector is wasted work. Now we can remove those patterns from the detector and have two fewer branches each time through. | |||
