summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* The sockets module supports non-blocking sockets now. Many other fixes in ↵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 */
-- Overview of layers
0-9: infrastructure independent of this program
10-29: level 1, the SubX subset of the 32-bit x86 ISA
30-39: level 2, moving past counting bytes with operands and labels

See layer 29 for the description of 'level'.

--- Overview of tracing depths
0: errors
1-98: app level traces for different SubX programs
99: low-level details of the VM
le='2011-01-05 19:30:52 +0900'>2011-01-051-38/+19 | * Attempt to fix event debacle in sdlMichael Fellinger2011-01-041-54/+73 | * claro wrapper addedAraq2010-11-071-0/+2734 | * Added a close function to the ssl module.dom962010-10-271-0/+2 | * Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-11/+16 | * Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+386 | * version 0.8.10Araq2010-10-213-0/+965 | * version 0.8.10Araq2010-10-213-30332/+1 | * added missing wrappersAraq2010-08-288-0/+2576 | * added some missing wrappersAraq2010-08-243-0/+2295 | * bugfix: init of tempsAraq2010-08-241-0/+0 | * c2nim: new features & bugfixesAndreas Rumpf2010-08-111-0/+877 | * explicit types for generic routinesAndreas Rumpf2010-05-282-2/+2 | * bugfix: complex.nim compilesAndreas Rumpf2010-04-041-0/+0 | * tiny C backend for a much faster REPLAndreas Rumpf2010-04-022-1/+119 | * bugfix: duplicate gtk2.set_tab_posAndreas Rumpf2010-03-291-2/+7 | * bugfix: duplicate gtk2.set_tab_posAndreas Rumpf2010-03-291-6/+0 | * Bugfix: code generation bug that affected dialogs.nimAndreas Rumpf2010-03-251-1/+2 | * versioning for GTK wrappersAndreas Rumpf2010-03-202-4/+4 | * Bugfix: empty echo statementAndreas Rumpf2010-03-201-19/+14 | * bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-172-5/+354 | * version 0.8.8Andreas Rumpf2010-03-144-63/+4253 | * added missing library filesrumpf_a@web.de2010-03-0727-1/+44448 | * type alias fixes for SDLrumpf_a@web.de2010-03-068-205/+2793 | * fixed graphics moduleAndreas Rumpf2010-03-031-0/+2583 | * further enhancements for the GTK wrapperAndreas Rumpf2010-03-016-1250/+7279 | * nimrepl uses new GTK wrapperAndreas Rumpf2010-02-281-2/+2 | * examples/lib use the new wrappersAndreas Rumpf2010-02-2869-104670/+16874 | * fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-2669-0/+0 | * SQLite wrapperAndreas Rumpf2010-02-241-3/+3 | * continued work on html/xmlparserrumpf_a@web.de2010-02-1469-0/+0 | * more enhancements for the libAndreas Rumpf2010-02-086-1/+12 | * bugfix: rendering of case statements has been broken recently; remaining ↵Andreas Rumpf2010-02-022-28/+28 | | | | idents with wrong underscores in the wrappers * wrappers do not contain invalid identifiersAndreas Rumpf2010-01-1711-181/+182 | * better subscript overloadingrumpf_a@web.de2010-01-031-275/+275 | * got rid of platdef.c; compiler now always does linking steprumpf_a@web.de2009-12-201-4/+4 | * variable dynamic lib namesAndreas Rumpf2009-12-151-2/+2 | * floating point checksAndreas Rumpf2009-12-141-36/+43 | * bugfix: inconsequent tuple usageAndreas Rumpf2009-12-091-1/+0 |