summary refs log tree commit diff stats
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
@echo off
REM COLOR 0A
SET NIMRODPATH=.
SET PATH=%NIMRODPATH%\bin;%NIMRODPATH%\dist\mingw\bin;%PATH%
cmd
Commit message (Collapse)AuthorAgeFilesLines
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-233-36/+36
a08d6e04c3f10c0bdac4118070685'>Corrected prunesocketset and pruneprocesssetErik O'Leary2014-01-195-6/+6 | |/ | | | | | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs. * / compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-195-51/+70 |/ * 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-1954-170/+170 | * merge master into develAraq2014-01-192-2/+14 |\ | * Merge pull request #775 from fowlmouth/patch-3Andreas Rumpf2014-01-181-1/+13 | |\ | | | | | | Update endians.nim | | * Update endians.nimBillingsly Wetherfordshire2013-12-231-1/+13 | | | | | | | | | adds swapEndian16 function | * | Merge pull request #812 from girvo/koch-fixAndreas Rumpf2014-01-181-1/+1 | |\ \ | | | | | | | | Koch now uses $PATH/nimrod correctly | | * | Koch now uses PATH/nimrod correctlyJosh Girvin2014-01-131-1/+1 | | | | * | | | it's the year 2014Araq2014-01-198-24/+22 | | | | * | | | 'inject' for the new symbol binding rules in templatesAraq2014-01-191-7/+19 | | | | * | | | make encodings.nim case consistentAraq2014-01-191-33/+31 | | | | * | | | resolved conflicts with masterAraq2014-01-1822-611/+225 |\| | | | * | | Merge pull request #777 from fowlmouth/patch-4Andreas Rumpf2014-01-131-0/+8 | |\ \ \ | | | | | | | | | | Update os.nim | | * | | Update os.nimBillingsly Wetherfordshire2013-12-231-0/+8 | | | |/ | | |/| | | | | added file/dirExists synonyms for existsFile/dir | * | | Merge pull request #779 from brihat/masterAndreas Rumpf2014-01-131-0/+4 | |\ \ \ | | | | | | | | | | Define $ operator for TRune | | * | | Define $ operator for TRuneSatish BD2013-12-261-1/+3 | | | | | | | * | | Define $ operator for TRuneSatish BD2013-12-261-0/+2 | | | | | | * | | | bugfix: doc generation for actors.nim works againAraq2014-01-131-4/+5 | | | | | | * | | | added test cases from strange loop eventAraq2014-01-136-0/+152 | | | | | | * | | | Rename C sources dir to c_code.Dominik Picheta2014-01-123-9/+9 | | | | | | * | | | Add info about twitter and bootstrapping from github to website.Dominik Picheta2014-01-122-0/+8 | | |_|/ | |/| | | * | | Merge pull request #788 from zielmicha/httpclient-fixDominik Picheta2013-12-301-2/+1 | |\ \ \ | | | | | | | | | | httpclient: strip trailing whitespace from headers. | | * | | httpclient: strip trailing whitespace from headers.Michał Zieliński2013-12-281-2/+1 | | | | | | | | | | | | | | | | | | | | | | | | | - we can do that according to the RFC. - fixes #783 | * | | | Merge pull request #791 from gradha/pr_removes_generated_fileGrzegorz Adam Hankiewicz2013-12-302-591/+1 | |\ \ \ \ | | | | | | | | | | | | Removes generated .dot file uploaded by mistake. | | * | | | Removes generated .dot file uploaded by mistake.Grzegorz Adam Hankiewicz2013-12-302-591/+1 | |/ / / / | * | | | Merge pull request #776 from gradha/pr_docsGrzegorz Adam Hankiewicz2013-12-302-2/+29 | |\ \ \ \ | | | | | | | | | | | | Docstrings | | * | | | Adds docstring to rstgen.defaultConfig.Grzegorz Adam Hankiewicz2013-12-231-1/+12 | | | | | | | | * | | | Adds example to locals() docstring.Grzegorz Adam Hankiewicz2013-12-231-1/+17 | | | |_|/ | | |/| | | * | | | Fixes #594Dominik Picheta2013-12-281-1/+1 | | |/ / | |/| | | | | | | | | | | | | | This was already partially fixed, ``expandTilde`` was the missing piece from perfection. | * | | Remove assert in asyncio which causes problems.Dominik Picheta2013-12-261-2/+5 | | | | | | | | | | | | | | | | | | | | | | | | This assert keeps failing occassionally in nimbuild causing it to crash. According to logic it shouldn't, but perhaps the socket's writeable status changes. | * | | Added --noBabelPath override.Dominik Picheta2013-12-252-1/+5 | |/ / * | | unittest module works againAraq2014-01-186-28/+20 | | | * | | better testerAraq2014-01-1721-31/+39 | | | * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-1713-517/+618 |\ \ \ | * \ \ Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraintsSimon Hafner2014-01-161-0/+35 | |\ \ \ | | | | | | | | | | Add docs for constraining and qualifying imports. | | * | | Add docs for constraining and qualifying imports.Hitesh Jasani2014-01-161-0/+35 | | | | | | * | | | Merge pull request #817 from gradha/pr_improves_docs2Simon Hafner2014-01-168-127/+120 | |\ \ \ \ | | | | | | | | | | | | Improves docs2 | | * | | | References TRune, links unicode modules where mentioned.Grzegorz Adam Hankiewicz2014-01-151-4/+7 | | | | | | | | | | | | | | | | | | | | | | | | Amends 0f3941b0013ea5d390586719f930fcf02b929f4d. | | * | | | Clarifies system.lines() docstring.Grzegorz Adam Hankiewicz2014-01-151-4/+4 | | | | | | | | | | | | | | | | | | | | | | | | Amends c087f905134b249cf20cbabc4066fbfa62dd668a. | | * | | | Adds note about conflicts with using as a statement.Grzegorz Adam Hankiewicz2014-01-151-0/+18 | | | | | |