243 Commits (57c0db219b9ee48d951adf68a577b4eec5309e57)

Author SHA1 Message Date
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy dfaf8c5291 details 23 years ago
Roberto Ierusalimschy 1e81da51ba new API for registry and C upvalues + new implementation for references 23 years ago
Roberto Ierusalimschy 8e9b1e4ae9 details 23 years ago
Roberto Ierusalimschy 33d820d41d new syntax "= exp" to rpint exp + simplifications 24 years ago
Roberto Ierusalimschy 186111dc01 unused definition 24 years ago
Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy cb49b088b6 old signature for lua_open 24 years ago
Roberto Ierusalimschy a90f06dcd8 `atoi' does not have a wide-char equivalent 24 years ago
Roberto Ierusalimschy 35023355f2 details for wchar 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 29371ecfe8 better way to handle multi-line input (with concat) 24 years ago
Roberto Ierusalimschy 322b7b5fc5 easier to add new initialization functions 24 years ago
Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 24 years ago
Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 24 years ago
Roberto Ierusalimschy 4ff5545709 new macro pushliteral 24 years ago
Roberto Ierusalimschy 8b88ab07f7 more controled use of `sprintf' 24 years ago
Roberto Ierusalimschy e93c4547fe no more USERINIT (macro) 24 years ago
Roberto Ierusalimschy 46b543ebef better treatment for errors inside _ERRORMETHOD 24 years ago
Roberto Ierusalimschy d8a442206d lua_state (now called `L') should not be global 24 years ago
Roberto Ierusalimschy 30f6e658d2 `lua_newstate' renamed to `lua_open' 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 d63afba9d3 negative stack sizes are invalid, too. 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 d1ffd1a1c5 details 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 435f587ed0 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy ae55f3eead no varargs in Lua API 25 years ago
Roberto Ierusalimschy 88657809ac details 25 years ago
Roberto Ierusalimschy e3ea307434 small changes to allow redefinition of some buffer sizes. 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 8ac0bbf64b new option `-c' to close lua. 25 years ago
Roberto Ierusalimschy 0b56646baf new function `getargs' 25 years ago
Roberto Ierusalimschy 556a89e537 new names for debug types 25 years ago
Roberto Ierusalimschy 441469f803 new option `-s' + argv ends with NULL (so we don't need argc). 25 years ago
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
Roberto Ierusalimschy 228a62f799 details 25 years ago
Roberto Ierusalimschy 33d3504889 new debug API 25 years ago
Roberto Ierusalimschy aee07c6599 details 25 years ago
Roberto Ierusalimschy 3daeabb606 new way to pass arguments: with option `-f' 25 years ago
Roberto Ierusalimschy de65253f2d new way to handle _PROMPT 25 years ago
Roberto Ierusalimschy 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy 951897c093 last warnings in Visual C 25 years ago
Roberto Ierusalimschy a34677e4f4 details 25 years ago
Roberto Ierusalimschy a7fa7bafc8 new warnings with option "-W" (gcc) 25 years ago