index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
textual.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disabled an error check that has no real value in 2.6.
John Wiegley
2008-07-17
1
-2
/
+12
*
Protect against a case where xact->entry may legitimately be NULL.
John Wiegley
2008-07-17
1
-2
/
+2
*
Strip \r from all lines read.
John Wiegley
2008-07-17
1
-9
/
+23
*
Fixed several issues with clocking out in a timelog, which was leading to an
John Wiegley
2008-07-17
1
-15
/
+32
*
Added several more date/time fixes from Nathan Jones. Fixes #49.
John Wiegley
2008-07-17
1
-1
/
+1
*
Patch from Nathan Jones so that trailing whitespace after account names in a
John Wiegley
2008-07-16
1
-1
/
+2
*
Fix compile errors with gcc 4.3
Nathan Jones
2008-05-20
1
-0
/
+1
*
Improvements to the position calculation logic during parsing.
John Wiegley
2008-04-13
1
-5
/
+8
*
*** empty log message ***
John Wiegley
2008-04-13
1
-5
/
+8
*
Reworked the way date/times are handled.
John Wiegley
2008-04-13
1
-80
/
+102
*
*** empty log message ***
John Wiegley
2008-04-13
1
-21
/
+27
*
Several fixes to lot price handling.
John Wiegley
2008-04-13
1
-6
/
+9
*
Further refinement of commodity lot information.
John Wiegley
2008-04-13
1
-15
/
+6
*
Tons of corrections and fixes to value expressions and lot figures.
John Wiegley
2008-04-13
1
-53
/
+63
*
*** empty log message ***
John Wiegley
2008-04-13
1
-11
/
+27
*
*** empty log message ***
John Wiegley
2008-04-13
1
-10
/
+13
*
*** empty log message ***
John Wiegley
2008-04-13
1
-5
/
+8
*
*** empty log message ***
John Wiegley
2008-04-13
1
-1
/
+1
*
Added much better error location.
John Wiegley
2008-04-13
1
-48
/
+63
*
*** empty log message ***
John Wiegley
2008-04-13
1
-223
/
+183
*
Began support for improved commodity handling.
John Wiegley
2008-04-13
1
-56
/
+36
*
*** empty log message ***
John Wiegley
2008-04-13
1
-4
/
+1
*
Added support for unlimited factoids.
John Wiegley
2008-04-13
1
-7
/
+3
*
*** empty log message ***
John Wiegley
2008-04-13
1
-1
/
+1
*
(parse_transaction): Assign the entry to an xact while parsing it so
John Wiegley
2008-04-13
1
-2
/
+5
*
Checked in all major updates.
John Wiegley
2008-04-13
1
-32
/
+49
*
*** empty log message ***
John Wiegley
2008-04-13
1
-23
/
+49
*
*** empty log message ***
John Wiegley
2008-04-13
1
-31
/
+29
*
*** empty log message ***
John Wiegley
2008-04-13
1
-6
/
+24
*
(parse_transaction): Improved the @ check (scanning for a transaction
John Wiegley
2008-04-13
1
-1
/
+18
*
(parse_amount): Don't interpret an initial opening parenthesis as
John Wiegley
2008-04-13
1
-1
/
+1
*
(parse): Do not balance automated entries: they are now balanced as
John Wiegley
2008-04-13
1
-12
/
+12
*
(write_textual_journal): Corrected an error message.
John Wiegley
2008-04-13
1
-1
/
+1
*
Transactions now track their beginning and ending position, as do
John Wiegley
2008-04-13
1
-0
/
+9
*
*** empty log message ***
John Wiegley
2008-04-13
1
-2
/
+0
*
Made several changes to the parsing infrastructure to allow passing
John Wiegley
2008-04-13
1
-2
/
+6
*
Relaxed parsing so that tabs are allowed in several places that
John Wiegley
2008-04-13
1
-28
/
+28
*
Added in.clear() before resetting I/Os streams. Again, thanks to the
John Wiegley
2008-04-13
1
-0
/
+1
*
Removed Python integration support.
John Wiegley
2008-04-13
1
-27
/
+0
*
Restructed the code that it can build and be used as a shared library.
John Wiegley
2008-04-13
1
-9
/
+9
*
(parse_amount): Ignore inline math characters that are found quotes.
John Wiegley
2008-04-13
1
-2
/
+7
*
See ChangeLog
John Wiegley
2008-04-13
1
-3
/
+29
*
Support has been added for clearing of individual transactions. Set
John Wiegley
2008-04-13
1
-32
/
+55
*
*** empty log message ***
John Wiegley
2008-04-13
1
-1
/
+1
*
(parse_entry): Allow for the possibility that a transaction might end
John Wiegley
2008-04-13
1
-1
/
+7
*
(parse_entry): Removed "single line" transaction parsing and went back
John Wiegley
2008-04-13
1
-10
/
+1
*
(parse): Removed some unnecessary code which was actually causing
John Wiegley
2008-04-13
1
-15
/
+2
*
(parse): Set the beginning and ending line number for each entry as it
John Wiegley
2008-04-13
1
-10
/
+17
*
(parse_inline_math): Parse amounts that use any
John Wiegley
2008-04-13
1
-5
/
+95
*
(parse): The src_idx field on journal entries was being set
John Wiegley
2008-04-13
1
-5
/
+7
[next]