summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Don't check opened file for directory in nimscriptdef2016-03-161-2/+2
|
* Don't open directories as filesdef2016-03-141-0/+18
|
* Merge pull request #3957 from endragor/vmropesAndreas Rumpf2016-03-101-4/+9
|\ | | | | Make ropes usable in VM context
| * Make ropes usable in VM contextRuslan Mustakov2016-03-101-4/+9
| |
* | Merge pull request #3947 from def-/iofbfAndreas Rumpf2016-03-103-21/+14
|\ \ | | | | | | Support IOFBF and IONBF on all systems
| * | Use /proc/self/exe on NetBSDdef2016-03-071-1/+1
| | |
| * | Better getAppFilename() heuristic for OpenBSD and NetBSDdef2016-03-071-16/+9
| | | | | | | | | | | | | | | | | | Using the environment variable _ is completely broken and makes it impossible to build even nimble. After calling `sh` (ksh) on OpenBSD, `_` is wrongly set to `/bin/sh` and all subprocess calls to Nim fail.
| * | Fix KEvent header includesdef2016-03-061-2/+3
| | |
| * | Support IOFBF and IONBF on all systemsdef2016-03-061-3/+2
| | |
* | | Merge pull request #3949 from oderwat/hara-php-addrAndreas Rumpf2016-03-101-1/+10
|\ \ \ | | | | | | | | Try to fix addr() ref and pointer for PHP
| * | | Try to fix addr() ref and pointer for PHPHans Raaf2016-03-081-1/+10
| |/ /
* | | Merge pull request #3959 from vegansk/tcc_tlsAndreas Rumpf2016-03-103-1/+52
|\ \ \ | |_|/ |/| | Fix some threading issues with tcc backend
| * | Fixed threading issues for tcc backendAnatoly Galiulin2016-03-103-1/+52
|/ /
* | Merge pull request #3937 from oderwat/hara-foldlAndreas Rumpf2016-03-081-10/+37
|\ \ | | | | | | Fixes foldl() and foldr() + foldl() with start parameter
| * | Fixes foldl() and foldr() + foldl() with start parameter.Hans Raaf2016-03-061-10/+37
| |/ | | | | | | | | | | | | | | | | This fixes the (potential) multi-evaluation of the sequence parameter in foldl() and foldr(). It also adds a foldl() version which gets a start parameter. This allows for creating a result with a different type than the elements of the sequence.
* | Merge pull request #3953 from oderwat/hara-php-fix-imodAndreas Rumpf2016-03-081-0/+8
|\ \ | | | | | | Fix für PHP codegen integer modulo calculation.
| * | Fix für PHP codegen integer modulo calculation.Hans Raaf2016-03-071-0/+8
| |/
* | Merge pull request #3951 from arnetheduck/munmap-ret-fixAndreas Rumpf2016-03-081-4/+6
|\ \ | | | | | | Munmap ret fix
| * | provide const value for MAP_ANONYMOUSJacek Sieka2016-03-071-0/+2
| | |
| * | fix return type of munmapJacek Sieka2016-03-071-4/+4
| |/
* | Merge pull request #3952 from arnetheduck/alloc0-nogc-mallocAndreas Rumpf2016-03-071-1/+1
|\ \ | |/ |/| newObj can clear memory, even when using malloc and nogc
| * newObj can clear memory, even when using malloc and nogcJacek Sieka2016-03-071-1/+1
|/
* Merge pull request #3943 from oderwat/hara-php-div-fixAndreas Rumpf2016-03-061-0/+8
|\ | | | | Fix for integer division in PHP codegen.
| * Fix for integer division in PHP codegen.Hans Raaf2016-03-061-0/+8
|/
* Merge pull request #3941 from oderwat/hara-php-mnewString-fixAndreas Rumpf2016-03-061-3/+1
|\ | | | | Fix for PHP mnewString()
| * Fix for PHP mnewString()Hans Raaf2016-03-061-3/+1
| |
* | Merge pull request #3940 from cheatfate/repr3939Andreas Rumpf2016-03-061-0/+1
|\ \ | | | | | | Fix for #3939 issue
| * | Fix for #3939 issuecheatfate2016-03-061-0/+1
| |/
* | Merge pull request #3942 from oderwat/hara-php-fpfixAndreas Rumpf2016-03-061-0/+1
|\ \ | |/ |/| Fix for PHP function pointer implementation.
| * Fix for PHP function pointer implementation.Hans Raaf2016-03-061-0/+1
|/
* PHP codegen: function pointers workAndreas Rumpf2016-03-051-3/+11
|
* fixes JS regressionAndreas Rumpf2016-03-051-2/+4
|
* the stdlib supports &= in more contexts; refs #3524Andreas Rumpf2016-03-053-0/+10
|
* fixes #3924Andreas Rumpf2016-03-051-1/+4
|
* fixes #3767Andreas Rumpf2016-03-051-2/+8
|
* Merge pull request #3903 from kosz78/develAndreas Rumpf2016-03-051-2/+7
|\ | | | | Fixed THINSTANCE declaration in dynlib.nim for VS compiler
| * Merge remote-tracking branch 'upstream/devel' into develKonstantin Zaitsev2016-03-0361-456/+592
| |\
| * | Added checks for CPPKonstantin Zaitsev2016-02-281-3/+7
| | |
| * | Fixed THINSTANCE declaration in dynlib.nim for VS compilerKonstantin Zaitsev2016-02-251-1/+2
| | |
* | | Merge pull request #3935 from yglukhov/ios-environAndreas Rumpf2016-03-051-1/+1
|\ \ \ | | | | | | | | Avoid using private _NSGetEnviron API on iOS.
| * | | Avoid using private _NSGetEnviron API on iOS.Yuriy Glukhov2016-03-051-1/+1
| | | |
* | | | Merge pull request #3936 from yglukhov/threadpool-ios-fixAndreas Rumpf2016-03-051-14/+16
|\ \ \ \ | |/ / / |/| | | Fixed semaphore on iOS.
| * | | Fixed semaphore on iOS.Yuriy Glukhov2016-03-051-14/+16
|/ / /
* | | Merge pull request #3933 from def-/jsonnilAndreas Rumpf2016-03-051-0/+4
|\ \ \ | | | | | | | | Support json null in %*
| * | | Use nil instead of null in jsondef2016-03-041-4/+1
| | | |
| * | | Support json null in %*def2016-03-041-0/+7
| | | |
* | | | Merge pull request #3934 from oderwat/php-fix-deferAndreas Rumpf2016-03-051-7/+12
|\ \ \ \ | | | | | | | | | | Fix for defer in PHP Codegen.
| * | | | Partial fix for defer in PHP Codegen.Hans Raaf2016-03-041-7/+12
| | | | |
* | | | | Merge pull request #3931 from yglukhov/pthread-stuffAndreas Rumpf2016-03-041-5/+7
|\ \ \ \ \ | | | | | | | | | | | | Fixed includes for pthread types
| * | | | | Fixed includes for pthread types.Yuriy Glukhov2016-03-041-5/+7
| |/ / / /