Araq
e599fdd60d
bugfix: marshal supports unsigned numbers
2013-06-27 08:39:41 +02:00
Araq
8d4f5038d0
fixes #488
2013-06-27 08:19:03 +02:00
Araq
ed56b8c173
fixes #442
2013-06-27 08:06:55 +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
Grzegorz Adam Hankiewicz
a1da2b713b
Adds idetools hierarchy nesting test.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
1f8c5c37d3
Adds idetools test to verify --usages, reuses testcase.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
25f45cace1
Adds idetools test to check declaration proc signatures.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
b15f585273
Adds idetoos testcase to verify returned signatures.
...
At the moment too many of them return proc.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
d2def332fd
Adds $SILENT replacement to reduce test output verbosity.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
d18d6ba019
Starts idetools specific documentation.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
1dfea2a362
Lists available idetools caas switches.
2013-06-15 15:43:36 +02:00
Araq
ff1d68c50b
fixes #481
2013-06-13 15:19:55 +02:00
Araq
2464da5b26
Merge branch 'master' of github.com:Araq/Nimrod
2013-06-13 01:40:35 +02:00
Araq
d4c91bbd85
improvements for 'not nil' checking
2013-06-13 01:40:11 +02:00
zah
b1f4ade874
Merge pull request #478 from gradha/pr_idetools
...
More idetools additions
2013-06-12 02:25:25 -07:00
Araq
0097305953
bugfixes for the guarded data flow analysis
2013-06-12 00:41:02 +02:00
Grzegorz Adam Hankiewicz
b4ea608b65
Removes the nimcache symbol directory for each run.
2013-06-11 22:34:37 +02:00
Grzegorz Adam Hankiewicz
28041461b7
Adds symbol proc run mode as suggested by Zahary.
...
To avoid collision each test case uses a different nimcache directory
based on the input test filename.
2013-06-11 17:23:48 +02:00
Grzegorz Adam Hankiewicz
10c441deed
Enables trackDirty query for idetools proc mode.
2013-06-11 16:49:43 +02:00
Grzegorz Adam Hankiewicz
41c51a11d3
Adds $TESTNIM and $MODULE as variables to test cases.
2013-06-11 16:49:04 +02:00
Araq
38faa64b12
Merge branch 'master' of github.com:Araq/Nimrod
2013-06-11 00:32:27 +02:00
Araq
c156f2d493
next steps for guarded data flow analysis
2013-06-11 00:31:40 +02:00
Grzegorz Adam Hankiewicz
fe18117fb2
Adds idetools testcase for dynamic dispatch. Refs #477 .
2013-06-10 23:07:36 +02:00
Grzegorz Adam Hankiewicz
b0ba4caf64
Renames test cases to be more human friendly.
2013-06-10 23:06:49 +02:00
Grzegorz Adam Hankiewicz
c7a4412f8a
Adds skMethod example to idetools api test.
2013-06-10 22:42:16 +02:00
Araq
281424dded
Merge pull request #476 from gradha/pr_fix_idetools_taintmode
...
Fixes recent idetools breakage
2013-06-10 13:10:19 -07:00
Grzegorz Adam Hankiewicz
b7a4a9a6ce
Fixes usage of public API caasTestsRunner in tester.
2013-06-10 22:06:38 +02:00
Grzegorz Adam Hankiewicz
d8f349f201
Fixes caasdriver for --taintMode:on compilation.
2013-06-10 22:01:00 +02:00
zah
6cafb2619a
Merge pull request #470 from gradha/pr_idetools_tests
...
Adds idetools tests
2013-06-10 04:14:49 -07: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