Age | Commit message (Expand) | Author | Files | Lines |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-06-10 | UTF8: export fromText, fromTextLazy. | John MacFarlane | 1 | -2/+10 |
2017-06-10 | UTF8: export toText, toTextLazy. | John MacFarlane | 1 | -17/+27 |
2017-05-18 | Add `--eol` flag and writer option to control line endings. | Stefan Dresselhaus | 1 | -8/+33 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -9/+9 |
2016-09-02 | Remove unnecessary CPP condition in UTF8 | Jesse Rosenthal | 1 | -7/+2 |
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 1 | -2/+2 |
2015-05-05 | UTF8: Better handling of bare CRs in input files. | John MacFarlane | 1 | -2/+8 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2014-08-12 | Removed unneeded CPP. | John MacFarlane | 1 | -4/+0 |
2014-05-19 | Avoid `import Prelude hiding (catch)`. | John MacFarlane | 1 | -2/+1 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2013-08-04 | Remove CPP from default-extensions; add pragmas to modules as needed. | John MacFarlane | 1 | -0/+1 |
2013-07-04 | Text.Pandoc.UTF8: Use strict bytestrings in reading. | John MacFarlane | 1 | -1/+1 |
2013-05-29 | Added CPP directives to avoid warnings. | John MacFarlane | 1 | -0/+4 |
2013-02-08 | UTF8: Strip off BOM if present. | John MacFarlane | 1 | -2/+9 |
2013-01-06 | UTF8 module: Remove `\r` when reading. | John MacFarlane | 1 | -4/+7 |
2012-09-29 | UTF8: Removed unneeded imports. | John MacFarlane | 1 | -5/+0 |
2012-09-26 | UTF8: Better error message for invalid UTF8. | John MacFarlane | 1 | -4/+6 |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -3/+27 |
2012-09-25 | UTF8: use universalNewlineMode in reading. | John MacFarlane | 1 | -1/+2 |
2012-09-23 | Revert "More intelligent handling of text encodings." | John MacFarlane | 1 | -16/+4 |
2012-09-23 | More intelligent handling of text encodings. | John MacFarlane | 1 | -4/+16 |
2012-09-23 | Removed unneeded CPP conditional. | John MacFarlane | 1 | -44/+0 |
2012-09-23 | UTF8: Export decodeArg. | John MacFarlane | 1 | -1/+5 |
2012-09-23 | Export encodePath/decodePath from UTF8. | John MacFarlane | 1 | -0/+1 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -1/+1 |
2012-06-25 | Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding. | John MacFarlane | 1 | -2/+2 |
2012-06-24 | Don't encode/decode file paths if base >= 4.5. | John MacFarlane | 1 | -6/+16 |
2011-02-11 | UTF8: Encode filenames. | John MacFarlane | 1 | -2/+3 |
2011-01-30 | UTF8: Use #if instead of #ifdef. | John MacFarlane | 1 | -1/+1 |
2011-01-30 | UTF8 module: Use base 4.2 IO if available. | John MacFarlane | 1 | -1/+44 |
2010-09-10 | Encode filenames as UTF8. | John MacFarlane | 1 | -2/+3 |
2010-07-21 | Changed to using strict bytestrings in UTF8 module. | John MacFarlane | 1 | -2/+2 |
2010-05-06 | UTF8: Modified readFile and getContents to strip BOM if present. | John MacFarlane | 1 | -2/+9 |
2010-05-06 | Added Text.Pandoc.UTF8 for portable UTF8 string IO. | John MacFarlane | 1 | -0/+65 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -45/+0 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+45 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -45/+0 |
2007-10-27 | Modified fromUTF8 to strip out the BOM (byte order marker) | fiddlosopher | 1 | -0/+1 |
2007-07-13 | Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8, | fiddlosopher | 1 | -16/+16 |
2006-12-20 | + Added module data for haddock. | fiddlosopher | 1 | -1/+2 |
2006-10-17 | initial import | fiddlosopher | 1 | -0/+43 |