summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | `=>` macro tripped on generic return typesBillingsly Wetherfordshire2014-05-191-1/+0
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Rename asyncdispatch.close to asyncdispatch.closeSocket.Dominik Picheta2014-05-232-3/+3
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1182 from boydgreenfield/develVarriount2014-05-211-4/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert 876cad3a - making nimprof fix on a new branchboydgreenfield2014-05-201-1/+0
| * | | | | | | | | | | Fix missing import in nimprof.nim when --threads:onboydgreenfield2014-05-201-0/+1
| * | | | | | | | | | | Update posix open() call to incl. permissionsboydgreenfield2014-05-051-1/+4
| * | | | | | | | | | | Clarify newFileSize & mappedSize params in memfiles.open() docsboydgreenfield2014-05-051-3/+16
* | | | | | | | | | | | Merge pull request #1210 from boydgreenfield/nimprof-lock-fixVarriount2014-05-211-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix nimprof import error when --threads:on.Nick Greenfield2014-05-201-6/+7
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1169 from Araq/sigpipeVarriount2014-05-212-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixes #1168Simon Hafner2014-05-032-1/+12
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | added a note about random(max: float): float's resolution on windowsCharlie2014-05-181-1/+2
* | | | | | | | | | | | added random(max: float): float support to windowsCharlie2014-05-181-7/+13
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fixes #1197.Dominik Picheta2014-05-141-8/+28
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | bootstraps works again; get rid of compile-time 'rand' (too weird)Araq2014-05-061-3/+0
* | | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-05-065-53/+382
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #1175 from EXetoC/await-discardDominik Picheta2014-05-041-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix #1170.EXetoC2014-05-041-1/+2
| | | |_|_|/ / / / / | | |/| | | | | | |
| * / | | | | | | | Added support for ref type hash tables.Reimer Behrends2014-05-041-1/+266
| |/ / / / / / / /
| * | | | | | | | Merge pull request #1173 from EXetoC/pfuture-nested-type-paramDominik Picheta2014-05-031-13/+14
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Fix #1171.EXetoC2014-05-031-13/+14
| | |/ / / / / /
| * / / / / / / DWORD -> PULONG for POverlapped.Dominik Picheta2014-05-031-2/+2
| |/ / / / / /
| * | | | | | Await is now supported in try statements.Dominik Picheta2014-05-011-26/+79
| * | | | | | Fixes buffered recv in asyncnet.Dominik Picheta2014-04-301-11/+17
| * | | | | | Get rid unsafe pointer type in GetQueuedCompletionStatus.Dominik Picheta2014-04-303-4/+7
* | | | | | | some additions to winleanAraq2014-05-061-1/+9
* | | | | | | implemented builtin noncopying sliceAraq2014-05-022-2/+3
|/ / / / / /
* | | | | | bugfix: MS-GC GC_unrefAraq2014-04-301-1/+2
* | | | | | async might work now reliablyAraq2014-04-303-27/+32
* | | | | | bugfix: MS GC acknowledges GC_ref/unref properlyAraq2014-04-301-6/+45
* | | | | | give system.lines a proper bufferAraq2014-04-301-1/+1
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-256-19/+97
|\ \ \ \ \ \
| * | | | | | DLL generation works againAraq2014-04-231-8/+11
| * | | | | | Haiku build works againAraq2014-04-231-0/+1
| * | | | | | make getAppFilename work when there is no procfsAraq2014-04-221-10/+15
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-221-0/+68
| |\ \ \ \ \ \
| | * | | | | | Adds example of custom object types used as table key.Grzegorz Adam Hankiewicz2014-04-221-0/+68
| * | | | | | | building of nimrtl.dll should work againAraq2014-04-222-5/+6
| |/ / / / / /
| * | | | | | 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
| * | | | | | changed pointer to array in sqlite callbackSimon Hafner2014-04-211-3/+3
| | |_|/ / / | |/| | | |
* / | | | | minor tweaks; updated todo.txtAraq2014-04-252-2/+2
|/ / / / /
* | | | | fixes DLL generationAraq2014-04-214-47/+53
* | | | | doc2 likes future.nim nowAraq2014-04-211-1/+1
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-214-28/+176
|\ \ \ \ \
| * \ \ \ \ Merge pull request #1099 from Varriount/os/getFileInfoAndreas Rumpf2014-04-202-20/+163
| |\ \ \ \ \
| | * | | | | Fixed _get_osfhandle declaration.Clay Sweetser2014-04-161-1/+1
| | * | | | | Allowed getFileInfo to accept TFile objects.Clay Sweetser2014-04-161-1/+4
| | * | | | | Completed Linux/Posix implementation of getFileInfoClay Sweetser2014-04-162-23/+44
| | * | | | | Added Posix implementation of getFileInfo, organized code.Clay Sweetser2014-04-161-31/+66