Grzegorz Adam Hankiewicz
351e66b767
Moves addr out of tutorial into manual, indexing it too.
2013-01-23 13:04:34 +01:00
Grzegorz Adam Hankiewicz
91700f29e7
Renames each proc to map, each is left deprecated.
2013-01-22 21:41:26 +01:00
Zahary Karadjov
31134a6bae
Disabled mark-and-sweep in the compiler itself
...
This also adds "cycle roots trimming": a light-weight collection of the cycle
roots performed in CollectZCT for candidates that are recently allocated
and provably dead.
2013-01-22 12:16:08 +02:00
Araq
899193268a
bugfix: ftpclient compiles again
2013-01-22 00:59:34 +01:00
Dominik Picheta
ddc8913ebb
Added a timeout parameter to irc.reconnect.
2013-01-21 14:44:23 +00:00
Dominik Picheta
9aecfcd8c8
Fixed os.sleep not sleeping for long enough with values below 1000ms.
2013-01-21 14:20:54 +00:00
Zahary Karadjov
41cbd1c980
minor bug fixes to make some tests green
2013-01-21 02:03:13 +02:00
Zahary Karadjov
86bf97a730
cleaned up some debugging code
2013-01-20 21:22:07 +02:00
Araq
7b5b9656f5
fixes sequtils.filterIt
2013-01-19 12:33:07 +01:00
Araq
9257c29ffd
small bugfix for lambdalifting; preparations for a better testing framework
2013-01-19 02:09:08 +01:00
Araq
10d995c290
support for LuaJIT
2013-01-15 01:09:38 +01:00
Araq
2f14d0e108
fixes a performance regression for json handling
2013-01-15 01:09:15 +01:00
Araq
b3e70febb4
'sort' for ordered tables
2013-01-12 23:59:29 +01:00
Araq
1874179f20
Merge branch 'master' of github.com:Araq/Nimrod
2013-01-11 01:09:54 +01:00
Araq
4670445a93
'importcpp' for the JS target to generate an infix call
2013-01-11 01:08:37 +01:00
Grzegorz Adam Hankiewicz
abca30cc06
Adds note about distnct being misspelled on purpose.
2013-01-09 20:32:58 +01:00
Grzegorz Adam Hankiewicz
1757baecaf
Adds documentation examples to sequtils.
2013-01-09 20:32:58 +01:00
Grzegorz Adam Hankiewicz
0b078e81d0
Adds each's map alias to index.
2013-01-09 20:32:58 +01:00
Grzegorz Adam Hankiewicz
6e65f5b49e
Hyperlinks each proc and explains it is like map.
2013-01-09 20:32:57 +01:00
Araq
3b52a0a9f5
Merge branch 'master' of github.com:Araq/Nimrod
2013-01-08 22:55:00 +01:00
Araq
63c08d8255
Merge pull request #296 from gradha/pr_makes_toseq_public
...
Moves toSeq template to public sequtils module.
2013-01-08 13:53:50 -08:00
Araq
5a9637f2f3
make some tests green
2013-01-08 22:51:23 +01:00
Araq
3af5c99336
fixes #293
2013-01-08 20:03:02 +01:00
Araq
3c73654aca
Copyright 2012 -> 2013
2013-01-08 07:54:23 +01:00
Araq
43b6daf2d6
FFI at compiletime improvements
2013-01-08 01:19:02 +01:00
Grzegorz Adam Hankiewicz
bd961fd76c
Moves toSeq template to public sequtils module.
2013-01-03 22:38:56 +01:00
Araq
88a441ea8e
next steps for FFI at compile time
2013-01-02 01:17:53 +01:00
Araq
df1e7b8021
Merge branch 'master' of github.com:Araq/Nimrod
2012-12-26 22:48:48 +01:00
Araq
81b718641c
small improvements for FFI
2012-12-26 22:48:34 +01:00
Dominik Picheta
d7d4caf45a
Added set_markup to gtk2 wrapper.
2012-12-25 14:06:18 +00:00
Dominik Picheta
f83881dd4e
Fixed symbol conflict in the sockets module on Windows.
2012-12-23 14:31:16 +00:00
Dominik Picheta
da609fc445
Fixed many deprecation warnings. asyncio.recvLine now throws an
...
exception when an error occurs. Added sockets.SocketError.
2012-12-23 14:05:16 +00:00
Dominik Picheta
3cbac13546
Rewrote the implementation of parsing chunked transfer coding in
...
httpclient. Fixes #272 .
2012-12-23 11:22:42 +00:00
Dominik Picheta
6cb8edfce9
recvLine now works with unbuffered ssl sockets.
...
Added higher level recv functions.
2012-12-22 23:03:28 +00:00
Zahary Karadjov
083d4f4708
fixes the recently discovered GC memory leaks
...
This revision is intended as comparison point between the old and the new GC
The used GC can be switched in mmdisp and various statistics will be gathered during
execution (these will be removed/disabled in later revisions)
2012-12-20 15:51:21 +02:00
Araq
b6c8e16b0f
bugfix: openssl import for macosx
2012-12-19 21:45:18 +01:00
Araq
3e514cd5dc
Merge pull request #276 from gradha/pr_adds_macosx_libiconv_name
...
Adds macosx dynamic library name for libiconv.
2012-12-18 17:27:29 -08:00
Araq
7148812524
first steps for FFI support at compile time
2012-12-19 02:22:39 +01:00
Grzegorz Adam Hankiewicz
acfe55ab90
Adds macosx dynamic library name for libiconv.
...
Also adds some verbosity to the implicit test.
2012-12-17 20:15:43 +01:00
Grzegorz Adam Hankiewicz
afff026dbd
Adds hyperlink to system module to explain TFileMode type.
2012-12-11 23:08:09 +01:00
Grzegorz Adam Hankiewicz
545a7577e5
Adds json usage example.
2012-12-11 23:08:09 +01:00
Grzegorz Adam Hankiewicz
d3eaddc961
Transforms httpclient into hyperlink for ease of use.
2012-12-11 22:30:30 +01:00
Grzegorz Adam Hankiewicz
d9dab30c14
Documents json [] accesors, raises explicit exception.
2012-12-11 22:30:29 +01:00
Grzegorz Adam Hankiewicz
3ff2f7fbbc
Adds to split() a code example using a set of separators.
2012-12-11 22:30:29 +01:00
Dominik Picheta
63112696b0
Fixes SSL implementation of sendAsync.
2012-12-08 19:27:00 +00:00
Dominik Picheta
d6632ad973
Fixes #268
2012-12-08 19:04:45 +00:00
Araq
1dc362dcd4
compiler support for babel
2012-12-07 17:20:51 +01:00
Araq
c5826ec1fb
fixes #266
2012-12-05 22:58:52 +01:00
Araq
0834224070
disable SSLv2_method for ubuntu
2012-12-03 21:48:12 +01:00
Araq
8948a97151
bugfix: 'not nil' and 'shared' types
2012-12-02 20:02:42 +01:00