summaryrefslogtreecommitdiff
path: root/utils/count_lines
Commit message (Collapse)AuthorAgeFilesLines
* Change all hashbangs to /usr/bin/env (#9057)Thomas Miedema2014-09-231-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_linesSimon Peyton Jones2013-11-151-1/+1
|
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-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 tooSimon Marlow2011-12-151-1/+2
|
* Add an extra heading in the output for count_linessimonpj@microsoft.com2009-12-181-0/+1
|
* Build and install inplace the count_lines and compareSizes utilsIan Lynagh2009-12-162-0/+10
|
* Make count_lines work with the new directory layoutIan Lynagh2009-09-231-2/+6
|
* Add count_lines back into the repoIan Lynagh2009-09-231-0/+63