index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #214 from purcell/patch-1
Craig Earls
2013-11-03
1
-1
/
+1
|
\
|
*
Fix provided feature to match file/package name
Steve Purcell
2013-11-03
1
-1
/
+1
|
/
*
And const directives in account.h and commodity.h to allow build in OS X Mave...
Craig Earls
2013-10-30
2
-2
/
+2
*
install texinfo files
Johann Klähn
2013-10-23
1
-7
/
+8
*
Merge pull request #213 from kain88-de/readme_typo
John Wiegley
2013-09-30
1
-1
/
+1
|
\
|
*
fix README.md build command
Max Linke
2013-09-28
1
-1
/
+1
|
/
*
Merge pull request #212 from bentglasstube/master
Craig Earls
2013-09-24
1
-1
/
+1
|
\
|
*
Fix reference to old pattern negation syntax
Alan Berndt
2013-09-24
1
-1
/
+1
|
/
*
Merge pull request #211 from mneilsen/master
John Wiegley
2013-09-23
1
-4
/
+4
|
\
|
*
Update ledger-mode's "Quick Installation" docs
Mike Neilsen
2013-09-21
1
-4
/
+4
*
|
delete obsolete ledger.texi. Down with cruft!
Simon Michael
2013-09-21
2
-4109
/
+1
|
/
*
Guard against a possible null value
John Wiegley
2013-09-20
1
-1
/
+1
*
Merge pull request #210 from OpenTechStrategies/fix-build-instructions
John Wiegley
2013-09-19
1
-13
/
+1
|
\
|
*
Remove some obsolete material from the build instructions.
Karl Fogel
2013-09-18
1
-13
/
+1
|
/
*
Merge pull request #208 from vkurup/master
Craig Earls
2013-09-08
1
-1
/
+3
|
\
|
*
Find first numeral or minus sign, instead of blind move
Vinod Kurup
2013-09-08
1
-1
/
+2
|
*
Move past the commodity sign
Vinod Kurup
2013-09-07
1
-1
/
+2
*
|
Merge pull request #209 from wcravens/fix_block_comment_instructions_chapt_4
John Wiegley
2013-09-08
1
-3
/
+3
|
\
\
|
*
|
Remove reference to depricated ! operator in Chapt 4
Wes Cravens
2013-09-08
1
-3
/
+3
|
/
/
*
/
Corrected discrepancies between documentation and drewr3.dat regarding apply ...
Craig Earls
2013-09-07
2
-12
/
+1
|
/
*
Merge pull request #207 from afh/pull/989
John Wiegley
2013-09-07
1
-5
/
+5
|
\
|
*
Apply --time-colon option only to time commodities
Alexis Hildebrandt
2013-09-07
1
-5
/
+5
*
|
Merge pull request #206 from skaczor/patch-1
John Wiegley
2013-08-21
1
-20
/
+18
|
\
\
|
*
|
Update CMakeLists.txt
Simon Kaczor
2013-08-21
1
-20
/
+18
|
/
/
*
|
Bug 986. Add file order to sorting options in the reconcile mode.
Craig Earls
2013-08-20
1
-2
/
+7
*
|
Merge pull request #205 from vanicat/t/ignore
Craig Earls
2013-08-12
1
-0
/
+4
|
\
\
|
*
|
Adding some file to .gitignore
Rémi Vanicat
2013-08-12
1
-0
/
+4
|
/
/
*
|
Merge pull request #200 from errge/master
Craig Earls
2013-07-15
1
-5
/
+6
|
\
\
|
*
|
Change ledger-next-amount to be case-sensitive
Gergely Risko
2013-07-12
1
-5
/
+6
*
|
|
Merge pull request #202 from bkuhn/contrib-non-profit-audit-fraud-and-totals
John Wiegley
2013-07-14
1
-7
/
+7
|
\
\
\
|
*
|
|
Some of the totals rounded via -V cause rounding more than one penny.
Bradley M. Kuhn
2013-07-14
1
-4
/
+4
|
*
|
|
Add Fraud Receivable to Accrued accounts.
Bradley M. Kuhn
2013-07-14
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #201 from bkuhn/contrib-non-profit-audit-use-accounts
John Wiegley
2013-07-12
2
-4
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use "ledger accounts" command rather than the '-F "%150A\n" reg' report solut...
Bradley M. Kuhn
2013-07-12
2
-4
/
+2
|
/
/
*
|
Merge pull request #199 from bkuhn/begin-date-wrong-general-ledger-report
Craig Earls
2013-07-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
The $formattedBeginDate should derive from $beginDate, not $endDate (duh!)
Bradley M. Kuhn
2013-07-10
1
-1
/
+1
|
/
*
Merge pull request #198 from errge/master
Craig Earls
2013-07-09
1
-1
/
+1
|
\
|
*
Fix comment string
Gergely Risko
2013-07-09
1
-1
/
+1
|
/
*
Add ledger-mode-should-check-version to disable startup checks.
Craig Earls
2013-07-03
1
-3
/
+10
*
Finished changing name to ledger-*
Craig Earls
2013-07-02
18
-152
/
+152
*
Remove leg-new and made leg-mode the entry point.
Craig Earls
2013-07-02
2
-91
/
+52
*
Adjust subtraction to scale operands up, thereby avoiding the silly long results
Craig Earls
2013-07-02
1
-2
/
+8
*
Ensure target balance is actually parseable as a number
Craig Earls
2013-07-01
1
-16
/
+17
*
Added buffer cleanup and tweaked the reconcile quit routines.
Craig Earls
2013-06-27
2
-6
/
+4
*
Merge pull request #197 from vanicat/t/small-info-correction
Craig Earls
2013-06-26
1
-1
/
+1
|
\
|
*
@itemx shoud be after an @item
Rémi Vanicat
2013-06-26
1
-1
/
+1
|
/
*
Disable three tests preventing Jenkins from succeeding
John Wiegley
2013-06-19
3
-0
/
+0
*
Merge pull request #195 from code-affinity/msvc-11.0
John Wiegley
2013-06-17
9
-14
/
+215
|
\
|
*
Additional changes required for MSVC to compile ledger.
Tim Crews
2013-06-16
3
-9
/
+9
|
*
Corrected filename for strptime.cc
Tim Crews
2013-06-15
1
-0
/
+0
[next]