summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-0615-26/+26
|\ | | | | nimrod -> nim
| * nimrod -> nimErik Johansson Andersson2016-02-0515-26/+26
| |
* | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-0630-62/+46
|\ \ | | | | | | Fix a few deprecation warnings
| * | Revert removal of raiseOSErrordef2016-02-061-2/+1
| | |
| * | Revert raiseOSError changedef2016-02-061-2/+1
| | |
| * | bindaddr raises ValueError exception instead of OSErrordef2016-01-261-1/+1
| | |
| * | Revert two deprecation changesdef2016-01-262-3/+1
| | |
| * | Fix a few deprecation warningsdef2016-01-2532-65/+53
| | |
* | | Merge pull request #3829 from def-/json-fix-emptyAndreas Rumpf2016-02-061-3/+7
|\ \ \ | | | | | | | | Fix json.`%*` for empty objects
| * | | Fix json.`%*` for empty objectsdef2016-02-061-3/+7
|/ / /
* | | Merge pull request #3813 from flyx/rst-svgAndreas Rumpf2016-02-051-7/+17
|\ \ \ | | | | | | | | RST: Output <object> for SVG images in HTML
| * | | RST: Output <object> for SVG images in HTMLFelix Krause2016-02-021-7/+17
| | |/ | |/|
* | | Merge pull request #3814 from scriptum/fix-3802Andreas Rumpf2016-02-052-5/+5
|\ \ \ | |/ / |/| | Use defer in iterator to avoid possible leaks
| * | Use defer in iterator to avoid possible leaks. Fixes #3802Pavel Roschin2016-02-022-5/+5
| | |
* | | Merge pull request #3803 from pra85/patch-1reactormonk2016-02-011-1/+1
|\ \ \ | | | | | | | | Fixes typo in doc/manual/threads.txt
| * | | Fixes typo in doc/manual/threads.txtPrayag Verma2016-02-011-1/+1
|/ / / | | | | | | Spelling mistake fixed `overriden` >`overridden`
* | | fixes #3789Andreas Rumpf2016-01-311-1/+1
| | |
* | | fixes #3788Andreas Rumpf2016-01-311-3/+5
| | |
* | | fixes #3799Andreas Rumpf2016-01-302-6/+56
|/ /
* | fixes a critical codegenbugAndreas Rumpf2016-01-301-2/+5
| |
* | added test case for #3736Andreas Rumpf2016-01-301-0/+9
| |
* | fixes #3736Andreas Rumpf2016-01-301-1/+1
| |
* | devel version is oddAndreas Rumpf2016-01-301-1/+1
| |
* | fixes #3794Andreas Rumpf2016-01-302-0/+14
| |
* | fixes #1895Andreas Rumpf2016-01-301-3/+6
| |
* | Merge pull request #3787 from vegansk/fix_3539_3Andreas Rumpf2016-01-282-10/+118
|\ \ | | | | | | Fixed issue #3539 - could not import inet_ntop on XP/2003 - 3rd try
| * | Fixed issue 3539, added testAnatoly Galiulin2016-01-282-10/+118
|/ /
* | Merge pull request #3786 from vegansk/disable_mthread_crashAndreas Rumpf2016-01-281-12/+22
|\ \ | | | | | | Disable system.setupForeignThreadGc when it crashes
| * | Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
|/ / | | | | | | emulation is enabled
* | Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2016-01-2723-190/+369
|\ \
| * | documentation proper bracketingAndreas Rumpf2016-01-271-1/+1
| | |
| * | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-277-93/+93
| |\ \
| | * \ Merge pull request #3777 from sheerun/echoAndreas Rumpf2016-01-267-93/+93
| | |\ \ | | | | | | | | | | Promote "echo" syntax without parenthesis
| | | * | Promote "echo" syntax without parenthesisAdam Stankiewicz2016-01-267-93/+93
| | | |/
| * | | 'nim i' is not available anymoreAndreas Rumpf2016-01-271-15/+15
| | | |
| * | | make rendering of typeof operator clearer; refs #3710Andreas Rumpf2016-01-261-2/+4
| |/ /
| * | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-2618-222/+325
| |\|
| | * 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