summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Whitespace fixJohn Wiegley2012-03-181-1/+0
* | | | Improvements to ldg-test.elJohn Wiegley2012-03-181-6/+9
* | | | Change some #if guards to test for gcc 4.7John Wiegley2012-03-172-4/+4
|/ / /
* | | Passing --verify to regression tests uses valgrindJohn Wiegley2012-03-172-1/+8
* | | libgmalloc is no longer available on OS X LionJohn Wiegley2012-03-172-11/+11
* | | Package src/context.h into the final distJohn Wiegley2012-03-171-0/+1
* | | Simplified a regression testJohn Wiegley2012-03-171-21/+21
* | | Fixed #711: Parsing of alias directiveJohn Wiegley2012-03-172-8/+31
* | | Added regression test for A8FCC765John Wiegley2012-03-172-0/+10
* | | Make --days-of-week an alias for --dowJohn Wiegley2012-03-171-1/+1
* | | Added option --day-breakJohn Wiegley2012-03-179-37/+91
* | | Formatting cleanuoCraig Earls2012-03-161-4/+4
|/ /
* | Added John recent detailed discussion of Transactions, remove redundant exapl...Craig Earls2012-03-161-303/+937
* | Always close the last report output streamJohn Wiegley2012-03-163-0/+10
* | Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-164-4/+22
* | Improved error reporting for bad account namesJohn Wiegley2012-03-162-2/+55
* | Correct parsing of automated xact expressionsJohn Wiegley2012-03-163-2/+35
* | Improved error reports about leading whitespaceJohn Wiegley2012-03-165-1178/+51
* | Added regression test for #584John Wiegley2012-03-161-0/+23
* | pricedb was outputting redundant pricesJohn Wiegley2012-03-163-1/+14
* | Restored tabs that had been converted to spacesJohn Wiegley2012-03-161-2/+2
* | Unexpected initial whitespace is an error (again)John Wiegley2012-03-165-7/+1226
* | Added ldg-test.el, to assist writing regression testsJohn Wiegley2012-03-162-0/+63
* | Don't add price exchanges for a commodity itselfJohn Wiegley2012-03-162-1/+9
* | Added description of --dc, internal Ledger Architecture, remove ! and @ from ...Craig Earls2012-03-151-75/+557
* | Don't use -fomit-frame-pointer when building optimizedJohn Wiegley2012-03-151-1/+1
* | Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-157-13/+53
* | Added regression test for #438John Wiegley2012-03-141-0/+74
* | Added two regressions tests from Thierry DaucourtJohn Wiegley2012-03-142-0/+117
* | Add experimental support for select queriesJohn Wiegley2012-03-134-0/+501
* | Change abbrev_len to int(abbrev_len)John Wiegley2012-03-131-3/+2
* | Added to_string(std::size_t)John Wiegley2012-03-131-0/+6
* | Made join_args() a global functionJohn Wiegley2012-03-132-16/+15
* | Added a syntax error checkJohn Wiegley2012-03-131-0/+3
* | Made split_cons_expr a global functionJohn Wiegley2012-03-132-21/+23
* | Added --time-report optionJohn Wiegley2012-03-134-1/+23
* | Account valexprs: earliest_checkin, latest_checkoutJohn Wiegley2012-03-132-3/+45
* | Access to checkin/checkout of timelog entriesJohn Wiegley2012-03-133-8/+28
* | Added format_datetime valexpr functionJohn Wiegley2012-03-132-0/+12
* | The anonymizer wasn't properly setting the journalJohn Wiegley2012-03-131-0/+2
* | posts_commodities_iterator wasn't setting the journalJohn Wiegley2012-03-131-5/+9
* | post_t's copy constructor wasn't copying xdata_John Wiegley2012-03-132-1/+8
* | dijkstra_shortest_paths should never return a reverse pathJohn Wiegley2012-03-121-5/+19
* | Fixed speed issue with commodities reportsJohn Wiegley2012-03-121-1/+2
* | Fixed a few bugs related to apply directivesJohn Wiegley2012-03-123-33/+93
* | Resolved a huge performance issue with 'pricedb'John Wiegley2012-03-121-2/+14
* | Allow payee names to contain multiple spacesJohn Wiegley2012-03-122-1/+41
* | Ignore all trailing whitespace in Ledger journalsJohn Wiegley2012-03-121-13/+12
* | Merge pull request #57 from plathrop/bug/emacs-reconcile-visitJohn Wiegley2012-03-111-1/+1
|\ \
| * | Fix ledger-reconcile-visit.Paul Lathrop2012-03-051-1/+1