Dominik Picheta
325c167e2a
Fixes OSError deprecation warning.
2013-07-21 11:08:28 +01:00
Araq
84534ce4b8
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-20 20:18:21 +02:00
Grzegorz Adam Hankiewicz
55bcd0ba1e
Adds findAll() convenience procs to xmltree.
2013-07-20 00:06:23 +02:00
Grzegorz Adam Hankiewicz
e7be3d873f
Notes kind() getter is used to read TXmlNode.k field.
2013-07-19 23:25:22 +02:00
Grzegorz Adam Hankiewicz
c0b78276e8
Adds convenience expandTilde proc around getHomeDir.
2013-07-19 23:20:06 +02:00
Grzegorz Adam Hankiewicz
68cfb25c11
Adds convenience copyFileWithPermissions to os module.
2013-07-19 22:52:11 +02:00
Araq
bfbdb1f028
refactorings for the eval engine; bugfix: clean templates as accessors
2013-07-19 22:22:20 +02:00
Grzegorz Adam Hankiewicz
2ee228d5d1
Documents copyFile not copying attributes on posix.
2013-07-16 02:56:50 +02:00
Grzegorz Adam Hankiewicz
67cea2b9b5
Explains parseHex initialization quirk.
2013-07-16 01:11:20 +02:00
Grzegorz Adam Hankiewicz
b5811cc73c
Adds some examples to JoinPath and / procs.
2013-07-16 00:47:49 +02:00
Araq
dbb87bc557
Merge pull request #504 from ventor3000/master
...
modules poly and numeric added
2013-07-07 16:06:58 -07:00
Robert Persson
5a18100816
Fixed some minor stuff in module poly
...
Removed the stupid initPolyFromDegree which only served ro re-allocate
results. Also fixed some minor stuff with nil return values in roots.
2013-07-07 01:50:10 +02:00
Robert Persson
0d2f8d5079
Optimized integrate function in module poly
...
Rewrote the integrate function since the old one was quite hacky. The
new one is about 7 times faster in release and 3 times faster in debug
2013-07-07 01:26:00 +02:00
Grzegorz Adam Hankiewicz
65b899030d
Extends align proc with default padding parameter.
2013-07-05 21:37:30 +02:00
Grzegorz Adam Hankiewicz
dd60372226
Silences debug echo.
2013-07-04 16:18:36 +02:00
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
52851b722d
--os:standalone works again
2013-06-30 21:15:28 +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
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
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