summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* fixes serious regressionAndreas Rumpf2016-09-241-1/+1
* fixes #4746Andreas Rumpf2016-09-241-2/+4
* fixes #4776Andreas Rumpf2016-09-243-29/+43
* bugfix: bottom of AVL tree is now threadsafeAndreas Rumpf2016-09-243-5/+7
* Add define value `nimBurnFree` which allow deallocation procedures to fill me...cheatfate2016-09-201-1/+1
* Fixes $(0.0/0.0) giving `-nan` on some systems.Dominik Picheta2016-09-171-1/+1
* srcdir -> srcDirYuta Yamada2016-09-141-1/+1
* fixes #4764, fixes #4731, fixes #4724Araq2016-09-141-0/+2
* attempt to fix #4640Andreas Rumpf2016-09-132-3/+6
* fixes #3279Araq2016-09-121-10/+30
* fixes #4088Andreas Rumpf2016-09-111-3/+3
* Store stack trace in exceptionYuriy Glukhov2016-09-041-0/+3
* fixes #4689Andreas Rumpf2016-09-011-7/+5
* Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635Yuriy Glukhov2016-08-291-9/+23
* Reset framePtr on unhabdled exception. Dont reset on getStackTrace.Yuriy Glukhov2016-08-271-3/+1
* Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-271-29/+37
* added selfExe and selfExec for NimScript supportAndreas Rumpf2016-08-051-0/+13
* Merge pull request #4559 from haiodo/enable-profiler-filenamesAndreas Rumpf2016-08-021-6/+13
|\
| * Enable embedded profiler to display filenames.Andrey Sobolev2016-08-021-6/+13
* | Merge pull request #4548 from arnetheduck/gc-cleanupAndreas Rumpf2016-08-025-19/+20
|\ \
| * | clean up a few stray c_stdout's in gc debug codeJacek Sieka2016-07-315-19/+20
| |/
* / fix several broken linksmiere432016-07-311-1/+1
|/
* make nim bootstrap again for older versionsAndreas Rumpf2016-07-301-0/+5
* Fix for cstring nil to string nil conversion with `$`Hans Raaf2016-07-291-1/+2
* Add handle function to Thread typecoffeepots2016-07-271-2/+6
* Fix newWideCString(cstring, int)Dmitry Polienko2016-07-191-3/+3
* added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-151-0/+14
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-1512-20/+20
* Fixed crash with leakDetector and threads enabled.Yuriy Glukhov2016-07-111-8/+14
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-091-0/+15
* Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-081-0/+13
* fixes #4340Andreas Rumpf2016-07-071-0/+2
* Fixed reprEnum function on 32-bit systemsRostyslav Dzinko2016-07-051-12/+9
* Plumb {.intdefine.} and {.strdefine.} pragmas.Jeff Ciesielski2016-07-041-1/+1
* Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-041-1/+2
* Enhance values SIGNALS on more OS.cheatfate2016-06-161-1/+2
* Correction as I hadn't realised setvbuf had been renamed.A. S. Budden2016-06-131-3/+3
* Merged upstream/devel into this branch to resolve conflicts and ensure an eas...A. S. Budden2016-06-1317-238/+196
|\
| * Fixed emscripten compilationYuriy Glukhov2016-06-131-1/+1
| * fixes sysio/readChar regressionAndreas Rumpf2016-06-131-1/+1
| * disable StringStream for JS (needs copyMem)Jacek Sieka2016-06-081-1/+1
| * fix fgets typeJacek Sieka2016-06-081-1/+1
| * prefer consts to importing #defines from headersJacek Sieka2016-06-066-39/+65
| * remove system/ansi_c include from osJacek Sieka2016-06-054-30/+4
| * fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-0511-167/+138
| * remove strange file types in ansi_cJacek Sieka2016-06-011-30/+17
* | Corrected setStdIoUnbuffered for systems without stdout, stderr or stdin decl...A. S. Budden2016-06-131-3/+6
* | Added setStdIoUnbuffered for unbuffered stdio (fixes #2146).A. S. Budden2016-06-121-0/+5
|/
* widestrs are always available for better interopAndreas Rumpf2016-05-281-2/+1
* Merge pull request #4216 from Parashurama/fix_4212Andreas Rumpf2016-05-251-2/+2
|\