summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Promote "echo" syntax without parenthesisAdam Stankiewicz2016-01-267-93/+93
|
* Only use execvpe on linux, execvp elsewhere (fixes #3759)def2016-01-241-8/+7
|
* Use ByteAddress instead of deprecated TAddressdef2016-01-244-16/+16
|
* Fix openssl md5 importcsdef2016-01-241-6/+5
|
* Merge pull request #3768 from FedericoCeratto/patch-6Dominik Picheta2016-01-231-2/+2
|\ | | | | Switch git clone URLs to HTTPS
| * Switch git clone URLs to HTTPSFederico Ceratto2016-01-231-2/+2
|/ | | GitHub recommends HTTPS for security reasons.
* Merge pull request #3760 from yglukhov/js-unicode-2Andreas Rumpf2016-01-223-28/+136
|\ | | | | Fixed unicode strings in JS. Second try.
| * Fixed unicode strings in JSYuriy Glukhov2016-01-223-28/+136
| |
* | Merge pull request #3762 from yglukhov/isnil-fixAndreas Rumpf2016-01-221-1/+1
|\ \ | | | | | | Fixed isNil codegen in JS
| * | Fixed isNil codegen in JSYuriy Glukhov2016-01-221-1/+1
| |/
* | Merge pull request #3761 from yglukhov/more-love-to-intsAndreas Rumpf2016-01-224-17/+86
|\ \ | |/ |/| JS: Corrected shift operators. Cast ints like C does.
| * JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-224-17/+86
|/
* Merge pull request #3742 from boydgreenfield/boydgreenfield-nimprof-warningAndreas Rumpf2016-01-221-1/+1
|\ | | | | Improve warning msg when -d:profiler not passed
| * Improve warning msg when -d:profiler not passedNick Greenfield2016-01-211-1/+1
| | | | | | | | Partially addresses #3741
* | Small typo fixes in news.Dominik Picheta2016-01-211-3/+1
| |
* | Merge pull request #3756 from yglukhov/revert-3733-js-unicodeAndreas Rumpf2016-01-212-45/+8
|\ \ | | | | | | Revert "Fixed unicode handling in JS. Fixes #3714."
| * | Revert "Fixed unicode handling in JS. Fixes #3714."Yuriy Glukhov2016-01-212-45/+8
|/ /
* | Merge pull request #3754 from yglukhov/js-unsignedAndreas Rumpf2016-01-214-147/+67
|\ \ | | | | | | Unsigned arith corrected for JS
| * | Unsigned arith corrected for JSYuriy Glukhov2016-01-214-147/+67
| | |
* | | Merge pull request #3753 from yglukhov/js-streamsAndreas Rumpf2016-01-211-1/+4
|\ \ \ | | | | | | | | Dont convert string to cstring when writing to stream.
| * | | Dont convert string to cstring when writing to stream.Yuriy Glukhov2016-01-211-1/+4
| | | |
* | | | Merge pull request #3733 from yglukhov/js-unicodeAndreas Rumpf2016-01-212-8/+45
|\ \ \ \ | |_|/ / |/| | | Fixed unicode handling in JS. Fixes #3714.
| * | | Fixed unicode handling in JS. Fixes #3714.Yuriy Glukhov2016-01-182-8/+45
| | | |
* | | | Merge pull request #3743 from oderwat/AddGitterAndreas Rumpf2016-01-201-0/+7
|\ \ \ \ | |_|/ / |/| | | I added the Gitter Chatroom for Nim which is really nice actually!
| * | | I added the Gitter Chatroom for Nim which is really nice actually!Hans Raaf2016-01-191-0/+7
| | | |
* | | | fixes the bloody installerAndreas Rumpf2016-01-191-1/+1
| | | |
* | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-198-8/+14
|\| | |
| * | | Merge pull request #3735 from oderwat/FixDeprecationWarningsAndreas Rumpf2016-01-197-8/+7
| |\ \ \ | | | | | | | | | | Fixed deprecation warnings while Nim compiles.
| | * | | Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-187-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings.
| * | | | Merge pull request #3739 from fmamud/add-nim-meetupAndreas Rumpf2016-01-191-0/+7
| |\ \ \ \ | | | | | | | | | | | | Add Nim Meetup
| | * | | | Add Nim MeetupFelipe Mamud2016-01-191-0/+7
| | | | | | | | | | | | | | | | | | The Nim BR Meetup (http://www.meetup.com/pt-BR/nim-br) is a brazilian user group about Nim where they are having discussions, talks or workshops about Nim programming language.
* | | | | | minor install.txt updateAndreas Rumpf2016-01-191-1/+1
|/ / / / /
* | | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-194-10/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | minor website and documentation updatesAraq2016-01-184-10/+4
| | | | |
* | | | | fixes some typosAndreas Rumpf2016-01-193-4/+4
| | | | |
* | | | | make Nim always show the current yearAndreas Rumpf2016-01-191-1/+1
|/ / / /
* | | | updated installer.iniAraq2016-01-181-4/+3
| | | |
* | | | fixes long standing typo in tut2Araq2016-01-181-4/+4
| | | |
* | | | website updatesAraq2016-01-181-4/+4
| | | |
* | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-1810-10/+55
|\ \ \ \ | | |/ / | |/| |
| * | | Added news item about OSCON talk.Dominik Picheta2016-01-182-5/+20
| | | |
| * | | Added missing modules to lib.txt and warnings to some module's docs.Dominik Picheta2016-01-189-9/+41
| | | |
* | | | updated news for upcoming releaseAraq2016-01-182-156/+157
| | | |
* | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-181-5/+96
|\| | |
| * | | Updated news.txt with release announcement.Dominik Picheta2016-01-181-5/+34
| | | |
| * | | Added list of bugfixes to news.txt.Dominik Picheta2016-01-181-0/+62
| | | |
* | | | updated version to 0.13.0Araq2016-01-183-4/+4
| | | |
* | | | fixes #3677Araq2016-01-181-1/+1
| | | |
* | | | fixes support tab of websiteAraq2016-01-181-1/+1
|/ / /
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-186-9/+227
|\ \ \