summary refs log tree commit diff stats
path: root/web/news.txt
Commit message (Collapse)AuthorAgeFilesLines
* the big renamefest: first stepsAraq2014-08-221-0/+2
|
* fixes 'gcsafe'Araq2014-08-121-0/+4
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-111-0/+2
|\
| * Added SafeDisconn for accept.Dominik Picheta2014-08-101-0/+2
| |
* | distinguish between 'defined' and 'declared'Araq2014-08-111-0/+4
|/
* 'lambda' is no keyword anymoreAraq2014-08-081-0/+1
|
* progress on deepCopyAraq2014-08-011-0/+8
|
* Fixes #1065.Dominik Picheta2014-07-201-1/+3
|
* added stack overflow preventionAraq2014-07-161-1/+2
|
* Merge pull request #1341 from def-/algorithm-reversedAndreas Rumpf2014-07-151-0/+1
|\ | | | | Add reversed proc
| * Update news.txtdef2014-07-091-0/+1
| |
* | Merge branch 'new_spawn' into develAraq2014-07-151-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini
| * | minor changes to todo.txtAraq2014-06-281-0/+2
| | |
* | | fixes latest regressionAraq2014-07-111-0/+2
| |/ |/|
* | Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-281-0/+1
|/
* initial non-compiling version of 'parallel'Araq2014-05-121-0/+17
|
* fixed a typoAraq2014-04-301-1/+1
|
* Website updates.Dominik Picheta2014-04-221-5/+9
|
* version 0.9.4Araq2014-04-211-1/+7
|
* updated news.txtAraq2014-04-211-2/+18
|
* refined and documented regionized pointersAraq2014-04-091-0/+1
|
* updated news.txtAraq2014-04-071-1/+6
|
* Updates docs and news.Dominik Picheta2014-04-061-89/+144
|
* Fixed typo and line breaks in docsAudun Wilhelmsen2014-03-201-1/+2
|
* Added documentation for packed pragmaAudun Wilhelmsen2014-03-201-0/+1
|
* implements strongSpaces parsing modeAraq2014-03-071-0/+1
|
* system.nim makes use of the 'unchecked' pragmaAraq2014-03-051-0/+3
|
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-0/+2
|
* Modified website news titles and made ticker titles consistent.Dominik Picheta2014-02-171-4/+4
|
* Fix website news formatting and grammar to be consistent.vocalbit2014-02-171-2/+4
|
* Add two news items to website.vocalbit2014-02-171-82/+97
|
* the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-2/+2
|
* small code cleanupsAraq2014-01-231-0/+2
|
* command syntax is allowed in expressionsAraq2014-01-201-3/+4
|
* compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-0/+3
|
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-2/+3
|
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-7/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| * forgotten modification to the news filesZahary Karadjov2013-12-271-6/+8
| |
* | templates can access hidden fieldsAraq2013-12-251-0/+5
| |
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-241-3/+7
|\ \
| * \ Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-1/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: web/news.txt
| * | | compiler bootstraps with new VMAraq2013-10-151-1/+4
| | | |
* | | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-2/+2
| |/ / |/| |
* | | add info about CGI error reporing changes to web/news.txtMichał Zieliński2013-12-181-2/+2
| | |
* | | Reverts "Make quoteIfContainsWhite quote…". Refs #702.Grzegorz Adam Hankiewicz2013-12-101-2/+0
| |/ |/| | | | | | | This reverts commit e7e8c7706240c4bef17533da63df988d228ba127 to avoid tool breakage. A different approach is being worked on #730.
* | Make quoteIfContainsWhite quote argument, so it can be safely passed to shell.Michał Zieliński2013-12-071-0/+2
|/ | | | | | | | On Windows put it in double quotes and escape double quotes using backslash. On Posix put it in single quotes and escape single quotes using '"'"'. This commit changes what quoteIfContainsWhite does, but before that change it was used incorrectly all over standard library, which caused security issues.
* changed parentDir to return the empty string on errorAraq2013-09-241-0/+1
|
* cn2im: basic C++ supportAraq2013-09-101-0/+8
|
* partially documented the new featuresZahary Karadjov2013-09-031-0/+5
|
* fixed and documented computedGoto pragmaAraq2013-08-221-0/+2
|