Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 81dd13f4c6 new way to distinguish between indexing tables in registers and há 15 anos atrás
  Roberto Ierusalimschy 6a02bbe1e2 better organization for fields in struct 'expdesc' há 15 anos atrás
  Roberto Ierusalimschy 25c557ec63 first version of _ENV; no more global variables há 15 anos atrás
  Roberto Ierusalimschy 0fe2576a39 new instructions to optimize indexing on upvalues há 15 anos atrás
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, há 16 anos atrás
  Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments há 16 anos atrás
  Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, há 16 anos atrás
  Roberto Ierusalimschy 198be23f36 added structure for local-variable information to allow extra há 17 anos atrás
  Roberto Ierusalimschy 3d61c31e5a 'lparser.h' should not include 'ltable.h' há 19 anos atrás
  Roberto Ierusalimschy 6dd0c6ccbc numeral expressions keep their values in struct 'expdesc' há 20 anos atrás
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API há 20 anos atrás
  Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) há 20 anos atrás
  Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them há 20 anos atrás
  Roberto Ierusalimschy b6a7983b65 USHRT_MAX may not fit in a (16-bit) int há 20 anos atrás
  Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') há 21 anos atrás
  Roberto Ierusalimschy 9fcc485176 zio does not keep "source" name (nobody uses it) há 22 anos atrás
  Roberto Ierusalimschy 265530478b more changes to reduce stack usage by the parser há 22 anos atrás
  Roberto Ierusalimschy 00180bb133 small changes to reduce stack usage by the parser há 22 anos atrás
  Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array há 22 anos atrás
  Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) há 23 anos atrás
  Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation há 23 anos atrás
  Roberto Ierusalimschy 1c328a191a no more `global' declarations há 23 anos atrás
  Roberto Ierusalimschy 2dadc81822 cleaner implementation of code generation for jumps há 23 anos atrás
  Roberto Ierusalimschy 94e5545806 comment há 23 anos atrás
  Roberto Ierusalimschy 801aaf37b1 simpler implementation for line information há 23 anos atrás
  Roberto Ierusalimschy 7ff21273d6 implementation of `global' statement há 23 anos atrás
  Roberto Ierusalimschy e01f5e6809 better order of record fields for 64-bit machines há 23 anos atrás
  Roberto Ierusalimschy 74907fb71e OP_LOADINT can be done by OP_LOADK há 23 anos atrás
  Roberto Ierusalimschy 9aff171f3b new type `boolean' há 24 anos atrás
  Roberto Ierusalimschy 0b551a24f8 `Hash' -> `Table' há 24 anos atrás