Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | std::string now only intercepted if STRING_VERIFY_ON | John Wiegley | 2009-11-05 | 1 | -0/+4 |
| | |||||
* | Disabled a memory check when --verify is on | John Wiegley | 2009-10-28 | 1 | -0/+7 |
| | | | | The check is not complete enough to be trustworthy. | ||||
* | Added TRUE_CURRENT_TIME() macro | John Wiegley | 2009-10-28 | 1 | -6/+7 |
| | | | | Because CURRENT_TIME() can now be a past date if --now is used. | ||||
* | Improved argument parsing logic used by the REPL | John Wiegley | 2009-10-26 | 1 | -0/+53 |
| | | | | | It now handles quoted strings, although it doesn't understand escape sequences yet. | ||||
* | Fixed the memory tracing code (used by --verify) | John Wiegley | 2009-10-25 | 1 | -33/+56 |
| | |||||
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -8/+10 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+3 |
| | |||||
* | Added a warning_() macro | John Wiegley | 2009-02-26 | 1 | -4/+2 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -1/+1 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Fixed another memory bug in by_payee_xacts | John Wiegley | 2009-02-21 | 1 | -6/+12 |
| | |||||
* | 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. |