aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* detailRoberto Ierusalimschy2001-03-071-2/+2
|
* open functions are lua_CfunctionsRoberto Ierusalimschy2001-03-067-32/+42
|
* sizeof(string) != strlen(string)+1 when sizeof(char) != 1Roberto Ierusalimschy2001-03-063-6/+6
|
* details (identation)Roberto Ierusalimschy2001-03-021-21/+28
|
* lower-case for macros with argumentsRoberto Ierusalimschy2001-03-0210-156/+156
|
* buffer should be void *, as char now is not that neutral...Roberto Ierusalimschy2001-02-231-3/+4
| | | | + little bug in pointer arithmetic
* buffer should be void *, as char now is not that neutral...Roberto Ierusalimschy2001-02-235-20/+21
|
* detailRoberto Ierusalimschy2001-02-232-4/+4
|
* `llimits' may need definitions from LUA_USER_HRoberto Ierusalimschy2001-02-231-1/+3
|
* `atoi' does not have a wide-char equivalentRoberto Ierusalimschy2001-02-231-2/+2
|
* details for wcharRoberto Ierusalimschy2001-02-238-26/+30
|
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-2340-1121/+1151
|
* _ERRORMESSAGE called through get global tag methodRoberto Ierusalimschy2001-02-231-4/+3
|
* avoid name clash with `sys/stat'Roberto Ierusalimschy2001-02-231-3/+3
|
* avoid '...' and "..." inside commentsRoberto Ierusalimschy2001-02-2212-60/+60
|
* better encapsulation of some typesRoberto Ierusalimschy2001-02-2210-64/+83
|
* warnings from Visual C++Roberto Ierusalimschy2001-02-211-3/+3
|
* small bug in testing (pushuserdata needs some memory to work...)Roberto Ierusalimschy2001-02-211-7/+6
|
* `dostring' now is safe to run binary code.Roberto Ierusalimschy2001-02-201-4/+3
|
* code check for upvaluesRoberto Ierusalimschy2001-02-206-18/+21
|
* detailRoberto Ierusalimschy2001-02-201-2/+3
|
* better separation between basic typesRoberto Ierusalimschy2001-02-2019-92/+121
|
* better strucuture for code checkerRoberto Ierusalimschy2001-02-161-46/+49
|
* details.Roberto Ierusalimschy2001-02-141-4/+6
|
* more liberal syntax for expressionsRoberto Ierusalimschy2001-02-141-81/+70
|
* better way to handle multi-line input (with concat)Roberto Ierusalimschy2001-02-141-29/+29
|
* more secure definition for lua_concatRoberto Ierusalimschy2001-02-142-16/+15
|
* tests for string alignmentRoberto Ierusalimschy2001-02-131-9/+23
|
* details (smaller code)Roberto Ierusalimschy2001-02-131-36/+28
|
* checking consistency of jumps.Roberto Ierusalimschy2001-02-121-2/+2
|
* checking consistency of jumps (and some other details)Roberto Ierusalimschy2001-02-121-26/+75
|
* some compilers (wrongly) complain about thatRoberto Ierusalimschy2001-02-121-2/+2
|
* better API checksRoberto Ierusalimschy2001-02-122-22/+61
|
* detailsRoberto Ierusalimschy2001-02-121-25/+30
|
* detailsRoberto Ierusalimschy2001-02-093-8/+9
|
* string pointers are always fully alignedRoberto Ierusalimschy2001-02-0911-51/+47
|
* new semantics for pushuserdata (no more different userdatas with same value)Roberto Ierusalimschy2001-02-095-25/+34
|
* new semantics for pushuserdataRoberto Ierusalimschy2001-02-091-2/+2
|
* `tostring' uses type names (when available)Roberto Ierusalimschy2001-02-091-4/+9
|
* first version of code verificationRoberto Ierusalimschy2001-02-093-48/+128
|
* detailsRoberto Ierusalimschy2001-02-091-11/+7
|
* <read(0)> tests for EOFRoberto Ierusalimschy2001-02-091-13/+21
|
* warnings from Visual CRoberto Ierusalimschy2001-02-082-6/+6
|
* new way to handle top x L->topRoberto Ierusalimschy2001-02-079-180/+153
|
* easier to add new initialization functionsRoberto Ierusalimschy2001-02-063-12/+14
|
* better use of extra include files (both for tests and for old_ansi)Roberto Ierusalimschy2001-02-065-136/+118
|
* ESC (which starts precompiled code) in C is \33, not \27Roberto Ierusalimschy2001-02-062-2/+7
|
* detailsRoberto Ierusalimschy2001-02-052-12/+10
|
* extended syntax to allow function a.b.c (x)Roberto Ierusalimschy2001-02-051-8/+12
|
* detailsRoberto Ierusalimschy2001-02-027-17/+17
|