5207 Commits (d7bb8df8414f71a290c8a4b1c9f7c6fe839a94df)
 

Author SHA1 Message Date
Roberto Ierusalimschy d7bb8df841 Copyright year changed to 2020 5 years ago
Roberto Ierusalimschy c646e57fd6 Joined common code in 'lua_rawset' and 'lua_rawsetp' 5 years ago
Roberto Ierusalimschy e0ab13c62f Easy way to allow Unicode characters in identifiers 5 years ago
Roberto Ierusalimschy e0cbaa50fa Added test for NULL in string.format("%p") 5 years ago
Roberto Ierusalimschy 3747487320 Small correction in assertion 5 years ago
Roberto Ierusalimschy 1e0ad018ce Comment about LUA_COMPAT_LT_LE moved to proper place 5 years ago
Roberto Ierusalimschy 95735bda46 Simplifications in 'op_arith*' family of macros 5 years ago
Roberto Ierusalimschy d30569c064 Using an enumeration for float->integer coercion modes 5 years ago
Roberto Ierusalimschy 2d92102dee 'l_mathlim' renamed to 'l_floatatt' 5 years ago
Roberto Ierusalimschy 490ecfcaa1 Better comments about the use of 'k' in opcodes 5 years ago
Roberto Ierusalimschy e174f43807 Manual a little more clear about string->number coersions 5 years ago
Roberto Ierusalimschy 81f2401c6d Code reorganization for opcodes OP_FORPREP and OP_FORLOOP 5 years ago
Roberto Ierusalimschy 508a705c1c Removed some wrong comments 5 years ago
Roberto Ierusalimschy 6f1c033d72 More generic pattern when testing 'string.format' 5 years ago
Roberto Ierusalimschy 5f83fb6582 Details 5 years ago
Roberto Ierusalimschy 679dc72c08 Using 'metavalues' for "metamethods" that are not methods 5 years ago
Roberto Ierusalimschy 1499680f9e Comments in 'lopcodes.h' 5 years ago
Roberto Ierusalimschy bdcfae2e1c File 'bugs' no longer tracked by git 5 years ago
Roberto Ierusalimschy 7d526e75a7 Fixed bug in tail calls of __call chains 5 years ago
Roberto Ierusalimschy c12983cf8a Fixed warnings from Keil compiler 5 years ago
Roberto Ierusalimschy ba9cd0d25a Change in the prefix of messages from searchers 5 years ago
Roberto Ierusalimschy b93f3b00bb Added function 'luaL_buffsub' 5 years ago
Roberto Ierusalimschy 4c32d9300c Several enhancements in the manual 5 years ago
Roberto Ierusalimschy 6e285e5392 More pious implementation of 'string.dump' 5 years ago
Roberto Ierusalimschy b8cdea0190 Changed definition of macro 'l_isfalse' 5 years ago
Roberto Ierusalimschy e592f94a64 Details (mostly comments) 5 years ago
Roberto Ierusalimschy 6e1aec7a67 Larger C-stack limits for new threads 5 years ago
Roberto Ierusalimschy 6055a039b5 Easy redefinition of valid flags for 'string.format' 5 years ago
Roberto Ierusalimschy 6c0e44464b Improvements in the manual around metamethods 5 years ago
Roberto Ierusalimschy 6a84c32900 No coercion string->number in arithmetic with LUA_NOCVTS2N 5 years ago
Roberto Ierusalimschy 6a10f03ff8 Makefile compiles the Lua compiler with '-Os' 5 years ago
Roberto Ierusalimschy 7bd1e53753 Fixed a warning and other minor issues 5 years ago
Roberto Ierusalimschy b98d41db99 Script 'packtests' gets Lua version as a parameter 5 years ago
Roberto Ierusalimschy b2a580bdb1 Janitorial work 5 years ago
Roberto Ierusalimschy 89f6a85f03 Details in the makefile (warning options) 5 years ago
Roberto Ierusalimschy 6ef366644f Subtraction of small constant integers optimized with OP_ADDI 5 years ago
Roberto Ierusalimschy 03cde80b58 'setCstacklimit' renamed to 'setcstacklimit' 5 years ago
Roberto Ierusalimschy 6b2e202df5 Janitorial work in 'lcode.c' 5 years ago
Roberto Ierusalimschy 40d8832ee0 Simplification in the call to 'constfolding' 5 years ago
Roberto Ierusalimschy 91dad09f65 Removed arithmetic opcodes with immediate operand 5 years ago
Roberto Ierusalimschy 4518e5df24 Added macro 'testMMMode' 5 years ago
Roberto Ierusalimschy 72a094bda7 Undo change in the handling of 'L->top' (commit b80077b8f3) 5 years ago
Roberto Ierusalimschy 46b84580d6 Use of 'MMBIN' opcodes extended to shift operators 5 years ago
Roberto Ierusalimschy df13f25948 First version of OP_MMBIN opcodes 5 years ago
Roberto Ierusalimschy 643188d6e5 Fixed missing case in 'luaV_finishOp' 5 years ago
Roberto Ierusalimschy 3df5624ff4 Fixed bug when yiedling inside OP_ADDK opcode 5 years ago
Roberto Ierusalimschy be78aeae4c Default for warnings changed to "off" 5 years ago
Roberto Ierusalimschy 5bc47fe830 Detail (extra test for warnings when closing state) 5 years ago
Roberto Ierusalimschy 9405472565 Improvement in warn-mode '@store' (for testing) 5 years ago
Roberto Ierusalimschy 45948e7e55 Manual corrected with the new syntax for attributes 5 years ago