Araq
5506e8491d
implemented 'union' and 'unchecked' pragmas
2014-03-05 20:19:04 +01:00
Araq
a066e4e5c5
c2nim knows about the 'union' pragma
2014-03-05 20:05:05 +01:00
Michał Zieliński
6e42513acd
zmq: remove unnecessary 'var' decls from high-level procs
2014-03-05 18:31:22 +01:00
Simon Hafner
d944e09eb9
Merge pull request #974 from ninjin/devel
...
No execute bit for csources build.sh, fixing doc
2014-03-05 09:55:13 -06:00
Pontus Stenetorp
b0625d2aa3
No execute bit for c-sources build.sh, fixing doc
2014-03-05 18:36:59 +09:00
Araq
3dfb4891c7
bugfix: unreported 'compiles' bug
2014-03-05 08:47:27 +01:00
Araq
4f946cb44e
fixes #942
2014-03-05 08:30:05 +01:00
Araq
94e444c90f
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-05 02:15:08 +01:00
Araq
aa92669d92
fixes #937
2014-03-05 02:14:53 +01:00
Zahary Karadjov
5324c9ebba
iterators now return tyIter(T);
...
tyIter(T) represents an "iteration yielding values of type T"
I'm planning to use that in the context of the `is` operator
supporting predicates such as `C.items is iterator` and also
in the upcoming support for higher-order inline iterators.
2014-03-05 02:23:53 +02:00
Matthias Einwag
74d51a7700
$ for TIpAddress now prints in the recommended format
2014-03-04 23:02:23 +01:00
Matthias Einwag
0f88ee7d0c
Use character ranges from strutils.
2014-03-04 22:41:53 +01:00
Zahary Karadjov
016492375f
failing test case for static evaluation
2014-03-04 22:38:43 +02:00
Araq
1ce30b9e10
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-04 16:41:37 +01:00
Varriount
ab0fea9199
Changed behavior when babel cannot be found/run
...
Failure to find and run babel when using the tester now produces a warning message instead of causing the tester to quit.
2014-03-04 10:10:00 -05:00
Araq
ed5bbfe36d
fixes #968
2014-03-04 08:31:11 +01:00
Araq
7918c30b90
removed dead code
2014-03-04 08:30:11 +01:00
Araq
f54556518e
don't produce nested indents for nested stmt lists
2014-03-04 08:29:41 +01:00
Matthias Einwag
e328d015f1
Added a IpAddress structure to the net module
2014-03-04 00:49:08 +01:00
Varriount
af31f19ebb
Fix categories.nim
2014-03-03 18:43:41 -05:00
Andreas Rumpf
5009ea56c0
Merge pull request #970 from Varriount/testament/babel-integration
...
Integrated 'babel' with testament
2014-03-04 00:24:40 +01:00
Clay Sweetser
9620893d72
Allowed specification of what babel packages to install via new categories - 'babel-core', 'babel-extra', and 'babel-all'
2014-03-03 17:53:47 -05:00
Clay Sweetser
269bf8e334
Removed babel package tests from those run when 'all' is specified.
2014-03-03 06:26:22 -05:00
Araq
74549c327e
added a warning for htmlgen
2014-03-03 08:17:51 +01:00
Andreas Rumpf
835926e174
Merge pull request #927 from gradha/pr_adds_posix_timegm
...
Adds posix.timegm(), brother of posix.mktime().
2014-03-03 01:00:44 +01:00
Andreas Rumpf
bc8ec5b6b4
Merge pull request #969 from gradha/pr_avoids_crash_on_unknown_rst_directive
...
Avoids crash parsing unknown rst raw directive. Fixes #761 .
2014-03-03 00:30:35 +01:00
Araq
dfeb0e8432
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-02 23:46:32 +01:00
Araq
614557994e
the compiler is now aware of packages
2014-03-02 23:46:20 +01:00
Clay Sweetser
3249f16d85
Integrated 'babel' with testament
2014-03-02 17:21:42 -05:00
Grzegorz Adam Hankiewicz
d8793dcf56
Avoids crash parsing unknown rst raw directive. Fixes #761 .
2014-03-02 23:15:30 +01:00
Araq
c55f5b34ee
better handling of packages, still incomplete
2014-03-02 15:41:53 +01:00
Araq
d4263b1012
bugfix: walkFiles on windows shouldn't yield directories
2014-03-02 11:15:31 +01: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