Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Compilation verification code only with debugging | John Wiegley | 2009-02-16 | 1 | -0/+2 | |
| | | | | | | Previously, --verify would work even if the sources were built with default options. However, in the interests of performance, --verify is now only available if --enable-debug was passed to configure. | |||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | | | | "const int", which is not portable. | |||||
* | 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 | |
is in doc/, etc. |