106 Commits (5d834bdf571ef3ee343b21fde2d49de1e4ea08b4)

Author SHA1 Message Date
Roberto Ierusalimschy 9e6aa878c9 string.byte truncates indices out of range 21 years ago
Roberto Ierusalimschy c0fdaf5842 string.byte may return multiple values 21 years ago
Roberto Ierusalimschy 4206d7ed60 `lua_Chunkwriter' returns 0 in case of success 21 years ago
Roberto Ierusalimschy 2b2d8ecd7a details 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 24434b59f7 '%' must be '%%' to avoid formatting problems 21 years ago
Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' 21 years ago
Roberto Ierusalimschy 0ddedaee92 new function `string.reverse' 22 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy 1a553f9199 better error messages 22 years ago
Roberto Ierusalimschy d8a3a00d84 `string.find' also accepts out-of-range indices 22 years ago
Roberto Ierusalimschy 034de1fe73 new names for functions that open C libraries 22 years ago
Roberto Ierusalimschy 8f105d6b59 string.byte returns nil if index is out-of-range 22 years ago
Roberto Ierusalimschy 32fd039bb5 `openlib' functions return new module 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 9b1c586b2f renaming `stringdump' -> `string.dump' 22 years ago
Roberto Ierusalimschy 097edd3884 better names for auxiliar functions 22 years ago
Roberto Ierusalimschy 12c4e48506 `frontier' patterns 23 years ago
Roberto Ierusalimschy 4d7a554921 style for switch statements 23 years ago
Roberto Ierusalimschy cfcf200806 `concat' goes to `table' library 23 years ago
Roberto Ierusalimschy 78c507b7b8 `lua_upcall' -> `lua_call' 23 years ago
Roberto Ierusalimschy d8678edddc luaL_verror -> luaL_error 23 years ago
Roberto Ierusalimschy eb3de8768a `rawcall' -> `upcall' (unprotected call) 23 years ago
Roberto Ierusalimschy 5b8ee9fa8d new names for standard libraries 23 years ago
Roberto Ierusalimschy 71144e3ff0 errors `return' int, to avoid warnings 23 years ago
Roberto Ierusalimschy 85dcb411a8 all textual errors go through `luaL_verror' 23 years ago
Roberto Ierusalimschy 13ab5a6bb1 details 23 years ago
Roberto Ierusalimschy 88c9bf99de standard libraries in packages 23 years ago
Roberto Ierusalimschy c97dc294a9 first implementation of `gfind' 23 years ago
Roberto Ierusalimschy 87b0e3d477 no more `lua_istrue' function 23 years ago
Roberto Ierusalimschy cfaa8fbf1d better check for option in `strfind' 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 070204300c more consistent names for auxlib functions 23 years ago
Roberto Ierusalimschy e7c2eebd87 new function `concat' 23 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy 34a09b65f3 some changes of arguments from char to int 24 years ago
Roberto Ierusalimschy b3dd9b1bb1 `format' can handle \0 in format string (why not?) 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 6d4db86888 open functions are lua_Cfunctions 24 years ago
Roberto Ierusalimschy 9e8a46daa2 details (identation) 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 7e3d3e1f70 details 24 years ago
Roberto Ierusalimschy 4ff5545709 new macro pushliteral 24 years ago
Roberto Ierusalimschy cce8ebd306 obsolete `format' option (d$). 24 years ago
Roberto Ierusalimschy 10ac68c648 first implementation for position captures 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy 35d6b15057 some cleaning 24 years ago