Roberto Ierusalimschy
|
a1e41e3a12
small corrections in error messages
|
29 years ago |
Roberto Ierusalimschy
|
9d0044ce53
"strfind" has an extra parameter to turn off all special characteres.
|
29 years ago |
Roberto Ierusalimschy
|
3636bbad3a
new function "strrep"
|
29 years ago |
Roberto Ierusalimschy
|
c96ad1c945
"strmap" replaced by "strupper" and "strlower" (that's what people will
|
29 years ago |
Roberto Ierusalimschy
|
36dd1af92d
"[^]]" must mean "not ]".
|
29 years ago |
Roberto Ierusalimschy
|
25b6dae7c0
singlematch and item_end are used by "read", in iolib.
|
29 years ago |
Roberto Ierusalimschy
|
1630c2533a
Pattern-Matching!
|
29 years ago |
Roberto Ierusalimschy
|
29f0021837
variables which contain string lengths must be long (if they also may
|
29 years ago |
Roberto Ierusalimschy
|
3ec9ee0d0f
new function "luaI_openlib" to help open libs.
|
29 years ago |
Roberto Ierusalimschy
|
df1ee1fb1c
small "abstraction"
|
29 years ago |
Roberto Ierusalimschy
|
f1d0276684
small bug in strfind.
|
29 years ago |
Roberto Ierusalimschy
|
a275d9a25b
functions "lua_is..." consider coercions.
|
29 years ago |
Roberto Ierusalimschy
|
2fee7e42c9
new option 'q' in function "format".
|
29 years ago |
Roberto Ierusalimschy
|
f1a1eda7c5
old trick in "strsub" does not work with new hash table for strings.
|
29 years ago |
Roberto Ierusalimschy
|
801722825d
"lua_check_number" accepts strings convertible to numbers.
|
29 years ago |
Roberto Ierusalimschy
|
ca7be1cfeb
elimination of function "int2str", as it can be replaced by "format('%c', .)"
|
29 years ago |
Roberto Ierusalimschy
|
5b71ab780c
add_char now is global.
|
29 years ago |
Roberto Ierusalimschy
|
5f664a4516
error functions are shared by all libraries
|
30 years ago |
Roberto Ierusalimschy
|
ae808860ae
new functions: "ascii" and "int2str",
|
30 years ago |
Roberto Ierusalimschy
|
2d053126e6
new function for copy strings (strdup is not ANSI)
|
30 years ago |
Roberto Ierusalimschy
|
dd28b830e9
a null lua_Object is LUA_NOOBJECT, not NULL.
|
30 years ago |
Roberto Ierusalimschy
|
f4591397da
strdup is done via mem.c to control its memory allocation
|
31 years ago |
Roberto Ierusalimschy
|
53c0a0f43c
function 'strfind' now has two optional parameters, to specify where
|
31 years ago |
Roberto Ierusalimschy
|
fad57bfa00
new constant LUA_NOOBJECT.
|
31 years ago |
Roberto Ierusalimschy
|
5dfd17dd76
new API function 'lua_pushliteral'
|
31 years ago |
Roberto Ierusalimschy
|
2b5bc5d1a8
new module for memory allocation
|
31 years ago |
Roberto Ierusalimschy
|
1a6536aaad
deletion of 'include mm.h'
|
31 years ago |
Waldemar Celes
|
c364c7286f
inclusao de 'lualib.h' para ter prototipos das funcoes de
|
31 years ago |
Waldemar Celes
|
3577eb6f13
Acrescentar o include do gerenciador de memoria "mm".
|
31 years ago |
Waldemar Celes
|
212fdf861a
String library to LUA
|
32 years ago |