summaryrefslogtreecommitdiff
path: root/makefile (unfollow)
Commit message (Expand)AuthorFilesLines
1996-11-20BUG: ISO chars are negative, ISO ints are not.Roberto Ierusalimschy1-2/+3
1996-11-20BUG: ISO chars are negative, ISO ints are not.Roberto Ierusalimschy1-6/+30
1996-11-18correction in inheritance code in Cv2.5Roberto Ierusalimschy1-2/+4
1996-11-18undump needs file in binary modeRoberto Ierusalimschy1-2/+4
1996-11-18BUG: problems with negative indexesRoberto Ierusalimschy1-19/+21
1996-11-18headers includes sizeof(Word) not sizeof(int)Luiz Henrique de Figueiredo1-4/+7
1996-11-16stdlib.h for exitLuiz Henrique de Figueiredo1-3/+3
1996-11-14spelling corrections.Roberto Ierusalimschy1-11/+11
1996-11-14corrected version test (0x23 not 23)Luiz Henrique de Figueiredo1-2/+2
1996-11-14(no commit message)Luiz Henrique de Figueiredo1-2/+2
1996-11-14added 3 new bytes to header (sizeof's)Luiz Henrique de Figueiredo1-4/+14
1996-11-14new header versionLuiz Henrique de Figueiredo1-2/+2
1996-11-12new versionRoberto Ierusalimschy2-5/+5
1996-11-08better format for error messages.Roberto Ierusalimschy1-3/+4
1996-11-08error message for syntax "1..2";Roberto Ierusalimschy1-7/+18
1996-11-08syntax error function is in "lex.c" (it has the token)Roberto Ierusalimschy2-10/+4
1996-11-07SunOS is not ANSI about the return value of "sprintf".Roberto Ierusalimschy1-7/+6
1996-11-07corrected copyright noticeRoberto Ierusalimschy1-2/+2
1996-11-07replaced unions by memcpyLuiz Henrique de Figueiredo1-7/+4
1996-11-07replaced unions by memcpyLuiz Henrique de Figueiredo1-12/+9
1996-11-06new flag for STRERROR; libs now are called lib...v2.5-betaRoberto Ierusalimschy1-18/+24
1996-11-06anna's commentsRoberto Ierusalimschy1-23/+33
1996-11-06pragmas should not be recognized inside literal strings.Roberto Ierusalimschy1-6/+6
1996-11-01i/o functions return an error messageRoberto Ierusalimschy1-4/+14
1996-11-01although an ANSI function, some systems do not offer "strerror"Roberto Ierusalimschy1-0/+4
1996-11-01new parameters for "read" and "write". BIG CHANGE.Roberto Ierusalimschy1-438/+124
1996-11-01new pattern matching facilities; new version of i/o lib;Roberto Ierusalimschy1-189/+363
1996-11-01pre-defined variable _VERSION_Roberto Ierusalimschy1-2/+5
1996-11-01new version numberRoberto Ierusalimschy1-2/+2
1996-11-01small omission corrected ("s_tsvalue")Roberto Ierusalimschy1-1/+2
1996-10-31small corrections in error messagesRoberto Ierusalimschy1-5/+5
1996-10-31"strfind" has an extra parameter to turn off all special characteres.Roberto Ierusalimschy1-2/+3
1996-10-16some compilers do not accept "stdin"/"stdout" as constants.Roberto Ierusalimschy1-2/+3
1996-09-26documentation of opcode meanings (thanks to lhf)Roberto Ierusalimschy1-53/+76
1996-09-25new way to handle pragmas (at the lexical level, instead of parsing).Roberto Ierusalimschy2-35/+35
1996-09-25lua_linenumber is initialized in lex.cRoberto Ierusalimschy1-3/+1
1996-09-24"call" returns separate results, instead of a table.Roberto Ierusalimschy3-33/+17
1996-09-24"dofile" and "dostring" may return values.Roberto Ierusalimschy3-15/+27
1996-09-24a chunk may end with a return.Roberto Ierusalimschy1-6/+7
1996-09-20new function "strrep"Roberto Ierusalimschy1-1/+12
1996-09-20better structure to control stack interface lua-C.Roberto Ierusalimschy1-55/+53
1996-09-16"strmap" replaced by "strupper" and "strlower" (that's what people willRoberto Ierusalimschy1-67/+100
1996-09-11"dostring" now stores the prefix of its string, to improve error messages.Roberto Ierusalimschy1-5/+11
1996-09-09BUG: a program ending in a comment without EOL made lex loops forever.Roberto Ierusalimschy2-10/+5
1996-09-02functions may have tags CMARK and MARK, too.Roberto Ierusalimschy1-4/+9
1996-08-28lhf's corrections.Roberto Ierusalimschy1-166/+166
1996-08-15skip first line of a lua file if it starts with a '#' (to allow shellRoberto Ierusalimschy1-2/+8
1996-08-09"[^]]" must mean "not ]".Roberto Ierusalimschy1-8/+13
1996-08-05singlematch and item_end are used by "read", in iolib.Roberto Ierusalimschy2-8/+11
1996-08-01Pattern-Matching!Roberto Ierusalimschy1-135/+359