summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Add documentation for several optionsAlexis Hildebrandt2015-02-182-53/+90
|
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-1828-1226/+1
| | | | and all boost serialisation related code.
* [ledger] Remove --full-help optionAlexis Hildebrandt2015-02-183-8/+0
| | | | since it is the same as --help.
* [doc] Use ASCII single quote instead of apostropheAlexis Hildebrandt2015-02-181-1/+1
|
* Merge pull request #391 from thdox/fedora_20Alexis Hildebrandt2015-02-181-2/+27
|\ | | | | | | | | Add instructions for Fedora 20. [ci skip]
| * Add instructions for Fedora 20.thdox2015-02-131-2/+27
| | | | | | | | [ci skip]
* | [tests] Allow testing of multi-line examplesAlexis Hildebrandt2015-02-181-1/+1
|/
* Merge pull request #387 from thdox/pre-commitCraig Earls2015-02-101-3/+3
|\ | | | | prepare-commit-msg fix
| * Improve quotingthdox2015-02-101-1/+1
| | | | | | | | [ci skip]
| * SC2086 Double quote to prevent globbing and word splitting.thdox2015-02-081-1/+1
| | | | | | | | | | | | http://www.shellcheck.net/ [ci skip]
| * SC2069 The order of the 2>&1 and the redirect matters.thdox2015-02-081-1/+1
| | | | | | | | | | | | | | The 2>&1 has to be last. http://www.shellcheck.net/ [ci skip]
| * SC2112 'function' keyword is non-standard. Delete it.thdox2015-02-081-1/+1
| | | | | | | | | | | | http://www.shellcheck.net/ [ci skip]
* | Merge pull request #389 from thdox/untabify-emacs-lisp2Craig Earls2015-02-1019-614/+620
|\ \ | | | | | | [emacs] Untabify emacs lisp
| * | [emacs] C-x h M-x untabify RETthdox2015-02-1018-584/+584
| | | | | | | | | | | | | | | | | | C-x h M-x indent-region RET [ci skip]
| * | [emacs] M-x add-dir-local-variable RET emacs-lisp-mode RET indent-tabs-mode ↵thdox2015-02-101-30/+36
| |/ | | | | | | | | | | RET nil RET [ci skip]
* | Merge pull request #386 from thdox/gitignoreAlexis Hildebrandt2015-02-101-0/+3
|\ \ | |/ |/| | | | | Add version.texi, and some random texi generated files. [ci skip]
| * Add version.texi, and some random texi generated files.thdox2015-02-081-0/+3
|/ | | | [ci skip]
* [doc] Improve example for environment variable optionsAlexis Hildebrandt2015-01-292-15/+13
| | | [ci skip]
* Merge pull request #384 from thdox/add-to-doc5Alexis Hildebrandt2015-01-291-2/+3
|\ | | | | | | | | [doc] Improve documentation about "balance assertions" and --permissive [ci skip]
| * Remove back-link from option to section "balance assertions".thdox2015-01-281-2/+3
|/ | | | | Add forward-link from section to option. Add option to @findex
* [doc] Report undocumented value expression functionsAlexis Hildebrandt2015-01-274-23/+89
| | | | in the manpage and texinfo manual.
* [doc] Add some expression documentation to manpageAlexis Hildebrandt2015-01-271-32/+66
| | | | | Comment undocumented expressions, so the are reported by test/CheckManpage.py.
* [doc] Change wording in manpageAlexis Hildebrandt2015-01-271-14/+28
| | | | [ci skip]
* [doc] Add documentation of some expressionsAlexis Hildebrandt2015-01-271-11/+69
| | | | | | to manpage. [ci skip]
* [doc] Change wording in manpageAlexis Hildebrandt2015-01-271-62/+61
| | | | [ci skip]
* [doc] Improve examples in manpageAlexis Hildebrandt2015-01-271-3/+4
| | | | [ci skip]
* [doc] Fix typo in manpageAlexis Hildebrandt2015-01-271-1/+1
| | | | [ci skip]
* [doc] Improve documentation for option aliasesAlexis Hildebrandt2015-01-271-6/+18
| | | | | | in mapnpage. [ci skip]
* [doc] Minor typographical changes in manpageAlexis Hildebrandt2015-01-271-13/+18
| | | | [ci skip]
* [doc] Comment empty items in manpageAlexis Hildebrandt2015-01-271-3/+3
| | | | [ci skip]
* [doc] Change wording in manpageAlexis Hildebrandt2015-01-271-36/+51
| | | | [ci skip]
* [doc] Use specific example to explain environment varsAlexis Hildebrandt2015-01-271-2/+2
| | | | [ci skip]
* [doc] Use Tn for HTTP and XML in manpageAlexis Hildebrandt2015-01-271-2/+5
| | | | [ci skip]
* [doc] Use .Nm instead of [Ll]edger in manpageAlexis Hildebrandt2015-01-271-47/+135
| | | | [ci skip]
* [doc] Replace Nm with Sy, Cm, Pa in manpageAlexis Hildebrandt2015-01-271-69/+69
| | | | [ci skip]
* [doc] Correct Ar placholders in manpageAlexis Hildebrandt2015-01-271-2/+2
| | | | [ci skip]
* [doc] Replace Nm with more appropriate macrosAlexis Hildebrandt2015-01-271-19/+19
| | | | | | in manpage such as Fl, Ar, Ev, Em, etc. [ci skip]
* [doc] Improve quoting in manpageAlexis Hildebrandt2015-01-271-13/+15
| | | | [ci skip]
* [doc] Replace .Nm with .Ic where appropriateAlexis Hildebrandt2015-01-271-78/+82
| | | | | | | | | | | | According to mdoc (7) "The `.Nm' macro is used for the document title or subject name. It has the peculiarity of remembering the first argument it was called with, which should always be the subject name of the page." Therefore it should only be used the print `ledger` in the manpage For the Ledger commands register, balance, etc The .Ic (internal command) is much better suited. [ci skip]
* [doc] Use ASCII single quote as apostropheAlexis Hildebrandt2015-01-271-1/+1
| | | | [ci skip]
* [doc] Change FILES section into a Pathname listAlexis Hildebrandt2015-01-271-1/+3
| | | | [ci skip]
* [doc] Add tests to value and format expressionsAlexis Hildebrandt2015-01-272-90/+506
| | | | and change formatting for value expressions using @defun, @defvar.
* [doc] Improve @smallexample command line parsingAlexis Hildebrandt2015-01-271-2/+4
| | | | by using Python shlex.
* [doc] Add texinfo reference for permissive optionAlexis Hildebrandt2015-01-271-1/+1
| | | | | | to related balance assertions section. [ci skip]
* Merge pull request #382 from thdox/add-to-docAlexis Hildebrandt2015-01-272-6/+16
|\ | | | | Add documentation for --no-pager option.
| * Add documentation for --no-pager option.thdox2015-01-222-6/+16
| | | | | | | | | | Minor updates to --pager documentation. [ci skip]
* | Merge pull request #383 from thdox/add-to-doc2Alexis Hildebrandt2015-01-274-21/+22
|\ \ | | | | | | | | | | | | Add documentation for option --permissive. [ci skip]
| * | Rename file from test/regress/634AA589.test tothdox2015-01-222-19/+19
| | | | | | | | | | | | | | | test/baseline/opt-permissive.test. Actually 634AA589 is the initial commit that created permissive option.
| * | Add documentation for option --permissive.thdox2015-01-222-2/+3
| |/
* | [tests] Grep for option alternates during checksAlexis Hildebrandt2015-01-251-11/+17
| |