aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
AgeCommit message (Collapse)Author
2015-04-25Keep subprocess code inside begin blockJack Nagel
2015-04-25Clean up socket and filesystem resources separatelyJack Nagel
2015-04-15move safe_fork into a standalone methodXu Cheng
2014-09-28Make inreplace errors fatalJack Nagel
Closes #32649. Closes #32703.
2014-07-11Read if no block is passed to Utils.popen_readJack Nagel
2014-07-05Add popen wrapper that does not invoke the shellJack Nagel
2014-06-18Expose inreplace as a class methodJack Nagel
2014-03-26Replace files atomically in inreplaceJack Nagel
2014-03-26Drop intermediate variableJack Nagel
2013-11-12inreplace: odie for Homebrew developers.Mike McQuaid
2013-09-17inreplace: Open the file as binaryShaun Jackman
Closes #22628. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-17let inreplace take a symbolJason Whittle
As discussed in https://github.com/mxcl/homebrew/pull/21936 Closes #21942. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-12Move inreplace off of ObjectJack Nagel
Closes #21163.
2013-06-22Use OkJson directlyJack Nagel
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel