Grzegorz Adam Hankiewicz
cc718435b3
Adds convenience uncompress and inflate procs to zlib.
...
The new uncompress() version doesn't require you to know the size of the
inflated destination buffer. The inflate() proc wraps it for convenience
on a var string type.
2014-03-29 01:14:33 +01:00
Andreas Rumpf
05421cf84b
Merge pull request #1045 from barcharcraz/lowerBound
...
fixed doc comment
2014-03-28 23:13:41 +01:00
Araq
2958adc47f
tester outputs full test path
2014-03-28 18:15:51 +01:00
Araq
12e3c11eb6
fixes #911
2014-03-28 08:40:15 +01:00
Dominik Picheta
23d581d377
Added test for issue #911 .
2014-03-27 21:52:28 +00:00
Araq
5a51a25fd0
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-27 21:24:53 +01:00
Araq
31cfed0aa8
fixes a typo
2014-03-27 21:24:41 +01:00
Charlie Barto
76dfa611ed
fixed doc comment
2014-03-27 15:13:10 -04:00
Varriount
f40625f5c4
Merge pull request #1032 from barcharcraz/lowerBound
...
Added lowerBound function to the stdlib
2014-03-27 15:08:19 -04:00
Araq
de5d18188f
ENDB: got rid of deprecated 'nil' stmt
2014-03-27 19:59:31 +01:00
Araq
76ef752957
made some tests green
2014-03-27 19:43:17 +01:00
Araq
3365b42bbe
fixes #1009
2014-03-27 19:20:59 +01:00
zah
74af96dbf6
Merge pull request #1042 from ithkuil/devel
...
Calling randomize() again within 1 second will now provide a different seed
2014-03-27 14:01:59 +02:00
Charlie Barto
491291ae24
added usage example for lower bound
2014-03-27 00:21:19 -04:00
Jason Livesay
cabc5c80d3
Calling randomize() again within 1 second will now provide a different seed
2014-03-26 18:54:34 -07:00
Araq
dc956c485a
fixes tmemit regression
2014-03-26 22:56:56 +01:00
Araq
a1e97ad4a4
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-26 20:31:29 +01:00
Araq
78cc4de9a1
fixes #1025 ; don't know what this breaks
2014-03-26 20:31:18 +01:00
Dominik Picheta
783087fd57
Implemented async for httpclient.
2014-03-26 16:43:32 +00:00
Araq
9fdb131686
fixes #992
2014-03-26 16:22:34 +01:00
Dominik Picheta
4ed1ac0078
Move asyncdispatch tests to asyncnet.
2014-03-26 10:31:16 +00:00
zah
6d0451ccce
Merge pull request #1036 from jlhouchin/devel
...
fixed parens around getSysType arguments
2014-03-26 11:39:59 +02:00
Araq
7874c0efcb
borrow dots for distinct types documented
2014-03-26 08:42:27 +01:00
Araq
cdb4d83ead
implemented 'borrow dot' feature for distinct types
2014-03-26 01:27:22 +01:00
Araq
d15788d00a
added #903 to the test suite
2014-03-26 01:00:34 +01:00
Jimmie Houchin
c58ec376b6
fixed parens around getSysType arguments
2014-03-25 17:48:27 -05:00
Araq
9e66d988e7
mongodb wrapper properly removed from core
2014-03-25 01:26:32 +01:00
Araq
8755792077
mongodb wrapper properly removed from core
2014-03-25 01:25:17 +01:00
Araq
bf2f6397c8
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-24 18:42:31 +01:00
Araq
907e1b80b2
VM: attempt to get integer ops right
2014-03-24 17:29:31 +01:00
Zahary Karadjov
e8c50640d7
failing test case preventing the use of --gc:v2: tsymchoicefield
2014-03-24 12:17:22 +02:00
Araq
ee1192679e
VM: endless loop prevention
2014-03-24 08:43:57 +01:00
Charlie Barto
976fb18a8f
made the default comparator for lowerBound unqualified, so the user can customize via two phase lookup
2014-03-23 18:30:54 -04:00
Charlie Barto
baa304f370
added lowerBound function to algorithm library
2014-03-23 18:28:05 -04:00
Dominik Picheta
d310b01db1
Moved the global dispatcher to asyncdispatch.
2014-03-23 18:24:11 +00:00
Araq
e855f6c073
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-23 17:48:32 +01:00
Araq
5920edf6e4
fixes #404
2014-03-23 17:48:10 +01:00
Dominik Picheta
10f205bb52
Fixes tasyncawait and the net module on Linux.
2014-03-23 11:39:24 +00:00
Araq
3a34a8880c
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-23 00:00:07 +01:00
Araq
7a311f93f7
fixes #994
2014-03-22 23:48:33 +01:00
Dominik Picheta
192e11e7b7
Many renames. Created high level asyncnet module.
2014-03-22 22:33:53 +00:00
Dominik Picheta
2ce9f1c77f
Copied most blocking socket operations to the net module.
2014-03-22 22:33:53 +00:00
Dominik Picheta
5bf45d9285
Clean up IP address code in net module.
2014-03-22 22:33:52 +00:00
Dominik Picheta
ca6b4bf0f9
Asyncio2 doc improvements. Changed recvLine's behaviour.
...
recvLine had an edge case where it would return a partial line if the
socket were to be disconnected in the middle of a line being read. The
behaviour now is that the data is simply lost as it likely will be
unparsable by the protocol anyway.
2014-03-22 22:33:51 +00:00
Araq
a4f30c3682
fixes wrong commit
2014-03-22 23:02:01 +01:00
Araq
b76d2eac7f
fixes #1006
2014-03-22 22:59:23 +01:00
Araq
5f64d7a353
fixes #1023
2014-03-22 21:18:56 +01:00
Araq
5f478e5aa1
fixes #1010
2014-03-22 11:50:42 +01:00
Araq
5aac789e0e
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-22 02:52:33 +01:00
Araq
e53fc91282
fixed tuples in a static context; preparations for correct compile time evaluation of integral ops
2014-03-22 02:52:06 +01:00