summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' into bigbreakAraq2014-10-237-27/+35
|\ | | | | | | | | Conflicts: web/news.txt
| * updated news.txtAraq2014-10-221-4/+11
| |
| * fixes #1029Araq2014-10-223-6/+11
| |
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-10-221-2/+8
| |\
| | * Update nsis.tmplVarriount2014-10-211-2/+8
| | | | | | | | | React appropriately when the user cancels the downloading of a component.
| * | fixes 'import x as y' regressionAraq2014-10-222-2/+3
| |/
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-2111-91/+157
|\ \
| * \ Merge pull request #1566 from onionhammer/bigbreakAndreas Rumpf2014-10-217-10/+10
| |\ \ | | | | | | | | Fixed FD_SET casing
| | * | patched fdset call in osprocErik O'Leary2014-10-101-1/+1
| | | |
| | * | Fixed FD_SET casingErik O'Leary2014-10-106-9/+9
| | | |
| * | | Merge pull request #1582 from fowlmouth/patch-1Andreas Rumpf2014-10-211-0/+1
| |\ \ \ | | | | | | | | | | fix issue #1581
| | * | | fix issue #1581Billingsly Wetherfordshire2014-10-201-0/+1
| |/ / /
| * | | Merge pull request #1575 from Varriount/enhance-trimccAndreas Rumpf2014-10-193-81/+146
| |\ \ \ | | | | | | | | | | Enhance trimcc
| | * | | Allow koch.nim to be run without a failure if given no arguments.Clay Sweetser2014-10-141-1/+1
| | | | |
| | * | | Improve the trimcc tool's batching algorithm.Clay Sweetser2014-10-142-80/+145
| |/ / /
* | | | Merge branch 'devel' into bigbreakAraq2014-10-210-0/+0
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: readme.md
| * | | updated readme.mdAraq2014-10-201-3/+1
| | | |
* | | | 'echo' doesn't lockAraq2014-10-211-2/+3
| | | |
* | | | Merge branch 'devel' into bigbreakAraq2014-10-2024-278/+814
|\| | | | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * | 2nd attempt to fix tryRecvAraq2014-10-201-1/+1
| | |
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-10-202-2/+12
| |\ \
| | * \ Merge pull request #1574 from trustable-code/PR3Andreas Rumpf2014-10-202-2/+12
| | |\ \ | | | | | | | | | | Do not allow self import
| | | * | Added test caseSimon Krauter2014-10-151-0/+8
| | | | |
| | | * | Compare fileIndexes instead of file namesSimon Krauter2014-10-151-1/+1
| | | | |
| | | * | Do not allow self importSimon Krauter2014-10-141-2/+4
| | | | |
| * | | | 'koch install' works againAraq2014-10-202-2/+2
| | | | |
| * | | | much better quote for the frontpageAraq2014-10-201-3/+4
| |/ / /
| * | | fixes tryRecvAraq2014-10-201-3/+4
| | | |
| * | | disable 'view source' featureAraq2014-10-204-6/+10
| | | |
| * | | default to warnGcUnsafe for threads:onAraq2014-10-191-1/+3
| | | |
| * | | Merge pull request #1573 from trustable-code/PR1Andreas Rumpf2014-10-191-0/+5
| |\ \ \ | | | | | | | | | | Fixed missing color definion in docs CSS
| | * | | Fixed missing color definion in docs CSSSimon Krauter2014-10-141-0/+5
| | |/ /
| * | | documentation improvementsAraq2014-10-193-16/+11
| | | |
| * | | minor updates to koch.nimAraq2014-10-191-2/+2
| | | |
| * | | website updates for 0.9.6Araq2014-10-197-131/+45
| | | |
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-10-193-167/+600
| |\ \ \
| | * \ \ Merge pull request #1578 from Varriount/update-nsis-installerAndreas Rumpf2014-10-193-168/+601
| | |\ \ \ | | | | | | | | | | | | Update the NSIS installer script.
| | | * | | Update the NSIS Installer ScriptClay Sweetser2014-10-192-166/+595
| | | | | |
| | | * | | Update and clarify the purpose of the nimrod.ini fileClay Sweetser2014-10-191-2/+6
| | |/ / /
| | * | | niminst: 'doc/*.txt' required for bootstrappingAraq2014-10-181-1/+1
| | | | |
| * | | | readme.txt is not readme.mdAraq2014-10-192-58/+8
| |/ / /
| * | | niminst: source based installation works againAraq2014-10-181-1/+1
| | | |
| * | | more improvements for the NSIS installerAraq2014-10-172-4/+11
| | | |
| * | | added missing template fileAraq2014-10-171-0/+166
| | | |
| * | | improvements for niminstAraq2014-10-172-8/+6
| | | |
| * | | niminst supports NSISAraq2014-10-173-20/+53
| |/ /
* | / Merge branch 'devel' into bigbreakAraq2014-10-137-21/+61
|\| | | |/ |/| | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt
| * updated news.txt slightlyAraq2014-10-121-2/+2
| |
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-10-121-0/+2
| |\
| | * Merge pull request #1564 from trustable-code/develAndreas Rumpf2014-10-121-0/+2
| | |\ | | | | | | | | Raise exception on adding a non-existent file to a zip archive