1- v0.2 Thu Sep 11 10:28:32 CDT 2014 rurban
1+ v0.2 Thu Sep 11 10:28:32 CDT 2014 rurban v0.2-0-ga280506-1153
22
33 * print and say methods return "" instead of nil.
44 * Added methods for table: clone, slice, keys, values.
@@ -11,11 +11,12 @@ v0.2 Thu Sep 11 10:28:32 CDT 2014 rurban
1111 omit access to local filesystem, processes, loading shared libraries
1212 -L, and external compilers. bin/potion-s includes all modules statically.
1313 See INSTALL.md
14- * Added rudimentary src debugger with -d
15- * parse extern functions, but args are not yet translated
14+ * Added rudimentary src debugger with -d (unfinished, c-version only)
15+ * parse extern functions, but args are not yet translated (unfinished)
16+ * Added typed function calls with compile-time binding (experimental)
1617 * Fixed GC stability issues
1718
18- v0.1 Wed Oct 16 13:08:38 2013 rurban
19+ v0.1 Wed Oct 16 13:08:38 2013 rurban v0.1-0-gead95d2-1061
1920
2021 * Asynchronous non-blocking IO in the aio module via libuv. So like
2122 node, but potion is a bit faster then node.
@@ -36,7 +37,7 @@ v0.1 Wed Oct 16 13:08:38 2013 rurban
3637 * Various minor fixes and new methods (sort, cmp, remove, delete,
3738 nreverse, say, ...)
3839
39- vFogus Thu Oct 25 14:01:58 2012 fogus
40+ vFogus Thu Oct 25 14:01:58 2012 fogus vFogus-0-gab7c223-1046
4041
4142 * Fixed Object() constructor (adrian.bloomer)
4243 * Added class method (adrian.bloomer)
0 commit comments