Grzegorz Adam Hankiewicz
|
c6c8366925
|
Mentions static alternatives to quit().
|
2013-12-12 00:57:31 +01:00 |
|
Andreas Rumpf
|
5bf395040f
|
Merge pull request #684 from gradha/pr_clarifies_docs
Clarifies wording of newSeq proc docstrings.
|
2013-11-30 16:25:44 -08:00 |
|
Araq
|
f10a23e669
|
removed 'system.eval'
|
2013-11-27 09:44:53 +01:00 |
|
Araq
|
4855055bca
|
Merge branch 'master' of https://github.com/Araq/Nimrod
|
2013-11-25 13:06:11 +01:00 |
|
Grzegorz Adam Hankiewicz
|
936c71df70
|
Clarifies wording of newSeq proc docstrings.
|
2013-11-22 22:54:24 +01:00 |
|
Dominik Picheta
|
d94a870de4
|
Fixed definition of seqShallowFlag.
|
2013-10-19 21:13:17 +01:00 |
|
Dominik Picheta
|
199c4d21bd
|
Fixed regression on ARM caused by the changed behaviour of noStackFrame in commit ac474a2812.
|
2013-10-19 21:01:32 +01:00 |
|
Araq
|
52d1a637b9
|
fixed definition of culong on win64
|
2013-10-15 07:53:10 +02:00 |
|
Araq
|
67e9f2861e
|
some fixes for win64
|
2013-10-10 00:39:10 +02:00 |
|
Araq
|
1a792d46d0
|
first version of the debug GC; doesn't work yet
|
2013-10-01 08:44:09 +02:00 |
|
Araq
|
62ed6b0aaf
|
Merge pull request #580 from gradha/pr_adds_equality_for_arrays
Adds equality comparison for arrays.
|
2013-09-01 01:39:31 -07:00 |
|
Araq
|
8710118b2c
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2013-08-30 12:44:27 +02:00 |
|
Araq
|
7056ceda67
|
float64 is now an alias to 'float'; fixes #545
|
2013-08-30 12:24:54 +02:00 |
|
Zahary Karadjov
|
56d75bd23b
|
implemented and documented the new typedesc binding rules
|
2013-08-23 15:43:27 +03:00 |
|
Grzegorz Adam Hankiewicz
|
b7b19348a7
|
Adds equality comparison for arrays.
|
2013-08-22 23:09:31 +02:00 |
|
Araq
|
30bb68d48a
|
new VM: next steps
|
2013-08-03 21:14:57 +02:00 |
|
Araq
|
fca23d1675
|
bugfix: system.& for sequences
|
2013-07-27 01:28:13 +02:00 |
|
Grzegorz Adam Hankiewicz
|
6bab7a5bda
|
Documents passC/passL pragmas. Refs #506.
|
2013-07-05 16:33:52 +02:00 |
|
Araq
|
30f8568570
|
fixes --os:standalone
|
2013-06-30 22:10:04 +02:00 |
|
Araq
|
52851b722d
|
--os:standalone works again
|
2013-06-30 21:15:28 +02:00 |
|
Simon Hafner
|
959adc6218
|
added "standalone" to possible OS options
|
2013-05-20 19:16:43 -05:00 |
|
Araq
|
ce5a1365c2
|
preparations for the new symbol binding rules for clean templates
|
2013-05-18 10:05:06 +02:00 |
|
Grzegorz Adam Hankiewicz
|
c2bc187382
|
Adds note to quit() about being called for termination.
|
2013-05-10 23:37:34 +02:00 |
|
Zahary Karadjov
|
a8e12afc76
|
test-runner for caas multi-step tests
|
2013-05-04 01:04:28 +03:00 |
|
Araq
|
a3073cf078
|
bugfix: varargs min/max procs; fixes #373
|
2013-04-08 20:56:24 +02:00 |
|
Araq
|
beb13ecf62
|
rod file viewer for easier debugging of rod files
|
2013-04-04 13:05:38 +02:00 |
|
Araq
|
c9ed846a43
|
added system.locals
|
2013-03-21 21:28:46 +01:00 |
|
Grzegorz Adam Hankiewicz
|
72a3e21f28
|
Removes executable bit for text files.
|
2013-03-16 23:53:07 +01:00 |
|
Grzegorz Adam Hankiewicz
|
d74d667e48
|
Adds example to instantiationInfo docstring.
|
2013-03-16 18:53:39 +01: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
|
b63f322a46
|
debugger improvements
|
2013-03-16 17:07:47 +01:00 |
|
Grzegorz Adam Hankiewicz
|
9cd4482aa1
|
Adds newSeq documentation example.
|
2013-03-13 00:00:44 +01:00 |
|
Araq
|
d13bcf6575
|
better overloading resolution for generics
|
2013-02-28 21:28:19 +01:00 |
|
Araq
|
c87e1c96ad
|
some bugfixes; no system.$ for object as it breaks code
|
2013-02-24 12:34:50 +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
|
d15981adbc
|
system.fields|fieldPairs for objects
|
2013-02-18 17:23:26 +01:00 |
|
Simon Hafner
|
1785c6877b
|
EcmaScript => JS. Fixes #330
No one calls it EcmaScript anymore.
|
2013-02-15 11:08:30 -06:00 |
|
Zahary Karadjov
|
81a3585872
|
merged upstream master
|
2013-01-27 23:41:45 +02:00 |
|
Araq
|
0a5344b595
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2013-01-27 00:42:51 +01:00 |
|
Araq
|
541ba485c2
|
incompleteStruct pragma for C's FILE
|
2013-01-27 00:42:14 +01:00 |
|
Araq
|
b0b4150df1
|
Merge pull request #316 from gradha/pr_renames_each_to_map
Renames each proc to map, each is left deprecated.
|
2013-01-23 13:30:26 -08:00 |
|
Grzegorz Adam Hankiewicz
|
351e66b767
|
Moves addr out of tutorial into manual, indexing it too.
|
2013-01-23 13:04:34 +01:00 |
|
Grzegorz Adam Hankiewicz
|
91700f29e7
|
Renames each proc to map, each is left deprecated.
|
2013-01-22 21:41:26 +01:00 |
|
Grzegorz Adam Hankiewicz
|
0b078e81d0
|
Adds each's map alias to index.
|
2013-01-09 20:32:58 +01:00 |
|
Araq
|
43b6daf2d6
|
FFI at compiletime improvements
|
2013-01-08 01:19:02 +01:00 |
|
Araq
|
88a441ea8e
|
next steps for FFI at compile time
|
2013-01-02 01:17:53 +01:00 |
|
Araq
|
81b718641c
|
small improvements for FFI
|
2012-12-26 22:48:34 +01:00 |
|