Araq
3ab4b3d58f
Merge pull request #530 from EXetoC/master
...
Missing SDL_image symbols
2013-07-31 12:48:33 -07:00
Araq
c96a4406e4
Merge pull request #523 from exhu/x11fix
...
X11, cairo bindings fixes
2013-07-31 12:47:41 -07:00
Araq
731c6f9083
'nimrod pretty' usable
2013-07-31 20:35:04 +02:00
Araq
805959378d
'nirmod pretty': almost working
2013-07-31 02:50:17 +02:00
Araq
e5be2e9f97
'nimrod pretty': next steps
2013-07-30 21:10:45 +02:00
Araq
d640121ce6
lfFullExternalName for 'nimrod pretty'
2013-07-30 17:15:58 +02:00
Araq
fd2a808266
fixes token's column information
2013-07-30 08:45:00 +02:00
Araq
28ad262a46
'nimrod pretty': next steps, doesn't work yet
2013-07-29 23:52:08 +02:00
Araq
6810a0e3e3
'nimrod pretty' command: next steps
2013-07-29 22:56:32 +02:00
Araq
d6d665b0c0
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-29 01:21:53 +02:00
Araq
ef975d277a
new vm: further progress
2013-07-29 01:21:32 +02:00
Dominik Picheta
c5c6ef6e2b
Fixes graphics.drawEllipse.
...
It failed because a Natural cannot be negative but drawEllipse tried to
set negative values to a Natural variable; this variable's type was
changed to an Int.
2013-07-27 11:18:13 +01:00
Dominik Picheta
e33af13ae3
Fixes #543 .
...
Changed signature of SetVideoMode so that the flags param is a uint32.
2013-07-27 11:03:28 +01:00
Araq
27b7ecbbff
new vm: lots of fixes
2013-07-27 01:28:31 +02:00
Araq
fca23d1675
bugfix: system.& for sequences
2013-07-27 01:28:13 +02:00
Araq
698eac2a94
new vm: can execute simple programs
2013-07-26 12:17:36 +02:00
Araq
05108cf81c
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-25 23:40:29 +02:00
Araq
f3a2eec13b
attempt to make C codegen aware of 'gensym'
2013-07-25 23:40:15 +02:00
Dominik Picheta
e360d048ba
Added macros.newIfStmt and macros.newVarStmt.
2013-07-25 22:15:34 +01:00
Araq
a59874e312
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-25 22:40:47 +02:00
Araq
02c86567ee
new vm: next steps
2013-07-25 22:40:25 +02:00
Araq
2c3d1fa954
bugfix: gensym
2013-07-25 21:25:40 +02:00
Araq
3e0899359b
new evaluation engine: next steps
2013-07-25 08:37:37 +02:00
Araq
bdbf0f863d
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-24 23:07:45 +02:00
Araq
9acdf94cc0
fixes #531
2013-07-24 23:07:28 +02:00
Araq
8ac68a4d94
Merge pull request #527 from jbe/master
...
export pointer types for SDL event objects
2013-07-24 13:35:20 -07:00
Araq
b1d4dfa6b1
fixes #544
2013-07-24 22:32:09 +02:00
Araq
f9426bfcd5
added macros.genSym
2013-07-24 21:58:17 +02:00
Araq
b403b41aec
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-24 21:40:08 +02:00
Araq
b30e237a37
first steps to a new evaluation engine
2013-07-24 21:39:39 +02:00
Dominik Picheta
325c167e2a
Fixes OSError deprecation warning.
2013-07-21 11:08:28 +01:00
Araq
84534ce4b8
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-20 20:18:21 +02:00
Araq
aa88e150da
'modules' module from 'main'; minor bugfixes
2013-07-20 20:17:23 +02:00
Araq
bfbdb1f028
refactorings for the eval engine; bugfix: clean templates as accessors
2013-07-19 22:22:20 +02:00
EXetoC
1e3934e464
dynlib
2013-07-18 23:25:29 +02:00
Dominik Picheta
a932d201d2
Rebuilt C Sources.
2013-07-18 20:46:03 +01:00
EXetoC
6e4dfc8eb5
Add missing SDL symbols.
2013-07-18 20:28:09 +02:00
Dominik Picheta
f3b4240b87
Fixed libzip path for Arch Linux.
2013-07-17 22:29:21 +01:00
Dominik Picheta
0226cca832
Rebuilt csources.
2013-07-17 22:28:49 +01:00
jbe
2c2ae2adb2
export pointer types for SDL event objects
2013-07-17 00:52:32 +02:00
Simon Hafner
952f560d0a
Merge pull request #524 from gradha/pr_misc_docs
...
Miscellaneous doc tweaks
2013-07-15 19:43:19 -07:00
Grzegorz Adam Hankiewicz
2ee228d5d1
Documents copyFile not copying attributes on posix.
2013-07-16 02:56:50 +02:00
Grzegorz Adam Hankiewicz
ec6e267351
Warns to not modify string findAll is iterating over.
2013-07-16 02:00:25 +02:00
Grzegorz Adam Hankiewicz
67cea2b9b5
Explains parseHex initialization quirk.
2013-07-16 01:11:20 +02:00
Grzegorz Adam Hankiewicz
b5811cc73c
Adds some examples to JoinPath and / procs.
2013-07-16 00:47:49 +02:00
Yury Benesh
02ca9e3b59
Moved complex pragmas for xlib and cairo into separate included files. Fixed xkb bindings.
2013-07-15 16:06:53 +03:00
Araq
1af2d94860
Merge pull request #519 from gradha/pr_guards_against_nil_ast
...
Avoids usefulFact recursion with nil parameter. Fixes #518 .
2013-07-09 15:05:46 -07:00
Grzegorz Adam Hankiewicz
172945de31
Avoids usefulFact recursion with nil parameter. Fixes #518 .
2013-07-09 23:31:13 +02:00
Yury Benesh
f54cb2e323
Fixed xrender.nim for use_pkg_config
2013-07-09 23:30:11 +03:00
Yury Benesh
3c9864c9d3
Added use_pkg_config, use_pkg_config_static conditionals to xlib, cairo
2013-07-09 21:58:22 +03:00