summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #630 from mflamer/masterSimon Hafner2013-10-221-6/+2
|\ | | | | remove whitespace
| * more whitespace removalMark Flamer2013-10-211-3/+1
| |
| * remove extra white spaceMark Flamer2013-10-211-3/+1
| |
* | Merge pull request #628 from mflamer/masterAndreas Rumpf2013-10-211-2/+6
|\| | | | | fix for Issue #626 - Distinct and generics not working together
| * fix for Issue #626 - Distinct and generics not working togetherMark Flamer2013-10-211-2/+6
| |
* | Fixed definition of seqShallowFlag.Dominik Picheta2013-10-191-1/+1
| |
* | Fixed regression on ARM caused by the changed behaviour of noStackFrame in ↵Dominik Picheta2013-10-193-5/+6
| | | | | | | | commit ac474a28120.
* | Merge pull request #617 from markuspf/masterAndreas Rumpf2013-10-151-1/+1
|\ \ | | | | | | Add DragonFly as essentially a clone of FreeBSD
| * | Add DragonFly as essentially a clone of FreeBSDMarkus Pfeiffer2013-10-091-1/+1
| | |
* | | Merge pull request #615 from fowlmouth/patch-10Andreas Rumpf2013-10-154-1917/+1925
|\ \ \ | | | | | | | | Update xlib.nim
| * | | Update keysym.nimBillingsly Wetherfordshire2013-10-091-1703/+1704
| | | | | | | | | | | | properly type all the keysyms
| * | | Update xutil.nimBillingsly Wetherfordshire2013-10-091-3/+1
| | | | | | | | | | | | removed converter
| * | | Update glx.nimBillingsly Wetherfordshire2013-10-081-17/+17
| | | | | | | | | | | | glx attributes should be int32
| * | | Update xutil.nimBillingsly Wetherfordshire2013-10-081-42/+44
| | | |
| * | | Update xlib.nimBillingsly Wetherfordshire2013-10-081-155/+162
| |/ / | | | | | | remove -d:MACROS requirement for xlib shortcut functions
* | | Merge pull request #622 from rbehrends/masterAndreas Rumpf2013-10-151-34/+58
|\ \ \ | | | | | | | | Exposed process file handles in osproc module.
| * | | Exposed process file handles in osproc module.Reimer Behrends2013-10-121-34/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The file handles of a PProcess instance can now be accessed through the inputHandle(), outputHandle(), and errorHandle() methods. Also tidied up documentation for stream accessor procs a bit.
* | | | Merge pull request #624 from Varriount/win64/fix-socketsAndreas Rumpf2013-10-154-27/+30
|\ \ \ \ | | | | | | | | | | Added a TSocketHandle type to winlean.nim and posix.nim
| * | | | Added a TSocketHandle type to winlean.nim and posix.nimClay Sweetser2013-10-154-27/+30
|/ / / / | | | | | | | | | | | | Edited sockets.nim and asyncio.nim to use the new TSocketHandle type.
* / / / Add compressBound proc to zlib wrapper.Dominik Picheta2013-10-131-0/+1
|/ / /
* | | Fixed async send in ftpclient module.Dominik Picheta2013-10-111-1/+2
| | |
* | | fixes #616Araq2013-10-101-1/+1
| | |
* | | cooler quote for c2nimAraq2013-10-103-24/+16
| | |
* | | some fixes for win64Araq2013-10-102-4/+9
|/ /
* | Merge branch 'master' of https://github.com/Araq/NimrodAraq2013-10-071-1/+1
|\ \
| * | Fixes problems parsing XML docs with multiple PIs.Dominik Picheta2013-10-071-1/+1
| | |
* | | bugfix: package names should not contain '.'Araq2013-10-072-5/+17
| | |
* | | implemented top level asm statementsAraq2013-10-071-1/+5
| | |
* | | niminst: yet another bugfixAraq2013-10-071-2/+2
|/ /
* | niminst: slashify was a stupid ideaAraq2013-10-066-34/+34
| |
* | Merge branch 'master' of https://github.com/Araq/NimrodAraq2013-10-063-3/+13
|\ \
| * \ Merge pull request #613 from ventor3000/basic_geomAndreas Rumpf2013-10-051-1/+1
| |\ \ | | | | | | | | Fixed small typobug in basic 3d
| | * | Fixed small typobug in basic 3dRobert Persson2013-10-021-1/+1
| | | |
| * | | Merge pull request #604 from reactormonk/masterAndreas Rumpf2013-10-052-2/+12
| |\ \ \ | | | | | | | | | | moved eqproc to the correct magic position
| | * | | don't mess with semfold, use vars insteadSimon Hafner2013-09-262-3/+2
| | | | |
| | * | | moved eqproc to the correct magic positionSimon Hafner2013-09-263-2/+13
| | | | | | | | | | | | | | | | | | | | also added mEqCString to evalOps so the test runs
* | | | | 'noStackFrame' implies 'naked' in the generated C codeAraq2013-10-067-14/+25
|/ / / /
* | / / fixed another semicolon related parsing bugAraq2013-10-022-4/+21
| |/ / |/| |
* | | fixes #609Araq2013-10-011-2/+8
| | |
* | | debug GC works nowAraq2013-10-011-2/+2
| | |
* | | first version of the debug GC; doesn't work yetAraq2013-10-015-39/+136
| | |
* | | Merge branch 'master' of https://github.com/Araq/NimrodAraq2013-09-280-0/+0
|\| |
| * | Revert "deleted EqProc so the magic aligns again" - wrong remote.Simon Hafner2013-09-261-0/+2
| | | | | | | | | | | | This reverts commit d7c8b3ad06183cb5ad231981f01992016b5805b4.
| * | deleted EqProc so the magic aligns againSimon Hafner2013-09-261-2/+0
| | |
* | | fixes for niminstAraq2013-09-282-8/+5
| | |
* | | examples from the talk part of test suiteAraq2013-09-279-3/+153
|/ /
* | the compiler can now deal with multiple modules of the same nameAraq2013-09-2613-18/+74
| |
* | documentation improvementsAraq2013-09-251-0/+37
| |
* | JS codegen: supports more builtinsAraq2013-09-243-11/+32
| |
* | fixes #593Araq2013-09-242-5/+4
| |