| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Clean up some test assertions | 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 | 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 | 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 | Use a || b | Jack Nagel | |
| 2014-06-03 | Treat HOMEBREW_CC the same as --cc | Shaun Jackman | |
| Closes Homebrew/homebrew#29762. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-03 | HOMEBREW_CC: Remove COMPILER_ALIASES | Shaun Jackman | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-01 | Remove unnecessary use of Dir[] | Jack Nagel | |
| 2014-06-01 | Remove no-op directory traversal | Jack Nagel | |
| 2014-06-01 | Remove jstalk | Jack Nagel | |
| Closes Homebrew/homebrew#29720. | |||
| 2014-05-31 | Use Pathname.glob when we want pathname objects | Jack Nagel | |
| 2014-05-31 | Prefer Dir.glob when iterating over the result | Jack Nagel | |
| 2014-05-30 | Deprecate implicit build-time requirements | Jack Nagel | |
| 2014-05-30 | Remove build attribute from Xcode dep | Jack Nagel | |
| 2014-05-30 | Remove build flag from ant dep | Jack Nagel | |
| 2014-05-30 | Prefer Dir[] to Dir.glob when not passing a block | Jack Nagel | |
| 2014-05-28 | Loosen GCC version regexp to allow for custom version strings | Jack Nagel | |
| 2014-05-28 | Remove unused attribute | Jack Nagel | |
| 2014-05-28 | Remove unused method and associated test fixtures | Jack Nagel | |
| 2014-05-28 | Extract history introspection from "versions" command | Jack Nagel | |
| 2014-05-28 | versions: remove --compact option | Jack Nagel | |
| 2014-05-28 | versions: don't recreate the relative path on each iteration | Jack Nagel | |
| 2014-05-28 | versions: use path attribute instead of reconstructing it | Jack Nagel | |
| 2014-05-28 | versions: drop redundant pathname creation | Jack Nagel | |
| 2014-05-28 | Fix brew-versions for taps with a Formula directory | Jack Nagel | |
| 2014-05-28 | Place X11 ahead of OpenGL when X11 is active | Jack Nagel | |
| Fixes Homebrew/homebrew#29651. | |||
