summaryrefslogtreecommitdiff
path: root/src/utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Allow the environment variable LEDGER_DEBUG to enable debugging.John Wiegley2009-01-191-0/+10
|
* The ledger::string type now uses size_type for a length parameter instead ofJohn Wiegley2008-09-141-2/+2
| | | | "const int", which is not portable.
* Re-enabled the disabled expand_path routine.John Wiegley2008-08-171-11/+6
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+716
is in doc/, etc.