Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 6b12b82532 added 'l_' prefix for names that can be redefined externally há 10 anos atrás
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated há 10 anos atrás
  Roberto Ierusalimschy 6384475ec4 'luaL_getmetafield' returns type of metafield (instead of a boolean) há 11 anos atrás
  Roberto Ierusalimschy 8704fca0c9 in 'luaL_checkversion_' check numeric types first. (Other tests há 11 anos atrás
  Roberto Ierusalimschy 8bb272a3e3 new conversion float->integer: conversion is valid only when há 11 anos atrás
  Roberto Ierusalimschy c229ed597f 'requiref' checks 'package.loaded' before loading a module há 11 anos atrás
  Roberto Ierusalimschy a77d263e86 unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) há 11 anos atrás
  Roberto Ierusalimschy 45c430eac0 addition of '.0' to float representation done by the kernel há 11 anos atrás
  Roberto Ierusalimschy 4422b97472 keep 'luaL_checkversion_' with its signature in version 5.2, for há 11 anos atrás
  Roberto Ierusalimschy 5aeb57f11f detail (error message for conversion from float to integer) há 11 anos atrás
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value há 11 anos atrás
  Roberto Ierusalimschy a4c6dcf999 detail (better error messages for light userdata) há 11 anos atrás
  Roberto Ierusalimschy 4a1ed6e6e5 new field '__name' in metatables to help better error messages há 11 anos atrás
  Roberto Ierusalimschy d438e1379d insertion of ".0" in floats with integer values done by "luaL_tolstring", há 11 anos atrás
  Roberto Ierusalimschy 438c534ff4 'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.) há 11 anos atrás
  Roberto Ierusalimschy 66d046833d no need to check "bad conversion number->int;" in luaL_checkversion, há 12 anos atrás
  Roberto Ierusalimschy 982aa7058f 'luaL_len' returns lua_Integer instead of 'int' há 12 anos atrás
  Roberto Ierusalimschy c72fb1cf8e detail (removed 'assert') há 12 anos atrás
  Roberto Ierusalimschy 138e69cc55 correct error message for floating-point values out of (integer) range há 12 anos atrás
  Roberto Ierusalimschy 0394314c7a avoid using a negative value to test 'lua_tounsigned' há 12 anos atrás
  Roberto Ierusalimschy 6fb0b11350 string contatenation handles conversion of integers to strings + há 12 anos atrás
  Roberto Ierusalimschy 9c43d6a24e new format "%I" in 'lua_pushfstring' for lua_Integer há 12 anos atrás
  Roberto Ierusalimschy af8efcc762 detail (avoid unnecessary "unconst" in cast) há 12 anos atrás
  Roberto Ierusalimschy 4082c77ff2 error message for 'bad self' includes original 'extramsg' há 12 anos atrás
  Roberto Ierusalimschy 7a3de1aba3 typo in comment há 13 anos atrás
  Roberto Ierusalimschy c1a2a646c8 details (no need to use lua_pushfstring for plain strings) há 13 anos atrás
  Roberto Ierusalimschy 4dd0622d0c bug in luaL_getsubtable (calling lua_absindex not with original stack) há 13 anos atrás
  Roberto Ierusalimschy 4cca1a436d details (using lua_setglobal/lua_getglobal instead of explicit há 13 anos atrás
  Roberto Ierusalimschy 3e66d3b4be cleaner code (avoids loop with empty body) há 13 anos atrás
  Roberto Ierusalimschy 29a28693e5 'luaL_checkversion' called by 'luaL_setfuncs' há 13 anos atrás