Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all hashbangs to /usr/bin/env (#9057) | Thomas Miedema | 2014-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Summary: ``` git grep -l '#!' | xargs sed -i 's|#!.*/bin/\([^ ]*\)$|#!/usr/bin/env \1|' ``` and some manual tweaking Test Plan: harbormaster Reviewers: austin Subscribers: hvr, simonmar, ezyang, carter Differential Revision: https://phabricator.haskell.org/D237 GHC Trac Issues: #9057 | ||||
* | Fix the unlit path in count_lines | Simon Peyton Jones | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | Automatically add the $(exeext) to program names | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
| | | | | | | | We now define _PROGNAME, and _PROG is automatically defined with $(exeext). This will shortly automatically use the right exeext depending on what stage it is being compiled with (exeext may be different for different stages when cross-compiling). | ||||
* | Fix a path, and strip out C++ comments too | Simon Marlow | 2011-12-15 | 1 | -1/+2 |
| | |||||
* | Add an extra heading in the output for count_lines | simonpj@microsoft.com | 2009-12-18 | 1 | -0/+1 |
| | |||||
* | Build and install inplace the count_lines and compareSizes utils | Ian Lynagh | 2009-12-16 | 2 | -0/+10 |
| | |||||
* | Make count_lines work with the new directory layout | Ian Lynagh | 2009-09-23 | 1 | -2/+6 |
| | |||||
* | Add count_lines back into the repo | Ian Lynagh | 2009-09-23 | 1 | -0/+63 |