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 b6d91e24e2 "tag" changed to "ttype" (since now tag has other meaning) 28 years ago
  Roberto Ierusalimschy 2bb3830fc1 "memcpy" is defined in "string.h". 29 years ago
  Roberto Ierusalimschy 7a35f23c16 a simplification about memory error messages. 29 years ago
  Roberto Ierusalimschy 9284742a11 better control when growing arrays. 29 years ago
  Roberto Ierusalimschy 7e0be1fbde unused "#include" 29 years ago
  Roberto Ierusalimschy 1dc0e82aeb "freefunc" now is public. 29 years ago
  Roberto Ierusalimschy 30dd3a2dbc small changes (preparing for new module of pre-compilation) 29 years ago
  Roberto Ierusalimschy 8c1a9899d4 functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
  Roberto Ierusalimschy 41259bff31 BIG CHANGE: new data structure for constants, strings and globals, using 29 years ago
  Roberto Ierusalimschy 7918c6cf11 small bug 29 years ago
  Roberto Ierusalimschy 5a3a1fe458 debug interface functions to manipulated local variables: 29 years ago
  Roberto Ierusalimschy 15d48576ea functions now may be declared with any "var" as a name; 30 years ago
  Roberto Ierusalimschy f132ac03bc Module to manipulate function headers. 30 years ago