summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* implemented --bestEffort switch for nimfixAraq2014-12-262-2/+430
|
* website improvementsAraq2014-12-266-10/+12
|
* fixes #685Araq2014-12-261-1/+1
|
* fixes #495Araq2014-12-261-4/+1
|
* fixes #1120Araq2014-12-2511-39/+34
|
* fixes #1776Araq2014-12-241-1/+1
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-241-3/+3
|\
| * Fixes SSL AsyncSocket close problem. Ref #1769. Ref #1759.Dominik Picheta2014-12-241-3/+3
| |
* | fixes #1742Araq2014-12-246-14/+39
| |
* | documented 'defer' statementAraq2014-12-241-23/+18
| |
* | fixes a small bug concerning semicolons for top level statementsAraq2014-12-232-4/+10
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-239-29/+550
|\
| * Merge pull request #1767 from sanxiyn/patch-1Dominik Picheta2014-12-221-2/+2
| |\ | | | | | | Update installation instruction
| | * Update installation instructionSeo Sanghyeon2014-12-221-2/+2
| | |
| * | Merge pull request #1766 from gmpreussner/develAndreas Rumpf2014-12-221-9/+9
| |\ \ | | | | | | | | Removed extra line breaks from unittest output.
| | * | Removed extra line breaks from unittest output.gmpreussner2014-12-211-9/+9
| | |/
| * | Merge pull request #1764 from boydgreenfield/further_doc_fixesAndreas Rumpf2014-12-225-16/+33
| |\ \ | | | | | | | | Further doc fixes
| | * | Remove TOC from gc.txt, but get quote at top properly formattedNick Greenfield2014-12-211-1/+1
| | | |
| | * | Fix paragraph break issue in nimc.txt. Add spacing to command line options ↵Nick Greenfield2014-12-213-3/+12
| | | | | | | | | | | | | | | | table.
| | * | Fix blockquotes in documentation; stylize only in docinfo or immediately ↵Nick Greenfield2014-12-212-5/+13
| | | | | | | | | | | | | | | | after an h1
| | * | Fix source code linksNick Greenfield2014-12-211-8/+8
| | |/
| * | Merge pull request #1763 from ziotom78/develAndreas Rumpf2014-12-221-0/+500
| |\ \ | | |/ | |/| Logo in SVG format.
| | * Logo in SVG format.Maurizio Tomasi2014-12-221-0/+500
| |/ | | | | | | | | | | | | This has been created using Inkscape, starting from a .png file created by @PhilipWitte (see http://reign-studios.net/philipwitte/nimrod/new-symbols.png, the third icon from left in the top row).
| * Fixes #1759.Dominik Picheta2014-12-211-2/+6
| | | | | | | | Caused by not skipping the \c\l with Chunked encoding after the body is parsed.
* | tuple field names are ignoredAraq2014-12-239-40/+29
| |
* | website updatedAraq2014-12-232-9/+20
|/
* better CSS; better docs for teh tables moduleAraq2014-12-213-13/+20
|
* cleaned up os.nim; docgen improvementsAraq2014-12-217-33/+54
|
* Merge pull request #1748 from boydgreenfield/improved-doc-stylingAndreas Rumpf2014-12-213-220/+1126
|\ | | | | Improved doc styling
| * Update nimweb.nim to work w/ non-hardcoded --docSeeSrcUrl argument to nim docNick Greenfield2014-12-191-8/+10
| |
| * Improved nimdoc styling.Nick Greenfield2014-12-192-212/+1116
| | | | | | | | | | | | | | This updates the inlined CSS in nimdoc.cfg, adds several helper classes (and a few divs) to the generated HTML (some in nimdoc.cfg, one in rstgen.nim), and tweaks the anchor linking scheme for headers in rstgen.nim.
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-202-0/+14
|\ \
| * \ Merge pull request #1751 from dyu/rfind-charAndreas Rumpf2014-12-192-0/+14
| |\ \ | | | | | | | | strutils.rfind via char
| | * | strutils.rfind via chardyu2014-12-192-0/+14
| | | |
* | | | fixed typos so docgen works againAraq2014-12-204-3/+4
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-191-1/+1
|\ \ \
| * \ \ Merge pull request #1750 from yglukhov/typoDominik Picheta2014-12-191-1/+1
| |\ \ \ | | |/ / | |/| | Fixed typo in docs
| | * | Fixed typo in docsyglukhov2014-12-191-1/+1
| |/ /
* | | implemented 'koch pdf'Araq2014-12-1910-23/+30
| | |
* | | allow () in more contextsAraq2014-12-191-0/+10
| | |
* | | fixes #1187Araq2014-12-193-9/+10
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-183-30/+55
|\|
| * Merge pull request #1746 from cowboy-coders/socket_close_cleanDominik Picheta2014-12-182-13/+40
| |\ | | | | | | Fix close procedure in the net module
| | * ensure file descriptor is closedWill Szumski2014-12-181-13/+15
| | |
| | * realised extra parameter was unnecessaryWill Szumski2014-12-171-13/+7
| | |
| | * improved error msgs and refactored close in the net moduleWill Szumski2014-12-172-11/+42
| | |
| * | Merge pull request #1743 from cowboy-coders/httpclient_net_moduleDominik Picheta2014-12-181-17/+15
| |\ \ | | | | | | | | Switch httpclient to use net module instead of sockets
| | * | removed unused variable from httpclientWill Szumski2014-12-171-1/+0
| | | |
| | * | replace deprecated parseUrl with parseUri in httpclientWill Szumski2014-12-171-10/+10
| | | |
| | * | switched httpclient to use net module instead of socketsWill Szumski2014-12-171-7/+6
| | |/