Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1c1058be4e 
							
						 
					 
					
						
						
							
							70: ignore ledger's fixed lot price declarations  
						
						 
						
						
						
					 
					
						2012-11-17 02:40:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							28baf926f7 
							
						 
					 
					
						
						
							
							parsing: ignore ledger-style balance assertions ("= BAL" after a posting's amount)  
						
						 
						
						
						
					 
					
						2012-11-02 16:50:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5b9c5459be 
							
						 
					 
					
						
						
							
							web: make hledger[-lib] compatible with all of yesod's language extensions  
						
						 
						
						... 
						
						
						
						Useful when building all of hledger-web at once. 
						
					 
					
						2012-11-14 17:25:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							00f22819ae 
							
						 
					 
					
						
						
							
							balance report speedup  
						
						 
						
						... 
						
						
						
						This refactoring fixes an O(n^2) slowdown in the balance command with
large numbers of accounts. It's now speedy, and the implementation is
clearer. To facilitate this, the Account type now represents a tree of
accounts which can easily be traversed up or down (and/or flattened
into a list).
Benchmark on a 2010 macbook:
    +-------------------------------------------++--------------+------------+--------+
    |                                           || before:      | after:     |        |
    |                                           || hledger-0.18 | hledgeropt | ledger |
    +===========================================++==============+============+========+
    | -f data/100x100x10.journal     balance    ||         0.21 |       0.07 |   0.09 |
    | -f data/1000x1000x10.journal   balance    ||        10.13 |       0.47 |   0.62 |
    | -f data/1000x10000x10.journal  balance    ||        40.67 |       0.67 |   1.01 |
    | -f data/10000x1000x10.journal  balance    ||        15.01 |       3.22 |   2.36 |
    | -f data/10000x1000x10.journal  balance aa ||         4.77 |       4.40 |   2.33 |
    +-------------------------------------------++--------------+------------+--------+ 
						
					 
					
						2012-10-21 17:18:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2a4d89bb27 
							
						 
					 
					
						
						
							
							expose more utilities from CsvReader  
						
						 
						
						
						
					 
					
						2012-05-29 21:00:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0b96a767b4 
							
						 
					 
					
						
						
							
							support tilde (~) in journal and rules file paths  
						
						 
						
						
						
					 
					
						2012-05-30 08:36:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							776ad2a098 
							
						 
					 
					
						
						
							
							remove ensureRulesFile debug trace  
						
						 
						
						
						
					 
					
						2012-05-30 08:36:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ec2f35ef07 
							
						 
					 
					
						
						
							
							split up accountsReport unit tests  
						
						 
						
						
						
					 
					
						2012-05-30 11:23:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e6de8df97f 
							
						 
					 
					
						
						
							
							balance: respect all query terms, not just acct  
						
						 
						
						
						
					 
					
						2012-05-30 11:24:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							34318906d8 
							
						 
					 
					
						
						
							
							register, print: fix reverse ordering of same-day transactions  
						
						 
						
						
						
					 
					
						2012-06-29 18:06:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6ccecb6ae0 
							
						 
					 
					
						
						
							
							stats: list included journal files  
						
						 
						
						
						
					 
					
						2012-05-30 09:17:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							33b7c91e20 
							
						 
					 
					
						
						
							
							combine journal updates with foldl' instead of foldr  
						
						 
						
						... 
						
						
						
						on general principles, even though it makes no measurable difference 
						
					 
					
						2012-05-30 10:19:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9a239789fa 
							
						 
					 
					
						
						
							
							apply journal updates in the order they were parsed, not the reverse (!)  
						
						 
						
						... 
						
						
						
						Fixes the order of include files in stats command. 
						
					 
					
						2012-05-30 10:16:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9735d583d1 
							
						 
					 
					
						
						
							
							extra postingsReport test  
						
						 
						
						
						
					 
					
						2012-06-29 18:35:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d4a897306c 
							
						 
					 
					
						
						
							
							combine command-line flags like --depth properly with non-flag query patterns  
						
						 
						
						
						
					 
					
						2012-06-29 22:36:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5e944374de 
							
						 
					 
					
						
						
							
							web: don't auto-create a missing journal file at startup  
						
						 
						
						
						
					 
					
						2012-06-29 22:48:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a6d93a164d 
							
						 
					 
					
						
						
							
							enable csv as a native data format (not yet obeying --rules-file)  
						
						 
						
						
						
					 
					
						2012-03-23 17:14:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							977fb2c3e8 
							
						 
					 
					
						
						
							
							make the utf8 IO compatibiity layer build on GHC 6.12.3, 7.0.4, 7.2.2, 7.4.1  
						
						 
						
						
						
					 
					
						2012-03-29 20:40:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							50068221c3 
							
						 
					 
					
						
						
							
							fix build warnings in all GHC versions  
						
						 
						
						
						
					 
					
						2012-03-29 21:19:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							18f8a5386a 
							
						 
					 
					
						
						
							
							docs: fix UTF8IOCompat haddock  
						
						 
						
						
						
					 
					
						2012-03-29 22:10:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9ed8d8a8f6 
							
						 
					 
					
						
						
							
							docs: fix haddock hyperlink  
						
						 
						
						
						
					 
					
						2012-03-30 19:24:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9b3486c14c 
							
						 
					 
					
						
						
							
							docs: fix incorrect haddock  
						
						 
						
						
						
					 
					
						2012-04-14 01:11:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							36534a9ef5 
							
						 
					 
					
						
						
							
							fix a misnamed var  
						
						 
						
						
						
					 
					
						2012-04-16 16:43:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d30cd5847a 
							
						 
					 
					
						
						
							
							a simplistic cashflow statement to complete the trio  
						
						 
						
						
						
					 
					
						2012-04-17 17:32:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b77ba66fb1 
							
						 
					 
					
						
						
							
							haddock fix  
						
						 
						
						
						
					 
					
						2012-05-15 01:51:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							294a350993 
							
						 
					 
					
						
						
							
							promote Hledger.Query to second level  
						
						 
						
						
						
					 
					
						2012-05-16 07:57:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c1e8138609 
							
						 
					 
					
						
						
							
							more date utilities  
						
						 
						
						
						
					 
					
						2012-05-19 02:56:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a03fd1d89f 
							
						 
					 
					
						
						
							
							fix haddock complaints  
						
						 
						
						
						
					 
					
						2012-05-27 18:20:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9524e6d927 
							
						 
					 
					
						
						
							
							more metadata -> tag renaming in the parser  
						
						 
						
						
						
					 
					
						2012-05-28 00:24:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1062e2f9a4 
							
						 
					 
					
						
						
							
							clean up reader selection, don't write a csv rules file on journal parse error  
						
						 
						
						
						
					 
					
						2012-05-28 18:40:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							88f69e12e2 
							
						 
					 
					
						
						
							
							fix Dates exports for hledger-web  
						
						 
						
						
						
					 
					
						2012-04-16 17:09:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a5b3f072b4 
							
						 
					 
					
						
						
							
							update query parser's prefix list  
						
						 
						
						
						
					 
					
						2012-05-29 17:02:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e0d2530ff5 
							
						 
					 
					
						
						
							
							fix double quote matching everything  
						
						 
						
						
						
					 
					
						2012-05-29 17:02:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cb905a741c 
							
						 
					 
					
						
						
							
							new query by tag implementation  
						
						 
						
						
						
					 
					
						2012-05-28 00:27:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2fb2aea056 
							
						 
					 
					
						
						
							
							rename metadata fields to tags  
						
						 
						
						
						
					 
					
						2012-05-27 22:59:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3ee6a351f3 
							
						 
					 
					
						
						
							
							big query/tests/show refactoring  
						
						 
						
						... 
						
						
						
						- use new query system for command line too, filterspec is no more
- move unit tests near the code they test, run them in bottom up order, add more
- more precise Show instances, used for debugging not ui 
						
					 
					
						2012-05-27 18:14:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1654776f4a 
							
						 
					 
					
						
						
							
							refactor test runner  
						
						 
						
						
						
					 
					
						2012-05-14 19:23:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							db4d853a3f 
							
						 
					 
					
						
						
							
							refactor: move readJournal'  
						
						 
						
						
						
					 
					
						2012-04-14 01:10:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1b7ffe2e5a 
							
						 
					 
					
						
						
							
							fix for haddock  
						
						 
						
						
						
					 
					
						2012-05-14 17:22:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2f28931d83 
							
						 
					 
					
						
						
							
							fix build warnings in hledger-lib  
						
						 
						
						
						
					 
					
						2012-05-06 20:42:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							68966fe43b 
							
						 
					 
					
						
						
							
							begin cleaning up Dates api, move firstJust  
						
						 
						
						
						
					 
					
						2012-04-16 16:44:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							56cf9b21cb 
							
						 
					 
					
						
						
							
							fix txn & posting comment parsing & printing; better unit tests  
						
						 
						
						
						
					 
					
						2012-05-15 01:49:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a628964016 
							
						 
					 
					
						
						
							
							prepare to support full query expressions on command line  
						
						 
						
						
						
					 
					
						2012-05-16 08:31:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1e2c2bb10c 
							
						 
					 
					
						
						
							
							hook up more tests, begin converting remaining reports to Query  
						
						 
						
						
						
					 
					
						2012-05-17 04:21:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2feb36e57f 
							
						 
					 
					
						
						
							
							query cleanups  
						
						 
						
						
						
					 
					
						2012-05-17 16:02:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ddda6705c0 
							
						 
					 
					
						
						
							
							put query parsers first  
						
						 
						
						
						
					 
					
						2012-05-16 08:28:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a58a5f96ad 
							
						 
					 
					
						
						
							
							more robust comments & metadata, on postings too, and document as "tags"  
						
						 
						
						
						
					 
					
						2012-05-14 18:52:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							88212f26e8 
							
						 
					 
					
						
						
							
							simplify journal parser names  
						
						 
						
						
						
					 
					
						2012-05-09 15:34:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xiaoruoruo 
							
						 
					 
					
						
						
						
						
							
						
						
							ce83876700 
							
						 
					 
					
						
						
							
							metadata parse and show for transaction  
						
						 
						
						
						
					 
					
						2012-04-08 19:13:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c010448935 
							
						 
					 
					
						
						
							
							drop little-used clashing Ledger accessors  
						
						 
						
						
						
					 
					
						2012-05-09 15:33:16 +00:00