144 Commits (11769b203f052f7423575c1a66901cb9eb277206)

Author SHA1 Message Date
Roberto Ierusalimschy 51650eac78 small change to avoid warnings of non-specified order of access 13 years ago
Roberto Ierusalimschy 217e67cb22 new type 'l_noret' for function that do not return 13 years ago
Roberto Ierusalimschy 9caf5b4f79 lint (unused definition) 13 years ago
Roberto Ierusalimschy d281d23f8d detail (make 'lua_assert' a valid expression even when turned off) 13 years ago
Roberto Ierusalimschy 5017cc6ba2 simpler 'luai_apicheck' (and avoids compilation error...) 14 years ago
Roberto Ierusalimschy 3cf1729a02 new macro 'lua_longassert' that is equivalent to an assertion without 14 years ago
Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' 14 years ago
Roberto Ierusalimschy f6bd8b1147 better control for GC running or stopped 14 years ago
Roberto Ierusalimschy 0b3f4e254e more efficient hash for numbers in IEEE754 machines 14 years ago
Roberto Ierusalimschy 75d8470f0f new macro 'cast_uchar' 14 years ago
Roberto Ierusalimschy f722ba6890 code should not use "defined" types, but "typedef"s types when they 14 years ago
Roberto Ierusalimschy f1629217f1 code for conversion macros moved from luaconf to llimits + 'uint' 14 years ago
Roberto Ierusalimschy bd619b9311 new macro MAXUPVAL (maximum number of upvalues per closure) 15 years ago
Roberto Ierusalimschy ddf1f2a053 GC should not run when stopped, even in hard tests 15 years ago
Roberto Ierusalimschy ad2b5decc8 'lua_assert' can be empty when assertions are off 15 years ago
Roberto Ierusalimschy 3eb1788bb4 new way to control GC speed (keeping a 'debt' counter) 15 years ago
Roberto Ierusalimschy 4db6f20770 ensure that 'luai_userstatethread' is always called (even if 15 years ago
Roberto Ierusalimschy 46f1429936 more options moved from luaconf.h into internal files 15 years ago
Roberto Ierusalimschy de6fc75d63 several configuration options that do not change often moved out of 15 years ago
Roberto Ierusalimschy b51d76ce8d when doing hard memory tests, perform a full GC at every possible step 15 years ago
Roberto Ierusalimschy 4a714cebd1 API checks now have explanatory messages 15 years ago
Roberto Ierusalimschy f76f4cb79d new way to control stack overflow, controling only total size of the stack 16 years ago
Roberto Ierusalimschy eb8499c8e0 use of LUAI_UINT32 replaced by 'unsigned LUA_INT32' (one less 16 years ago
Roberto Ierusalimschy 4a67e48611 new macro 'condmovestack' instead of 'condhardstacktests' 16 years ago
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy 0fd6466957 lua_assert is an internal matter, not to be configured 19 years ago
Roberto Ierusalimschy c505f341d6 small changes in casts 19 years ago
Roberto Ierusalimschy 98296f6b45 some bugs related to stack reallocation 19 years ago
Roberto Ierusalimschy d96f088a26 'lua_lock' and similars should be hard to use 20 years ago
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy 5be517602e no more generational collector (and no more `noinc' mode) 20 years ago
Roberto Ierusalimschy c6254dceff a different option for the GC 20 years ago
Roberto Ierusalimschy 2f82bf6fe9 better support for 64-bit machines 20 years ago
Roberto Ierusalimschy 226c57fec0 simpler configuration to turn on all asserts 20 years ago
Roberto Ierusalimschy 42b74ccf1d libraries may want to use `lua_assert' too... 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 1d10acb355 incremental GC phases 21 years ago
Roberto Ierusalimschy 91bf77534c no need for a maximum number of parameters (maximum number of locals 22 years ago
Roberto Ierusalimschy f93051155c ok to use `#elif' and `#if defined()' 22 years ago
Roberto Ierusalimschy b1b752fb2b comments 22 years ago
Roberto Ierusalimschy 572a69df78 Lua does not need all those different types... 22 years ago
Roberto Ierusalimschy 67f9a2a98f details 22 years ago
Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks 22 years ago
Roberto Ierusalimschy dbc5451bea comments 22 years ago
Roberto Ierusalimschy 2d2d45976c separated control over C recursion level 22 years ago
Roberto Ierusalimschy 04b143ddf9 avoid C stack overflow during parsing 22 years ago
Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy 44752fc9ce hook count is quadratic 23 years ago