summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | empty patterns may be used in gsub.
* new facilities for pattern matching (%b and .-);Roberto Ierusalimschy1997-02-211-26/+58
| | | | explanations about next-nextvar.
* 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
| | | | user tag is stored with data;
* BUG: "inclinenumber" cannot use public buffer, since it could changeRoberto Ierusalimschy1997-02-071-9/+13
| | | | | the buffer pointer (luaY_lex and read_long_string have local pointers to it).
* better check when converting from float to int, to avoid overflowRoberto Ierusalimschy1997-01-312-15/+19
| | | | (on some machines it may result in run-time error)
* 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
| | | | an array.
* 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
| | | | it may have a wrong token in message.
* 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
| | | | new "balanced" pattern.
* 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
|
* stdlib.h for exitLuiz Henrique de Figueiredo1996-11-161-3/+3
| | | | blocks are void*
* spelling corrections.Roberto Ierusalimschy1996-11-141-11/+11
|
* corrected version test (0x23 not 23)Luiz Henrique de Figueiredo1996-11-141-2/+2
|
* (no commit message)Luiz Henrique de Figueiredo1996-11-141-2/+2
|
* added 3 new bytes to header (sizeof's)Luiz Henrique de Figueiredo1996-11-141-4/+14
|
* new header versionLuiz Henrique de Figueiredo1996-11-141-2/+2
|
* new versionRoberto Ierusalimschy1996-11-122-5/+5
|
* better format for error messages.Roberto Ierusalimschy1996-11-081-3/+4
|
* error message for syntax "1..2";Roberto Ierusalimschy1996-11-081-7/+18
| | | | syntax error function is in "lex.c" (it has the token)
* syntax error function is in "lex.c" (it has the token)Roberto Ierusalimschy1996-11-082-10/+4
|
* SunOS is not ANSI about the return value of "sprintf".Roberto Ierusalimschy1996-11-071-7/+6
|
* corrected copyright noticeRoberto Ierusalimschy1996-11-071-2/+2
|
* replaced unions by memcpyLuiz Henrique de Figueiredo1996-11-071-7/+4
|
* replaced unions by memcpyLuiz Henrique de Figueiredo1996-11-071-12/+9
|
* new flag for STRERROR; libs now are called lib...v2.5-betaRoberto Ierusalimschy1996-11-061-18/+24
|
* anna's commentsRoberto Ierusalimschy1996-11-061-23/+33
|