|
|
3c2f93759b
|
eris: remove makeseed to increase determinism.
|
2022-03-11 18:38:30 -05:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
23ae577fbb
|
eris: add 'getnextid' and 'setnextid'
|
2021-02-28 14:35:10 -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 |
|