Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Simplified a switch statement | John Wiegley | 2012-02-17 | 1 | -3/+3 |
| | |||||
* | Fixed doubled quotes in pathnames in emacs report | John Wiegley | 2012-01-11 | 1 | -1/+1 |
| | | | | Fixes #580 | ||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -3/+3 |
| | |||||
* | emacs command was referencing uninitialized values | John Wiegley | 2010-05-22 | 1 | -6/+13 |
| | | | | Fixes 7B54CF80-45A4-4D50-A8D3-63272D60FA1B | ||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Removed most #if 0 blocks and callout comments | John Wiegley | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Line number were off in the Emacs report | John Wiegley | 2009-10-31 | 1 | -2/+2 |
| | |||||
* | Add a position_t object for tracking item positions | John Wiegley | 2009-10-30 | 1 | -3/+3 |
| | | | | It is also optional, which is useful for generated items. | ||||
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -2/+2 |
| | |||||
* | 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 | -0/+2 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -25/+25 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Removed used of src_idx. | John Wiegley | 2009-02-03 | 1 | -8/+2 |
| | |||||
* | Changed many uses of "unsigned long" to std::size_t. | John Wiegley | 2009-02-01 | 1 | -2/+2 |
| | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -4/+4 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+110 |
is in doc/, etc. |