| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-09 | Pull initialization code out of begin block | Jack Nagel | |
| 2014-11-03 | Add ARGV.git? | Jack Nagel | |
| 2014-10-29 | Always set sysroot for Xcode-only systems | Jack Nagel | |
| Fixes #33431. | |||
| 2014-09-28 | Make inreplace errors fatal | Jack Nagel | |
| Closes #32649. Closes #32703. | |||
| 2014-09-27 | Intercept calls to sub! in inreplace blocks | Jack Nagel | |
| 2014-09-26 | Clean up inreplace regexps | Jack Nagel | |
| - use literal syntax - escape interpolated variables - remove intermediate variables - remove unnecessary capture | |||
| 2014-09-20 | Make Pathname#atomic_write truly atomic | Jack Nagel | |
| As we know, files cannot be moved across filesystems atomically. In that case, FileUtils.mv will make a copy. But if we create the temp file in the same directory as the target, we can avoid this and use File.rename directly. Additionally, the rename should be the absolute last step, so that the original file is preserved if altering ownership and permissions fails. | |||
| 2014-09-18 | Call reset in the superclass implementation of setup_build_environment | Jack Nagel | |
| 2014-09-18 | Make --cc override the compiler selector | Jack Nagel | |
| 2014-09-18 | Replace CompilerQueue with predetermined priority lists | Jack Nagel | |
| 2014-09-18 | Remove fails_with? from the formula instance | Jack Nagel | |
| 2014-09-11 | Use only strings in ENV.x11 | Jack Nagel | |
| 2014-09-11 | The build environment should only deal with strings | Jack Nagel | |
| 2014-09-11 | Don't directly assign Pathname objects to environment variables | Jack Nagel | |
| Fixes #32234. | |||
| 2014-09-07 | Clear GOBIN in environment setup | Jack Nagel | |
| Closes #32014. | |||
| 2014-08-29 | Add a method for retrieving only flags from ARGV | Jack Nagel | |
| 2014-08-28 | Simplify implementation of ARGV.flag? and ARGV.switch? | Jack Nagel | |
| 2014-08-28 | Use two-argument form of String#slice | Jack Nagel | |
| 2014-08-28 | Implement ARGV.named in terms of ARGV.options_only | Jack Nagel | |
| 2014-08-28 | ARGV.spec should be private | Jack Nagel | |
| 2014-08-26 | etc.install: handle recursive directory installs. | Mike McQuaid | |
| We need to install the helper module not just on `etc` but also on all subdirectories of it too. Also, handle the case where we install a subdirectory with etc.install. Closes #26145. | |||
| 2014-08-24 | Fix redefinition of x11 reader method in superenv | Jack Nagel | |
| 2014-08-18 | Don't overwrite optimization flag map in ENV.clang | Jack Nagel | |
| 2014-08-14 | Fix mktmp to be generic as-per SUS/BSD. | xxxajk | |
| Closes #31586. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-08-09 | Pull effective arch detection into a method | Jack Nagel | |
| 2014-08-06 | Use opt_bin | Jack Nagel | |
| 2014-08-03 | Add another TODO | Jack Nagel | |
| 2014-08-03 | Remove an is_a check | Jack Nagel | |
| 2014-07-29 | Pathname.binread | Adam Vandenberg | |
| 2014-07-27 | backport binwrite from Ruby 2.1+ | Adam Vandenberg | |
| 2014-07-27 | Rename write_binary to binwrite | Adam Vandenberg | |
| 2014-07-27 | add Pathname.write_binary | Adam Vandenberg | |
| 2014-07-18 | Check nil? || empty? instead of to_s.empty? | Jack Nagel | |
| 2014-07-18 | Drop pointless to_s call | Jack Nagel | |
| 2014-07-17 | Remove commentary from error message | Phillip Calvin | |
| It might be best not to use the word "lame" here, as it's often considered to be an ableist slur. Closes #30915. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-13 | nudge formatting | Adam Vandenberg | |
| Needed for Emacs' ruby highlighting to work past this point in the file. | |||
| 2014-07-13 | No need to cache lookup that is only done once | Jack Nagel | |
| 2014-07-10 | Raise Errno::ENOENT instead of RuntimeError from Pathname#install | Jack Nagel | |
| 2014-07-10 | Make comment in Pathname#install more accurate | Jack Nagel | |
| 2014-07-05 | Remove a RUBY_VERSION check, add a FIXME comment | Jack Nagel | |
| 2014-07-03 | stop Xcode tools from overriding deps when CLT is not installed | Camillo Lugaresi | |
| Closes #30641. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-03 | Replace ComparableSet with a Requirements collection | Jack Nagel | |
| 2014-07-02 | Accept -s as shorthand for --build-from-source | Jack Nagel | |
| This is experimental and will be reverted if it causes problems. Closes #30392. | |||
| 2014-07-02 | Move constants so we don't have to load all of ENV to get them | Jack Nagel | |
| 2014-07-01 | Replace find_all + each with grep | Jack Nagel | |
| 2014-06-26 | Use canonical_name in the exception message | Jack Nagel | |
| 2014-06-26 | Use canonical_name when checking LinkedKegs and opt | Jack Nagel | |
| name is the user-provided string and may be an alias, path, or URL. | |||
| 2014-06-26 | The rack variable is only used inside the block now | Jack Nagel | |
| 2014-06-26 | Remove a dead branch from ARGV.kegs | Jack Nagel | |
| rack cannot be nil at the point where FormulaUnavailableError is raised, so we don't need a branch to deal with that. | |||
| 2014-06-26 | Simplify NoSuchKegError condition | Jack Nagel | |
| dirs will be empty if the rack directory does not exist. | |||
