summaryrefslogtreecommitdiff
path: root/llex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chars from zio are always unsignedRoberto Ierusalimschy2003-03-241-2/+2
* better error message for (deprecated) "%global"Roberto Ierusalimschy2003-02-281-3/+8
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+3
* detailsRoberto Ierusalimschy2002-10-231-3/+3
* better tokens for error messagesRoberto Ierusalimschy2002-10-221-6/+4
* detailsRoberto Ierusalimschy2002-10-091-3/+8
* use of different buffers for scanner and concatenationRoberto Ierusalimschy2002-10-081-66/+63
* state's buffer is used only for charsRoberto Ierusalimschy2002-09-191-2/+2
* no more newlines at the end of error messagesRoberto Ierusalimschy2002-09-051-2/+2
* no more reserved word "global"Roberto Ierusalimschy2002-09-031-2/+2
* cleaning the stage for generational collectionRoberto Ierusalimschy2002-08-161-4/+5
* bug: chunk can end just after a '\' in a stringRoberto Ierusalimschy2002-07-101-1/+2
* details to allow compilation of Lua as a single fileRoberto Ierusalimschy2002-07-081-4/+5
* error message ends with `\n' (is already formatted)Roberto Ierusalimschy2002-06-251-2/+2
* new protocol for error handlingRoberto Ierusalimschy2002-06-181-2/+2
* uses `isspace' to recognize space charactersRoberto Ierusalimschy2002-06-031-26/+26
* no more use of stdio inside the core (except for `tostring'...)Roberto Ierusalimschy2002-06-031-2/+1
* new names for string formating functionsRoberto Ierusalimschy2002-05-161-8/+8
* new format for error messagesRoberto Ierusalimschy2002-05-151-3/+2
* new function `lua_vpushstr' to replace uses of `sprintf'Roberto Ierusalimschy2002-05-071-41/+50
* error messageRoberto Ierusalimschy2002-03-081-2/+3
* implementation of long commentsRoberto Ierusalimschy2002-03-081-17/+25
* not all unfinished strings with "..." end in EOFRoberto Ierusalimschy2002-03-041-2/+3
* error message compatible with incomplete lines of lua.cRoberto Ierusalimschy2002-02-081-1/+1
* detailsRoberto Ierusalimschy2002-01-251-7/+1
* new type `boolean'Roberto Ierusalimschy2001-12-111-3/+3
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-101/+100
* `luaX_syntaxerror' does not need to be publicRoberto Ierusalimschy2001-11-161-12/+18
* better syntax for type castsRoberto Ierusalimschy2001-08-311-7/+7
* detailsRoberto Ierusalimschy2001-08-301-2/+3
* warnings/detailsRoberto Ierusalimschy2001-07-211-2/+2
* new reserved words `in' and `global'Roberto Ierusalimschy2001-06-201-5/+6
* cleaner way to ensure alignment for strings and userdataRoberto Ierusalimschy2001-06-151-4/+4
* detailRoberto Ierusalimschy2001-06-131-2/+2
* smaller structs for udata and for stringsRoberto Ierusalimschy2001-06-071-2/+2
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-1/+2
* string [[...]] ignores initial \nRoberto Ierusalimschy2001-03-071-1/+3
* sizeof(string) != strlen(string)+1 when sizeof(char) != 1Roberto Ierusalimschy2001-03-061-2/+2
* buffer should be void *, as char now is not that neutral...Roberto Ierusalimschy2001-02-231-11/+12
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-112/+118
* avoid '...' and "..." inside commentsRoberto Ierusalimschy2001-02-221-7/+7
* better encapsulation of some typesRoberto Ierusalimschy2001-02-221-3/+3
* string pointers are always fully alignedRoberto Ierusalimschy2001-02-091-2/+2
* thead-specific state separated from "global" stateRoberto Ierusalimschy2001-01-191-9/+9
* detailsRoberto Ierusalimschy2001-01-151-4/+1
* small changes in lstringRoberto Ierusalimschy2001-01-101-4/+5
* tighter size for error buffersRoberto Ierusalimschy2001-01-101-3/+4
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-2/+2
* bug: parser overwrites semantic information when looking aheadRoberto Ierusalimschy2000-09-271-14/+14
* `lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy2000-09-111-4/+3