Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed libiconv prefix (on OS X) to make encodings compile on OS X. | Hans Raaf | 2015-10-28 | 1 | -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 whitespace | Adam Strzelecki | 2015-09-04 | 1 | -185/+185 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/pure/e-o - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -2/+3 |
| | |||||
* | fix for https://github.com/nim-lang/Aporia/issues/69 | Stephan Diehl | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | more tests green | Araq | 2014-08-31 | 1 | -12/+12 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -9/+9 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -16/+18 |
| | |||||
* | added OEMCP for the default OEM codepage | Araq | 2014-06-26 | 1 | -0/+1 |
| | |||||
* | make encodings.nim case consistent | Araq | 2014-01-19 | 1 | -33/+31 |
| | |||||
* | more tests are green | Araq | 2013-12-08 | 1 | -5/+5 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Adds macosx dynamic library name for libiconv. | Grzegorz Adam Hankiewicz | 2012-12-17 | 1 | -4/+11 |
| | | | | Also adds some verbosity to the implicit test. | ||||
* | fixes #162 | Araq | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | some more bugfixes for the integer promotion rules | Araq | 2012-07-10 | 1 | -2/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim ↵ | Araq | 2011-06-21 | 1 | -2/+13 |
| | | | | for windows improved | ||||
* | added encodings stdlib | Araq | 2011-06-16 | 1 | -0/+445 |