Commit Graph

  • fbaf040f5e Details in the manual Roberto Ierusalimschy 2020-09-25 10:49:29 -0300
  • b674fcd0fe
    Create Dockerfile #24 Kevin da Silva 2020-09-20 19:12:47 -0300
  • e51564d1be Details in comments and documentation Roberto Ierusalimschy 2020-09-16 14:57:51 -0300
  • 98ec799591 Detail Roberto Ierusalimschy 2020-09-15 14:29:52 -0300
  • b6888a158b New release number (5.4.1) Roberto Ierusalimschy 2020-09-15 14:27:10 -0300
  • 613513d09f Better documentation for the GC of strings in the C API Roberto Ierusalimschy 2020-09-09 17:28:25 -0300
  • 8496112a18 Better documentation for 'lctype.h' Roberto Ierusalimschy 2020-09-03 09:52:43 -0300
  • 75ea9ccbea Fixed bug of long strings in binary chunks v5.3.6 #26 v5.3 Roberto Ierusalimschy 2020-08-18 14:48:43 -0300
  • 6bc0f13505 Fixed bug of long strings in binary chunks Roberto Ierusalimschy 2020-08-18 14:42:11 -0300
  • 8a89da07ba Better control of gray objects Roberto Ierusalimschy 2020-08-17 15:38:51 -0300
  • f849885a4b Small changes in macros that change GC colors Roberto Ierusalimschy 2020-08-13 15:23:21 -0300
  • f7ce7e5faa TOUCHED2 objects are not always black Roberto Ierusalimschy 2020-08-13 14:31:27 -0300
  • 5027298b46 Added directory 'testes/libs/P1' to the repository Roberto Ierusalimschy 2020-08-12 16:58:51 -0300
  • 6d763a2500 'realloc' can fail when shrinking a block Roberto Ierusalimschy 2020-08-12 11:13:47 -0300
  • 65141832d2 Open upvalues should be gray when entering gen. mode Roberto Ierusalimschy 2020-08-07 14:53:38 -0300
  • f13dc59416 Better tests for gray lists Roberto Ierusalimschy 2020-08-07 14:45:20 -0300
  • 7c3cb71fa4 Free bit 7 of GC 'marked' field Roberto Ierusalimschy 2020-08-07 11:21:44 -0300
  • b5bc898467 Fixed bug: Negation overflow in getlocal/setlocal Roberto Ierusalimschy 2020-08-03 16:25:28 -0300
  • 68109afcdb Detail (in asserts) Roberto Ierusalimschy 2020-08-03 16:05:10 -0300
  • 9cf3299faf Threads don't need to always go to 'grayagain' Roberto Ierusalimschy 2020-08-03 14:28:13 -0300
  • b9b554e0f6 Clearer handling of gray lists when entering generational mode Roberto Ierusalimschy 2020-08-03 13:22:57 -0300
  • 0dc5deca1c Optimization in 'markold' Roberto Ierusalimschy 2020-07-29 17:05:47 -0300
  • b4c353434f Details Roberto Ierusalimschy 2020-07-29 11:34:08 -0300
  • 71f70df327 OLD1 ages advanced by 'markold' Roberto Ierusalimschy 2020-07-29 09:58:25 -0300
  • 663f83f647 Same changes around 'correctgraylist' Roberto Ierusalimschy 2020-07-28 15:51:07 -0300
  • ae5b5ba529 Fixed bug: line hooks in stripped functions Roberto Ierusalimschy 2020-07-27 13:23:05 -0300
  • a585eae6e7 Fixed bug: Negation overflow in getlocal/setlocal Roberto Ierusalimschy 2020-07-27 12:01:38 -0300
  • d2c2e32e8a All objects are kept 'new' in incremental GC Roberto Ierusalimschy 2020-07-27 11:39:42 -0300
  • 8c7c9ea065 Function 'printobj' in 'ltests.c' made public Roberto Ierusalimschy 2020-07-27 11:24:03 -0300
  • a6da1472c0 Fixed bug: barriers cannot be active during sweep Roberto Ierusalimschy 2020-07-27 10:26:20 -0300
  • 092f66fb05 Fixed bug: invalid mode can crash 'io.popen' Roberto Ierusalimschy 2020-07-20 15:55:18 -0300
  • 34affe7a63 Fixed bug: 'luaD_callnoyield' called twice in a row Roberto Ierusalimschy 2020-07-17 14:54:26 -0300
  • a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function Roberto Ierusalimschy 2020-07-17 11:01:05 -0300
  • 1ecfbfa1a1 Fixed bug: invalid mode can crash 'io.popen' Roberto Ierusalimschy 2020-07-15 16:01:03 -0300
  • e7411fab80 Updated release number and copyright year Roberto Ierusalimschy 2020-07-14 09:37:36 -0300
  • 4d6efa1f2d Added .gitignore Roberto Ierusalimschy 2020-07-13 15:14:54 -0300
  • e1d8770f12 Fixed bug: wrong stack limit when entering a coroutine Roberto Ierusalimschy 2020-07-13 13:39:02 -0300
  • 0f1cd0eba9 Added test for fix 127e7a6c89 Roberto Ierusalimschy 2020-07-13 13:37:01 -0300
  • 127e7a6c89 Fixed bug of old finalized objects in the GC Roberto Ierusalimschy 2020-07-10 14:13:50 -0300
  • 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on Roberto Ierusalimschy 2020-07-08 15:51:55 -0300
  • 56ec432281 Change in macro HARDMEMTESTS for testing GC Roberto Ierusalimschy 2020-07-08 15:36:48 -0300
  • 31b8c2d438 Fixed bug of access violation in finalizers Roberto Ierusalimschy 2020-07-08 12:02:56 -0300
  • eb41999461 Fixed bugs of stack reallocation x GC Roberto Ierusalimschy 2020-07-07 18:03:48 -0300
  • 314c6057b7 Avoid any code before locks in the API Roberto Ierusalimschy 2020-07-06 14:06:47 -0300
  • d39ea8b3ce Make sure that main thread is non yieldable Roberto Ierusalimschy 2020-07-06 13:54:01 -0300
  • 6298903e35 Keep minimum size when shrinking a stack Roberto Ierusalimschy 2020-07-06 12:11:54 -0300
  • b57574d6fb Keep memory errors as memory errors Roberto Ierusalimschy 2020-07-06 12:09:44 -0300
  • bfcf06d91a Avoid memory allocation in some functions from 'ltests.c' Roberto Ierusalimschy 2020-07-04 16:40:18 -0300
  • 0280407fc5 Details Roberto Ierusalimschy 2020-07-03 13:02:41 -0300
  • ae809e9fd1 'luaV_concat' can "concat" one single value Roberto Ierusalimschy 2020-07-03 11:54:58 -0300
  • e96385aded Simplification and smaller buffers for 'lua_pushfstring' Roberto Ierusalimschy 2020-07-03 11:36:56 -0300
  • 56a165bf0f Added '.gitignore' to the repository Roberto Ierusalimschy 2020-07-02 16:55:23 -0300
  • 422ce50d2e Fixed detail in 'loadUpvalues' Roberto Ierusalimschy 2020-06-30 15:36:26 -0300
  • f5eb809d3f Fixed missing GC barriers in compiler and undump Roberto Ierusalimschy 2020-06-18 15:56:45 -0300
  • c33b1728ae Details v5.4.0 Roberto Ierusalimschy 2020-06-18 11:07:27 -0300
  • a304199836 Detail in 'lua_resetthread' Roberto Ierusalimschy 2020-06-17 10:36:42 -0300
  • 6d7cd31fee Fixed missing GC barriers in compiler and undump Roberto Ierusalimschy 2020-06-16 09:54:20 -0300
  • 993c58fde3 In 'lua_checkmemory', userdata can be gray, too Roberto Ierusalimschy 2020-06-15 12:01:36 -0300
  • d49b288728 'luaE_shrinkCI' shouldn't remove first free CallInfo Roberto Ierusalimschy 2020-06-15 11:58:59 -0300
  • 69e84805e4 Details Roberto Ierusalimschy 2020-06-10 16:39:37 -0300
  • 364e569945 Avoid calling 'fprintf' with NULL Roberto Ierusalimschy 2020-06-09 16:12:01 -0300
  • 63295f1f7f Fixed two bugs in to-be-closed variables x constants Roberto Ierusalimschy 2020-06-01 15:07:58 -0300
  • 50523b107d Improvements in the manual Roberto Ierusalimschy 2020-05-29 10:41:32 -0300
  • aa8d4a782d Details (more uniformity in error messages) Roberto Ierusalimschy 2020-05-27 11:46:47 -0300
  • efcf24be0c 'luaL_execresult' does not assume -1 status as error Roberto Ierusalimschy 2020-05-22 15:39:29 -0300
  • 17dbaa8639 Improvements in the handling of signals Roberto Ierusalimschy 2020-05-22 11:40:34 -0300
  • 9514abc2da Cleaner definition for 'TString' Roberto Ierusalimschy 2020-05-19 12:42:20 -0300
  • 0be57b9b6d Details in comments Roberto Ierusalimschy 2020-05-07 14:52:19 -0300
  • 61a4e64a66 Back to old encoding of versions in binary files Roberto Ierusalimschy 2020-05-06 14:19:08 -0300
  • 9a6f47f0ed C-Stack test does not assume minimum of 400 slots Roberto Ierusalimschy 2020-05-04 14:17:15 -0300
  • 948fb628d9 Details Roberto Ierusalimschy 2020-04-30 17:29:27 -0300
  • a901c505ab Fixed warning about casts between function pointers Roberto Ierusalimschy 2020-04-29 16:37:25 -0300
  • 0ddc0f47bd Several details about 5.4.0 rc1 Roberto Ierusalimschy 2020-04-23 14:48:15 -0300
  • cac075a122 Small issue in 'exprstat' Roberto Ierusalimschy 2020-04-23 14:39:34 -0300
  • 9e0a8475cd Added 'simplesect' sections to the manual Roberto Ierusalimschy 2020-04-13 13:42:40 -0300
  • 7ccc6d8290 Improvements in the manual Roberto Ierusalimschy 2020-04-10 15:44:48 -0300
  • 7288528a1e Short strings always use all bytes in the hash Roberto Ierusalimschy 2020-04-01 10:52:41 -0300
  • 513559cc47 Fixed bug in 'string.format("%p")' Roberto Ierusalimschy 2020-03-16 14:13:13 -0300
  • e460752323 Fixed "conceptual" bug in 'luaK_setreturns' Roberto Ierusalimschy 2020-03-02 13:24:06 -0300
  • 92594f0939 Corrected direct use of 'snprintf' in 'lstrlib.c' Roberto Ierusalimschy 2020-02-28 10:37:14 -0300
  • e8a52281d9 Code style in 'ldump'/'lundump'. Roberto Ierusalimschy 2020-02-27 15:17:44 -0300
  • 6eb53b7526 Details Roberto Ierusalimschy 2020-02-27 12:59:22 -0300
  • e84126d477
    Create README.md #23 Jesse Phillips 2020-02-22 23:12:58 -0800
  • 0df228402d 👷 Add Build Step Jesse Phillips 2020-02-22 19:38:54 -0800
  • 9b7987a9d1 OP_LOADFALSE broken in two instructions Roberto Ierusalimschy 2020-02-11 11:12:33 -0300
  • 28ef7061bb Tag values don't need to be different from type values Roberto Ierusalimschy 2020-01-31 13:13:28 -0300
  • 46c3587a6f Clearer distinction between types and tags Roberto Ierusalimschy 2020-01-31 11:09:53 -0300
  • 69c7139ff8 New macro 'makevariant' to codify variant tags Roberto Ierusalimschy 2020-01-06 14:50:36 -0300
  • 5ff408d218 Changed internal representation of booleans Roberto Ierusalimschy 2020-01-06 11:38:31 -0300
  • e3c83835e7 Fixed bug in 'aux_rawset' Roberto Ierusalimschy 2019-12-30 14:53:38 -0300
  • bd1b87c579 Comments (mosty typos) Roberto Ierusalimschy 2019-12-30 11:45:08 -0300
  • d71a548685 Fixed typos in comments Roberto Ierusalimschy 2019-12-27 10:48:23 -0300
  • d7bb8df841 Copyright year changed to 2020 Roberto Ierusalimschy 2019-12-27 10:38:53 -0300
  • c646e57fd6 Joined common code in 'lua_rawset' and 'lua_rawsetp' Roberto Ierusalimschy 2019-12-17 15:45:13 -0300
  • e0ab13c62f Easy way to allow Unicode characters in identifiers Roberto Ierusalimschy 2019-12-17 14:24:30 -0300
  • e0cbaa50fa Added test for NULL in string.format("%p") Roberto Ierusalimschy 2019-12-17 10:49:55 -0300
  • 3747487320 Small correction in assertion Roberto Ierusalimschy 2019-12-13 14:02:42 -0300
  • 1e0ad018ce Comment about LUA_COMPAT_LT_LE moved to proper place Roberto Ierusalimschy 2019-12-10 13:50:20 -0300
  • 95735bda46 Simplifications in 'op_arith*' family of macros Roberto Ierusalimschy 2019-12-05 14:51:58 -0300
  • d30569c064 Using an enumeration for float->integer coercion modes Roberto Ierusalimschy 2019-12-05 14:14:29 -0300