summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1221 from rbehrends/readallbuf-fixAndreas Rumpf2014-05-311-4/+8
|\
| * Fixed readAllBuffer() to avoid adding garbage bytes at end.Reimer Behrends2014-05-261-4/+8
* | Merge pull request #1208 from jbe/shared_mem_statsAndreas Rumpf2014-05-311-0/+16
|\ \ | |/ |/|
| * added getTotalSharedMem et al.Jostein Berre Eliassen2014-05-201-0/+16
* | Merge pull request #1196 from EXetoC/cpp-target-fixesAndreas Rumpf2014-05-241-2/+2
|\ \
| * | Resolve type mismatches.EXetoC2014-05-131-2/+2
| |/
* | Merge pull request #1169 from Araq/sigpipeVarriount2014-05-212-1/+12
|\ \ | |/ |/|
| * Fixes #1168Simon Hafner2014-05-032-1/+12
* | implemented builtin noncopying sliceAraq2014-05-021-0/+1
|/
* bugfix: MS-GC GC_unrefAraq2014-04-301-1/+2
* bugfix: MS GC acknowledges GC_ref/unref properlyAraq2014-04-301-6/+45
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-252-2/+2
|\
| * building of nimrtl.dll should work againAraq2014-04-221-1/+1
| * Merge pull request #1118 from gradha/pr_show_boot_optionsVarriount2014-04-211-1/+1
| |\
| | * Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-201-1/+1
* | | minor tweaks; updated todo.txtAraq2014-04-251-1/+1
|/ /
* | fixes DLL generationAraq2014-04-213-6/+12
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-211-4/+2
|\ \
| * | Revert 4b09baa0a and 33fcd1123.Dominik Picheta2014-04-201-4/+2
* | | attempt to make some tests greenAraq2014-04-211-9/+9
|/ /
* | spawn has a chance of working on posixAraq2014-04-201-4/+14
* | fixes bootstrappingAraq2014-04-201-0/+1
* | made large parts of the stdlib gcsafeAraq2014-04-203-6/+8
* | actors compile againAraq2014-04-204-20/+44
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-201-1/+1
|\
| * Fixes typo to be able to use debugger.Grzegorz Adam Hankiewicz2014-04-151-1/+1
* | marked markAndSweep GC thread safeAraq2014-04-201-8/+8
* | New concurrency model: next stepsAraq2014-04-197-27/+200
* | first version of 'spawn'Araq2014-04-161-2/+5
|/
* Fixes problems with JS code gen.Dominik Picheta2014-04-111-20/+34
* Merge pull request #902 from reactormonk/float_toStringAndreas Rumpf2014-04-091-2/+4
|\
| * add a trailing zero to $floatSimon Hafner2014-02-111-0/+2
| * use `.f` instead of `.16e` for floatsSimon Hafner2014-02-111-2/+2
* | preparations for easier debuggingAraq2014-04-075-27/+41
* | doc generation for asyncdispatch worksAraq2014-04-061-2/+3
* | ENDB: got rid of deprecated 'nil' stmtAraq2014-03-271-3/+3
* | bugfix: reprEnum for enums with negative valuesAraq2014-03-221-1/+5
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-251-25/+24
|\ \
| * | fix some trivial errors in the test suite and some more regressions caused by...Zahary Karadjov2014-02-181-29/+28
| |/
* / renamed noStackFrame to asmNoStackFrameAraq2014-02-182-40/+40
|/
* compiles on sparc againAraq2014-02-091-1/+1
* mark and sweep GC compiles with --cs:partialAraq2014-02-021-14/+14
* case consistency for excpt.nimAraq2014-02-021-1/+1
* nativeStackTrace might work againAraq2014-01-251-3/+3
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-3/+3
* compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-48/+48
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-5/+1
* case consistency improvementsAraq2014-01-114-51/+54
* case consistency for linuxAraq2013-12-291-2/+2
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-4/+4