Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -159/+165 |
| | |||||
* | fixes #11618 (#11969) | Andreas Rumpf | 2019-08-17 | 1 | -3/+6 |
| | |||||
* | Fixed handling of empty strings for encodings conversions (#11897) | amzak | 2019-08-07 | 1 | -5/+13 |
| | |||||
* | Fixed utf8<->utf16 conversions on windows (#11888) | amzak | 2019-08-06 | 1 | -39/+108 |
| | |||||
* | exposing procs (#11218) | Benny Elgazar | 2019-05-11 | 1 | -2/+2 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -1/+0 |
| | |||||
* | stdlib: documenation updates, the exception names have been changed | Andreas Rumpf | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | Haiku support for Nim (#8542) | alaviss | 2018-08-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * posix_other: Haiku now has spawn.h This is added per https://dev.haiku-os.org/ticket/13446 * posix_other: Add Haiku specific Dirent members * cpuinfo: Add an implementation for Haiku * distros: Add basic Haiku support * encodings: update Haiku support * fenv, math: Haiku now provides libm * times: Add Haiku struct members * ansi_c, osalloc: Add Haiku constants * threads: Add Haiku support * testament: Haiku uses LIBRARY_PATH * nim.cfg: Update Haiku support libnetwork should only be linked if network functions are used * threads: Haiku does not support -pthread switch * tworkingdir: Haiku's env is in /bin * posix_other: add SIGKILLTHR for Haiku * sockets: link with libnetwork on Haiku * coro: correct ucontext.h location http://pubs.opengroup.org/onlinepubs/009696699/basedefs/ucontext.h.html * coro: ucontext backend is not available on Haiku Haiku doesn't provide the <ucontext.h> header, as it was removed from POSIX * coro: fix setjmp backend The compiler does not allow statements after a noreturn function * nativesockets: Haiku doesn't support AI_V4MAPPED * system: hostOS can contains "haiku" * os: add support for Haiku's packagefs packagefs is read-only, but there are writable holes to the underlying file system as well * os: update constant for Haiku | ||||
* | fixes #8468, stdlib.encodings.convert not crash anymore on windows (#8470) | andri lim | 2018-07-30 | 1 | -4/+4 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | make more tests green | Araq | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | Fix iconv import on freebsd and netbsd (#5490) | Anatoly Galiulin | 2017-03-07 | 1 | -4/+9 |
| | |||||
* | 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 |