aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/pathname.rb
AgeCommit message (Expand)Author
2015-04-26Add support for extracting LHA archivesMisty De Meo
2015-04-07pathname: prune unnecessary whitespaceDominyk Tiller
2015-03-31pathname: remove hyphen from BOTTLE_EXTNAME_RXShaun Jackman
2015-03-31pathname: Add [-0-9] to BOTTLE_EXTNAME_RXShaun Jackman
2015-03-26Pass around only pathname objectsJack Nagel
2015-03-26Always yield a path from install_p extensionJack Nagel
2015-03-25Combine assignmentsJack Nagel
2015-03-24Make install_p and install_symlink_p privateJack Nagel
2015-03-24Always pass basename to install_symlink_pJack Nagel
2015-03-24Always pass basename to install_pJack Nagel
2015-03-23Go through regular logic when installing a fileJack Nagel
2015-03-06test-bot pathname: use Utils.popen_read instead of backticksXu Cheng
2015-02-25pathname: skip directory in env_script_all_filesXu Cheng
2015-01-05Buffer 16K at a timeJack Nagel
2014-12-09Recognize rpm file magicJack Nagel
2014-11-09Pull initialization code out of begin blockJack Nagel
2014-09-20Make Pathname#atomic_write truly atomicJack Nagel
2014-08-26etc.install: handle recursive directory installs.Mike McQuaid
2014-07-29Pathname.binreadAdam Vandenberg
2014-07-27backport binwrite from Ruby 2.1+Adam Vandenberg
2014-07-27Rename write_binary to binwriteAdam Vandenberg
2014-07-27add Pathname.write_binaryAdam Vandenberg
2014-07-13nudge formattingAdam Vandenberg
2014-07-10Raise Errno::ENOENT instead of RuntimeError from Pathname#installJack Nagel
2014-07-10Make comment in Pathname#install more accurateJack Nagel
2014-07-05Remove a RUBY_VERSION check, add a FIXME commentJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_env_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_jar_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_exec_scriptJack Nagel
2014-06-17Make signature of Pathname#write compatible with Ruby 2.1+Jack Nagel
2014-06-12Deprecate Pathname#cp and Pathname#chmod_RJack Nagel
2014-06-12Deprecate Pathname#/ with non-string/non-pathname argumentsJack Nagel
2014-06-11Use Digest#file if it's availableJack Nagel
2014-06-09Stop joining symbols to pathnamesJack Nagel
2014-06-08Just access the ivar directlyJack Nagel
2014-06-08Work around encoding issue in Pathname#inspect on Ruby 2.0Jack Nagel
2014-06-07metafiles: simplify #copy? furtherJack Nagel
2014-06-07Simplify Pathname#install_metafilesJack Nagel
2014-06-07Eliminate FORMULA_META_FILES constantJack Nagel
2014-05-31Use Pathname.glob when we want pathname objectsJack Nagel
2014-05-05Add a method_defined? guard for Pathname#/Jack Nagel
2014-05-05Use #+ instead of #join to define Pathname#/Alexey Muranov
2014-05-03Suppress a warning on Ruby 2.1+Jack Nagel
2014-04-25Yield absolute paths from find_formulaJack Nagel
2014-04-21Rework make_relative_symlink error handling and move it into kegJack Nagel
2014-04-14Use quiet_system to silence some useless warningsJack Nagel
2014-04-14Remove overzealous exceptionsJack Nagel
2014-04-06Recognize and extract xar filesJack Nagel
2014-04-06pathname: use ln_sf in install_symlink.Mike McQuaid
2014-04-06Handle untarred bzip2 filesJack Nagel