summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge pull request #4018 from cheatfate/dyncalls_changeAndreas Rumpf2016-03-311-2/+23
| | |\
| | | * Replace csprintf() in windows version of nimGetProcAddr to pure nim's impleme...cheatfate2016-03-311-2/+23
| | * | Make windows locks do not use dyncallcheatfate2016-03-311-12/+14
| | |/
| * / Fixes #3752.Dominik Picheta2016-04-041-0/+2
| |/
| * Windows: fixes a regression; codegen might not know about & at this pointAraq2016-03-291-2/+3
| * Makes dyncall errors report to stderr. Fixes #3987Alex Berghage2016-03-291-7/+7
| * munmap for LLVMAndreas Rumpf2016-03-281-2/+2
| * added new memory management ideaAndreas Rumpf2016-03-281-0/+382
| * beginnings of --gc:stackAndreas Rumpf2016-03-283-149/+175
| * GCs support ForeignCellsAndreas Rumpf2016-03-284-0/+47
* | store block size in when using malloc and nogcJacek Sieka2016-03-251-5/+20
|/
* Merge pull request #3963 from def-/compiler-dirAndreas Rumpf2016-03-231-0/+21
|\
| * Explicitly return falsedef2016-03-181-1/+1
| * Comment to explain not opening directories in open()def2016-03-171-0/+3
| * Don't check opened file for directory in nimscriptdef2016-03-161-2/+2
| * Don't open directories as filesdef2016-03-141-0/+18
* | Rewrote enum sign extension with branchless bit operations (also fixes travis)gmpreussner2016-03-151-8/+8
* | Fixed negative enum values not getting stringified.gmpreussner2016-03-141-3/+3
|/
* Merge pull request #3947 from def-/iofbfAndreas Rumpf2016-03-101-3/+2
|\
| * Support IOFBF and IONBF on all systemsdef2016-03-061-3/+2
* | Fixed threading issues for tcc backendAnatoly Galiulin2016-03-101-1/+46
* | 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
| |/
* / newObj can clear memory, even when using malloc and nogcJacek Sieka2016-03-071-1/+1
|/
* 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
* | Fix for #3939 issuecheatfate2016-03-061-0/+1
|/
* Merge pull request #3931 from yglukhov/pthread-stuffAndreas Rumpf2016-03-041-5/+7
|\
| * Fixed includes for pthread types.Yuriy Glukhov2016-03-041-5/+7
* | PHP codegen: use nimAt for PHP 5.3 compatibilityAndreas Rumpf2016-03-041-0/+6
|/
* SpellcheckFederico Ceratto2016-02-292-4/+4
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-282-6/+6
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-193-3/+16
|\
| * Merge pull request #3881 from endragor/nocppexceptionsAndreas Rumpf2016-02-191-1/+1
| |\
| | * Added --noCppExceptions switchRuslan Mustakov2016-02-181-1/+1
| * | bug fix: repr() of sized enums presentation Issue #3864cheatfate2016-02-181-0/+1
| |/
| * Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-181-1/+1
| * Added reentrant locks module to stdlibAnatoly Galiulin2016-02-171-1/+13
* | further progress on --gc:v2Andreas Rumpf2016-02-175-110/+218
|/
* php-codegen fixesAndreas Rumpf2016-02-061-0/+5
* PHP codegen can generate PHP classesAndreas Rumpf2016-02-061-5/+5
* first version of an PHP codegenAndreas Rumpf2016-02-061-128/+271
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-061-1/+1
|\
| * Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-061-1/+1
| |\
| | * Fix a few deprecation warningsdef2016-01-251-1/+1
* | | some progress on GC v2Andreas Rumpf2016-02-032-8/+12
|/ /
* | fixes #1895Andreas Rumpf2016-01-301-3/+6
* | Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
|/
* Use ByteAddress instead of deprecated TAddressdef2016-01-243-8/+8