<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fengari/tests, branch v0.0.1-rc.1</title>
<subtitle>Mirrored from https://github.com/fengari-lua/fengari
</subtitle>
<id>http://git.laria.me/fengari/atom?h=v0.0.1-rc.1</id>
<link rel='self' href='http://git.laria.me/fengari/atom?h=v0.0.1-rc.1'/>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/'/>
<updated>2018-02-04T23:58:05Z</updated>
<entry>
<title>{src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()</title>
<updated>2018-02-04T23:58:05Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-02-04T23:58:05Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=b42f1c3e18bab816203cc34a9af4d1c11e55199b'/>
<id>urn:sha1:b42f1c3e18bab816203cc34a9af4d1c11e55199b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/test-suite/math.js: Add missing math.randomseed call to tests</title>
<updated>2018-02-04T23:15:21Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-02-04T23:13:31Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=a826a44ad60ae8b2c9395a58a9ccf48201793890'/>
<id>urn:sha1:a826a44ad60ae8b2c9395a58a9ccf48201793890</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/lapi.js: Don't export index2addr</title>
<updated>2018-01-17T20:07:41Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-01-17T17:34:37Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=15f6a164001c629ec0e8a4d2031ece8b94298780'/>
<id>urn:sha1:15f6a164001c629ec0e8a4d2031ece8b94298780</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move fengari specific things to src/fengaricore.js</title>
<updated>2018-01-11T12:35:56Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-01-11T12:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=a39f24f204a15cb4587e75b38424952fe444d9d2'/>
<id>urn:sha1:a39f24f204a15cb4587e75b38424952fe444d9d2</id>
<content type='text'>
String manipulation functions now get exposed on 'fengari' object itself at top level
</content>
</entry>
<entry>
<title>Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere</title>
<updated>2018-01-06T16:34:56Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-01-06T15:52:40Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=e46d3e7d8d7226d49aad05f5a9c639c77d53bb04'/>
<id>urn:sha1:e46d3e7d8d7226d49aad05f5a9c639c77d53bb04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/test-suite/utf8.js: Throw syntax errors if they occur + fix whitespace</title>
<updated>2018-01-06T12:05:30Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-01-06T12:05:30Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=85d59de1f56a8a1a7daa4ed6d1c68136924ff73f'/>
<id>urn:sha1:85d59de1f56a8a1a7daa4ed6d1c68136924ff73f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/test-suite/api.js: Split a skipped test</title>
<updated>2018-01-06T11:19:07Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-01-06T11:19:07Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=970dbe61ce2e0c46455a89c8fbc75e6eb783d7c9'/>
<id>urn:sha1:970dbe61ce2e0c46455a89c8fbc75e6eb783d7c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose lua.luastring_of to construct a lua 'string' from raw byte values</title>
<updated>2018-01-06T08:32:43Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-01-06T08:32:31Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=a0fa83dc9c170542630dbc83d1732d3e7a6313e9'/>
<id>urn:sha1:a0fa83dc9c170542630dbc83d1732d3e7a6313e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/lobject.js: Refactor luaO_chunkid to use Uint8Array.set</title>
<updated>2017-12-15T03:53:03Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-12-15T03:50:14Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=b162ffe744bc407ad4035674f5c05848a460b58f'/>
<id>urn:sha1:b162ffe744bc407ad4035674f5c05848a460b58f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/lzio.js: Don't permit DataView returned from a lua_load reader any more</title>
<updated>2017-12-15T03:52:58Z</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-12-13T06:17:43Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/fengari/commit/?id=af95e27d1b2d5f0f39534523778003dfd1fcf417'/>
<id>urn:sha1:af95e27d1b2d5f0f39534523778003dfd1fcf417</id>
<content type='text'>
</content>
</entry>
</feed>
