index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Error.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
T.P.Error: sort errors in handleError by exit code
Albert Krewinkel
1
-15
/
+15
2021-06-28
Text.Pandoc.Error: fix line calculations in reporting parsec errors.
John MacFarlane
1
-3
/
+3
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-16
/
+23
2021-02-22
T.P.Error: Add PandocUnsupportedCharsetError constructor...
John MacFarlane
1
-0
/
+4
2021-02-22
Text.Pandoc.UTF8: change IO functions to return Text, not String.
John MacFarlane
1
-1
/
+1
2021-02-14
T.P.Error: remove unused variables
Albert Krewinkel
1
-2
/
+2
2021-02-13
T.P.Error: export `renderError`.
John MacFarlane
1
-33
/
+72
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
1
-0
/
+3
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-11-13
Fix error when extension output is doc (#6834)
gison93
1
-1
/
+1
2020-10-26
Add PandocBibliographyError and use it in parsing bibliographies.
John MacFarlane
1
-0
/
+3
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
1
-2
/
+2
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-0
/
+4
2020-09-21
Remove duplicate tshow definition.
John MacFarlane
1
-3
/
+1
2020-04-17
API change: use PandocError for exceptions in Lua subsystem
Albert Krewinkel
1
-0
/
+2
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-55
/
+61
2019-09-29
Raise error on unsupported extensions. Closes #4338.
John MacFarlane
1
-0
/
+23
2019-09-12
Better message for PandocShouldNeverHappenError.
John MacFarlane
1
-1
/
+3
2019-09-12
Change exit codes.
John MacFarlane
1
-3
/
+3
2019-08-25
Better message for PandocTemplateError.
John MacFarlane
1
-1
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-17
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-22
Support ipynb (Jupyter notebook) as input and output format.
John MacFarlane
1
-0
/
+3
2018-11-29
Add PandocUTF8DecodingError constructor for PandocError.
John MacFarlane
1
-0
/
+7
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-10-27
Don't rely on syb when we don't need to.
John MacFarlane
1
-1
/
+1
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-4
/
+4
2017-10-21
In rendering PandocParsecError, only print input at error location...
John MacFarlane
1
-1
/
+6
2017-09-11
Support for PDF generation via `weasyprint` and `prince` (#3909)
Mauro Bieg
1
-1
/
+1
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
1
-0
/
+3
2017-06-22
Added `writerEpubSubdirectory` to `WriterOptions`.
John MacFarlane
1
-0
/
+3
2017-06-20
Text.Pandoc.Error: added PandocTemplateError.
John MacFarlane
1
-0
/
+2
2017-06-02
hlint suggestions.
John MacFarlane
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-07
Added PandocHttpException, trap exceptions in fetching from URLs.
John MacFarlane
1
-0
/
+4
2017-05-02
Added PandocResourceNotFound error.
John MacFarlane
1
-0
/
+3
2017-04-15
Error: Added PandocCouldNotFindDataFileError.
John MacFarlane
1
-0
/
+3
2017-04-15
Fixed shadowing warnings
John MacFarlane
1
-5
/
+5
2017-04-15
Error: Added PandocFilterError.
John MacFarlane
1
-0
/
+3
2017-04-15
Error: Added PandocPDFError
John MacFarlane
1
-0
/
+2
2017-04-15
Text.Pandoc.Error: added new constructors.
John MacFarlane
1
-0
/
+7
2017-04-04
Error: Added PandocOptionError.
John MacFarlane
1
-0
/
+2
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
1
-1
/
+10
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-4
/
+5
2017-02-23
Removed unnecessary import.
John MacFarlane
1
-5
/
+1
2017-02-23
Fix compiler warning for older GHC versions.
John MacFarlane
1
-2
/
+5
2017-02-23
Error: Changed PandocFileReadError to PandocIOError
John MacFarlane
1
-2
/
+3
[next]