Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy 50e2eb8954 change in macro 'vmcase', avoding code inside it. (Code inside the vor 10 Jahren
  Roberto Ierusalimschy 2b83711fba new macro 'nvalue' (to convert an object to a float when we know vor 10 Jahren
  Roberto Ierusalimschy 049cf14cf9 'x//y' extended to floats + more comments about module and floor vor 10 Jahren
  Roberto Ierusalimschy 5d628519d3 simpler definition for 'luaV_tonumber_' vor 10 Jahren
  Roberto Ierusalimschy bde14c3adc macro to change method of conversion from float to integer (make it vor 10 Jahren
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before vor 10 Jahren
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' vor 10 Jahren
  Roberto Ierusalimschy 463edee2fd 'lua_numtointeger' -> 'lua_numbertointeger' vor 10 Jahren
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated vor 10 Jahren
  Roberto Ierusalimschy 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to vor 11 Jahren
  Roberto Ierusalimschy d861706620 new macro 'cvt2num' to better control whether strings are convertible vor 11 Jahren
  Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible vor 11 Jahren
  Roberto Ierusalimschy 17ee57f8e0 'iswhite' and related macros now can work directly on any object vor 11 Jahren
  Roberto Ierusalimschy ca41b43f53 type 'TString' refers directly to the structure inside the union vor 11 Jahren
  Roberto Ierusalimschy 8bb272a3e3 new conversion float->integer: conversion is valid only when vor 11 Jahren
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) vor 11 Jahren
  Roberto Ierusalimschy 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') vor 11 Jahren
  Roberto Ierusalimschy 1a3656e56e more relaxed rules for __eq metamethod (more similar to other vor 11 Jahren
  Roberto Ierusalimschy c98f195eb9 function 'luaV_numtointeger' changed to a global macro vor 11 Jahren
  Roberto Ierusalimschy 36715ab7c1 detail (comment) vor 11 Jahren
  Roberto Ierusalimschy 8a0acf0898 comments vor 11 Jahren
  Roberto Ierusalimschy 3e977f02ac added a few comments vor 11 Jahren
  Roberto Ierusalimschy f8daddba50 added a compat option (although it will be off by default) to vor 11 Jahren
  Roberto Ierusalimschy 45c430eac0 addition of '.0' to float representation done by the kernel vor 11 Jahren
  Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation vor 11 Jahren
  Roberto Ierusalimschy 12bd01c567 added comments to several functions vor 11 Jahren
  Roberto Ierusalimschy 06dc893f88 in 'for' loops, make the limit an integer whenever initial value and vor 11 Jahren
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of vor 11 Jahren
  Roberto Ierusalimschy ddff6ecf30 function 'limittointeger' no needed (now that 'tointeger_aux' handles vor 11 Jahren
  Roberto Ierusalimschy 1a6ef098b0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' plus proper vor 11 Jahren