summaryrefslogtreecommitdiff
path: root/ltests.c
Commit message (Expand)AuthorAgeFilesLines
* no varargs in Lua APIRoberto Ierusalimschy2000-06-301-3/+2
* tests for locals and line numbersRoberto Ierusalimschy2000-06-281-19/+40
* new version of debug systemRoberto Ierusalimschy2000-06-261-2/+2
* detailsRoberto Ierusalimschy2000-06-211-2/+2
* `lua.h' is included before any other Lua header fileRoberto Ierusalimschy2000-06-121-2/+3
* access to `values' in TObject always through macrosRoberto Ierusalimschy2000-06-081-3/+3
* new test function to list strings from a functionRoberto Ierusalimschy2000-06-021-1/+20
* changed to test macros for single-state useRoberto Ierusalimschy2000-06-021-134/+136
* functions `for...' and `raw...' are obsolete nowRoberto Ierusalimschy2000-05-261-11/+16
* array `luaK_opproperties' keeps delta stack and mode for each opcodeRoberto Ierusalimschy2000-05-221-58/+29
* first implementation of `for' over tablesRoberto Ierusalimschy2000-05-151-3/+5
* string hash uses one single hash tableRoberto Ierusalimschy2000-05-101-12/+11
* global variables are stored in a Lua tableRoberto Ierusalimschy2000-05-081-5/+2
* optimization for SETLOCAL was too specific.Roberto Ierusalimschy2000-04-141-6/+6
* optimization INCLOCAL is not necessary, with `for'Roberto Ierusalimschy2000-04-131-4/+1
* keep opcodes in the right orderRoberto Ierusalimschy2000-04-121-3/+3
* first implementation of FORRoberto Ierusalimschy2000-04-121-1/+3
* name changes + new operation - old operationRoberto Ierusalimschy2000-04-071-7/+7
* new functions: disassembler and get limit.Roberto Ierusalimschy2000-04-061-8/+144
* more information about memory useRoberto Ierusalimschy2000-03-161-1/+2
* some name changesRoberto Ierusalimschy2000-03-101-3/+3
* need "string.h" to use "strchr".Roberto Ierusalimschy2000-02-211-1/+2
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-3/+3
* error in call must be propagatedRoberto Ierusalimschy2000-01-241-2/+2
* new debug API (first version)Roberto Ierusalimschy2000-01-191-5/+1
* detailsRoberto Ierusalimschy2000-01-131-3/+3
* comments.Roberto Ierusalimschy1999-12-271-2/+2
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-231-1/+12
* module for internal use only, with functions for internal testsRoberto Ierusalimschy1999-12-141-0/+273