Andreas Rumpf
7c83daee42
Merge pull request #5077 from johnnovak/termios-posix-fix
...
Use imported symbols & remove non-POSIX stuff
2016-12-01 11:12:05 +01:00
Araq
de844c7767
attempt to make travis green again
2016-12-01 09:54:45 +01:00
Araq
2adb2be86a
fixes tconsttable regression
2016-12-01 09:01:00 +01:00
Araq
2a7b4fda78
fixes #5081
2016-12-01 08:46:44 +01:00
John Novak
a245514146
Use imported symbols & remove non-POSIX stuff
...
* All symbols were hardcoded using Linux specific values, using
imports now (because of this, the module was broken on OS X, for example)
* There were many non-POSIX (Linux specific) symbols and
functions included, these have been removed
2016-12-01 16:46:35 +10:00
Araq
8494338bcb
fixes #5055
2016-11-30 22:25:56 +01:00
Araq
7b44896e03
fixes #5079
2016-11-30 21:10:22 +01:00
Araq
20cf28adde
fixes the regressions introduced by fix for #5076
2016-11-30 19:03:04 +01:00
Dominik Picheta
75345ad1aa
Merge pull request #5069 from yglukhov/ssl-init-fix
...
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
2016-11-30 18:44:20 +01:00
Andreas Rumpf
432f68fb32
Merge pull request #5071 from cheatfate/onemoreasync
...
async: some fixes more.
2016-11-30 17:04:25 +01:00
Yuriy Glukhov
581c0c437b
In case of synliboverride we support only openssl 1.0.*
2016-11-30 17:17:24 +02:00
Yuriy Glukhov
975477527a
More fixes
2016-11-30 17:17:24 +02:00
Yuriy Glukhov
a80a0972b7
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
2016-11-30 17:16:54 +02:00
Araq
b1b2dd606b
fixes #5076
2016-11-30 11:00:51 +01:00
cheatfate
d40b783110
Add comments to latest fixes.
...
One more fix.
Some artifacts removed.
2016-11-30 04:55:17 +02:00
Araq
5c46f26880
fix upcoming/asyncdispatch properly
2016-11-30 02:08:34 +01:00
Araq
3f7694d08a
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-11-30 01:53:16 +01:00
Araq
9b68b878b2
upcoming/asyncdispatch: addTimer and addEvent fixes
2016-11-30 01:47:37 +01:00
Araq
f9e54c1749
use preferName for type info names
2016-11-30 01:45:47 +01:00
Dominik Picheta
9ee3a887f2
Merge pull request #5051 from FedericoCeratto/smtp_test
...
Improve SMTP testing
2016-11-29 20:35:25 +01:00
Araq
c743b2969f
closure types get names; refs #4332
2016-11-29 20:21:56 +01:00
Araq
c5a336741c
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-11-29 10:40:14 +01:00
Araq
d495ef5705
updated upcoming/asyncdispatch
2016-11-29 10:40:08 +01:00
Andreas Rumpf
7f01bd6d46
Merge pull request #5067 from vktec/remove-docutils-path
...
Remove docgen.nim's dependency on things being in path
2016-11-29 01:57:44 +01:00
Andreas Rumpf
ab43ad13dc
Merge pull request #5058 from johnnovak/terminal-win-fix
...
Fix setStyle for Windows
2016-11-29 01:57:14 +01:00
Samadi van Koten
95682cdfb7
Remove docgen.nim's dependency on things being in path
...
compiler/docgen.nim relied heavily on $lib/packages/docutils being in
path at compile-time. While this works fine when building Nim itself,
things start breaking when using compiler as a nimble package.
2016-11-28 23:02:30 +00:00
Andreas Rumpf
6a83306b5f
Merge pull request #5060 from johnnovak/terminal-showhide-cursor
...
Add hideCursor & showCursor
2016-11-28 13:32:42 +01:00
Araq
f9c184a493
minor website improvements
2016-11-28 12:54:55 +01:00
Andreas Rumpf
e5ef32dab3
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-11-28 11:03:24 +01:00
Andreas Rumpf
734443d725
system.deepCopy should show old behaviour
2016-11-28 11:03:01 +01:00
Andreas Rumpf
7ca72a733c
use -d:nimTypeNames to create RTTI with type names
2016-11-28 10:56:45 +01:00
Andreas Rumpf
d2d851a1f3
Merge pull request #4878 from yglukhov/gc-frameinfo
...
Cosmetics
2016-11-28 10:31:06 +01:00
Andreas Rumpf
1a85c5231b
Merge pull request #5044 from endragor/deques
...
Added deques module, deprecating queues
2016-11-28 10:29:05 +01:00
Andreas Rumpf
98d24291f9
Merge pull request #5061 from yglukhov/test-case-fixup
...
Corrected test case for #5057 .
2016-11-28 10:15:13 +01:00
Andreas Rumpf
c001d95606
Merge pull request #5063 from deech/nimeval-fix
...
Fix compilation error in nimeval.
2016-11-28 10:14:53 +01:00
Aditya Siram
b67aa23de9
Fix compilation error in nimeval.
2016-11-27 13:37:36 -06:00
Yuriy Glukhov
10292a2626
Corrected test case for #5057 .
2016-11-27 13:34:24 +02:00
John Novak
8378a75267
Update changelog
2016-11-27 20:54:46 +10:00
Andreas Rumpf
9b4619235f
Merge pull request #5059 from yglukhov/ordered-table-del
...
Fixes #5057
2016-11-27 09:32:07 +01:00
Andreas Rumpf
e83d11e8f1
deepcopy fix
2016-11-26 14:15:37 +01:00
John Novak
88e01ffd92
Add hideCursor & showCursor
2016-11-26 21:08:01 +10:00
Yuriy Glukhov
41205493c0
Fixes #5057
2016-11-26 12:43:36 +02:00
John Novak
64dd3eb9c1
Fix setStyle for Windows
...
* setStyle did not take the current color flags into account on Windows, this
is fixed now
* refactoring to get rid of magic constants
2016-11-26 16:36:08 +10:00
Federico Ceratto
bebeee46de
Improve SMTP testing
...
Test both sync and async email delivery
2016-11-24 16:25:21 +00:00
Ruslan Mustakov
2c146445bc
Added deques module, deprecating queues
2016-11-24 19:11:51 +07:00
Andreas Rumpf
01ae0d28d4
recursive modules are only detected to improve error messages
2016-11-24 12:27:21 +01:00
Andreas Rumpf
bc9015df50
make tests green again
2016-11-24 11:48:23 +01:00
Andreas Rumpf
2316c71e09
reverted deepcopy fix for now
2016-11-24 10:52:33 +01:00
Andreas Rumpf
633dcca71b
another attempt to make travis green again
2016-11-24 10:52:18 +01:00
Andreas Rumpf
31a41594c2
attempt to make travis green again
2016-11-24 09:55:18 +01:00