aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/doctor.rb
AgeCommit message (Expand)Author
2012-02-17fix download urlAdam Vandenberg
2012-02-18`brew doctor` whines at people to install CLI Tools for XcodeMax Howell
2012-02-17Remove OSX-GCC from brew-doctorMax Howell
2012-02-16Unset CLICOLOR_FORCE in the build environmentJack Nagel
2012-02-16Delete ENV[GREP_OPTIONS] and the related doctor checkMax Howell
2012-02-08doctor: try to detect osx-gcc-installerJack Nagel
2012-02-02doctor: remove gcc-4.2 warning on Xcode 4.2+Misty De Meo
2012-01-24doctor: reset should be done in HOMEBREW_REPOSITORYJack Nagel
2012-01-24Make brew doctor reset instructions clearer.Mike McQuaid
2011-12-28doctor: clean up check_git_statusJack Nagel
2011-12-18doctor: check for Enthought PythonAdam Vandenberg
2011-12-16doctor: normalize representation of env variablesJack Nagel
2011-12-16doctor: fix a couple of git-related checksJack Nagel
2011-11-29brew doctor: Ignore config files in /usr/X11R6/binCharlie Sharpsteen
2011-11-29brew doctor: Note there is no GCC in XCode 4.2+Charlie Sharpsteen
2011-11-26doctor: remove terminal width check for curlJack Nagel
2011-11-26doctor: use newer gcc version methodsJack Nagel
2011-11-25doctor: remove outdated XCode version referenceJack Nagel
2011-11-20Delete temp directory created during brew doctorJonathan Grochowski
2011-11-10doctor: check_git_status in correct locationJack Nagel
2011-11-10doctor: document curl/terminal width issueJack Nagel
2011-11-10doctor: warn about wide terminalsJack Nagel
2011-11-10doctor: minor grammatical fixJack Nagel
2011-10-18doctor: correctly detect CLICOLOR_FORCEJack Nagel
2011-10-10doctor: check git versionJack Nagel
2011-10-03doctor: warn about expired SSL certs on LeopardJack Nagel
2011-09-27doctor: remove redundant sentenceJack Nagel
2011-09-19doctor: only check git status if repository existsJack Nagel
2011-09-16doctor: restore some line breaksAdam Vandenberg
2011-09-11doctor: be more robust about git status checkJack Nagel
2011-09-09The doctor notices modifications to Homebrew coreMax Howell
2011-09-07Check that /usr/bin/cc exists in `brew doctor`Max Howell
2011-09-02Fix typo in `brew doctor`Daemian Mack
2011-09-01add brew doctor check for spaces in Xcode pathAdam Vandenberg
2011-08-31Improved no-errors outputMax Howell
2011-08-31Only report PATH order diagnosis if conflicts are foundMax Howell
2011-08-31Check for missing deps as part of `brew doctor`Max Howell
2011-08-07brew doctor: do not check TMPDIR if it is not setAdam Vandenberg
2011-08-02Fix `brew doctor` if sbin directory doesn't existMax Howell
2011-07-30fix doctor on 10.5Adam Vandenberg
2011-07-29Emphasise the consequence of not installing to /usr/localMax Howell
2011-07-29Writability for /usr/local is no longer requiredMax Howell
2011-07-29Don't mention the sbin PATH issue unless files are thereMax Howell
2011-07-28check for a valid $TMPDIR path in brew doctorrisk
2011-07-26Fix brew doctor when no Xcode is detected.Adam Vandenberg
2011-07-25doctor: be more forgiving about GREP_OPTIONSJack Nagel
2011-07-22Fix typo in `brew doctor` commandBrant Bobby
2011-07-21Retire check for GCC 4.0 under XCode 4.xCharlie Sharpsteen
2011-07-10doctor: don't report wrong location of autoconf if it's missingMislav Marohnić
2011-06-19brew-doctor: use String.start_with?Adam Vandenberg