summary refs log tree commit diff stats
path: root/lib/pure/encodings.nim
Commit message (Collapse)AuthorAgeFilesLines
* Removed libiconv prefix (on OS X) to make encodings compile on OS X.Hans Raaf2015-10-281-10/+4
| | | | | | | | I am not sure since which version OS X does include the libiconv library without the `lib` prefix. But it seems this is the case for some years now. If there are ways to check for the OS X version at compile time this may be needed to support older OS X versions. But I guess thats not needed for most users working with Nim anyway.
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-185/+185
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* 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
| | | | Also adds some verbosity to the implicit test.
* 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 ↵Araq2011-06-211-2/+13
| | | | for windows improved
* added encodings stdlibAraq2011-06-161-0/+445