Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: JS: Times: Fix text so that it works in timezones other then UTC+4. | Konstantin Molchanov | 2017-03-29 | 1 | -3/+4 |
| | | | | `parse` returns TimeInfo with the local timezone, which may not be the same as the one in the original string. To compare the moments encoded in the original string and returned by `parse`, we normalize them to UTC. | ||||
* | Stdlib: Times: Use JS's "new Date" to convert TimeInfo to Time. | Konstantin Molchanov | 2017-03-29 | 1 | -260/+253 |
| | | | | To use JS's Date creation from string, I moved the TimeInfo formatting code above the toTime proc declaration. Also, I changed the argument type for newDate from string to cstring for it to work. | ||||
* | Tests: Times: JS: Add test for timestamp persistence. | Konstantin Molchanov | 2017-03-27 | 1 | -1/+9 |
| | |||||
* | Tests: Times: JS: Local timezone assignment during Time to TimeInfo conversion. | Konstantin Molchanov | 2017-03-27 | 1 | -0/+4 |
| | |||||
* | Merge branch 'fix_time_offset_in_times_js' into improve-times-for-js | Konstantin Molchanov | 2017-03-27 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'calculate_yearday_in_timeinfo_js' into fix_time_offset_in_times_js | Konstantin Molchanov | 2017-03-27 | 2 | -2/+21 |
| |\ | |||||
| * \ | Merge branch 'improve-times-for-js' into fix_time_offset_in_times_js | Konstantin Molchanov | 2017-03-27 | 0 | -0/+0 |
| |\ \ | |||||
| * | | | Times: JS: Remove implicit UTC convesion. | Konstantin Molchanov | 2017-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The conversion would produce incorrect timestamp. | ||||
* | | | | Resolve conflic. | Konstantin Molchanov | 2017-03-27 | 52 | -233/+665 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Tests: Times: JS: Fix test. | Konstantin Molchanov | 2017-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | Tests: Times: JS: Add test for yearday attribute. | Konstantin Molchanov | 2017-03-27 | 1 | -0/+13 |
| | | | |||||
| * | | Times: JS: Add yearday to TimeInfo. | Konstantin Molchanov | 2017-03-27 | 1 | -2/+8 |
| |/ | | | | | | | | | | | Add yearday calculation to getLocalTime and getGMTime, so that yearday is not 0 for TimeInfo instances under JS backend. Yearday 0 has no sense and contradicts the behaviour under C backend, where yearday is an int from 1 to 365, i.e. cannot be 0 even theoretically. | ||||
| * | compiler: better error messages (#5613) | Andreas Rumpf | 2017-03-26 | 8 | -29/+37 |
| | | |||||
| * | Fix segfault in db_mysql fastRows (#5605) | pgkos | 2017-03-26 | 1 | -4/+20 |
| | | |||||
| * | fixes #5599 (#5610) | Andreas Rumpf | 2017-03-26 | 6 | -9/+26 |
| | | |||||
| * | update linenoise (#5357) | Arne Döring | 2017-03-25 | 3 | -56/+158 |
| | | |||||
| * | JS: Times: Add timezone prop to TimeInfo. (#5581) | Konstantin Molchanov | 2017-03-25 | 1 | -0/+1 |
| | | |||||
| * | fixes #5597; wrong eager template instantiation in generic context (#5601) | Andreas Rumpf | 2017-03-24 | 2 | -3/+16 |
| | | |||||
| * | Deques compilation error fix (#5591) | Dmitriy Fomichev | 2017-03-24 | 2 | -2/+19 |
| | | |||||
| * | Added few documentation lines for the unsafeAddr operator. (#5362) | Arne Döring | 2017-03-23 | 1 | -3/+7 |
| | | |||||
| * | Fix posix version of moveFile between different filesystems (#5580) | Anatoly Galiulin | 2017-03-23 | 3 | -21/+48 |
| | | |||||
| * | fixes #5241, fixes #5411 inherit from specialized generic typeRel problem ↵ | andri lim | 2017-03-23 | 2 | -10/+89 |
| | | | | | | | | (#5573) | ||||
| * | Implement asyncfile.readToStream. | Dominik Picheta | 2017-03-23 | 1 | -0/+10 |
| | | |||||
| * | Implement requestAnimationFrame and cancelAnimationFrame in dom module. | Dominik Picheta | 2017-03-23 | 1 | -0/+2 |
| | | |||||
| * | Improve os.getFileSize documentation to specify the unit. | Dominik Picheta | 2017-03-23 | 1 | -1/+2 |
| | | |||||
| * | Fix typo | def | 2017-03-23 | 1 | -1/+1 |
| | | |||||
| * | fixes #5598 | Araq | 2017-03-23 | 1 | -0/+1 |
| | | |||||
| * | Fixes #4719. (#5585) | Eugene Kabanov | 2017-03-23 | 4 | -19/+84 |
| | | |||||
| * | fix empty link file list during external compilation (#5577) | Emery Hemingway | 2017-03-23 | 1 | -8/+18 |
| | | |||||
| * | Fix generic forward declarations; fixes #4104; fixes #4908 (#5566) | zah | 2017-03-23 | 5 | -15/+36 |
| | | |||||
| * | fix taliasinequality test case (#5587) | andri lim | 2017-03-22 | 1 | -6/+6 |
| | | |||||
| * | Reduce the scope of stackTrace var (#5583) | Ruslan Mustakov | 2017-03-22 | 2 | -2/+8 |
| | | | | | | Fixes #5571. | ||||
| * | tut1.rst: Slices indices explanation (#5569) | jlp765 | 2017-03-22 | 1 | -1/+22 |
| | | |||||
| * | koch: cleanup its help output, remove cruft | Araq | 2017-03-21 | 1 | -18/+14 |
| | | |||||
| * | nimsuggest: die with a project dir/file that doesn't exist | Araq | 2017-03-21 | 1 | -0/+4 |
| | | |||||
| * | make semObjConstr robust for nimsuggest | Araq | 2017-03-21 | 1 | -3/+3 |
| | | |||||
| * | koch: vcc is also built with 'koch tools' | Araq | 2017-03-21 | 1 | -1/+5 |
| | | |||||
| * | Update testament to include all tests from tests/threads category. (#5576) | Eugene Kabanov | 2017-03-20 | 4 | -19/+8 |
| | | |||||
* | | JS: Times: Add timezone prop to TimeInfo. | Konstantin Molchanov | 2017-03-21 | 1 | -0/+1 |
|/ | |||||
* | mark symbols in getAst context as used | Andreas Rumpf | 2017-03-20 | 1 | -1/+5 |
| | |||||
* | add test case for getAst regression | Andreas Rumpf | 2017-03-20 | 1 | -0/+23 |
| | |||||
* | revert getAst handling to not use overloading resolution | Andreas Rumpf | 2017-03-20 | 2 | -2/+19 |
| | |||||
* | fixes a potential endless loop | Andreas Rumpf | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | nimsuggest: prefixes of abbreviations don't count | Andreas Rumpf | 2017-03-20 | 1 | -1/+5 |
| | |||||
* | fix getTypeImpl for tyEnum (#5568) | jcosborn | 2017-03-19 | 2 | -1/+7 |
| | | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change | ||||
* | fix #5296 (#5565) | zah | 2017-03-19 | 2 | -0/+17 |
| | |||||
* | Fix #4972. (#5567) | Eugene Kabanov | 2017-03-19 | 1 | -5/+10 |
| | |||||
* | update news.rst about the breaking changes | Araq | 2017-03-18 | 1 | -1/+11 |
| | |||||
* | Fix #5550 (#5553) | Ryan Gonzalez | 2017-03-18 | 2 | -2/+2 |
| | |||||
* | resolved unittest conflict | Araq | 2017-03-18 | 1 | -72/+265 |
|\ |