summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* More cosmetic changesFelix Krause2016-11-071-20/+11
| | | | | | * Don't use factor var, it's overly complicated * Removed proc that's now unused * Better documented timezone field
* Cosmetic fixesFelix Krause2016-11-031-16/+17
| | | | | | * Improved comments * Improved spacing * Use consts instead of magic numbers
* Improved news formattingFelix Krause2016-11-011-3/+3
|
* info about TimeInfo.tzname in newsFelix Krause2016-11-011-1/+3
|
* Use ISO 8601 format for times.`$`. Fixed tests.Felix Krause2016-11-012-97/+102
| | | | | | * `$` now uses format() with explicit time zone. * Fixed errors in rendering "z", "zz" and "zzz" * Updated tests
* Removed tzname because it's brokenFelix Krause2016-11-012-44/+14
| | | | | | | * No mapping between TimeInfo.tzname and TimeInfo.timezone * tzname of time.h is not well-defined, may have almost arbitrary length, and localization may differ * Code used hardcoded "UTC" string
* Fixed timezone offset parsingFelix Krause2016-11-011-10/+12
|
* Made times.nim compile again to JSFelix Krause2016-11-011-2/+1
|
* Fixed timezone handlingFelix Krause2016-11-011-55/+41
| | | | | | | | | | * mktime always interprets its input as local time even on systems where gmtoff is present, so using it is utterly useless for anything but getting the local timezone. Removed all other usage of gmtoff to avoid confusion. * Properly handle timezone offset in toTime() * Properly handle timezone offset in `$` because asctime also interprets its input as local time * Also tried to fix the JavaScript implementation
* change TimeImpl for MingWAraq2016-11-011-1/+1
|
* fixes bootstrappingAraq2016-11-011-2/+5
|
* Merge pull request #4980 from jlp765/tostringAndreas Rumpf2016-11-012-1/+4
|\ | | | | Add nill value handling for seq/sets to system.CollectionToString()
| * add test: echo a seq with a nil valuejlp7652016-11-011-0/+2
| |
| * Add nill value handling for seq/setsjlp7652016-11-011-1/+2
| |
* | Merge pull request #4979 from singularperturbation/doc_ptrAndreas Rumpf2016-11-011-1/+2
|\ \ | | | | | | (minor) Doc change for #3130
| * | (minor) Doc change for #3130singularperturbation2016-10-311-1/+2
| | |
* | | Merge pull request #4977 from flyx/fix-4974Andreas Rumpf2016-11-011-9/+15
|\ \ \ | | | | | | | | Fixes #4974
| * | | Fixes #4974Felix Krause2016-10-311-9/+15
| | | |
* | | | yay, I'm free againAraq2016-11-011-5/+5
| | | |
* | | | make tests green againAraq2016-11-012-2/+2
| | | |
* | | | niminst update: make csources compile on old LinuxesAraq2016-11-011-1/+1
| |/ / |/| |
* | | touch koch.nim to trigger CI build (4th)Araq2016-11-011-1/+0
| | |
* | | touch koch.nim to trigger CI build (3rd)Araq2016-10-311-0/+1
| | |
* | | touch koch.nim to trigger CI build (2nd)Araq2016-10-311-1/+0
| | |
* | | touch koch.nim to trigger CI buildAraq2016-10-311-0/+1
|/ /
* | updated development versionAraq2016-10-313-7/+7
| |
* | nimsuggest is now part of NimAraq2016-10-3110-8/+1343
| |
* | refactoring complete: explicit ident cacheAraq2016-10-3116-93/+94
| |
* | big refactoring: step 1Araq2016-10-3129-313/+278
| |
* | Merge branch 'braces' into refactor-identcacheAraq2016-10-315-17/+2209
|\ \ | |/ |/|
| * implements #?braces syntaxAraq2016-10-164-15/+2207
| |
| * adapting the lexer for curlysynAraq2016-10-121-2/+2
| |
* | Merge pull request #4964 from jangko/orderedtable_initialsizeAndreas Rumpf2016-10-271-1/+1
|\ \ | | | | | | fixes #4940
| * | fixes #4940andri lim2016-10-271-1/+1
| | |
* | | Merge pull request #4963 from jangko/macro_error_improvementAndreas Rumpf2016-10-275-9/+28
|\ \ \ | |/ / |/| | Macro.error improvement fixes #4915
| * | add testandri lim2016-10-271-0/+13
| | |
| * | fixes #4915andri lim2016-10-274-9/+15
|/ /
* | Merge pull request #4960 from krux02/comparison-fixAndreas Rumpf2016-10-271-25/+33
|\ \ | | | | | | fixed `==` and cmp to work on nimvm
| * | fixed == and cmp to work on nimvmArne Döring2016-10-261-25/+33
|/ /
* | Fixes #4959.Dominik Picheta2016-10-261-0/+10
| |
* | Merge pull request #4958 from yglukhov/socketError-gcsafeDominik Picheta2016-10-261-1/+1
|\ \ | | | | | | Mark socketError as gcsafe
| * | Mark socketError as gcsafeYuriy Glukhov2016-10-261-1/+1
|/ /
* | Merge pull request #4955 from cheatfate/debugcommit1Andreas Rumpf2016-10-261-2/+8
|\ \ | | | | | | Generate `NimMainModule` name for main module.
| * | Generate `NimMainModule` name for main module.cheatfate2016-10-261-2/+8
|/ /
* | Merge pull request #4949 from couven92/nim-vccwrapAndreas Rumpf2016-10-263-37/+70
|\ \ | | | | | | VCC wrappers with vcvars args.
| * | Prevent concurrency issues on the PDB file by using /FS optionFredrik Høisæther Rasch2016-10-251-1/+1
| | |
| * | options.linker made platform specificFredrik Høisæther Rasch2016-10-251-6/+5
| | | | | | | | | | | | | | | previous options.linker.always is not supported in nim.cfg Removed /Fd\"$projectName.pdb\" (Implied by /Zi)
| * | corrected --platform arg for amd64 (VCC)Fredrik Høisæther Rasch2016-10-251-1/+1
| | |
| * | vccwrap: Removed import of parseoptFredrik Høisæther Rasch2016-10-251-1/+1
| | | | | | | | | | | | Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
| * | vccwrapper with nim-like command line argsFredrik Høisæther Rasch2016-10-252-33/+32
| | |