Commit Graph

10100 Commits

Author SHA1 Message Date
Dominik Picheta
5310a3044f Many fixes for asynchronous sockets. Asyncio should now work well with buffered and unbuffered plain and ssl sockets. Added asyncio
test to the test suite.
2012-07-22 23:32:49 +01:00
Dominik Picheta
b839e42e92 Both the re and pegs module's =~ templates can now be used simultaneously from the same module. 2012-07-21 11:21:41 +01:00
Araq
1c6f14deee added system.compiles 2012-07-20 08:49:42 +02:00
Araq
43f057c5aa got rid of some mAddU64 etc. magics 2012-07-20 07:52:04 +02:00
Araq
035b715dfd fixes #168 2012-07-19 18:43:03 +02:00
Araq
83deb233ee attempt to fix DLL generation 2012-07-18 00:02:53 +02:00
Araq
832da8a303 equality and hashing for closures 2012-07-17 17:26:02 +02:00
Araq
4f582da27f make tests green again 2012-07-17 01:27:25 +02:00
Araq
5e3d42a929 Merge branch 'master' of github.com:Araq/Nimrod 2012-07-16 23:01:18 +02:00
Araq
8d99753d63 preparations for making 'closure' the default calling convention for proc types 2012-07-16 23:00:57 +02:00
Araq
4215686cce x11 example compiles again; updated python wrapper; compiler supports variables in DLLs 2012-07-16 08:11:37 +02:00
Araq
17a41ff5df Merge pull request #165 from Schala/master
PDCurses wrapper is (almost) done, but will compile
2012-07-15 02:16:16 -07:00
Araq
089e7db08a x11 wrapper uses system's types 2012-07-15 10:39:21 +02:00
Araq
1279bd2855 c2nim and system.nim now agree on a C type mapping 2012-07-15 10:00:34 +02:00
Schala Zeal
61bf90f658 PDCurses wrapper (incomplete, see desc)
PDCurses wrapper will compile. However there are a couple dozen consts
commented out that were problematic. Also, I got confused about a few
procs with function ptrs as arguments. Feel free to fix
2012-07-15 00:00:32 -07:00
Araq
d2872748c2 added system.@ for openarrays 2012-07-14 14:44:54 +02:00
Araq
b4084df434 improved unsigned support 2012-07-14 14:03:13 +02:00
Araq
1005961192 proper enum constraints for system.nim 2012-07-13 07:57:35 +02:00
Araq
6074a9c129 pcre wrapper compiles again 2012-07-11 14:28:49 +02:00
Araq
877bd93905 fixes #164 2012-07-11 12:54:41 +02:00
Araq
1d2949cded Merge pull request #160 from Schala/master
added JIT support for PCRE
2012-07-11 03:39:08 -07:00
Araq
607f46a61a fixes #162 2012-07-10 20:41:23 +02:00
Schala Zeal
5f0d685f86 Oops.. 2012-07-09 19:06:36 -07:00
Schala Zeal
59cbc6b05d PCRE wrapper update to 8.31
PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
2012-07-09 18:38:07 -07:00
Araq
759d372863 dialogs.nim and osinfo_win.nim compile again 2012-07-10 01:21:04 +02:00
Araq
95faae2c0a some more bugfixes for the integer promotion rules 2012-07-10 01:12:03 +02:00
Araq
a6ee0eb299 sockets compile again with SSL support 2012-07-10 00:16:04 +02:00
Araq
4966212141 more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #156; fixes #155 2012-07-09 21:11:11 +02:00
Araq
049de0ef66 'addSon' for types deprecated for 'int literal type' analysis (3) 2012-07-09 20:04:19 +02:00
Araq
795afb0021 made tests green again 2012-07-09 00:54:46 +02:00
Araq
4fbba0a65a changed integer promotion rules; breaks bootstrapping and lots of code 2012-07-08 21:03:47 +02:00
Araq
36247e0947 added devel/logging; weakrefs test; next steps for proper unsigned support 2012-07-05 00:03:33 +02:00
Araq
8ef48a34e5 fixes #150; next steps for proper unsigned support 2012-07-03 00:59:36 +02:00
Araq
2e2650c708 ' is optional in type suffixes for numerical literals 2012-07-02 08:49:38 +02:00
Araq
fe285b354d JS codegen enhancements; still unusable 2012-07-01 19:35:19 +02:00
Araq
ee1bcb6414 dead code elimination for JS backend; JS improvements (but doesn't work yet) 2012-06-30 12:29:56 +02:00
Araq
2900ceae35 changed integer promotion rules; added math.fmod 2012-06-28 08:33:25 +02:00
Araq
5a838d3e06 thread var emulation should work again 2012-06-25 00:23:41 +02:00
Araq
ee98c76d2e bite the bullet and make 'initStackBottom' a compilerproc 2012-06-24 20:00:25 +02:00
Araq
fcd91a0cd6 added gcleak4.nim test; fails in debug mode 2012-06-24 17:18:01 +02:00
Araq
d257f7fd36 tests/gc/gcleak4.nim 2012-06-24 17:15:54 +02:00
Araq
2d8138768a system.nim: documentation fixes 2012-06-23 20:50:35 +02:00
Araq
3c98518487 docgen2 improvements 2012-06-23 16:32:14 +02:00
Araq
0b509127d2 documentation improvements; added system.gorge (for Araq's fun) 2012-06-22 08:30:55 +02:00
Araq
26b64f9e4f another bugfix 2012-06-21 19:20:45 +02:00
Araq
7b4560337b bugfixes for closures 2012-06-21 08:46:56 +02:00
Araq
00feaa2530 fixes #142 2012-06-20 14:43:03 +02:00
Araq
ce5bc7eead Merge branch 'master' of github.com:Araq/Nimrod 2012-06-20 00:46:10 +02:00
Araq
9b60518904 Merge pull request #135 from rafaelvasco/master
PPGLChar to cstringArray pull request
2012-06-19 15:23:09 -07:00
Araq
39137294a3 made some tests green again 2012-06-20 00:21:53 +02:00