summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Table fixes. fixes #4901Felix Krause2016-10-232-4/+70
| | | | | | | | * added `==` for OrderedTable, CountTable and the *Ref types * added missing documentation to all `==` procs * fixed clear() for OrderedTables, which did not work because `var` does not work well with `|` * added tests
* updated news entryAraq2016-10-233-3/+25
|
* niminst works with gitlabAraq2016-10-222-4/+10
|
* Merge pull request #4931 from nigredo-tori/fix-4929Andreas Rumpf2016-10-221-2/+2
|\ | | | | Fix isAbsolute for Windows root directories
| * Fix isAbsolute for Windows root directoriesDmitry Polienko2016-10-221-2/+2
| |
* | Merge pull request #4932 from cheatfate/fix4928Andreas Rumpf2016-10-221-5/+5
|\ \ | | | | | | Fix #4928
| * | Fix #4928cheatfate2016-10-221-5/+5
| | |
* | | Merge pull request #4923 from jdbernard/set-dst-properly-in-times-parseDominik Picheta2016-10-222-6/+28
|\ \ \ | |/ / |/| | Fix #4922, bug in times.parse, mishandling DST.
| * | Fix #4922, bug in times.parse, mishandling DST.Jonathan Bernard2016-10-212-6/+28
| |/
* | fixes #4927Araq2016-10-221-2/+7
| |
* | koch: keep the nimcache directory for toolsAraq2016-10-221-1/+1
| |
* | Merge pull request #4903 from FedericoCeratto/patch-17Andreas Rumpf2016-10-221-1/+1
|\ \ | | | | | | Support OpenSSL 1.0.2
| * | Support OpenSSL 1.0.2Federico Ceratto2016-10-171-1/+1
| | | | | | | | | 1.0.2 is a current OpenSSL stable release.
* | | better error messages for finish.nimAraq2016-10-221-5/+12
| | |
* | | finish tool: proper spacing in outputAraq2016-10-221-2/+2
| | |
* | | nimweb generates better upload directoryAraq2016-10-211-3/+5
| |/ |/|
* | fixes bootstrapping problemAraq2016-10-211-11/+11
| |
* | fixes #564Andreas Rumpf2016-10-211-5/+6
| |
* | fixes #4808Andreas Rumpf2016-10-211-1/+2
| |
* | version bumpAndreas Rumpf2016-10-213-3/+3
| |
* | Updated the installation instructionsAndreas Rumpf2016-10-213-9/+30
| |
* | niminst updatesAndreas Rumpf2016-10-218-26/+26
| |
* | Merge pull request #4919 from def-/httpclient-docAndreas Rumpf2016-10-211-2/+2
|\ \ | | | | | | Update httpclient documentation
| * | Update httpclient documentationDennis Felsing2016-10-211-2/+2
| | |
* | | Merge pull request #4918 from cheatfate/macosprocworkdirAndreas Rumpf2016-10-212-1/+19
|\ \ \ | |/ / |/| | One more attempt to fix #4867
| * | One more attempt to fix #4867cheatfate2016-10-212-1/+19
| | |
* | | fixes #4906Andreas Rumpf2016-10-211-1/+1
|/ /
* | fixes #4869Andreas Rumpf2016-10-211-1/+1
| |
* | fixes #3485Andreas Rumpf2016-10-211-1/+1
| |
* | nimweb updated for the new news filenamesAndreas Rumpf2016-10-211-3/+4
| |
* | website updatesAndreas Rumpf2016-10-2131-40/+85
| |
* | add 'koch install' again for backwards compatAndreas Rumpf2016-10-211-0/+5
| |
* | fixes #1518Andreas Rumpf2016-10-202-15/+20
| |
* | fixes #4879Andreas Rumpf2016-10-201-1/+1
| |
* | fixes #4913Andreas Rumpf2016-10-201-1/+1
| |
* | fixes #3078Andreas Rumpf2016-10-202-12/+21
| |
* | fixes #4875Andreas Rumpf2016-10-202-18/+31
| |
* | fixes #3755Andreas Rumpf2016-10-201-1/+1
| |
* | fixes #4895Andreas Rumpf2016-10-201-1/+1
| |
* | Merge pull request #4912 from nigredo-tori/fix-table-in-macrosAndreas Rumpf2016-10-201-0/+1
|\ \ | | | | | | Fix a table in macros documentation
| * | Fix a table in macros documentationDmitry Polienko2016-10-191-0/+1
| | | | | | | | | | | | fixes #4911
* | | Merge pull request #4904 from FedericoCeratto/spellingsAndreas Rumpf2016-10-207-12/+12
|\ \ \ | | | | | | | | Fix few typos
| * | | Fix few typosFederico Ceratto2016-10-177-12/+12
| | |/ | |/|
* | | removed async test that never produced reliable resultsAndreas Rumpf2016-10-201-66/+0
| | |
* | | fixes #4856Andreas Rumpf2016-10-203-2/+17
| | |
* | | fixes #4899Andreas Rumpf2016-10-191-1/+1
| | |
* | | fixes #4863Andreas Rumpf2016-10-192-4/+27
| |/ |/|
* | fixes #4608Andreas Rumpf2016-10-181-0/+2
| |
* | Windows console apps do not set the codepage to UTF-8 anymore; use ↵Andreas Rumpf2016-10-181-1/+1
|/ | | | -d:nimSetUtf8CodePage to re-enable this feature
* CI: ZIPs don't have an underscore in the filename.Dominik Picheta2016-10-161-2/+2
|