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
/
Readers
/
Roff.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-1
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-03-05
Fix parsing of `\'` in man/ms readers.
John MacFarlane
1
-1
/
+1
2020-03-05
Fix parsing of `\.` in man/ms readers.
John MacFarlane
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-93
/
+92
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-3
/
+3
2019-09-05
Roff reader: Better support for 'while'.
John MacFarlane
1
-0
/
+3
2019-09-05
Roff reader: improve handling of groups.
John MacFarlane
1
-4
/
+2
2019-09-04
Roff reader: Fix problem parsing comments before macro.
John MacFarlane
1
-2
/
+0
2019-09-04
Roff reader: more improvements in parsing conditionals.
John MacFarlane
1
-3
/
+4
2019-09-04
Roff readers: better parsing of groups.
John MacFarlane
1
-9
/
+5
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-20
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-11-02
Man reader: table improvements.
John MacFarlane
1
-6
/
+7
2018-11-02
Roff reader: Don't require global table options.
John MacFarlane
1
-2
/
+2
2018-11-02
Roff reader: tbl improvements.
John MacFarlane
1
-1
/
+2
2018-11-02
Roff reader: Handle 'H' modifier after '.TS'.
John MacFarlane
1
-3
/
+2
2018-11-02
Roff reader: conditionals: allow .\} to end group.
John MacFarlane
1
-3
/
+4
2018-11-02
Roff reader: reinstate column check for macros.
John MacFarlane
1
-10
/
+16
2018-11-02
Roff reader: another fix for conditionals.
John MacFarlane
1
-1
/
+1
2018-11-02
Roff reader: fixed small issue with conditionals.
John MacFarlane
1
-3
/
+1
2018-11-02
Roff reader: Improved handling of custom strings as arguments.
John MacFarlane
1
-6
/
+6
2018-11-02
Roff reader: expand strings in font commands.
John MacFarlane
1
-12
/
+26
2018-11-02
Revert "Revert "Revert "Roff reader: custom Stream type."""
John MacFarlane
1
-51
/
+27
2018-11-02
Fix readWithM with Stream.
John MacFarlane
1
-1
/
+1
2018-11-02
Revert "Revert "Roff reader: custom Stream type.""
John MacFarlane
1
-27
/
+51
2018-11-02
Revert "Roff reader: custom Stream type."
John MacFarlane
1
-51
/
+27
2018-11-02
Roff reader: custom Stream type.
John MacFarlane
1
-27
/
+51
2018-11-02
Roff reader: improve lexing of conditionals.
John MacFarlane
1
-28
/
+49
2018-11-01
Change 'groff' -> 'roff'.
John MacFarlane
1
-2
/
+2
2018-10-30
Roff reader: rename RoffToken constructors so they're shorter.
John MacFarlane
1
-14
/
+14
2018-10-30
Roff reader: renamed constructors for RoffToken...
John MacFarlane
1
-14
/
+14
2018-10-30
Roff reader: removed MacroKind alias.
John MacFarlane
1
-5
/
+2
2018-10-30
Roff reader: properly handle unknown backslash escapes.
John MacFarlane
1
-1
/
+4
2018-10-29
Roff reader: improved escape parsing.
John MacFarlane
1
-59
/
+68
2018-10-28
Roff tokenizer: allow `\*~` etc.
John MacFarlane
1
-1
/
+1
2018-10-28
Roff tokenizer: handle e.g. `\*n`.
John MacFarlane
1
-1
/
+1
2018-10-28
Roff tokenizer: better handling of escapes.
John MacFarlane
1
-10
/
+39
2018-10-28
Roff reader: introduce normal/copy mode distinction.
John MacFarlane
1
-4
/
+33
2018-10-28
Roff reader: use escapeArg in macroArg.
John MacFarlane
1
-3
/
+8
2018-10-28
Roff tokenizer: refactor escString.
John MacFarlane
1
-15
/
+6
2018-10-28
Roff tokenizer: revamped font parsing using escapeArg.
John MacFarlane
1
-62
/
+59
2018-10-28
Roff tokenizer: abstract out patterns: escapeArg, quoteArg.
John MacFarlane
1
-27
/
+27
2018-10-28
Roff tokenizer: allow space before ( in table options.
John MacFarlane
1
-1
/
+2
2018-10-28
Hlint changes.
John MacFarlane
1
-4
/
+4
2018-10-28
Roff tokenizer: better handling of table format strings.
John MacFarlane
1
-8
/
+10
2018-10-27
Revert "Roff tokenizer: use Seq for lineparts rather than lists."
John MacFarlane
1
-44
/
+42
2018-10-27
Revert "Roff reader: use LineParts abstraction."
John MacFarlane
1
-65
/
+57
2018-10-27
Roff reader: use LineParts abstraction.
John MacFarlane
1
-57
/
+65
[next]