summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix typo in nimbase.hdef2016-03-151-1/+1
* Merge pull request #3965 from oderwat/hara-php-fix-singlequoteAndreas Rumpf2016-03-141-1/+0
|\
| * Fix PHP and JS codegen to not escape single quotes in strings anymore.Hans Raaf2016-03-141-1/+0
|/
* Merge pull request #3957 from endragor/vmropesAndreas Rumpf2016-03-101-4/+9
|\
| * Make ropes usable in VM contextRuslan Mustakov2016-03-101-4/+9
* | Merge pull request #3947 from def-/iofbfAndreas Rumpf2016-03-103-21/+14
|\ \
| * | Use /proc/self/exe on NetBSDdef2016-03-071-1/+1
| * | Better getAppFilename() heuristic for OpenBSD and NetBSDdef2016-03-071-16/+9
| * | 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 PHPHans Raaf2016-03-081-1/+10
| |/ /
* | | Merge pull request #3959 from vegansk/tcc_tlsAndreas Rumpf2016-03-103-1/+52
|\ \ \ | |_|/ |/| |
| * | 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.Hans Raaf2016-03-061-10/+37
| |/
* | Merge pull request #3953 from oderwat/hara-php-fix-imodAndreas Rumpf2016-03-081-0/+8
|\ \
| * | 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
|\ \
| * | 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 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.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()Hans Raaf2016-03-061-3/+1
* | Merge pull request #3940 from cheatfate/repr3939Andreas Rumpf2016-03-061-0/+1
|\ \
| * | 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.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
|\
| * 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.Yuriy Glukhov2016-03-051-1/+1
* | | | Merge pull request #3936 from yglukhov/threadpool-ios-fixAndreas Rumpf2016-03-051-14/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed semaphore on iOS.Yuriy Glukhov2016-03-051-14/+16
|/ / /
* | | Merge pull request #3933 from def-/jsonnilAndreas Rumpf2016-03-051-0/+4
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \ \