Commit Graph

7789 Commits

Author SHA1 Message Date
Dominik Picheta
255fee81be Documented PCRE version bump in 0.12.0 in news.txt. 2016-01-18 12:39:49 +00:00
Andreas Rumpf
2309975f78 fixes yet another LL regression (Aporia compiles again) 2016-01-18 03:00:14 +01:00
Andreas Rumpf
bd933e6009 documentation updates 2016-01-18 00:02:22 +01:00
Andreas Rumpf
bfb629b087 yay, better commercial support 2016-01-18 00:02:09 +01:00
Andreas Rumpf
317e0b7aa3 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel 2016-01-17 23:46:31 +01:00
Andreas Rumpf
3114523a6f fixes multi-line comments 2016-01-17 23:46:23 +01:00
Dominik Picheta
4a3e63e32f Merge pull request #3728 from xyz32/devel
Add support for ioctl.
2016-01-17 22:20:32 +00:00
Andreas Rumpf
a9f6e2a843 fixes #3689 2016-01-17 23:00:04 +01:00
Andreas Rumpf
07d5adf9ee fixes #3720 2016-01-17 22:55:14 +01:00
Andreas Rumpf
f92f00b022 fixes #3665 2016-01-17 22:18:06 +01:00
Andreas Rumpf
9fad7c4c2b Merge pull request #3519 from jlp765/stats1
stats.nim pure library (moved from math lib to new lib)
2016-01-17 21:56:11 +01:00
Andreas Rumpf
71cf1f650e fixes multiline comments 2016-01-17 21:42:13 +01:00
Andreas Rumpf
2c2ab6884c fixes strutils.unescape; refs #3634 2016-01-17 21:29:25 +01:00
Andreas Rumpf
b79a8d6025 nkEmpty is cleaner than nkCommentStmt 2016-01-17 21:28:36 +01:00
xyz
2befe48e4d Moved ioctl to posix.nim 2016-01-17 15:12:48 -05:00
Andreas Rumpf
b4d6346bae fixes #3720 2016-01-17 20:40:38 +01:00
Andreas Rumpf
f02701c0b0 removed wrong documentation 2016-01-17 20:34:10 +01:00
Andreas Rumpf
484e285cfd Merge branch 'multi-line-comments' into devel 2016-01-17 20:31:08 +01:00
Andreas Rumpf
dda01cb726 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel 2016-01-17 20:30:08 +01:00
Andreas Rumpf
a4aeb6fbec implements final version of multiline comments 2016-01-17 20:29:50 +01:00
xyz
aad55ae772 Add support for ioctl.
"ioctl (an abbreviation of input/output control) is a system call for device-specific input/output operations and other operations which cannot be expressed by regular system calls."
2016-01-17 13:56:41 -05:00
Andreas Rumpf
cc2decbbbc Merge pull request #3727 from yglukhov/js-bool-lit
Use real JS bool literals instead of 1 and 0. Fixes #3722.
2016-01-17 17:06:03 +01:00
Yuriy Glukhov
ab79c36169 Use real JS bool literals instead of 1 and 0. Fixes #3722. 2016-01-17 10:44:04 +02:00
Andreas Rumpf
2e71bd50b2 implements multi-line-comments; pounds are stripped from the doc comments 2016-01-16 21:40:54 +01:00
Dominik Picheta
e93006d148 Merge pull request #3724 from zielmicha/uint-repr
add support for uint32 and uint64 in repr
2016-01-16 16:26:52 +00:00
Michał Zieliński
26f2bb0eab add support for uint32 and uint64 in repr 2016-01-16 17:06:03 +01:00
Dominik Picheta
eb1bedc3c2 Removed redis module from standard library. 2016-01-16 14:58:12 +00:00
Dominik Picheta
d0d1b396ed Added test for #600. 2016-01-16 14:29:48 +00:00
Dominik Picheta
a395182dd7 Added test for code in @def-'s comment in #1502. 2016-01-16 14:14:29 +00:00
Dominik Picheta
23cebff5fc Added test for #1512. 2016-01-16 14:09:28 +00:00
Dominik Picheta
abc72eb919 Added test for #1642. 2016-01-16 14:02:25 +00:00
Dominik Picheta
19ea2672c5 Added test for #1846. 2016-01-16 13:58:40 +00:00
Dominik Picheta
ac71ece673 Added test for #1911. 2016-01-16 13:56:44 +00:00
Dominik Picheta
bc65a7c76b Added test for #1923. 2016-01-16 13:54:28 +00:00
Dominik Picheta
40ae1ad363 Added test for #2138. 2016-01-16 13:49:37 +00:00
Dominik Picheta
b6e8a1437b Added test for #3304 2016-01-16 13:32:26 +00:00
Andreas Rumpf
2910096cce updated the documentation for the 'do' notation 2016-01-16 13:43:22 +01:00
Andreas Rumpf
00651d4afc Merge branch 'crazy_concurrency' into no-echo-gotcha 2016-01-16 13:14:47 +01:00
Andreas Rumpf
480f36983a todo update 2016-01-16 13:09:28 +01:00
Andreas Rumpf
82a00c364f Merge branch 'devel' into no-echo-gotcha 2016-01-15 23:21:50 +01:00
Andreas Rumpf
34a783a61c fixes #3723 2016-01-15 14:56:01 +01:00
Andreas Rumpf
0d4e52c648 makes tests green 2016-01-15 14:44:54 +01:00
Andreas Rumpf
46f1f41cc9 finally removes 'echo ' gotcha 2016-01-15 11:34:52 +01:00
Andreas Rumpf
9429e0f064 documented upcoming changes 2016-01-15 11:28:05 +01:00
Andreas Rumpf
02a0782389 fixes yet another codegen problem with constant closures 2016-01-15 01:50:52 +01:00
Andreas Rumpf
35b65e6f4e Merge branch 'devel' into new-ll 2016-01-14 15:05:48 +01:00
Andreas Rumpf
2e62090ec3 Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmpl
fixes #3498
2016-01-14 15:03:53 +01:00
Andreas Rumpf
1124c61c49 Merge branch 'devel' into new-ll 2016-01-14 15:01:55 +01:00
Andreas Rumpf
3838cd0066 fixes iterator codegen regression 2016-01-14 10:52:18 +01:00
Andreas Rumpf
522f8f1cc6 Merge pull request #3707 from flyx/devel
Made docgen emit valid XML by default
2016-01-13 18:30:15 +01:00