summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed testing format to aid with debuggingJohn Wiegley2011-02-12174-867/+707
|
* When a test fails, show the command that failedJohn Wiegley2011-02-122-32/+39
|
* Corrected regression test outputJohn Wiegley2011-02-122-4/+4
|
* Added "comment" and "test" directivesJohn Wiegley2011-02-121-1/+20
|
* Improved an assertJohn Wiegley2011-02-121-3/+2
|
* Removed needless "=== 0" and ">>>2" lines from test filesJohn Wiegley2011-02-12152-338/+1
|
* Whitespace correctionsJohn Wiegley2011-02-102-8/+8
|
* Added some debug codeJohn Wiegley2011-02-105-0/+36
|
* Corrected a lingering reference to a temporaryJohn Wiegley2011-02-102-25/+52
| | | | Fixes: CEE57FBC-DF19-40DD-901D-68B1AEC29888
* Added support for Ubuntu Lucid to acprepJohn Wiegley2011-02-041-10/+20
|
* Define BOOST_IOSTREAMS_USE_DEPRECATEDJohn Wiegley2011-02-042-1/+3
|
* Fixed a bug preventing g++ 4.6 from workingJohn Wiegley2011-02-043-2/+9
|
* Fixes for compilation as C++0x codeJohn Wiegley2011-02-0410-10/+21
|
* Added --gcc46 and --cpp0x options to acprepJohn Wiegley2011-02-041-7/+31
|
* Simplified an else clause in test/runJohn Wiegley2011-02-041-4/+3
|
* Don't build Boost/ICU by default in lib/MakefileJohn Wiegley2011-02-041-2/+2
|
* lib/Makefile now uses GCC_VERSION for buildingJohn Wiegley2011-02-041-24/+29
|
* Fixed several unit testsJohn Wiegley2011-02-043-23/+29
|
* Use MacPorts Python when I build with ClangJohn Wiegley2011-02-041-1/+4
|
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-0428-1654/+1021
|
* Fixed compiler warnings when building with ClangJohn Wiegley2011-02-044-8/+7
|
* vim. fix unset completion typeJohann Klähn2011-01-041-0/+1
|\
| * vim. add syntax highlighting for tag/popJohann Klähn2010-06-111-2/+12
| |
* | Use boost-release when building ledger/libJohn Wiegley2011-01-041-2/+6
| |
* | Doc: Cannot separate multiple files with colonsMatt Palmer2010-12-301-2/+2
| |
* | Doc: Each option in ledgerrc must go on it's own lineMatt Palmer2010-12-301-2/+5
| |
* | New command: org, for displaying Org-mode tablesJohn Wiegley2010-12-224-0/+306
| |
* | Added "top_amount" value expr functionJohn Wiegley2010-12-222-0/+25
| |
* | Create format_t::mark_uncompiledJohn Wiegley2010-12-222-2/+11
| |
* | Whitespace fixJohn Wiegley2010-12-221-1/+0
| |
* | Increase display precision of hours to 2 placesJohn Wiegley2010-12-123-6/+6
| |
* | Changed Git commends for BETA and ALPHAJohn Wiegley2010-12-091-3/+4
| |
* | Parse %m/%d/%Y %H:%M:%S as an input date/timeJohn Wiegley2010-12-041-2/+9
| | | | | | | | This is to support reading of Timelog files.
* | Update to Boost 1.45John Wiegley2010-11-262-3/+6
| |
* | Removed test/input/speed-test.datJohn Wiegley2010-11-261-32717/+0
| |
* | Merge remote branch 'kljohann/vim' into nextJohn Wiegley2010-11-093-108/+336
|\ \
| * | vim. highlight typed tagsJohann Klähn2010-10-071-2/+4
| | | | | | | | | | | | | | | See mailing list on June 12 2010 / "New: Support for typed metadata" Message-Id: <D22C04C4-64F7-49B9-8006-2F7F97A4298A@gmail.com>
| * | vim. parse comments at eol in parse_body()Johann Klähn2010-09-151-13/+18
| | |
| * | vim. highlight metadata on same line as postingJohann Klähn2010-09-151-1/+1
| | |
| * | vim. fix off-by-one bug in ToggleTransactionStateJohann Klähn2010-09-151-1/+1
| | |
| * | vim. fix issue with description in from_lnum()Johann Klähn2010-09-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Chad Voegele, see mailing list ledger-cli@googlegroups.com: Whenever I had a transaction such as 2010/09/10 * castle bar, nyc (beer) the transaction.from_lnum function would recognize (beer) as the code for the transaction which is incorrect since it comes at the end of the line. Message ID: 73e397f4-234e-46fe-87e5-45f86f934bf1@k30g2000vbn.googlegroups.com
| * | vim. fix highlighting of comments at end of lineJohann Klähn2010-09-131-1/+2
| | |
| * | vim. change syntax file to allow comments at eolJohann Klähn2010-09-131-31/+24
| | |
| * | vim. remove tag completion for nowJohann Klähn2010-09-121-64/+5
| | |
| * | vim. avoid misinterpretion of 1 char wordsJohann Klähn2010-09-121-1/+1
| | |
| * | vim. check for most common case first (parse_body)Johann Klähn2010-09-081-7/+7
| | |
| * | vim. add LedgerToggleTransactionState()Johann Klähn2010-09-081-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using call LedgerToggleTransactionState(line('.'), ' *?') the state of the transaction will toggle through: no state -> * -> ? -> no state -> … beginning at what ever state it currently has. Adjust to your liking. Thanks to Chad Voegele for the suggestion.
| * | vim. make sure cursor/line is on a transactionJohann Klähn2010-09-081-0/+5
| | | | | | | | | | | | | | | Thanks to Chad Voegele for reporting and fixing this in the first place.
| * | vim. update s:get_columns()Johann Klähn2010-09-081-8/+16
| | |
| * | vim. get transactions in a range of linesJohann Klähn2010-09-081-0/+35
| | |