dumndummer
c19fb7b366
Update sequtils.nim
...
Renamed param name 'pred' to 'op' in mapIt template to better correspond with map proc in system module
2015-01-28 21:44:52 +00:00
Araq
a4b2762249
fixes #325
2015-01-28 19:31:36 +01:00
Dominik Picheta
d7023f2be4
Add missing tester.nim.cfg.
2015-01-28 18:29:21 +00:00
Dominik Picheta
6143393adb
Move lib/pure/nodejs to compiler/nodejs. Ref #2017 .
2015-01-28 14:58:31 +00:00
Andreas Rumpf
190cc01f24
Merge pull request #2017 from reactormonk/nodejs-binary
...
Algorithm to find the nodejs binary
2015-01-28 15:14:39 +01:00
Araq
d9c73b49d1
the compiler knows vxWorks is an OS
2015-01-28 12:59:05 +01:00
Araq
dbe71c715e
documented new C++ support
2015-01-28 12:59:04 +01:00
Dominik Picheta
85ae439bb8
Merge pull request #2019 from MasonMcGill/devel
...
Added a few AST-construction shortcuts.
2015-01-27 23:32:29 +00:00
Mason McGill
a6ce70bd8d
Added a few AST-construction shortcuts.
2015-01-27 11:48:14 -08:00
Simon Hafner
842c7f67ca
added suggested fixes
2015-01-27 13:04:27 -06:00
Simon Hafner
2beaa7a2da
find the nodejs binary
...
upstream calls it node, debian calls it nodejs. We gotta look for both
of them.
2015-01-27 13:02:17 -06:00
Simon Hafner
9c12ad0187
typo fix
2015-01-27 13:02:05 -06:00
Andreas Rumpf
6f4cd979e8
Merge pull request #2016 from dumndummer/patch-2
...
Update sets.nim
2015-01-27 14:39:40 +01:00
dumndummer
16254f49a8
Update sets.nim
...
corrected misspelled word in doc comment
2015-01-27 13:35:50 +00:00
Andreas Rumpf
66040e58ec
Merge pull request #1995 from def-/fix-idetools
...
Make caasdriver compile
2015-01-27 14:35:00 +01:00
Andreas Rumpf
52c456fee8
Merge pull request #2005 from def-/fix-estp
...
Make ESTP compile
2015-01-27 14:29:20 +01:00
Dominik Picheta
792a8dc702
Merge pull request #2014 from def-/more-deprecations
...
Make nimkernel compile again
2015-01-27 11:20:30 +00:00
def
2d3db9cd6b
Fix type of setControlCHook parameter
2015-01-27 12:00:08 +01:00
def
7894f50a56
Get rid of more deprecation warnings by renaming exceptions
2015-01-27 11:58:15 +01:00
Araq
a89ad11c3c
added missing file
2015-01-27 01:36:21 +01:00
Araq
d08cec0f7d
better documentation for 'finished' for first class iterators
2015-01-27 01:36:20 +01:00
Araq
26b853923c
nimsuggest: first version
2015-01-27 01:36:19 +01:00
Araq
217390d181
do not warn about unknown conditional symbols anymore
2015-01-27 01:33:49 +01:00
Araq
b2d1889951
bugfix: don't overwrite the number value in case of a parsing error
2015-01-27 01:33:48 +01:00
Araq
efb5ec3e73
proper 'space in dir' test
2015-01-27 01:33:48 +01:00
Araq
8d064cedf2
cleaned up unsigned tests
2015-01-27 01:33:47 +01:00
Araq
603f36bc86
implements auto-deref for the first argument (requires .experimental)
2015-01-27 01:33:47 +01:00
Dominik Picheta
defaf5d400
Logging module is now thread-safe.
2015-01-25 17:02:37 +00:00
Dominik Picheta
67e489d4e5
Merge pull request #2009 from gmpreussner/devel
...
Added complex conjugate
2015-01-25 12:39:55 +00:00
gmpreussner
defbd10c19
Added complex conjugate
2015-01-24 22:57:19 -05:00
Dominik Picheta
88450e76fd
Merge pull request #1998 from Varriount/fix-1962
...
Fixes #1962
2015-01-24 11:34:53 +00:00
Varriount
0e65df4bbf
Added documentation for the new http request procedures.
2015-01-23 22:06:57 -05:00
Araq
995510664e
non-destructible context only produces a warning for now
2015-01-24 00:24:14 +01:00
def
dfdd84f2c9
Make ESTP compile
2015-01-23 23:18:20 +01:00
Dominik Picheta
afd8a902a9
Merge pull request #1999 from Varriount/fix-1906
...
Fix #1906
2015-01-23 13:58:26 +00:00
Varriount
7a4f29acc1
Merge pull request #2001 from def-/fix-system
...
setControlCHook's parameter is not nil now
2015-01-22 21:00:45 -05:00
def
126f9f57cd
setControlCHook's parameter is not nil now
2015-01-23 01:51:09 +01:00
reactormonk
cf60f9d1ac
Merge pull request #2000 from Varriount/fix-1546
...
Fix #1546
2015-01-23 05:21:50 +05:00
Varriount
478da0194b
Fix #1546
2015-01-22 18:46:00 -05:00
Araq
a195388c37
minor website improvements
2015-01-23 00:36:59 +01:00
Araq
22318ce8ac
Nim can interface with C++ templates
2015-01-23 00:36:58 +01:00
Araq
6004280522
preparations for C++ template support
2015-01-23 00:36:58 +01:00
Araq
e2147c9f0d
bugfixes for the new C++ patterns
2015-01-23 00:36:57 +01:00
Araq
5ae8689b63
better error message for 'invalid type'
2015-01-23 00:36:56 +01:00
Varriount
41d11e0def
Fix #1906
2015-01-22 18:34:33 -05:00
Dominik Picheta
db4d315cf4
Merge pull request #1997 from flaviut/patch-1
...
Improve koch web google analytics docs
2015-01-22 22:27:16 +00:00
Flaviu Tamas
4f6b386f3c
Improve koch web google analytics docs
2015-01-22 17:20:17 -05:00
Varriount
38b7fb94ef
Fixes #1962
2015-01-22 16:45:18 -05:00
Dominik Picheta
4bcd96e20c
Merge pull request #1990 from eliezedeck/devel
...
Handle EPOLLHUP to avoid chaos/runaways when using certain fds
2015-01-22 12:13:45 +00:00
Elie Zedeck
1845e05a34
Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.
...
A concrete example is pipe file descriptors: they generate EPOLLHUP instead of a EPOLLIN (then 0 bytes read). The loop will run wild if this event is not handled.
2015-01-21 18:15:38 +03:00