summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ /
* | fixes #1895Andreas Rumpf2016-01-301-3/+6
| |
* | Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
|/ | | | emulation is enabled
* Use ByteAddress instead of deprecated TAddressdef2016-01-243-8/+8
|
* Fixed unicode strings in JSYuriy Glukhov2016-01-221-7/+38
|
* Revert "Fixed unicode handling in JS. Fixes #3714."Yuriy Glukhov2016-01-211-26/+7
|
* Merge pull request #3754 from yglukhov/js-unsignedAndreas Rumpf2016-01-211-36/+0
|\ | | | | Unsigned arith corrected for JS
| * Unsigned arith corrected for JSYuriy Glukhov2016-01-211-36/+0
| |
* | Fixed unicode handling in JS. Fixes #3714.Yuriy Glukhov2016-01-181-7/+26
|/
* add support for uint32 and uint64 in reprMichał Zieliński2016-01-161-2/+4
|
* do not print spurious warnings when dlopen fails; can be re-enabled with ↵Andreas Rumpf2015-12-291-3/+4
| | | | -d:nimDebugDlOpen
* Task proc in nimscript module will now export the proc it creates.Dominik Picheta2015-12-241-1/+1
|
* modified the integrated profiler to hopefully produce more reliable resultsAndreas Rumpf2015-12-181-17/+9
|