summary refs log tree commit diff stats
path: root/contributors.txt
Commit message (Expand)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* tr macros now documentedAraq2012-09-101-0/+1
* first steps to deprecate 'nil' statementAraq2012-09-091-0/+1
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-0/+1
* bugfix: forwarding of generic procs now worksAraq2011-07-301-0/+1
* bugfixes; added events module, sequtils moduleAraq2011-07-261-0/+1
* some little bugfixesAraq2011-03-271-0/+1
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-191-0/+1
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* SQLite wrapperAndreas Rumpf2010-02-241-3/+4
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* devel libs addedrumpf_a@web.de2010-01-241-1/+1
* version 0.8.6Andreas Rumpf2009-12-221-1/+2
* improved expandimportc toolrumpf_a@web.de2009-12-201-0/+4
.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 */
This package contains the Nim compiler, Nim's stdlib, tools and 
documentation.

Nim is a compiled, garbage-collected systems programming language which has
an excellent productivity/performance ratio. Nim's design focuses on
efficiency, expressiveness, elegance (in the order of priority).

Read install.txt for instructions of how to build and install it.

The compiler and the standard library are licensed under the MIT license, 
except for some modules where the documentation suggests otherwise. This means 
that you can use any license for your own programs developed with Nim, 
allowing you to create commercial applications.

Read copying.txt for more details.

Copyright (c) 2006-2014 Andreas Rumpf.
All rights reserved.