Roberto Ierusalimschy
|
a275d9a25b
functions "lua_is..." consider coercions.
|
29 years ago |
Roberto Ierusalimschy
|
675e608325
new functions "rename" and "tmpname".
|
29 years ago |
Roberto Ierusalimschy
|
40306b10db
small corrections.
|
29 years ago |
Roberto Ierusalimschy
|
c7e834f424
function "write_quoted" rewritten more clearly.
|
29 years ago |
Roberto Ierusalimschy
|
168a865e60
more appropriate error message for "date"
|
29 years ago |
Roberto Ierusalimschy
|
73be918285
a backslash followed by a newline allows the newline to go into
|
29 years ago |
Roberto Ierusalimschy
|
ca412214cb
new function "date", replaces old "date" and "time".
|
29 years ago |
Roberto Ierusalimschy
|
5fa51fc426
new option "q" in function "write", to write literal strings.
|
29 years ago |
Roberto Ierusalimschy
|
55a70c9719
"read('s')" was "eating" delimiter.
|
29 years ago |
Roberto Ierusalimschy
|
be48c4d91e
add_char now is global.
|
29 years ago |
Roberto Ierusalimschy
|
cd54c95ee1
bug: "read" with format MUST read given number of chars (if file ends
|
29 years ago |
Roberto Ierusalimschy
|
0c3e0fd95d
"read" must return 'nil' on EOF.
|
30 years ago |
Roberto Ierusalimschy
|
f57afd6e32
re-implementation of functions "write" and "read"
|
30 years ago |
Roberto Ierusalimschy
|
f9a9bd77e4
print_stack now gets a parameter (file to print);
|
30 years ago |
Roberto Ierusalimschy
|
15d48576ea
functions now may be declared with any "var" as a name;
|
30 years ago |
Roberto Ierusalimschy
|
ebcf546a55
small changes in the format of debug information.
|
30 years ago |
Roberto Ierusalimschy
|
d80659759b
new module luadebug.h.
|
30 years ago |
Roberto Ierusalimschy
|
b074306267
bug. "fgets" reads n-1 chars.
|
30 years ago |
Roberto Ierusalimschy
|
ec785a1d65
new option for "writeto" and "readfrom", to allow piped I/O on
|
30 years ago |
Roberto Ierusalimschy
|
bb00cd66a7
function "stat" needs "sys/types.h"
|
30 years ago |
Roberto Ierusalimschy
|
6198626138
libs should not use Lua internal functions (like mem.h).
|
30 years ago |
Waldemar Celes
|
e4c69cf917
correcao de bug na construcao do formato.
|
31 years ago |
Roberto Ierusalimschy
|
fad57bfa00
new constant LUA_NOOBJECT.
|
31 years ago |
Roberto Ierusalimschy
|
84b99d25ad
debug message goes to stderr
|
31 years ago |
Roberto Ierusalimschy
|
2b5bc5d1a8
new module for memory allocation
|
31 years ago |
Roberto Ierusalimschy
|
5e60b961de
small changes to avoid shadowing
|
31 years ago |
Waldemar Celes
|
2f1de3b1e1
implementacao das funcoes 'date', 'time' e 'beep'.
|
31 years ago |
Roberto Ierusalimschy
|
1a6536aaad
deletion of 'include mm.h'
|
31 years ago |
Waldemar Celes
|
fca10c6733
Aumentar buffer para saida.
|
31 years ago |
Waldemar Celes
|
6bc68d4645
Acertar bug para evitar formato "%5.0s", por exemplo.
|
31 years ago |