Commit Graph

995 Commits

Author SHA1 Message Date
Dominik Picheta
1beaca29bb Fixed issue with rst parser failing to parse a specific character. 2013-03-27 23:46:58 +00:00
Araq
74404de12d added immediate versions of macros.dumpLisp and dumpTree 2013-03-25 02:20:12 +01: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
c9ed846a43 added system.locals 2013-03-21 21:28:46 +01: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
Grzegorz Adam Hankiewicz
72728679a8 Adds foldl and foldr templates to sequtils. 2013-03-16 22:58:20 +01:00
Grzegorz Adam Hankiewicz
e28674c10b Indents documentation tests with blocks for hygiene. 2013-03-16 22:09:31 +01:00
Grzegorz Adam Hankiewicz
d74d667e48 Adds example to instantiationInfo docstring. 2013-03-16 18:53:39 +01:00
Araq
109d1ce85d Merge pull request #354 from gradha/pr_adds_stringyfication_of_runes
Implements `$` proc for a sequence of TRunes.
2013-03-16 09:48:32 -07:00
Araq
218166d770 Merge pull request #356 from gradha/pr_adds_left_alignment_example_to_strutils
Adds left alignment example to strutils.
2013-03-16 09:47:23 -07:00
Araq
b75a335705 Merge pull request #357 from gradha/pr_adds_newseq_documentation_example
Adds newSeq documentation example.
2013-03-16 09:46:28 -07:00
Araq
5b7df8ed60 Merge pull request #359 from Tass/master
JS unwinding
2013-03-16 09:45:39 -07:00
Araq
c445bd140a fixes #358 2013-03-16 17:38:10 +01:00
Araq
b63f322a46 debugger improvements 2013-03-16 17:07:47 +01:00
Simon Hafner
1d9f680b78 hack to include hti correctly 2013-03-16 07:21:06 -05:00
Grzegorz Adam Hankiewicz
9cd4482aa1 Adds newSeq documentation example. 2013-03-13 00:00:44 +01:00
Grzegorz Adam Hankiewicz
9c0798d638 Adds left alignment example to strutils. 2013-03-12 00:21:42 +01:00
Grzegorz Adam Hankiewicz
75be9c8d55 Implements $ proc for a sequence of TRunes. 2013-03-11 23:49:03 +01:00
Araq
5ac5bedc66 use a bloom filter to speed up the debugger 2013-03-09 21:23:39 +01:00
Araq
a64d4dc35c documented object constrs; endb works again 2013-03-09 20:43:56 +01:00
Araq
225d657019 first steps to implement object construction expressions 2013-03-07 01:52:17 +01:00
Araq
cbf82cad7d made some tests green 2013-03-04 18:50:08 +01:00
Araq
dc07732daa Merge branch 'master' of github.com:Araq/Nimrod 2013-02-28 21:28:35 +01:00
Araq
d13bcf6575 better overloading resolution for generics 2013-02-28 21:28:19 +01:00
Dominik Picheta
c5d2e421ce Moved packages to lib directory. 2013-02-25 18:51:20 +00:00
Araq
c87e1c96ad some bugfixes; no system.$ for object as it breaks code 2013-02-24 12:34:50 +01:00
Dominik Picheta
f2041afad5 Fixed timeouts for sockets, implemented timeouts in httpclient and fixed
a bug with redirection in httpclient.
2013-02-23 23:12:11 +00:00
Araq
180ab350dc applies #322 without FReadDir effect 2013-02-22 01:18:20 +01:00
Araq
d1d20e5760 Merge branch 'master' of github.com:Araq/Nimrod 2013-02-22 00:48:24 +01:00
Araq
3c8a80eeb2 added gradha's improvements for the times module (issue #231) 2013-02-22 00:48:09 +01:00
Simon Hafner
7168ceb5e1 removed $ for refs upon request 2013-02-21 16:37:22 -06:00
Simon Hafner
e366eeaafc added $ for refs and removed == for ref test
== in refs should use the pointer to compare
2013-02-21 16:31:35 -06:00
Simon Hafner
bf82f79f1e added tests, actually implemented $ and == 2013-02-21 15:11:48 -06:00
Araq
1342798cc7 small cleanups 2013-02-19 23:32:32 +01:00
Araq
4fc575bc26 mark and sweep GC without bitvectors works 2013-02-19 23:07:08 +01:00
Araq
a4d47664d6 mark and sweep without bitvectors 2013-02-19 17:31:54 +01:00
Araq
d15981adbc system.fields|fieldPairs for objects 2013-02-18 17:23:26 +01:00
Araq
8e9b39084c Merge branch 'master' of github.com:Araq/Nimrod 2013-02-16 22:54:03 +01:00
Araq
5d119f61d1 preparations for a generational GC 2013-02-16 22:53:35 +01:00
Simon Hafner
71ade195d1 WA for #329, caused by #335 2013-02-15 20:40:07 -06:00
Simon Hafner
260ddd735a on the path to get unittest running from JS 2013-02-15 20:32:32 -06:00
Simon Hafner
a50393af78 elif on JS instead of generic else 2013-02-15 20:28:13 -06:00
Simon Hafner
962b311727 UTC weekday in JS 2013-02-15 20:27:54 -06:00
Simon Hafner
1785c6877b EcmaScript => JS. Fixes #330
No one calls it EcmaScript anymore.
2013-02-15 11:08:30 -06:00
Araq
1c0c80ef2d micro optimizations for the evaluation engine 2013-02-14 08:41:48 +01:00