Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added proper handling of SIGINT (C-c) and SIGPIPE (pager quits). | John Wiegley | 2009-02-04 | 1 | -0/+17 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -19/+3 |
* | Simplified error context handling. | John Wiegley | 2009-02-02 | 1 | -12/+0 |
* | Changed many uses of "unsigned long" to std::size_t. | John Wiegley | 2009-02-01 | 1 | -2/+2 |
* | Stopped using the generic "unsigned int" in favor of more specific types. | John Wiegley | 2009-01-29 | 1 | -2/+2 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
* | Allow the environment variable LEDGER_DEBUG to enable debugging. | John Wiegley | 2009-01-19 | 1 | -0/+10 |
* | The ledger::string type now uses size_type for a length parameter instead of | John Wiegley | 2008-09-14 | 1 | -2/+2 |
* | Re-enabled the disabled expand_path routine. | John Wiegley | 2008-08-17 | 1 | -11/+6 |
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+716 |