Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 373363cb69 new name for old "mem.h" (conflicts with some compiler libraries) 28 years ago
  Roberto Ierusalimschy ad5574c4c9 "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with 28 years ago
  Roberto Ierusalimschy 1444d28476 first full implementation of internal methods 28 years ago
  Roberto Ierusalimschy 205ee1ec84 userdata can handle arbitrary binary data; 28 years ago
  Roberto Ierusalimschy 3e9daa7416 creation of strings must call garbage collector. 29 years ago
  Roberto Ierusalimschy 8c1a9899d4 functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
  Roberto Ierusalimschy 15c17c24fa small improvements 29 years ago
  Roberto Ierusalimschy d1608c597e reserved words are stored in main string table; "marked" field is 29 years ago
  Roberto Ierusalimschy 41259bff31 BIG CHANGE: new data structure for constants, strings and globals, using 29 years ago
  Roberto Ierusalimschy 0d50b87aa4 lua_table now has references to global variable names (TreeNode's). 29 years ago
  Roberto Ierusalimschy 15f40fddca 'nextvar' now traverses the symbol array, instead of the constant tree. 30 years ago
  Roberto Ierusalimschy 8faf4d1de2 control of garbage collection is done with Longs, as there can be 31 years ago
  Roberto Ierusalimschy 8cb8594a3b better control of integer types and their limits 31 years ago
  Roberto Ierusalimschy 10bdd83844 new hash function; hash value for strings are kept with the string 31 years ago
  Roberto Ierusalimschy d490555ec9 garbage collection tag for strings organized in struct TaggedString 31 years ago
  Roberto Ierusalimschy 73664eb739 function 'lua_createstring' moved from table.c to tree.c 31 years ago
  Roberto Ierusalimschy b234da1cc2 changes in garbage collection control 31 years ago
  Roberto Ierusalimschy d6a1699e37 uses a single list to keep allocated strings. 31 years ago
  Roberto Ierusalimschy 2b5bc5d1a8 new module for memory allocation 31 years ago
  Roberto Ierusalimschy 94686ce585 correction of function 'nextvar' 31 years ago
  Roberto Ierusalimschy 86b35cf4f6 unification of symbol tree and constant tree 31 years ago
  Roberto Ierusalimschy ff7f769454 small changes in error recovery 31 years ago
  Waldemar Celes d7cb47fadf new parameter in function 'tree_create'. Maybe we will return to 31 years ago
  Waldemar Celes 1c749a3059 Arvore binaria de strings, variaveis e constantes. 31 years ago