Commit Graph

4888 Commits

Author SHA1 Message Date
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
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
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
Araq
a295866ce8 get rid of debug output 2015-01-18 21:22:20 +01:00
Araq
71d3cccb07 fixes #1833 2015-01-18 20:49:56 +01:00
Araq
bb3dae3a91 osinfo_win compiles again 2015-01-18 16:04:02 +01:00
Araq
be1441a810 fixes #1964 properly 2015-01-18 15:21:59 +01:00
Araq
f6bdda2c5e fixes #1964 2015-01-18 15:20:38 +01:00
Araq
5f6131cbdc fixes #1944 2015-01-18 14:44:16 +01:00
Varriount
d3a8d5b173 Merge pull request #1981 from Varriount/zielmicha-devel
Custom merge of Zielmicha devel
2015-01-17 21:20:41 -05:00
Varriount
66a9be4e02 Add filename space test 2015-01-17 21:20:25 -05:00
Andreas Rumpf
4b30c6d9ce Merge pull request #1972 from skyfex/vm_opcLdConst
Test and fix for VM issue
2015-01-18 03:09:36 +01:00
Araq
8373357955 typo; last commit fixes #1910 2015-01-18 02:39:00 +01:00
Araq
abb738146a revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 2015-01-18 02:33:44 +01:00
Araq
a2b7e6c392 better C++ support wrt 'this' 2015-01-18 02:33:43 +01:00
Varriount
d630f72b81 Fixes #1955 2015-01-17 20:17:36 -05:00
Varriount
4a9647d4db Merge pull request #1980 from Araq/revert-1951-bootstrap-install-docs-fix
Revert "Documented faster way to bootstrap-build Nim"
2015-01-17 19:24:32 -05:00
Varriount
bc97493102 Revert "Documented faster way to bootstrap-build Nim" 2015-01-17 19:16:04 -05:00
Varriount
eb929bd61c Merge pull request #1842 from def-/unicode-reversed
Add reversed proc to unicode module
2015-01-17 18:53:46 -05:00
Varriount
9847f762e4 Merge pull request #1951 from noway421/bootstrap-install-docs-fix
Documented faster way to bootstrap-build Nim
2015-01-17 13:48:05 -05:00
Dominik Picheta
5d013cd626 Merge pull request #1978 from def-/manual-exceptions
Clarify documentation about "except clauses"
2015-01-17 16:47:21 +00:00
def
c45367fc55 Clarify documentation about "except clauses"
They're called type conversions. Type casts are done with cast[T](...)
and are not type safe.
2015-01-17 03:57:38 +01:00
Varriount
1a76d26360 Merge pull request #1954 from ziotom78/devel
New section "Except clauses" in the manual
2015-01-16 21:47:32 -05:00
Varriount
78b5779d93 Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-devel 2015-01-16 21:28:36 -05:00
Varriount
b828bae80d Merge pull request #1967 from def-/more-renames
More renames
2015-01-16 21:27:07 -05:00
Andreas Rumpf
623429888b Merge pull request #1975 from flaviut/fix-unittest
Fix named argument handling
2015-01-17 01:08:33 +01:00
Flaviu Tamas
d24fb3d0b9 Fix named argument handling
Instead of trying to use the whole parameter, it uses just the RHS, as expected
2015-01-16 19:01:33 -05:00
Dominik Picheta
03eb11d2c8 Add compiler.nimble file. 2015-01-16 21:47:26 +00:00
Audun Wilhelmsen
ca257efc84 Proposed fix for issue #1946 2015-01-16 22:32:00 +01:00
Audun Wilhelmsen
f25c47db1a Add test for issue #1946 2015-01-16 22:31:43 +01:00
def
aae3c6c8b7 Get rid of deprecation warnings in pegs 2015-01-16 00:23:33 +01:00
def
110c4aca7f Documentation renames 2015-01-16 00:22:49 +01:00