summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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 HTTPSFederico Ceratto2016-01-231-2/+2
|/
* Merge pull request #3760 from yglukhov/js-unicode-2Andreas Rumpf2016-01-223-28/+136
|\
| * 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 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. 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 passedNick Greenfield2016-01-211-1/+1
* | 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."Yuriy Glukhov2016-01-212-45/+8
|/ /
* | Merge pull request #3754 from yglukhov/js-unsignedAndreas Rumpf2016-01-214-147/+67
|\ \
| * | 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.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.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!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.Hans Raaf2016-01-187-8/+7
| * | | | Merge pull request #3739 from fmamud/add-nim-meetupAndreas Rumpf2016-01-191-0/+7
| |\ \ \ \
| | * | | | Add Nim MeetupFelipe Mamud2016-01-191-0/+7
* | | | | | 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
|\ \ \
| * | | Improved documentation for all db modules.Dominik Picheta2016-01-184-6/+134