Roberto Ierusalimschy
|
6af005ec20
bug: when `read' fails it must return nil (and not no value)
|
24 years ago |
Roberto Ierusalimschy
|
1db05793a0
`time' does not need to correct its table argument (use `date' for that)
|
24 years ago |
Roberto Ierusalimschy
|
af97be026b
new function for time and date
|
24 years ago |
Roberto Ierusalimschy
|
4894c27962
lua_Number defined in lua.h (1st version)
|
25 years ago |
Roberto Ierusalimschy
|
35d6b15057
some cleaning
|
25 years ago |
Roberto Ierusalimschy
|
67c1afff59
lua_settagmethod does not return old tag method
|
25 years ago |
Roberto Ierusalimschy
|
2cbbf3933a
new macro LUALIB_API (so the lib can be a separate DLL)
|
25 years ago |
Roberto Ierusalimschy
|
89f98c0995
in function `read_file', realloc() doesn't free the buffer if it can't
|
25 years ago |
Roberto Ierusalimschy
|
b892f0a877
new API function `createuserdata'
|
25 years ago |
Roberto Ierusalimschy
|
64eecc0b82
new macro LUA_API
|
25 years ago |
Roberto Ierusalimschy
|
f6834f4393
new API function `lua_type' + new type lua_Type
|
25 years ago |
Roberto Ierusalimschy
|
f9dd50cefc
`read("*w")' should return nil at EOF
|
25 years ago |
Roberto Ierusalimschy
|
620d22f2a0
new API function lua_rawget
|
25 years ago |
Roberto Ierusalimschy
|
f45cba42b5
details for OLD_ANSI
|
25 years ago |
Roberto Ierusalimschy
|
5d033f33eb
details in ERRORMESSAGE
|
25 years ago |
Roberto Ierusalimschy
|
c1f725ba4a
read patterns (deprecated) use new auxlib's buffer system
|
25 years ago |
Roberto Ierusalimschy
|
d1c351857d
ERRORMESSAGE uses auxlib's buffer to build message string
|
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
|
6e80c1cde1
new version for API
|
25 years ago |
Roberto Ierusalimschy
|
f0b3cd1d6f
new API functions `pop', `insert', and `move'
|
25 years ago |
Roberto Ierusalimschy
|
10b4799ce5
details
|
25 years ago |
Roberto Ierusalimschy
|
a97f29f154
explicit stack control in the API
|
25 years ago |
Roberto Ierusalimschy
|
ac12f4db4b
C upvalues are the last arguments to a function
|
25 years ago |
Roberto Ierusalimschy
|
9fdf73bc9a
first version for new API
|
25 years ago |
Roberto Ierusalimschy
|
e662e0f1cd
simpler way to access _INPUT and _OUTPUT
|
25 years ago |
Roberto Ierusalimschy
|
ddc8d94a08
new name for `lua_[sg]etglobaltable'
|
25 years ago |
Roberto Ierusalimschy
|
e238efc536
default now is multi-state
|
25 years ago |
Roberto Ierusalimschy
|
52062684e1
better control over use of `errno'
|
25 years ago |
Roberto Ierusalimschy
|
1de5587184
`lua.h' is included before any other Lua header file
|
25 years ago |