Commit Graph

4390 Commits

Author SHA1 Message Date
Araq
adad2d5f4a Merge branch 'devel' into bigbreak
Conflicts:
	lib/impure/db_postgres.nim
	lib/pure/json.nim
	lib/pure/math.nim
	lib/system/atomics.nim
2014-11-03 11:42:36 +01:00
Araq
59c0a2db84 added threadpool and cpuinfo to the docgen 2014-11-03 10:47:14 +01:00
Araq
26b4761f14 actors module is deprecated 2014-11-03 10:44:30 +01:00
Varriount
6935171b85 Fix math.nim on windows 2014-11-03 02:17:39 -05:00
Andreas Rumpf
bd2ba2d73f Merge pull request #1443 from def-/future-listcomprehensions
Add list comprehensions to future module
2014-11-03 02:09:21 +01:00
Andreas Rumpf
db228d3b5c Merge pull request #1553 from gradha/pr_json_module_improvements
json module improvements
2014-11-03 02:03:30 +01:00
Andreas Rumpf
a0ecfd19be Merge pull request #1448 from def-/posix-math
Add -lm for fesetround and fegetround
2014-11-03 01:58:50 +01:00
Andreas Rumpf
e7edd9e64e Merge pull request #1565 from gradha/pr_supports_nnkPostfix_stringification
Adds stringification support for nnkPostfix nodes.
2014-11-03 01:56:44 +01:00
Araq
621ead4110 only produce the link to the docs if they are installed 2014-11-03 00:57:31 +01:00
Varriount
be0fbdea65 Update nsis.tmpl 2014-11-02 18:32:25 -05:00
Varriount
72f4620b2a Update nsis.tmpl 2014-11-02 17:47:02 -05:00
Araq
c4d05ca130 better effect inference 2014-11-02 14:35:13 +01:00
Andreas Rumpf
eaa5a2599f Merge pull request #1608 from rbehrends/fix-atomics
Various atomics fixes for gcc/clang.
2014-11-01 02:28:24 +01:00
Araq
dac43e0fdd minor changes to the threading docs 2014-11-01 01:14:51 +01:00
Araq
2e26734ea7 Nimrod -> Nim 2014-10-31 23:09:19 +01:00
Araq
bbb16713c1 Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak 2014-10-31 21:13:07 +01:00
Araq
590461d88a updated the test 2014-10-31 21:13:02 +01:00
Araq
860a28802e fixes #1595 2014-10-31 21:11:36 +01:00
Araq
4b61592602 minor bugfix for notFoundError 2014-10-30 22:36:23 +01:00
Andreas Rumpf
e4260dd9db Merge pull request #1605 from flaviut/patch-1
Make re module return nil for unmatched captures instead of empty string
2014-10-30 09:54:44 +01:00
Reimer Behrends
6e3720155a Various atomics fixes for gcc/clang.
Make atomicInc/atomicDec work with clang, too; also, actually import
the memory model constants from C rather than relying on the enum
matching the C constants by happenstance.
2014-10-30 03:42:50 +01:00
Flaviu Tamas
218cb7587a re module returns nil on failed captures
- tests included
- news.txt updated
2014-10-29 17:54:43 -04:00
Flaviu Tamas
bc3464ede7 Modify pegs.nim such that no match will return nil
An empty match will return ""
A zero-length match will return nil

Add test cases

Add news information
2014-10-29 17:54:43 -04:00
Araq
73ff0432dc docgen works on linux 2014-10-27 00:12:36 +01:00
Araq
0e439ce367 implements #78 2014-10-26 22:48:54 +01:00
Araq
7a48942719 nicer error messages (untested) 2014-10-26 19:54:43 +01:00
Araq
fdf996925b implements #1588 2014-10-26 13:36:42 +01:00
Araq
a639824e5e introduced 'benign' pragma 2014-10-25 22:01:23 +02:00
Varriount
d5b94390dc Update nsis.tmpl
Fix adding the mingw binary to the path variable
2014-10-25 13:38:14 -04:00
Araq
2dba3acfa9 Merge branch 'devel' into bigbreak 2014-10-25 12:43:27 +02:00
Varriount
d482051710 Merge pull request #1497 from milosn/devel
Preserve nil <-> NULL between Nimrod and database.
2014-10-24 21:07:54 -04:00
Araq
134311c7e0 '.emit' pragma produces a trailing newline 2014-10-25 01:51:33 +02:00
Varriount
4046e40ee4 Merge pull request #1587 from Varriount/fix-1583
Fixes #1583
2014-10-24 02:06:02 -04:00
Clay Sweetser
8a53732910 Fixes #1583 2014-10-24 02:03:35 -04:00
Varriount
b4b7572e78 Merge pull request #1586 from boydgreenfield/bigbreak
Add nimblepath so Nim can find Nimble-installed packages out-of-the-box
2014-10-23 21:49:38 -04:00
Nick Greenfield
9025e89fb9 Add nimblepath so Nim can find Nimble-installed packages out-of-the-box 2014-10-23 18:01:39 -07:00
Araq
201d3c9ed0 Merge branch 'devel' into bigbreak
Conflicts:
	web/news.txt
2014-10-23 23:13:49 +02:00
Araq
d72818e3a3 updated news.txt 2014-10-22 13:42:31 +02:00
Araq
2c5743db3e fixes #1029 2014-10-22 12:50:04 +02:00
Araq
0f26040074 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-10-22 01:54:53 +02:00
Araq
fa77547310 fixes 'import x as y' regression 2014-10-22 01:54:27 +02:00
Varriount
b0d9dc4235 Update nsis.tmpl
React appropriately when the user cancels the downloading of a component.
2014-10-21 17:02:32 -04:00
Araq
ca4d7b1ea8 Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak 2014-10-21 22:41:32 +02:00
Araq
ddf9c375b8 Merge branch 'devel' into bigbreak
Conflicts:
	readme.md
2014-10-21 22:22:25 +02:00
Andreas Rumpf
72476e1594 Merge pull request #1566 from onionhammer/bigbreak
Fixed FD_SET casing
2014-10-21 21:48:56 +02:00
Andreas Rumpf
8910908eff Merge pull request #1582 from fowlmouth/patch-1
fix issue #1581
2014-10-21 21:48:05 +02:00
Araq
c95e0df29d 'echo' doesn't lock 2014-10-21 19:51:46 +02:00
Milos Negovanovic
2a203e5340 Add comment. 2014-10-21 15:56:00 +01:00
Milos Negovanovic
11a2cfb306 Add comment. 2014-10-21 15:55:02 +01:00
Milos Negovanovic
f5cd0a63ad Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-10-21 15:29:25 +01:00