Araq
|
c2e04abcfa
|
fixes regression that caused pegs to not compile
|
2014-11-29 14:08:42 +01:00 |
|
Araq
|
4def86f077
|
pegs module compiles again
|
2014-11-28 09:39:23 +01:00 |
|
Araq
|
d456b882b1
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-11-27 09:51:00 +01:00 |
|
Araq
|
eb69b81859
|
doc improvements
|
2014-11-27 09:31:40 +01:00 |
|
Araq
|
81f013dabb
|
fixes #642
|
2014-11-23 16:07:25 +01:00 |
|
Dominik Picheta
|
8f89c30fdd
|
Ensure Request.body is initialised.
|
2014-11-17 19:53:44 +00:00 |
|
Araq
|
69a994b59e
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-11-16 20:43:39 +01:00 |
|
Elie Zedeck
|
04069bbe9d
|
Uses execve() in osproc on OpenWrt and uClibc-based platforms.
|
2014-11-16 12:53:43 +03:00 |
|
Araq
|
f7dca91344
|
fixes #619
|
2014-11-15 11:10:13 +01:00 |
|
Araq
|
1e8c06c5d6
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-11-14 01:40:08 +01:00 |
|
def
|
f52fd8785f
|
Fix some deprecation warnings caused by renames
|
2014-11-13 21:34:46 +01:00 |
|
Araq
|
37cc9b2226
|
fixes #1181
|
2014-11-13 19:07:27 +01:00 |
|
Araq
|
81353b2dbc
|
renamed CondVar to Semaphore
|
2014-11-10 07:57:19 +01:00 |
|
Araq
|
cb976c9c9a
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-11-08 13:11:46 +01:00 |
|
Araq
|
943d4ee714
|
fixed the deadlock that happens when stress testing ToFreeQueue
|
2014-11-08 11:18:25 +01:00 |
|
Dominik Picheta
|
13e3c0d5bb
|
Implement SO_REUSEADDR for asyncnet and asynchttpserver.
|
2014-11-07 14:48:11 +00:00 |
|
Dominik Picheta
|
96d1543c0d
|
Merge pull request #1639 from onionhammer/devel
Made 'headers' public
|
2014-11-07 11:44:53 +00:00 |
|
Araq
|
06e9932e8a
|
fixes exhaustion bug and missing GC_ref code generation
|
2014-11-07 01:54:47 +01:00 |
|
Erik O'Leary
|
f31c62315f
|
Made 'headers' public
|
2014-11-06 18:41:21 -06:00 |
|
Araq
|
b5586264a0
|
broken attempt to fix queue exhaustion
|
2014-11-07 00:27:31 +01:00 |
|
Araq
|
0a2296b123
|
added module fenv's docs
|
2014-11-04 07:47:31 +01:00 |
|
Araq
|
a53e97fc89
|
Merge branch 'devel' into bigbreak
Conflicts:
lib/pure/osproc.nim
|
2014-11-03 22:50:55 +01:00 |
|
Andreas Rumpf
|
33ce5c282e
|
Merge pull request #1620 from trustable-code/PR6
Fix terminate() and add kill()
|
2014-11-03 14:18:53 +01:00 |
|
Araq
|
8853023fd8
|
Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak
|
2014-11-03 12:01:07 +01:00 |
|
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 |
|
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
|
01b262d8d1
|
Merge pull request #1569 from idlewan/prettyCC
Prettify compiler output for verbosity=1
|
2014-11-03 02:02:20 +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
|
65c64fd83a
|
Merge pull request #1621 from flaviut/fix-oid
Remove extra trailing zero from oid
|
2014-11-03 01:53:18 +01:00 |
|
Flaviu Tamas
|
771e3db869
|
Remove extra trailing zero from oid
`$` would return a string of length 25, including the trailing null
String length changed to 24, avoiding an extra null byte in the output
|
2014-11-02 17:08:35 -05:00 |
|
Erwan Ameil
|
c3a4cc87ca
|
Forgot to keep extern pragma for execProcesses
|
2014-11-02 16:11:17 +01:00 |
|
Erwan Ameil
|
49e9332661
|
Use defaut nil callback for execProcesses
|
2014-11-02 16:06:01 +01:00 |
|
Erwan Ameil
|
2f3add99bb
|
Change empty callback into nil
|
2014-11-02 15:55:33 +01:00 |
|
Simon Krauter
|
f3d7158d5d
|
Fix terminate() and add kill()
|
2014-11-02 03:00:47 +01:00 |
|
Varriount
|
cbe733afa2
|
Revert "Remove extra trailing zero"
|
2014-11-01 17:52:00 -04:00 |
|
Flaviu Tamas
|
a77dc8e46c
|
Remove extra trailing zero
|
2014-11-01 17:12:45 -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 |
|
Andreas Rumpf
|
72476e1594
|
Merge pull request #1566 from onionhammer/bigbreak
Fixed FD_SET casing
|
2014-10-21 21:48:56 +02:00 |
|
Araq
|
c7570dcd3e
|
Merge branch 'devel' into bigbreak
Conflicts:
compiler/ast.nim
compiler/nimfix/prettybase.nim
compiler/pragmas.nim
compiler/sempass2.nim
doc/manual.txt
koch.nim
lib/pure/concurrency/threadpool.nim
web/news.txt
|
2014-10-13 08:26:24 +02:00 |
|
Erwan Ameil
|
06c32aab29
|
Tidy up the prettification of the default verbosity c compilation output
|
2014-10-13 01:54:44 +02:00 |
|
Erwan Ameil
|
679aefd89c
|
Prettify compiler output for verbosity=1
Long lines displaying the invocation of the c compiler are replaced
with short, readable lines.
|
2014-10-12 23:30:32 +02:00 |
|
Araq
|
399c985b62
|
fixes recent regression
|
2014-10-11 21:44:35 +02:00 |
|
Araq
|
753d18d66c
|
minor cleanup for cpuinfo
|
2014-10-11 13:16:51 +02:00 |
|
Araq
|
6c9730b353
|
fixes #1551
|
2014-10-11 12:25:15 +02:00 |
|
Erik O'Leary
|
09f177e0cc
|
patched fdset call in osproc
|
2014-10-10 22:49:44 -05:00 |
|
Erik O'Leary
|
aac8de6b4c
|
Fixed FD_SET casing
|
2014-10-10 22:36:15 -05:00 |
|
Luis Ricardo
|
54f6280d76
|
Update cpuinfo.nim
sys/types.h needed for macosx and freebsd
sys/param.h needed for openbsd and netbsd
|
2014-10-07 17:02:50 -04:00 |
|