Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
24 years ago |
Roberto Ierusalimschy
|
f81b8adb3f
string [[...]] ignores initial \n
|
24 years ago |
Roberto Ierusalimschy
|
e9a3820370
sizeof(string) != strlen(string)+1 when sizeof(char) != 1
|
24 years ago |
Roberto Ierusalimschy
|
dfd7ce74cf
buffer should be void *, as char now is not that neutral...
|
24 years ago |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 years ago |
Roberto Ierusalimschy
|
5f37134e64
avoid '...' and "..." inside comments
|
24 years ago |
Roberto Ierusalimschy
|
52ee91dd73
better encapsulation of some types
|
24 years ago |
Roberto Ierusalimschy
|
d2e340f467
string pointers are always fully aligned
|
24 years ago |
Roberto Ierusalimschy
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
Roberto Ierusalimschy
|
619edfd9e4
details
|
24 years ago |
Roberto Ierusalimschy
|
08496eea8b
small changes in lstring
|
24 years ago |
Roberto Ierusalimschy
|
595e449537
tighter size for error buffers
|
24 years ago |
Roberto Ierusalimschy
|
64eecc0b82
new macro LUA_API
|
25 years ago |
Roberto Ierusalimschy
|
282ab366f4
bug: parser overwrites semantic information when looking ahead
|
25 years ago |
Roberto Ierusalimschy
|
8060193702
`lauxlib' is now part of the libraries (not used by core Lua)
|
25 years ago |
Roberto Ierusalimschy
|
787a78f83e
new scheme for buffers
|
25 years ago |
Roberto Ierusalimschy
|
5c0e79847c
pragmas are no longer supported
|
25 years ago |
Roberto Ierusalimschy
|
e238efc536
default now is multi-state
|
25 years ago |
Roberto Ierusalimschy
|
0802a9df9e
no more options for debug information: it is always on
|
25 years ago |
Roberto Ierusalimschy
|
b69e712713
new way to generate SETLINEs
|
25 years ago |
Roberto Ierusalimschy
|
feb2083730
better control of source name
|
25 years ago |
Roberto Ierusalimschy
|
1de5587184
`lua.h' is included before any other Lua header file
|
25 years ago |
Roberto Ierusalimschy
|
c39345fba3
no more pragmas
|
25 years ago |
Roberto Ierusalimschy
|
58fbdc76d5
better implementation for looh-ahead
|
25 years ago |
Roberto Ierusalimschy
|
677313da32
bug: record-constructor starting with an upvalue name gets an error
|
25 years ago |
Roberto Ierusalimschy
|
ef62b340e0
code cleaner for 16 bits.
|
25 years ago |
Roberto Ierusalimschy
|
11a7022067
global variables are stored in a Lua table
|
25 years ago |
Roberto Ierusalimschy
|
f9cf402fbd
first implementation of FOR
|
25 years ago |
Roberto Ierusalimschy
|
42130ed712
name changes
|
25 years ago |
Roberto Ierusalimschy
|
22329e4cdf
implementation of BREAK
|
25 years ago |