Commit Graph

5556 Commits

Author SHA1 Message Date
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
modk
71ad822833 Merge with current devel 2015-01-26 09:55:20 +01:00
modk
601b262a8d Fixes parallel build on FreeBSD 2015-01-26 00:06:43 +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
def
d2ef99071c Make caasdriver compile 2015-01-20 14:21:49 +01: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