Commit Graph

35 Commits

Author SHA1 Message Date
6a6d2c7f75 Remove another source of nondeterminism in Lua... luai_makeseed. 2022-02-18 03:50:40 -05:00
556b03301d eris: remove unnecessary assignments 2021-12-17 17:09:48 -05:00
913db8773d eris: remove luaB_nkeys and luaB_nthkey 2021-12-17 16:32:05 -05:00
a36754c3a4 eris: fix a bug in error handling 2021-12-14 12:03:35 -05:00
1116dafc16 eris: fix objbarrier issue 2021-12-10 14:47:03 -05:00
d5cb25276b eris: disable unit test of __persist metamethod 2021-12-09 14:22:07 -05:00
ad78b38991 eris: 'checksequence' is no longer needed in ltable.c 2021-12-09 14:02:00 -05:00
a599e07cc6 eris: fix subtle GC-related bug in table sequence patch 2021-12-09 13:54:44 -05:00
9ebba34061 eris: Fix a bug in eris GC handling 2021-12-08 17:37:04 -05:00
ddda9df518 eris: clean up compiler warnings 2021-12-08 13:36:46 -05:00
b55040665c Work on linux version 2021-12-08 13:28:09 -05:00
608274a295 First steps of linux port complete, no driver yet 2021-12-07 13:42:12 -05:00
6a95f6deb5 eris: get rid of hooks for luai_writestring. 2021-10-21 13:49:28 -04:00
67b309a0b7 eris: change sort order for lua_genlt 2021-09-07 18:22:37 -04:00
924a5ec987 eris: require external definition of luai_writestring 2021-09-07 14:56:42 -04:00
99d8ca718b eris: fix lua_modflagbits 2021-08-10 10:40:53 -04:00
63c7357e92 eris: upgrade flagbits to 16 bits 2021-08-09 13:20:32 -04:00
bcd5f044d2 eris: add general purpose 'flag bits' to lua tables' 2021-07-25 20:34:38 -04:00
311575eb30 eris: weak tables fixed (garbage collector updates sequence data) 2021-07-09 15:03:06 -04:00
496190d5cf eris: genlt now can compare any two objects, but it returns 'equal' for nonsortable types 2021-07-09 14:13:06 -04:00
70b33905da eris: table nodes now have room to store sequence number 2021-07-09 14:13:06 -04:00
3bf8b1fadb eris: refactoring table API so that table methods can see value being inserted 2021-07-07 12:43:03 -04:00
a12133243c eris: disable the __persist metamethod for tables 2021-07-07 12:43:03 -04:00
596d829ea6 eris: deterministic table length operator 2021-07-07 12:43:03 -04:00
9eaeebb2da eris: add lua_genlt comparison function to lua API 2021-07-07 12:30:09 -04:00
05052f846e eris: remove file+line from most error messages 2021-03-18 12:36:55 -04:00
fa23ad87c7 eris: change the default number format to %.16g 2021-03-18 12:07:16 -04:00
80b3e84c52 eris: initialization and serialization for 'nextid' field 2021-03-08 13:26:23 -05:00
efebe39e08 eris: copy another header file 'eris.h' 2021-03-01 17:31:20 -05:00
6f74c52d3b eris: fix the build file to use the right target 2021-02-28 15:35:31 -05:00
4d3caf6376 eris: add lualib.h to files copied over 2021-02-28 14:46:58 -05:00
23ae577fbb eris: add 'getnextid' and 'setnextid' 2021-02-28 14:35:10 -05:00
37c3bf8cc1 eris: add lauxlib.h to files copied 2021-02-28 14:03:04 -05:00
21d6203d27 eris: add 'build.bat' and update makefile' 2021-02-28 13:33:45 -05:00
51d41d11bb Install eris-master into tree 2021-02-28 13:24:47 -05:00