Commit Graph

3015 Commits

Author SHA1 Message Date
Clay Sweetser
269bf8e334 Removed babel package tests from those run when 'all' is specified. 2014-03-03 06:26:22 -05:00
Clay Sweetser
3249f16d85 Integrated 'babel' with testament 2014-03-02 17:21:42 -05:00
Dominik Picheta
0d263f155b Fixes sockets2 on Windows. 2014-02-28 19:31:12 +00:00
Andreas Rumpf
25f6e0c681 Merge pull request #963 from zielmicha/wait-for-exit-doc
osproc: add warning about using waitForExit without poParentStreams
2014-02-27 23:39:16 +01:00
Andreas Rumpf
393706498e Merge pull request #962 from barcharcraz/vstweaks
added another version of initGeneralTokenizer
2014-02-27 23:38:53 +01:00
Araq
c4f9c3b53e tstmtexprs.nim works again 2014-02-27 23:28:15 +01:00
Araq
f0a70c7aae xmltree.<> macro works again 2014-02-27 20:47:44 +01:00
Araq
d828b0b96e some progress on the new name mangler 2014-02-27 20:43:10 +01:00
Araq
2f692dcc3a make C backend more robust against compiler bugs 2014-02-27 20:39:34 +01:00
Araq
e1600f209f nil -> discard 2014-02-27 20:29:02 +01:00
Araq
8a4138da55 fixed typo in error message 2014-02-27 20:28:41 +01:00
Michał Zieliński
f4371bfef8 osproc: add warning about using waitForExit without poParentStreams 2014-02-27 19:52:04 +01:00
Charlie Barto
a79579da6f added an overload for highlight.initGeneralTokenizer that accepts a cstring.
I use this when calling the highlighter from C#.
2014-02-26 22:25:02 -05:00
Araq
2b271e7b17 renamed TRegister to TFullReg so that older versions can compile it 2014-02-26 06:29:22 +01:00
Araq
384a018906 htmlgen works again 2014-02-25 21:30:18 +01:00
Araq
ad79b125e7 bootstrapping should work again 2014-02-25 18:08:40 +01:00
Araq
b7bb56bdca made some tests green; htmlgen still broken 2014-02-25 08:41:29 +01:00
Araq
3a2e1ce538 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-25 01:29:12 +01:00
Araq
20131c32af Merge branch 'vm2_2' into devel 2014-02-25 01:21:00 +01:00
Zahary Karadjov
b677110bd6 rename compilerProcs to match the recently changed jssys.nim 2014-02-25 02:16:57 +02:00
Araq
10768904eb Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Conflicts:
	lib/system/jssys.nim
2014-02-25 01:06:35 +01:00
Araq
263cabd1c2 added canonizer 2014-02-25 01:02:10 +01:00
Araq
4c26c3a428 bugfix: typo 2014-02-25 00:40:21 +01:00
Zahary Karadjov
e6b0b7ecc9 some fixes for static params usage in macros 2014-02-25 01:36:08 +02:00
Andreas Rumpf
1024e7a3db Merge pull request #957 from zielmicha/macosx-fix
osproc: MacOSX workaround for lack of execvpe
2014-02-24 20:28:57 +01:00
Michał Zieliński
7314f11adc osproc: MacOSX fix - if -> when 2014-02-24 17:45:45 +01:00
Michał Zieliński
30a3098095 osproc: MacOSX workaround for lack of execvpe 2014-02-24 17:01:00 +01:00
Araq
b320e02903 keine_schweine test is not platform dependent 2014-02-24 16:41:26 +01:00
Araq
0c31686fec new VM is getting stable 2014-02-24 01:30:40 +01:00
Andreas Rumpf
00b69192f2 Merge pull request #953 from zielmicha/vfork
osproc: increase stack size from 8k to 64k and disable useClone default
2014-02-23 21:43:00 +01:00
Michał Zieliński
6712aa6e38 osproc: use fork by default on Linux, clone if requested by useClone flag 2014-02-23 21:06:40 +01:00
Michał Zieliński
95eb2b88e6 osproc: increase stack size from 8k to 64k 2014-02-23 21:01:03 +01:00
Andreas Rumpf
46967f921a Merge pull request #917 from zielmicha/vfork
osproc: Raise exception if execv fails in child process
2014-02-23 19:49:19 +01:00
Andreas Rumpf
6b945139e0 Merge pull request #951 from skyfex/devel
Tests and fixes for return in except and finally statements
2014-02-23 11:34:08 +01:00
Andreas Rumpf
587f94f85b Merge pull request #946 from gradha/pr_documents_readall
Documents system.readAll() limitations. Refs #298.
2014-02-23 11:29:46 +01:00
Audun Wilhelmsen
1250db5075 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-23 00:26:46 +01:00
Audun Wilhelmsen
739b4f214b Fixed #688 : return in except statments. Also fixed return in finally statements. 2014-02-23 00:23:06 +01:00
Audun Wilhelmsen
ef379d0a10 Added test cases for return in except statements. 2014-02-23 00:20:16 +01:00
Audun Wilhelmsen
66675d174b Added tougher test case for return within finally statement. 2014-02-23 00:19:18 +01:00
Dominik Picheta
3b5825e9bc Implemented selector support for asyncio2. 2014-02-22 17:22:19 +00:00
Andreas Rumpf
ed4f2f5e4d Merge pull request #947 from gradha/pr_checks_bad_exported_symbols_800
Checks that exported symbols are valid C identifiers. Refs #800.
2014-02-22 10:50:22 +01:00
Andreas Rumpf
b89c8df35e Merge pull request #948 from h3rald/patch-1
pegs.findAll iterator fix
2014-02-22 10:45:25 +01:00
Grzegorz Adam Hankiewicz
3aa7f65240 Addresses issues raised on #947. Refs #800.
* Uses errGenerated instead of deprecated extending of enums.
* Reduces bloat and usefulness of end user error messages.
* Limits checks to C, Cpp and Objc targets.
2014-02-22 10:21:24 +01:00
Fabio Cevasco
067c3816ba Rewrote the changes to findAll using if/else 2014-02-22 10:07:37 +01:00
Araq
efc21baeb9 simple macros work again 2014-02-22 01:37:34 +01:00
Araq
ee74706c3b fixed opcConv 2014-02-22 01:09:43 +01:00
Araq
6e584c42c2 vm2: new representation of registers 2014-02-21 17:23:37 +01:00
Fabio Cevasco
6621454dec pegs.findAll iterator fix
Modified the findAll iterator so that it continues looking for a match within the input string (bug?).
2014-02-21 14:14:43 +01:00
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