Commit Graph

781 Commits

Author SHA1 Message Date
Dominik Picheta
9686d92bfc Fixed OSError deprecation warnings. 2013-06-26 00:00:07 +01: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
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
Araq
8f97f3180a made tests green 2013-06-10 00:17:10 +02:00
Araq
23ef565a3c implemented large parts of the 'not nil' checking 2013-06-09 23:29:43 +02: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
Billingsly Wetherfordshire
65d3e51650 rename json.existsKey to hasKey, deprecates existsKey 2013-05-27 03:32:51 -07:00
Dominik Picheta
3001ed54f9 Fixed overflow in sockets.parseIP4. 2013-05-24 19:43:37 +01:00
Araq
911a29d51e browsers.nim compiles again on Windows 2013-05-20 17:21:24 +02:00
Araq
1100521b6e no wrapBinary for 'useWinAnsi' target 2013-05-20 09:29:01 +02:00
Araq
5c91f6ff2c memfiles compiles again on windows 2013-05-20 03:09:28 +02:00
Araq
baf89e3d66 GC'ed wide strings for windows 2013-05-20 02:17:24 +02:00
Araq
5edf02a7ab Merge branch 'master' of github.com:Araq/Nimrod 2013-05-19 23:17:28 +02:00
Araq
1c9b4e5d33 made some tests green; implemented 'from module import nil' 2013-05-19 23:17:16 +02:00
Dominik Picheta
0b2512e1e4 Improved the performance of the SCGI module when dealing with multiple
concurrent requests.
2013-05-19 18:33:47 +01:00
Araq
ce5a1365c2 preparations for the new symbol binding rules for clean templates 2013-05-18 10:05:06 +02:00
Araq
635ad3b336 Merge branch 'master' of github.com:Araq/Nimrod 2013-05-14 00:59:07 +02:00
Araq
9b9a180947 'inject' for 'for' loop variables 2013-05-14 00:41:07 +02:00
Dominik Picheta
37b5be0133 Fixes #428 2013-05-11 20:30:46 +01:00
Grzegorz Adam Hankiewicz
0b5ca95222 Adds note about grouping to split iterators. 2013-05-11 00:04:08 +02:00
Araq
2b600bbaa6 Merge pull request #418 from fowlmouth/patch-5
add hashing for seqs
2013-05-08 16:12:33 -07:00
Araq
44c4b945eb pegs/re =~ warns about scope rule change; improved docs 2013-05-08 15:49:04 +02:00
Billingsly Wetherfordshire
cc887bf66e Change varargs[T] to openarray[T] 2013-05-04 19:26:02 -05:00
Araq
23bd3ccd8b Merge branch 'master' into newparser 2013-05-04 19:10:12 +02:00
Billingsly Wetherfordshire
e662c973ef Change hash[T](seq[A]) to take varargs[A] 2013-05-04 04:39:21 -05:00
Billingsly Wetherfordshire
6aabf9b7dd add hashing for seqs 2013-05-04 03:15:22 -05:00
Araq
3aa36a8568 bugfixes 2013-05-04 02:22:38 +02:00
Zahary Karadjov
a8e12afc76 test-runner for caas multi-step tests 2013-05-04 01:04:28 +03:00
Araq
cc591cf3c1 pegs compiles again 2013-05-02 01:54:42 +02:00
Araq
56045ad7ff bugfixes mostly JS related 2013-05-01 14:48:40 +02:00
Araq
171155a12d fixes #393; now works with backticks 2013-04-23 17:32:02 +02:00
Grzegorz Adam Hankiewicz
8d1f7869ae Adds to docstrings link between removeFile and removeDir. 2013-04-18 01:07:21 +02:00
Dominik Picheta
badf792f22 Fixed some problems with the times module, added interval tests. 2013-04-14 02:41:12 +01:00
Araq
cc4250d746 times.nim compiles on windows again 2013-04-14 02:51:22 +02:00
Dominik Picheta
e3d097c4e9 Fixed recvLine deprecation warnings. 2013-04-14 01:00:38 +01:00
Simon Hafner
4deaae9830 added toSeconds and fromSeconds to times. fixes #334 2013-04-13 13:57:06 -05:00
Dominik Picheta
d26e488316 A file stream now makes sure to only close its file descriptor once. 2013-04-07 13:40:01 +01:00
Dominik Picheta
b21dda385c Fixed some recvLine deprecation warnings in httpserver module. 2013-03-27 23:57:39 +00:00
Dominik Picheta
5267984985 Deprecated recvLine and added an improved version named readLine to the
sockets module.
2013-03-23 20:13:11 +00:00
Dominik Picheta
b76ee0d9e1 Fixed bug with xmltree.attrs when attributes have not been initialised
yet.
2013-03-23 20:09:24 +00:00
Araq
af7e862a06 Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_proc
Mentions nextPowerOfTwo proc for table initialization.
2013-03-17 08:15:15 -07:00
Grzegorz Adam Hankiewicz
1bd12e208b Mentions nextPowerOfTwo proc for table initialization. 2013-03-17 12:19:40 +01:00
Grzegorz Adam Hankiewicz
e4c3515baf Fixes the dirtyness of the filterIt template. Refs #351. 2013-03-17 12:14:27 +01:00
Araq
29d0a774e9 Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtils
Adds fold templates to sequtils
2013-03-16 17:15:20 -07:00
Grzegorz Adam Hankiewicz
72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00