Robert Persson
ce1399db2d
Optimized divMod in poly
...
Made a huge speed improvement in debug mode. Only a few % in release,
but the memory load should be somewhat lower.
2013-07-03 12:44:26 +02:00
Robert Persson
2cae55ae04
Fixed a mixed bag of stuff poly and numeric
2013-07-03 01:15:31 +02:00
Robert Persson
d1a90c6ec6
Cleanup of poly an numeric modules
...
Removed some test code
2013-07-02 20:55:27 +02:00
Robert Persson
85dbc2d306
Added poly and numeric modules
2013-07-02 16:01:41 +02:00
Araq
6c8e740b57
made parseBiggestFloat faster for large exponents
2013-07-01 00:33:11 +02:00
Araq
30f8568570
fixes --os:standalone
2013-06-30 22:10:04 +02:00
Araq
1a5e30b053
made some tests green
2013-06-30 21:55:05 +02:00
Araq
52851b722d
--os:standalone works again
2013-06-30 21:15:28 +02:00
Araq
651103ff32
2n attempt to fix niminst on the testing machines
2013-06-29 10:28:28 +02:00
Araq
693d019654
Merge pull request #487 from gradha/pr_no_more_slurping
...
Improves highlite module
2013-06-28 14:41:44 -07:00
Araq
86d64b2f5e
attempt to make libzip work on the testing machines
2013-06-27 21:41:53 +02:00
Araq
b6f2902905
Merge branch 'master' of github.com:Araq/Nimrod
2013-06-27 19:57:24 +02:00
Araq
83876b1b81
bugfix: rendering of typ|typ2
2013-06-27 19:57:01 +02:00
Araq
6d7ad66982
attempt to use the lib.so for libzip
2013-06-27 16:34:21 +02:00
Dominik Picheta
a9f2c3ffaf
Fixed OSError + recvLine deprecation warnings.
2013-06-27 15:06:30 +01:00
Araq
e599fdd60d
bugfix: marshal supports unsigned numbers
2013-06-27 08:39:41 +02:00
Araq
82ceca0717
fixes #492
2013-06-27 07:43:04 +02:00
Araq
3ff572ffcd
Merge branch 'master' of github.com:Araq/Nimrod
2013-06-27 01:05:19 +02:00
Araq
a674c039fb
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
2013-06-27 01:04:56 +02:00
Dominik Picheta
9686d92bfc
Fixed OSError deprecation warnings.
2013-06-26 00:00:07 +01:00
Dominik Picheta
5d3b5eb700
Merge pull request #489 from onionhammer/patch-1
...
Fix: OpenSSL on Windows
2013-06-25 13:17:58 -07:00
Dominik Picheta
bacb20a379
Deprecated OSError, and modified it to require an explicit OS error code.
...
The deprecated functions include the OSError and OSErrorMsg, the name did not change however the signature of the new functions did. They now require a TOSErrorCode value be passed to them. This value can be retrieved using OSLastError. The reason this was done is because on Windows any win api call can reset the last error code to 0, this change allows the user to immediately grab the error code and worry about the string representation later if needs be.
2013-06-25 20:10:28 +01:00
Dominik Picheta
9540a93d95
Fixed terminal module so that it doesn't raise an EOS exception when stdout is redirected.
2013-06-22 19:57:12 +01:00
Dominik Picheta
317675d5e5
Changed the type of gboolean to a distinct cint.
2013-06-22 19:42:26 +01:00
Dominik Picheta
d23d14897a
Symlinks are now expanded in os.getAppFilename on Mac OS X.
2013-06-22 00:15:07 +01:00
Dominik Picheta
2bb4a853ec
Send buffer will be respected now when closing async SCGI clients.
2013-06-21 16:01:31 +01:00
Dominik Picheta
a1e823b038
Added an asyncio.isSendDataBuffered procedure.
2013-06-21 16:07:13 +02:00
onionhammer
705e8e929a
Fix: OpenSSL on Windows
...
Updated CRYPTO_malloc_init to no longer call CRYPTO_set_mem_functions if compiling for windows
Updated ERR_load_BIO_strings to import from DLLUtilName instead of DLLSSLName
Updated OpenSSL_add_all_algorithms to import from DLLUtilName instead of DLLSSLName
2013-06-20 17:52:30 -05:00
Grzegorz Adam Hankiewicz
579d0f6f41
Adds highlite to tests suite.
2013-06-18 22:18:44 +02:00
Grzegorz Adam Hankiewicz
4c7607e074
Adds previous slurping as runnable testcase.
2013-06-18 21:42:53 +02:00
Grzegorz Adam Hankiewicz
5b1caed806
Replaces relative file slurping with hardcoded array.
2013-06-18 21:01:12 +02:00
Araq
8f97f3180a
made tests green
2013-06-10 00:17:10 +02:00
Araq
be4fd48ab8
fixes 465
2013-06-09 23:51:29 +02:00
Araq
c5e07af902
Merge pull request #473 from gradha/pr_doc_improvements
...
Doc improvements
2013-06-09 14:43:33 -07:00
Araq
0696ab09b1
Merge pull request #475 from gradha/pr_macosx_gnu_readline
...
Wraps variables inside `when` for macosx. Fixes #461 .
2013-06-09 14:40:30 -07:00
Araq
3f35e2d39e
resolved conflict; added missing files
2013-06-09 23:33:32 +02:00
Araq
23ef565a3c
implemented large parts of the 'not nil' checking
2013-06-09 23:29:43 +02:00
Grzegorz Adam Hankiewicz
07d19df80f
Wraps variables inside when for macosx. Refs #461 .
2013-06-09 22:51:27 +02:00
Grzegorz Adam Hankiewicz
05c2d9bd73
Adds docutils modules to lib index, fixes :idx: markers.
2013-06-09 16:10:41 +02:00
Araq
b92c87e2ec
Merge pull request #467 from fowlmouth/patch-9
...
use proper types in lua
2013-06-06 14:18:55 -07:00
Araq
ce378d8984
Merge pull request #464 from fowlmouth/patch-8
...
made macros.dumptree and dumplisp immediate, deprecated the *_imm versions
2013-06-06 14:16:16 -07:00
Araq
9604df8431
fixes #466
2013-06-06 23:15:05 +02:00
Billingsly Wetherfordshire
463267ce12
cleaned up lualib.nim
2013-06-06 03:51:38 -06:00
Billingsly Wetherfordshire
05f0444c02
cleaned up lua.nim
2013-06-06 03:51:10 -06:00
Billingsly Wetherfordshire
516e0cb71a
use proper types in lua
...
* ints changed to cint
* the source has been cleaned up with {.push/pop.}
* lua 5.2 has been removed (it is incompatible)
2013-06-06 03:49:31 -06:00
Billingsly Wetherfordshire
4255eb511e
made macros.dumptree and dumplisp immediate, deprecated the *_imm versions
2013-06-04 22:28:20 -06:00
Araq
f7c0cc976d
fixes #456
2013-06-04 08:02:53 +02:00
Araq
b767f34b6b
manyloc test should be green again
2013-06-04 00:58:43 +02:00
Araq
2ec3e6b49e
more accurate effects for times.nim; bugfix for the JS codegen
2013-05-31 12:20:55 +02:00
Araq
ddedefd4c4
Merge branch 'master' of github.com:Araq/Nimrod
2013-05-31 02:28:33 +02:00