Commit Graph

  • 9832f6b186 small bug Roberto Ierusalimschy 2005-04-29 10:54:05 -03:00
  • 8e696dd14a detail Roberto Ierusalimschy 2005-04-29 10:53:59 -03:00
  • c3939f5786 comment Roberto Ierusalimschy 2005-04-29 09:43:47 -03:00
  • bcc4089a7d comment Roberto Ierusalimschy 2005-04-27 15:53:53 -03:00
  • cf5d1bdd76 nesting of long strings only in compatibility mode Roberto Ierusalimschy 2005-04-27 15:37:51 -03:00
  • 8718fda9b2 added LUAI_FUNC to functions not in the API Roberto Ierusalimschy 2005-04-25 16:24:10 -03:00
  • 8c3c3e7691 small bug for tail-recursive debugging Roberto Ierusalimschy 2005-04-14 10:30:47 -03:00
  • 04f657c7f8 new protocol to open standard libraries Roberto Ierusalimschy 2005-04-13 14:24:20 -03:00
  • 2873d4efff stack could overflow with too many command-line arguments Roberto Ierusalimschy 2005-04-11 15:01:35 -03:00
  • a7ea0c71e8 detail Roberto Ierusalimschy 2005-04-11 15:01:29 -03:00
  • b1957b1e8e detail for Windows (untested) Roberto Ierusalimschy 2005-04-07 10:52:45 -03:00
  • a17e1fe124 new organization using only one library Roberto Ierusalimschy 2005-04-07 10:52:19 -03:00
  • fabf5db237 C stack is the same for the parser and the interpreter, so depth control should be unified in both parts. Roberto Ierusalimschy 2005-04-07 10:09:07 -03:00
  • de0bfe33b7 new definition for `lua_number2int' for Windows (not tested yet!) Roberto Ierusalimschy 2005-04-06 14:30:13 -03:00
  • 9768e2f681 detail Roberto Ierusalimschy 2005-04-05 12:57:59 -03:00
  • 71eb824036 details Roberto Ierusalimschy 2005-04-05 12:35:15 -03:00
  • 7b6c3b463e small optimizations Roberto Ierusalimschy 2005-04-05 10:41:29 -03:00
  • 0316308c0d removed dirt optimizations that gave small gains Roberto Ierusalimschy 2005-04-04 15:12:51 -03:00
  • 409ee99900 detail Roberto Ierusalimschy 2005-04-01 10:51:37 -03:00
  • 445eda7ead details Roberto Ierusalimschy 2005-03-30 16:50:29 -03:00
  • 092dc95b06 using require' to implement -l' Roberto Ierusalimschy 2005-03-29 13:47:48 -03:00
  • e6e543a534 better control for compatibility code Roberto Ierusalimschy 2005-03-29 13:20:48 -03:00
  • 1c9c886974 standard configuration should run out-of-the-box in "any" system Roberto Ierusalimschy 2005-03-29 11:30:16 -03:00
  • ade585bdf9 no more LUA_FIRSTINDEX Roberto Ierusalimschy 2005-03-28 14:17:53 -03:00
  • 04c41444e2 wrong comment corrected Roberto Ierusalimschy 2005-03-28 09:53:40 -03:00
  • 03fb3c39d4 change #ifdef' for #if defined' Roberto Ierusalimschy 2005-03-23 14:51:11 -03:00
  • 8af1ca02e0 LUA_USERCONFIG is no longer necessary Roberto Ierusalimschy 2005-03-23 14:50:49 -03:00
  • f1eb79fdf4 some line-edit facilities must free the line after its use Roberto Ierusalimschy 2005-03-22 13:55:35 -03:00
  • 408cb71795 avoid name conflict with some spurious included header files Roberto Ierusalimschy 2005-03-22 13:54:29 -03:00
  • 390256edf7 better name for GC pause Roberto Ierusalimschy 2005-03-22 13:04:29 -03:00
  • ad24cff0f1 lua_gc(STEP) returns whether collection cycle finished Roberto Ierusalimschy 2005-03-21 15:12:21 -03:00
  • 6d475731ca cleaner configuration for lua.c Roberto Ierusalimschy 2005-03-21 15:12:07 -03:00
  • f41fc0eb0e small bug: a GC step was not proportional to its "size" Roberto Ierusalimschy 2005-03-18 17:11:28 -03:00
  • d872090248 small errors in previous `ci' of luaconf.h. Roberto Ierusalimschy 2005-03-18 15:55:45 -03:00
  • fb0f95a2b7 call limit may be larger than shorts Roberto Ierusalimschy 2005-03-18 15:55:09 -03:00
  • d3a6d95b9a more cleaning on configurations Roberto Ierusalimschy 2005-03-18 15:02:04 -03:00
  • 47984a0cc2 internal definitions have prefix `luai_' Roberto Ierusalimschy 2005-03-18 15:01:37 -03:00
  • 086d6b09ce avoid name colision with `close' function Roberto Ierusalimschy 2005-03-18 15:01:14 -03:00
  • bfe2905618 avoid too much configuration options Roberto Ierusalimschy 2005-03-18 13:38:43 -03:00
  • 2cbd9eecfb try to avoid warnings Roberto Ierusalimschy 2005-03-18 13:38:02 -03:00
  • 4494094031 detail Roberto Ierusalimschy 2005-03-16 17:02:48 -03:00
  • 04bbd01171 new operation *t (for size of t) (may yet be removed...) Roberto Ierusalimschy 2005-03-16 13:59:21 -03:00
  • 9ffae705ee new "primitive" getn Roberto Ierusalimschy 2005-03-16 13:58:41 -03:00
  • 6bfef60e77 bug: rawset/rawget do not ignore extra arguments Roberto Ierusalimschy 2005-03-11 12:51:08 -03:00
  • 370d31a559 luac´ -> luai' (to avoid confusion with other luac stuff) Roberto Ierusalimschy 2005-03-09 13:28:07 -03:00
  • f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them must have a lua/LUA prefix). Roberto Ierusalimschy 2005-03-08 17:10:05 -03:00
  • d3902cfa81 entries `{[...] = ...}' need space too. Roberto Ierusalimschy 2005-03-08 15:16:45 -03:00
  • b5b230d95c fewer #include's in luaconf.h Roberto Ierusalimschy 2005-03-08 15:09:16 -03:00
  • 7d57ea70bc new mod' (%') operator Roberto Ierusalimschy 2005-03-08 15:00:16 -03:00
  • 2d5b923759 details Roberto Ierusalimschy 2005-03-08 10:37:55 -03:00
  • 192d185492 C module names may have an optional `l' prefix Roberto Ierusalimschy 2005-03-08 10:27:36 -03:00
  • e010ef8948 detail Roberto Ierusalimschy 2005-03-07 15:27:34 -03:00
  • 1e48b20ce0 loadlib' not global anymore (packaged inside package') Roberto Ierusalimschy 2005-03-07 15:07:34 -03:00
  • d1ed6e4c07 small bug: must use original (previous) base Roberto Ierusalimschy 2005-03-07 13:59:01 -03:00
  • b6a7983b65 USHRT_MAX may not fit in a (16-bit) int Roberto Ierusalimschy 2005-03-07 13:58:27 -03:00
  • 49f90ffdeb new functions (to complete math.h) Roberto Ierusalimschy 2005-03-04 15:57:03 -03:00
  • dcabf721f8 "coroutine.current" -> "running" (compatible with "running" status) Roberto Ierusalimschy 2005-02-28 14:24:41 -03:00
  • 5eeff89f32 comments Roberto Ierusalimschy 2005-02-28 12:59:11 -03:00
  • d6143b1d7b avoid access to undefined global variables Roberto Ierusalimschy 2005-02-28 12:58:48 -03:00
  • d55bb795fa details Roberto Ierusalimschy 2005-02-23 14:30:22 -03:00
  • d84cc9d2db small bug Roberto Ierusalimschy 2005-02-18 10:50:08 -02:00
  • 7d45a5f48f C functions and userdata also have environments Roberto Ierusalimschy 2005-02-18 10:40:02 -02:00
  • 73d7640244 more secure way to stop GC cycles during finalizers Roberto Ierusalimschy 2005-02-14 11:19:50 -02:00
  • a9af455b32 detail Roberto Ierusalimschy 2005-02-14 11:19:44 -02:00
  • 678d2fb2ac all collected userdata must go to the end of the list of finalizers Roberto Ierusalimschy 2005-02-11 18:03:35 -02:00
  • af39352632 LUA_PATH_SEP -> LUA_PATHSEP Roberto Ierusalimschy 2005-02-10 15:12:02 -02:00
  • 4df8800a01 cleaner way to free all objects Roberto Ierusalimschy 2005-02-10 11:25:02 -02:00
  • 0e60572606 values holded in open upvalues of suspended threads may be incorrectly collected Roberto Ierusalimschy 2005-01-19 15:03:47 -02:00
  • 621ef9f767 better control over GC collors of upvalues Roberto Ierusalimschy 2005-01-19 13:54:26 -02:00
  • d89a56f869 small warning in C++ Roberto Ierusalimschy 2005-01-18 15:23:25 -02:00
  • 334ba8132b cleaner way to remark open upvalues Roberto Ierusalimschy 2005-01-18 15:18:09 -02:00
  • ac71a0891d detail Roberto Ierusalimschy 2005-01-17 21:50:55 -02:00
  • 8e346d875a auxiliar patch to monitor garbage collection Roberto Ierusalimschy 2005-01-14 12:21:16 -02:00
  • 5be517602e no more generational collector (and no more `noinc' mode) Roberto Ierusalimschy 2005-01-14 12:19:42 -02:00
  • d2bda8046c new implementation for loaders Roberto Ierusalimschy 2005-01-14 12:17:18 -02:00
  • a72fbf794d detail Roberto Ierusalimschy 2005-01-10 17:16:29 -02:00
  • 8ddfe3df29 macros for all arithmetic operations over lua_Numbers Roberto Ierusalimschy 2005-01-10 16:17:39 -02:00
  • 6eb68ba57a all function declarations surround name with parentheses Roberto Ierusalimschy 2005-01-10 15:31:50 -02:00
  • a27497aa03 debug.traceback' gets an optional initial level' parameter Roberto Ierusalimschy 2005-01-10 15:21:10 -02:00
  • 0480ea0886 gets `debug.traceback' current when error occurs Roberto Ierusalimschy 2005-01-10 15:21:10 -02:00
  • 162b66624d no more `lua_userinit' macro Roberto Ierusalimschy 2005-01-10 14:31:30 -02:00
  • e791f025c0 no more `_TRACEBACK' variable Roberto Ierusalimschy 2005-01-10 14:30:59 -02:00
  • f61d435a7d a^b calls `pow´ (from math.h) directly Roberto Ierusalimschy 2005-01-07 18:00:33 -02:00
  • 071b2ae0e1 details Roberto Ierusalimschy 2005-01-07 17:53:32 -02:00
  • e2498e079e change in hash algorithm so that it does not need empty slot (tables can be 100% full) Roberto Ierusalimschy 2005-01-05 16:20:51 -02:00
  • 65726f3e2e cleaner interface to `ltable' Roberto Ierusalimschy 2005-01-04 13:55:12 -02:00
  • 9fe2d0266a better configuration for Windows Roberto Ierusalimschy 2005-01-04 10:46:04 -02:00
  • e22cdf7752 better error messages when require fails for C module Roberto Ierusalimschy 2004-12-29 16:56:34 -02:00
  • a5eb48a3e6 redesigned loadlib (Windows version not tested yet) Roberto Ierusalimschy 2004-12-27 13:58:15 -02:00
  • 49fe79e9fd small change Roberto Ierusalimschy 2004-12-27 13:58:15 -02:00
  • 96727c61b8 several improvements/corrections Roberto Ierusalimschy 2004-12-22 15:43:27 -02:00
  • d5ebc3ff6d small changes Roberto Ierusalimschy 2004-12-22 11:05:33 -02:00
  • 3d19aee78f `luac' may generate code without upvalue names Roberto Ierusalimschy 2004-12-20 13:50:00 -02:00
  • 4194de70e7 details Roberto Ierusalimschy 2004-12-20 11:47:29 -02:00
  • c6254dceff a different option for the GC Roberto Ierusalimschy 2004-12-13 10:15:11 -02:00
  • a56d889f72 corrections for `absent' implementation Roberto Ierusalimschy 2004-12-13 10:14:21 -02:00
  • 2ec4fc4295 simpler code for `print' Roberto Ierusalimschy 2004-12-07 16:31:34 -02:00
  • 70751dd27c details Roberto Ierusalimschy 2004-12-07 16:31:16 -02:00
  • 39a8082f50 more options for controling the GC Roberto Ierusalimschy 2004-12-06 15:53:42 -02:00
  • 531874f6ce better (correct?) way to handle `next' over removed keys Roberto Ierusalimschy 2004-12-04 16:10:22 -02:00