summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* fixed 'system.open' bugAraq2014-09-141-7/+7
* merged things from develAraq2014-09-121-1/+0
|\
| * Threads work againAraq2014-09-111-32/+46
| * Merge pull request #1514 from fuzzthink/develSimon Hafner2014-09-021-2/+2
| |\
| | * Pointer -> pointer to fix compile error using --cs:partialfuzzthink2014-09-021-2/+2
* | | make tests greenAraq2014-08-315-71/+85
* | | ENDB compiles againAraq2014-08-313-38/+38
* | | fixes #1444Araq2014-08-311-2/+2
* | | Winlean and threads case sensitivity fixes.Dominik Picheta2014-08-303-28/+28
* | | renamed Byte to byteAraq2014-08-291-1/+1
* | | renamefestAraq2014-08-232-4/+4
* | | system files use new identifiersAraq2014-08-2312-174/+174
* | | the big renamefest: first stepsAraq2014-08-2233-59/+60
|/ /
* | fixed #1491Charlie Barto2014-08-191-11/+17
* | fixes #1445Araq2014-08-191-4/+0
* | fixes #1475Araq2014-08-131-2/+2
* | fix failed tests due to gcsafeAraq2014-08-121-3/+3
* | distinguish between 'defined' and 'declared'Araq2014-08-1114-36/+36
* | fixes #1456Araq2014-08-081-1/+1
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-082-3/+3
|\ \
| * \ Merge pull request #1447 from gradha/pr_tutorial_improvementsVarriount2014-08-062-3/+3
| |\ \
| | * | Downgrades public module comments to private level.Grzegorz Adam Hankiewicz2014-08-052-3/+3
* | | | fixes #1456Araq2014-08-081-11/+18
|/ / /
* | | some bugfixes for 'deepCopy'Araq2014-08-061-10/+23
* | | progress on deepCopyAraq2014-08-012-0/+122
|/ /
* / fixes #1391Araq2014-07-221-1/+1
|/
* added stack overflow preventionAraq2014-07-161-11/+18
* JS compilation works againAraq2014-07-161-2/+2
* parseBiggestFloat is now builtinAraq2014-07-163-10/+190
* Merge pull request #1273 from katlogic/develAndreas Rumpf2014-07-153-7/+16
|\
| * More human readable `$`(float)katlogic2014-06-153-7/+16
* | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-163-54/+66
|\ \ | |/ |/|
| * Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-061-30/+13
| |\
| | * added 'fence' instructions to the barrierAraq2014-06-061-30/+5
| | * Promises are now refsAraq2014-06-051-0/+8
| * | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-013-26/+55
| |\|
| | * bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'Araq2014-05-251-1/+2
| | * 'parallel' statement almost workingAraq2014-05-221-3/+3
| | * initial non-compiling version of 'parallel'Araq2014-05-122-25/+53
* | | optimized method dispatchersAraq2014-06-121-0/+22
|/ /
* | 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