summary refs log tree commit diff stats
path: root/lib/pure/encodings.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-1/+2
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* [backport] run nimpretty on string stuffnarimiran2019-09-301-159/+165
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-3/+6
* Fixed handling of empty strings for encodings conversions (#11897)amzak2019-08-071-5/+13
* Fixed utf8<->utf16 conversions on windows (#11888)amzak2019-08-061-39/+108
* exposing procs (#11218)Benny Elgazar2019-05-111-2/+2
* removes deprecated T/P typesAraq2018-11-161-1/+0
* stdlib: documenation updates, the exception names have been changedAndreas Rumpf2018-10-251-1/+1
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+3
* fixes #8468, stdlib.encodings.convert not crash anymore on windows (#8470)andri lim2018-07-301-4/+4
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
* make more tests greenAraq2018-04-301-1/+1
* Fix iconv import on freebsd and netbsd (#5490)Anatoly Galiulin2017-03-071-4/+9
* Removed libiconv prefix (on OS X) to make encodings compile on OS X.Hans Raaf2015-10-281-10/+4
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-185/+185
* lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-2/+3
* fix for https://github.com/nim-lang/Aporia/issues/69Stephan Diehl2015-05-281-1/+1
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Fix typosFederico Ceratto2015-02-151-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* more tests greenAraq2014-08-311-12/+12
* more modules updatedAraq2014-08-281-9/+9
* big renameAraq2014-08-271-16/+18
* added OEMCP for the default OEM codepageAraq2014-06-261-0/+1
* make encodings.nim case consistentAraq2014-01-191-33/+31
* more tests are greenAraq2013-12-081-5/+5
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
* fixes #162Araq2012-07-101-1/+1
* some more bugfixes for the integer promotion rulesAraq2012-07-101-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...Araq2011-06-211-2/+13
* added encodings stdlibAraq2011-06-161-0/+445