Araq
62cea4e29c
prepared selectors module for multi threading
2015-06-30 13:39:14 +02:00
Araq
28de800d61
Merge branch 'more_concurrency' into devel
...
Conflicts:
doc/tut1.txt
lib/core/locks.nim
lib/pure/collections/tables.nim
lib/pure/selectors.nim
2015-06-30 12:50:24 +02:00
Araq
4cfe216a77
fixes #2880
2015-06-30 12:20:03 +02:00
Araq
1af20535d8
updated links to source code
2015-06-30 12:20:02 +02:00
Araq
5fcb7ca313
True is true
2015-06-30 12:20:01 +02:00
Andreas Rumpf
39f549d06a
Merge pull request #3019 from flaviut/fix-3018
...
Fix #3018
2015-06-29 23:08:45 +02:00
Flaviu Tamas
6aae246ef1
Fix #3018
...
Looks like the problem is that the compiler expected the hash to be a certain
number of characters, but the file actually contained a (shorter) crc hash.
2015-06-29 16:52:47 -04:00
Dominik Picheta
8ef0d9386b
Implements `os.expandSymlink`. Ref #3015 .
2015-06-29 21:39:45 +01:00
Dominik Picheta
615defb1a9
Fixes socket problems on Windows and normalises some names.
...
Ref #2976 . Ref #2003 . See news.txt for details.
2015-06-29 20:11:21 +01:00
Araq
c16d153ff5
fixes #3005
2015-06-29 15:10:29 +02:00
Araq
63c537b233
fixes #3014
2015-06-29 02:48:34 +02:00
Araq
a1caef474b
proper distinction between --gc:none and --os:standalone
2015-06-29 02:48:33 +02:00
Araq
8f58ab99eb
nimrepl compiles again (but doesn't work)
2015-06-29 02:48:32 +02:00
Araq
2297a1aa60
much better error message if an exe cannot be found
2015-06-29 02:48:31 +02:00
Araq
ace9299a32
added /*INCLUDESECTION*/ section for .emit pragma
2015-06-29 02:48:30 +02:00
Araq
d46407caf3
disable vcc specific code which doesn't work
2015-06-29 02:48:29 +02:00
reactormonk
46dfbe0695
Merge pull request #3013 from avsej/fix-doc-typo
...
Fix doc typo
2015-06-28 12:13:40 -05:00
Sergey Avseyev
fd41293c06
Fix doc typo
2015-06-28 20:12:17 +03:00
Dominik Picheta
17f852c769
Merge pull request #2997 from apense/patch-3
...
Slight documentation addition Ref #2986
2015-06-26 23:36:26 +01:00
Andreas Rumpf
17f96b9861
Merge pull request #2995 from avsej/fix-tls-dlopen-issue
...
Fix #2672 . Do not define globalsSlot for native TLS
2015-06-26 10:24:04 +02:00
Andreas Rumpf
c235ceb8ab
Merge pull request #3000 from apense/patch-6
...
Clarified nnkFloat64Lit. Fixes #2939
2015-06-26 10:22:04 +02:00
Andreas Rumpf
56c71f10ad
Merge pull request #2999 from apense/patch-5
...
Updated nnkRange docs. Fixes #2929
2015-06-26 10:20:30 +02:00
Andreas Rumpf
ff85e9a45d
Merge pull request #2998 from apense/patch-4
...
Added `$` documentation to the manual
2015-06-26 10:19:20 +02:00
apense
4198e88fb0
Clarified nnkFloat64Lit
...
Fixes #2939
2015-06-26 01:16:56 -04:00
apense
0e06a72c64
Updated nnkRange docs
...
Addresses #2929
2015-06-26 01:11:27 -04:00
Sergey Avseyev
70ce8695e7
Fix #2672 . Do not define globalsSlot for native TLS
...
Motivation
----------
globalsSlot is always defined so threading code works incorrectly when
native TLS supported.
Modification
------------
Defined globalsSlot only in TLS emulation mode. Remove myThreadId, which
based on broken behavior. It might be reimplemented later
Result
------
No segfaults.
2015-06-26 07:42:58 +03:00
Sergey Avseyev
f9d8d6ce09
Trim trailling spaces
2015-06-26 07:42:58 +03:00
apense
8a042d8458
Added $ documentation to the manual
...
It's mentioned for enums, for exmplae, but it should probably be explicit in the string section
2015-06-25 21:04:34 -04:00
apense
db369cf65d
Slight documentation addition
...
Added a few type explanations
Also docs for `==` and some examples.
I'm not sure my explanation of `Ordinal[T]` is correct. It sounds the same as `SomeOrdinal` would be.
2015-06-25 20:32:10 -04:00
Araq
afad61c220
fixes #2731
2015-06-26 00:05:29 +02:00
Simon Hafner
e273c00431
trimmed the contributing guide
2015-06-25 16:50:37 -05:00
Simon Hafner
57964a0ef2
moved contributing guide back to root
...
"I don't want symlinks, symlinks suck, they turn an acylic tree into an acyclic graph."
2015-06-25 16:40:47 -05:00
Dominik Picheta
6109e6a999
Fixes net/asyncdispatch on Windows. Ref #2976 . Fixes #2996 .
2015-06-25 22:38:17 +01:00
Simon Hafner
db42813a9f
symlinked contributing guide to root for github
2015-06-25 16:33:21 -05:00
Dominik Picheta
3ff5e1a1af
Merge pull request #2976 from ayourtch/ipv6-devel
...
Ipv6 devel - add IPv6 support for asyncsockets, make AF_INET6 a default
2015-06-25 21:14:40 +01:00
Andreas Rumpf
43c64c7545
Merge pull request #2977 from apense/patch-5
...
Conversion between radians and degrees.Fixes #2881
2015-06-25 13:14:59 +02:00
Araq
6de5c1e86d
fixes #2992
2015-06-25 13:13:33 +02:00
Araq
47658cd426
fixes #2974
2015-06-25 11:42:29 +02:00
Araq
396e69e39c
sorted contributing differently: most important stuff comes first; corrected its contents
2015-06-25 11:42:28 +02:00
Araq
2236a5be61
VM: use stricter notion of equality for NimNode
2015-06-25 11:42:27 +02:00
Araq
47dce26886
fixes #2985
2015-06-25 11:42:27 +02:00
Andreas Rumpf
e4c8e0aed0
Merge pull request #2990 from apense/patch-3
...
Minor object documentation additions
2015-06-25 11:42:20 +02:00
reactormonk
6f61264c49
Merge pull request #2989 from apense/patch-11
...
Added example for var overloading
2015-06-25 01:22:04 -05:00
reactormonk
e5e479c12e
Merge pull request #2988 from apense/patch-10
...
Added example for associativity
2015-06-25 01:21:10 -05:00
apense
1349687756
Minor object documentation additions
2015-06-25 01:23:31 -04:00
apense
4e129324f6
Added example for var overloading
...
Simple example to demonstrate overloading in case technical lingo is confusing
2015-06-24 23:56:35 -04:00
apense
f8870280d7
Added example for associativity
...
Hopefully this change makes this neat feature more apparent
2015-06-24 23:30:03 -04:00
Araq
bdd5a8c05e
updated news.txt
2015-06-25 02:08:58 +02:00
Araq
ce9fa80b92
fixes #2979
2015-06-25 02:08:58 +02:00
Araq
2a1620490c
protect against new stupid setlen that doesn't accept -1 anymore
2015-06-25 02:08:57 +02:00