aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* small "bugs" detected by Purify: some blocks may be smaller thanRoberto Ierusalimschy1997-04-011-2/+2
* "storeglobal" changed to "setglobal"Roberto Ierusalimschy1997-04-013-14/+15
* new lua function "tag"Roberto Ierusalimschy1997-04-011-1/+7
* first version of "setglobal" and "getglobal" internal methods.Roberto Ierusalimschy1997-03-316-82/+115
* some new options for warnings and optimizations.Roberto Ierusalimschy1997-03-311-2/+3
* update of ".h" dependenciesRoberto Ierusalimschy1997-03-311-15/+15
* new name for old "mem.h" (conflicts with some compiler libraries)Roberto Ierusalimschy1997-03-3112-35/+35
* "Object" renamed to "TObject" (Tagged Object), to avoid conflicts withRoberto Ierusalimschy1997-03-3110-117/+117
* new (internal?) functions to manipulate userdataRoberto Ierusalimschy1997-03-263-26/+72
* BUG: must mark userdata in garbage collection.Roberto Ierusalimschy1997-03-261-2/+3
* some corrections, improvements;Roberto Ierusalimschy1997-03-242-20/+22
* must call "gc" i.m. for nil after all others.Roberto Ierusalimschy1997-03-212-4/+10
* mathlib now uses i.m. for "pow" operator.Roberto Ierusalimschy1997-03-212-23/+7
* files now have proper tags.Roberto Ierusalimschy1997-03-201-5/+8
* BUG: lua_newtag can be called before luaI_IMtable is initialized.Roberto Ierusalimschy1997-03-201-8/+12
* i.m. "arith" and "order" splited for different operationsRoberto Ierusalimschy1997-03-204-122/+151
* luaI_type moved to fallback.cRoberto Ierusalimschy1997-03-201-29/+1
* setmethods should return old methods.Roberto Ierusalimschy1997-03-191-1/+3
* first full implementation of internal methodsRoberto Ierusalimschy1997-03-1911-251/+404
* new header 'auxlib.h' + new function luaL_verrorRoberto Ierusalimschy1997-03-186-36/+41
* new header for auxiliar functions.Roberto Ierusalimschy1997-03-181-0/+23
* new module 'auxlib' centralizes functions to get/check parameters.Roberto Ierusalimschy1997-03-178-157/+146
* "tag" changed to "ttype" (since now tag has other meaning)Roberto Ierusalimschy1997-03-117-116/+119
* new explanation about communication between Lua and C.Roberto Ierusalimschy1997-03-061-546/+158
* new form for constructors: {[exp] = exp, ...}Roberto Ierusalimschy1997-03-063-32/+38
* atualization of #include dependencies.Roberto Ierusalimschy1997-03-051-22/+26
* skips can be nested (why not?).Roberto Ierusalimschy1997-03-051-3/+9
* "mem.c.debug" incorporated (with "#if").Roberto Ierusalimschy1997-03-031-1/+102
* first step in implementing internal methods.Roberto Ierusalimschy1997-02-2610-233/+438
* small correction.Roberto Ierusalimschy1997-02-261-4/+6
* new pattern item ".-";Roberto Ierusalimschy1997-02-211-10/+22
* new facilities for pattern matching (%b and .-);Roberto Ierusalimschy1997-02-211-26/+58
* lua_Type is private (preparation for tags)Roberto Ierusalimschy1997-02-203-43/+53
* small syntax error (yacc does not complain, but bison does).Roberto Ierusalimschy1997-02-131-2/+2
* userdata can handle arbitrary binary data;Roberto Ierusalimschy1997-02-116-41/+79
* BUG: "inclinenumber" cannot use public buffer, since it could changeRoberto Ierusalimschy1997-02-071-9/+13
* better check when converting from float to int, to avoid overflowRoberto Ierusalimschy1997-01-312-15/+19
* lhf revisions/sugestionsRoberto Ierusalimschy1997-01-231-171/+288
* small correction to avoid "wrong" default actionRoberto Ierusalimschy1997-01-151-2/+2
* BUG: pointer arithmetic does not have to work when pointing outsideRoberto Ierusalimschy1996-11-221-5/+5
* ANSI ctype only works for unsigned chars (or EOF)Roberto Ierusalimschy1996-11-222-23/+26
* useless include.Roberto Ierusalimschy1996-11-221-1/+0
* small BUG: pragma deletes 0 at end of yytext, so a syntax error just afterRoberto Ierusalimschy1996-11-211-1/+2
* new versionv2.5.1Roberto Ierusalimschy1996-11-201-2/+2
* BUG: ISO chars are negative, ISO ints are not.Roberto Ierusalimschy1996-11-201-2/+3
* BUG: ISO chars are negative, ISO ints are not.Roberto Ierusalimschy1996-11-201-6/+30
* correction in inheritance code in Cv2.5Roberto Ierusalimschy1996-11-181-2/+4
* undump needs file in binary modeRoberto Ierusalimschy1996-11-181-2/+4
* BUG: problems with negative indexesRoberto Ierusalimschy1996-11-181-19/+21
* headers includes sizeof(Word) not sizeof(int)Luiz Henrique de Figueiredo1996-11-181-4/+7