summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 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 -d:n...Andreas Rumpf2015-12-291-3/+4
* 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
* Fixed copying of nil seq in JSYuriy Glukhov2015-12-161-7/+12
* Merge pull request #3595 from dfdeshom/develDominik Picheta2015-12-041-1/+3
|\
| * Print out more detailed error messages when compilation failsdfdeshom2015-11-261-1/+3
* | removes 'x is iterator' special casing in the languageAraq2015-12-031-0/+2
* | set debug switch to false againAraq2015-12-011-1/+1