Grzegorz Adam Hankiewicz
adb390af4b
Checks that exported symbols are valid C identifiers. Refs #800 .
2014-02-21 00:32:28 +01:00
Grzegorz Adam Hankiewicz
12c95f31dc
Documents system.readAll() limitations. Refs #298 .
2014-02-20 23:32:03 +01:00
Zahary Karadjov
1a6d05515f
fix #945
2014-02-20 23:33:58 +02:00
Michał Zieliński
1f376d8594
osproc: use push stacktrace:off instead of nostackframe
2014-02-18 20:22:40 +01:00
Zahary Karadjov
0bbf6081d0
fix #931 and few more tests
2014-02-18 20:04:58 +02:00
Araq
ab72377ce6
renamed noStackFrame to asmNoStackFrame
2014-02-18 09:57:59 +01:00
Zahary Karadjov
f13a836972
Merge branch 'devel' of gh:/Araq/Nimrod into devel
2014-02-18 02:46:49 +02:00
Zahary Karadjov
cda92048ba
fix some trivial errors in the test suite and some more regressions caused by tyTypeDesc[tyNone]
2014-02-18 02:46:14 +02:00
Dominik Picheta
15953dfed9
Make ticker title consistent.
2014-02-18 00:27:40 +00:00
Dominik Picheta
4ef62584da
Merge branch 'devel' of github.com:Araq/Nimrod into devel
2014-02-18 00:19:01 +00:00
Dominik Picheta
866205cba4
Added google analytics to website.
2014-02-18 00:18:34 +00:00
Dominik Picheta
1ac7f36952
Fix line-height for h1 in website.
2014-02-18 00:08:31 +00:00
Dominik Picheta
4cd558bdad
Improved community page and fixed ticker links.
2014-02-18 00:04:09 +00:00
Andreas Rumpf
c41687237d
Merge pull request #897 from micklat/devel
...
dynlib: optionally pass RTLD_GLOBAL to dlopen
2014-02-18 01:00:37 +01:00
Araq
5036852938
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-02-18 00:39:37 +01:00
Zahary Karadjov
4d3846e26b
fix tbindtypedesc and tactiontable2
2014-02-18 01:37:00 +02:00
Dominik Picheta
b01945a061
Modified website news titles and made ticker titles consistent.
2014-02-17 23:22:29 +00:00
Zahary Karadjov
765c682c92
fix #204 ;
2014-02-18 01:19:31 +02:00
Andreas Rumpf
c484bf6ee4
Merge pull request #934 from vocalbit/devel
...
Add two news items to website.
2014-02-18 00:04:24 +01:00
Araq
9b63fccf16
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-02-17 23:59:48 +01:00
Araq
420d4197f1
todo.txt changes
2014-02-17 23:59:32 +01:00
Zahary Karadjov
eaab22089d
fix #807
2014-02-17 20:44:11 +02:00
vocalbit
6c908fbaf1
Make ticker puntuation consistent.
2014-02-17 00:48:21 -08:00
vocalbit
a6c825709c
Fix website news formatting and grammar to be consistent.
2014-02-17 00:47:05 -08:00
vocalbit
eb3958f1b9
Add two news items to website.
2014-02-17 00:35:35 -08:00
Araq
14bdedb0f7
got rid of debugging code
2014-02-17 08:27:16 +01:00
Araq
3ec2973875
fixes #926
2014-02-17 08:26:44 +01:00
Araq
350a49cc26
fixes #923
2014-02-17 07:52:41 +01:00
Zahary Karadjov
9dd753f218
quite messy implementation of generic lambdas, needs reworking; fixes #715
2014-02-17 03:03:17 +02:00
Zahary Karadjov
9a41db7d7a
Merge branch 'devel' of gh:/Araq/Nimrod into devel
2014-02-17 00:48:10 +02:00
Zahary Karadjov
b80503814d
fix #188
2014-02-17 00:47:45 +02:00
Dominik Picheta
5cd9b035b4
Merge branch 'newasync' into devel
2014-02-16 20:03:58 +00:00
Dominik Picheta
17ef758cc3
Fix processing of 'await' with a nnkCall.
...
Specifically, ``discard readMessages(disp, await disp.accept(server))``
works now, i.e. using 'await' as one of the params to a proc call.
2014-02-16 19:56:17 +00:00
Araq
3ef92a34ee
fixes #922
2014-02-16 19:17:12 +01:00
Dominik Picheta
cac39b27cf
Added await test.
2014-02-16 13:55:38 +00:00
Dominik Picheta
7d2ed73a62
Fixes issues with 'discard' in async macro.
2014-02-16 13:55:06 +00:00
Andreas Rumpf
6f9b0fe712
Merge pull request #921 from gradha/pr_improves_times_format
...
Improves times.format parsing, fixes #740
2014-02-16 11:56:51 +01:00
Andreas Rumpf
f5c0d07a76
Merge pull request #929 from skyfex/devel
...
Fixed issue 391 (nested break in except-stmts)
2014-02-16 11:36:08 +01:00
Andreas Rumpf
18c47b9e13
Merge pull request #928 from Varriount/testement/nil-to-discard
...
Changed tests and tools to use 'discard' statements
2014-02-16 11:31:03 +01:00
Audun Wilhelmsen
8cccaebc2e
Fixed issue 391 (nested break in except-stmts)
2014-02-16 02:08:36 +01:00
Zahary Karadjov
74f4901430
fix argument_parser
2014-02-16 02:23:06 +02:00
Clay Sweetser
ce5a494927
Changed tests and tools to use 'discard' statements instead of 'nil' for empty blocks.
2014-02-15 18:57:03 -05:00
Araq
228d5173ff
nil->discard
2014-02-15 23:40:29 +01:00
Dominik Picheta
fb7598d25a
Async readLine now works. Fixes recv issues.
...
When using MSG_PEEK and data is retrieved ``lpNumberOfBytesRecvd`` will
not be set to the number of bytes read by WSARecv. The buffer must
therefore be checked to ensure it's empty when determining whether
``recv`` shall return "" to signal disconnection as we want to read as
much data as has been received by the system.
2014-02-15 21:13:23 +00:00
Zahary Karadjov
f701ee086a
Merge branch 'devel' of gh:/Araq/Nimrod into devel
2014-02-15 20:46:54 +02:00
Zahary Karadjov
c1f1f84194
fix some regressions caused by tyTypeDesc[tyNone]
2014-02-15 20:44:01 +02:00
Zahary Karadjov
c1c6b6e50e
handle nested case objects in destructor generation
2014-02-15 19:05:58 +02:00
Grzegorz Adam Hankiewicz
c2b50c0e38
Adds posix.timegm(), brother of posix.mktime().
2014-02-15 17:50:40 +01:00
Zahary Karadjov
492fa86638
the delegator pragma becomes a set of dot operators
2014-02-15 17:41:35 +02:00
Dominik Picheta
de8d473301
Fixed problems with IOCP procs finishing immediately, added await macro.
2014-02-15 14:15:18 +00:00