summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* Add `import sharedlist` when `hasThreadSupport`James Boyden2016-04-051-0/+3
| | | | | | | | | | Without this change, a user's Nim code won't compile if they're using both threads & the mark-and-sweep GC: lib/system/gc_ms.nim(75, 18) Error: undeclared identifier: 'SharedList' toDispose: SharedList[pointer] ^ This small code block addition was copied from "lib/system/gc.nim" (where it appears directly after a `when defined(memProfiler)` block also).
* Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2016-04-042-33/+53
|\
| * Use ``when insideRLocksModule`` instead of ``when compiles``Anatoly Galiulin2016-03-311-2/+2
| |
| * Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is usedAnatoly Galiulin2016-03-311-19/+16
| |
| * Merge pull request #4018 from cheatfate/dyncalls_changeAndreas Rumpf2016-03-311-2/+23
| |\ | | | | | | Replace csprintf() in windows version of nimGetProcAddr
| | * Replace csprintf() in windows version of nimGetProcAddr to pure nim's ↵cheatfate2016-03-311-2/+23
| | | | | | | | | | | | implementation, to avoid possible overflow.
| * | 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
| | | | | Hooray for bugtracker items tagged 'Easy'. Also I happened to notice this one earlier today anyway, conveniently enough.
* 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
|
* Merge pull request #3963 from def-/compiler-dirAndreas Rumpf2016-03-231-0/+21
|\ | | | | Don't try to read directories as files
| * 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 systems
| * 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
|\ \ | | | | | | Munmap ret fix
| * | 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()
| * 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
| * 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 switch
| | * 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 warnings
| | * Fix a few deprecation warningsdef2016-01-251-1/+1
| | |
* | | some progress on GC v2Andreas Rumpf2016-02-032-8/+12
|/ /