| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-10 | Remove default values from formula constructor parameters | Jack Nagel | |
| Closes Homebrew/homebrew#30017. | |||
| 2014-06-10 | "exit $?" raises TypeError on Ruby 2.0 | Jack Nagel | |
| 2014-06-09 | Fix visibility of FileUtils extension methods | Jack Nagel | |
| 2014-06-09 | Stop exposing mktemp as a public method on formula objects | Jack Nagel | |
| 2014-06-09 | Use RbConfig.ruby if it's available | Jack Nagel | |
| 2014-06-09 | Only do formula class sanity checks once | Jack Nagel | |
| 2014-06-09 | Fix warning under Ruby 2.2 | Jack Nagel | |
| 2014-06-09 | Stop joining symbols to pathnames | Jack Nagel | |
| Ruby 2.2's native Pathname#/ accepts only string-like objects. | |||
| 2014-06-09 | Use opt shortcut methods | Jack Nagel | |
| 2014-06-09 | Fix formula test helper parameters | Jack Nagel | |
| 2014-06-08 | Just access the ivar directly | Jack Nagel | |
| 2014-06-08 | Work around encoding issue in Pathname#inspect on Ruby 2.0 | Jack Nagel | |
| Pathname#inspect on Ruby 2.0 throws away the encoding of the object's underlying string and returns a string tagged as ASCII-8BIT. If you simply write puts Pathname.new("some string with non-ascii bytes").inspect no error will be raised, because the implementation of Pathname#inspect does not call into Object#inspect. However, if you wrap that pathname object in an array first, then puts [Pathname.new("some string with non-ascii bytes")].inspect will raise Encoding::CompatibilityError: "inspected result must be ASCII only or use the same encoding with default external". Raising an error in this codepath is new in Ruby 2.0, and this specific bug is fixed in Ruby 2.1. I've opened a bug upstream: https://bugs.ruby-lang.org/issues/9915 Fixes Homebrew/homebrew#29947. | |||
| 2014-06-07 | metafiles: simplify #copy? further | Jack Nagel | |
| 2014-06-07 | Simplify Pathname#install_metafiles | Jack Nagel | |
| 2014-06-07 | Eliminate FORMULA_META_FILES constant | Jack Nagel | |
| 2014-06-07 | metafiles: combine #should_copy? and #include? | Jack Nagel | |
| 2014-06-07 | metafiles: remove unused method | Jack Nagel | |
| 2014-06-07 | metafiles: extract constant arrays | Jack Nagel | |
| 2014-06-07 | metafiles: reduce pathname conversions in #include? | Jack Nagel | |
| 2014-06-07 | Update build error config dump for Ruby 2.0 | Jack Nagel | |
| 2014-06-07 | gromacs: move to homebrew-science | Geoffrey Oxberry | |
| Closes Homebrew/homebrew#29880. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-07 | cantera: move to homebrew-science | Geoffrey Oxberry | |
| 2014-06-07 | sundials: move to homebrew-science | Geoffrey Oxberry | |
| 2014-06-06 | Linuxbrew: Read CPU flags from /proc/cpuinfo | Shaun Jackman | |
| Closes Homebrew/homebrew#29895. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-05 | Find vim on the path | James Wald | |
| If vim is on the path, it will be used instead of `/usr/bin/vim`. Closes Homebrew/homebrew#29885. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-04 | Remove tmap | Jack Nagel | |
| Closes Homebrew/homebrew#29744. | |||
| 2014-06-04 | Remove unicode from example formula | Jack Nagel | |
| 2014-06-04 | Clean up some test assertions | Jack Nagel | |
| 2014-06-04 | Remove non-breaking space | Jack Nagel | |
| 2014-06-04 | Remove stray unicode | Jack Nagel | |
| 2014-06-04 | Rescue Minitest::Assertion under Ruby 2.0 | Jack Nagel | |
| 2014-06-04 | audit: read formula text in binmode | Jack Nagel | |
| 2014-06-04 | brew-test-bot: strip bell/alert character. | Mike McQuaid | |
| 2014-06-04 | hardware: Add Intel CPUs to OPTIMIZATION_FLAGS | Shaun Jackman | |
| Closes Homebrew/homebrew#29866. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-06-04 | Update latest XQuartz version | Trent Ogren | |
| See https://xquartz.macosforge.org/landing/ Closes Homebrew/homebrew#29826. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-04 | Fix some places where encoding issues manifest on ruby 2.0 | Jack Nagel | |
| 2014-06-03 | doctor: Add check for install_name_tool | Misty De Meo | |
| Closes Homebrew/homebrew#29593. | |||
| 2014-06-03 | regenerate manual | Adam Vandenberg | |
| 2014-06-03 | reword test docs | Adam Vandenberg | |
| 2014-06-03 | add --devel to fetch docs | Adam Vandenberg | |
| 2014-06-03 | test: improve docs for when using HEAD or similar flags | Dave Cottlehuber | |
| Closes Homebrew/homebrew#29791. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-06-03 | add homebrew to Tex requirement | dgwakeman | |
| Closes Homebrew/homebrew#29834. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-06-03 | Add yosemite to mac versions | Andy Blyler | |
| Closes Homebrew/homebrew#29823. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-03 | Simplify MacOS.version.to_sym | Jack Nagel | |
| 2014-06-03 | Don't coerce value to string unnecessarily | Jack Nagel | |
| 2014-06-03 | Update ruby version doctor check | Jack Nagel | |
| 2014-06-03 | String isn't enumerable in 1.9+ | Jack Nagel | |
| 2014-06-03 | Switch to "Current" Ruby framework symlink | Jack Nagel | |
| Closes Homebrew/homebrew#29795. Closes Homebrew/homebrew#29819. | |||
| 2014-06-03 | Rewrite xcrun wrapper in shell | Jack Nagel | |
| 2014-06-03 | Use a || b | Jack Nagel | |
