Roberto Ierusalimschy
|
1dbe708aa8
new protocol for error handling
|
23 years ago |
Roberto Ierusalimschy
|
eb3de8768a
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
Roberto Ierusalimschy
|
6b8cdc9cdd
Lua now uses only `realloc' for all its memory management
|
23 years ago |
Roberto Ierusalimschy
|
ad7103ea3a
lua_load* defined in auxlib (and so renamed to luaL_load*)
|
23 years ago |
Roberto Ierusalimschy
|
9c3b3f82fe
new commands to test `load'
|
23 years ago |
Roberto Ierusalimschy
|
c18fe57e54
quick-and-dirty function to print code (for debugging Lua)
|
23 years ago |
Roberto Ierusalimschy
|
71144e3ff0
errors `return' int, to avoid warnings
|
23 years ago |
Roberto Ierusalimschy
|
9a0f0dcc77
precompiler may create functions without `lineinfo'
|
23 years ago |
Roberto Ierusalimschy
|
751cd867d3
new way to handle errors
|
23 years ago |
Roberto Ierusalimschy
|
9b38a696d5
avoid names that differ only in capitalization
|
23 years ago |
Roberto Ierusalimschy
|
237969724f
support for `light' userdata + simpler support for `boxed' udata
|
23 years ago |
Roberto Ierusalimschy
|
13ab5a6bb1
details
|
23 years ago |
Roberto Ierusalimschy
|
801aaf37b1
simpler implementation for line information
|
23 years ago |
Roberto Ierusalimschy
|
88c9bf99de
standard libraries in packages
|
23 years ago |
Roberto Ierusalimschy
|
7ff21273d6
implementation of `global' statement
|
23 years ago |
Roberto Ierusalimschy
|
88c7b574cb
`luaA_index' is a local macro now
|
23 years ago |
Roberto Ierusalimschy
|
3b001d9a9d
more tests for boolean API
|
23 years ago |
Roberto Ierusalimschy
|
b0a5e156b8
no more maximum stack size
|
23 years ago |
Roberto Ierusalimschy
|
cbfc581990
details.
|
23 years ago |
Roberto Ierusalimschy
|
c6a108e012
test for lua_pushbool
|
23 years ago |
Roberto Ierusalimschy
|
ca181f31e4
line number in listcode (and tests for replace)
|
23 years ago |
Roberto Ierusalimschy
|
d6fd33e76f
`eventtable' renamed to `metatable'
|
23 years ago |
Roberto Ierusalimschy
|
50e2952593
first version of dynamic stack
|
23 years ago |
Roberto Ierusalimschy
|
d56d4cf776
distinct functions to create/destroy states and threads
|
23 years ago |
Roberto Ierusalimschy
|
ea2a75d19e
new macro lua_userstateopen
|
23 years ago |
Roberto Ierusalimschy
|
09e15692f3
rename of lua_isnull to lua_isnone
|
24 years ago |
Roberto Ierusalimschy
|
9aff171f3b
new type `boolean'
|
24 years ago |
Roberto Ierusalimschy
|
592a309177
tag system replaced by event tables
|
24 years ago |
Roberto Ierusalimschy
|
fca0a12e23
avoid clashing names between macros and fields
|
24 years ago |
Roberto Ierusalimschy
|
72659a0605
no more explicit support for wide-chars; too much troble...
|
24 years ago |