1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

Commit Graph

  • 37e9c2e744 macro DEBUG renamed to LUA_DEBUG Roberto Ierusalimschy 2000-10-30 14:29:59 -02:00
  • e42a219eeb `lua_typename' accepts LUA_TNONE Roberto Ierusalimschy 2000-10-30 11:07:48 -02:00
  • b3959d58ff Roberto Ierusalimschy 2000-10-30 10:50:09 -02:00
  • f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). Roberto Ierusalimschy 2000-10-30 10:38:50 -02:00
  • 728ff20701 details Roberto Ierusalimschy 2000-10-30 10:20:29 -02:00
  • 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) Roberto Ierusalimschy 2000-10-27 14:15:53 -02:00
  • e2b6b7de1b details Roberto Ierusalimschy 2000-10-27 09:39:52 -02:00
  • 563b1f5704 new way to ensure uniqueness of registry keys Roberto Ierusalimschy 2000-10-26 17:04:22 -02:00
  • 4670476584 details. Roberto Ierusalimschy 2000-10-26 16:44:26 -02:00
  • 89f98c0995 in function `read_file', realloc() doesn't free the buffer if it can't allocate new memory Roberto Ierusalimschy 2000-10-26 10:53:55 -02:00
  • b892f0a877 new API function `createuserdata' Roberto Ierusalimschy 2000-10-26 10:47:05 -02:00
  • aadc35449e lua_settag does not pop its argument Roberto Ierusalimschy 2000-10-24 17:19:15 -02:00
  • cdc8139e29 registry mechanism Roberto Ierusalimschy 2000-10-24 17:12:06 -02:00
  • e833bd47c9 comments Roberto Ierusalimschy 2000-10-24 14:05:59 -02:00
  • b7ffb128cb it is unsafe to allow Lua to get gc tag methods Roberto Ierusalimschy 2000-10-20 14:57:42 -02:00
  • 64eecc0b82 new macro LUA_API Roberto Ierusalimschy 2000-10-20 14:39:03 -02:00
  • 8b88ab07f7 more controled use of `sprintf' Roberto Ierusalimschy 2000-10-20 14:36:32 -02:00
  • 2779ceeb12 ((n)-1) may be negative (-1), and so it is not wise to keep it as unsigned Roberto Ierusalimschy 2000-10-18 15:19:09 -02:00
  • e93c4547fe no more USERINIT (macro) Roberto Ierusalimschy 2000-10-17 11:36:24 -02:00
  • 0ffc676ce7 details Roberto Ierusalimschy 2000-10-11 14:47:50 -02:00
  • 18fb3ddb89 details. Roberto Ierusalimschy 2000-10-10 17:52:58 -02:00
  • 2bddbe6603 cannot change filename' before eventual call to freopen' Roberto Ierusalimschy 2000-10-10 17:51:39 -02:00
  • e323338fd0 `nlineinfo' must include end flag. Roberto Ierusalimschy 2000-10-10 17:51:15 -02:00
  • 46b543ebef better treatment for errors inside _ERRORMETHOD Roberto Ierusalimschy 2000-10-09 13:46:43 -02:00
  • 79909a92e1 details Roberto Ierusalimschy 2000-10-09 11:47:46 -02:00
  • d6232a0b2e better treatment for source names Roberto Ierusalimschy 2000-10-09 11:47:32 -02:00
  • ae63a0e692 new implementation for some API functions Roberto Ierusalimschy 2000-10-06 16:29:26 -03:00
  • cd3d446957 detail Roberto Ierusalimschy 2000-10-06 16:28:47 -03:00
  • f01e6c6f1d small optimization in `sort' Roberto Ierusalimschy 2000-10-06 16:13:29 -03:00
  • ad3816d0d1 luaD_call is more uniform Roberto Ierusalimschy 2000-10-06 09:45:25 -03:00
  • 046a3d6173 tag methods are always functions, so don't need to store a whole object Roberto Ierusalimschy 2000-10-05 10:00:17 -03:00
  • 001f2bdd0e new definition for types-tags Roberto Ierusalimschy 2000-10-05 09:14:08 -03:00
  • cd2ddaded9 call hooks can only be called when pc' is active (that is, inside execute'...) Roberto Ierusalimschy 2000-10-04 09:16:08 -03:00
  • d68209e822 details. Roberto Ierusalimschy 2000-10-03 11:27:44 -03:00
  • 1088cde03c easier way to change type Number Roberto Ierusalimschy 2000-10-03 11:03:21 -03:00
  • 6759f3ec5e no more `proprietary' convertion algorithm (too complex) Roberto Ierusalimschy 2000-10-03 11:03:21 -03:00
  • f6834f4393 new API function `lua_type' + new type lua_Type Roberto Ierusalimschy 2000-10-02 17:10:55 -03:00
  • 78bc8e553d new API for garbage collector Roberto Ierusalimschy 2000-10-02 11:47:43 -03:00
  • dad808a73a new way to count `nblocks' for GC (try to count bytes). Roberto Ierusalimschy 2000-09-29 09:42:13 -03:00
  • ca7fd50a4e small optimizations Roberto Ierusalimschy 2000-09-29 09:40:56 -03:00
  • 282ab366f4 bug: parser overwrites semantic information when looking ahead Roberto Ierusalimschy 2000-09-27 14:41:58 -03:00
  • 444d6a106b lua_tag should return LUA_NOTAG for non-valid indices Roberto Ierusalimschy 2000-09-27 09:51:39 -03:00
  • 13635f7de7 new version of protected execution Roberto Ierusalimschy 2000-09-25 13:22:42 -03:00
  • d8a442206d lua_state (now called `L') should not be global Roberto Ierusalimschy 2000-09-25 13:15:52 -03:00
  • c9c6f9747c GC may crash when checking C closures Roberto Ierusalimschy 2000-09-25 11:52:10 -03:00
  • c2aa7bd72d bug: lua_gettable does not get key from stack top Roberto Ierusalimschy 2000-09-25 11:48:42 -03:00
  • f9dd50cefc `read("*w")' should return nil at EOF Roberto Ierusalimschy 2000-09-22 15:14:06 -03:00
  • dbde9f8817 wrong assert v4.0-beta Roberto Ierusalimschy 2000-09-21 11:41:25 -03:00
  • 857a1204d8 by lhf Roberto Ierusalimschy 2000-09-21 11:18:43 -03:00
  • d742b88fa1 final version (by lhf) Roberto Ierusalimschy 2000-09-20 15:43:54 -03:00
  • eb822c314a macros to do jumps Roberto Ierusalimschy 2000-09-20 14:57:08 -03:00
  • ab7aceb980 Tochange Roberto Ierusalimschy 2000-09-20 14:21:20 -03:00
  • 72b12e0956 error messages in lower case. Roberto Ierusalimschy 2000-09-20 09:54:17 -03:00
  • 5ed3bcd4ea warnings in Solaris Roberto Ierusalimschy 2000-09-19 05:42:35 -03:00
  • 7508fed673 final version for 4.0 beta Roberto Ierusalimschy 2000-09-18 16:46:37 -03:00
  • aab4fde468 changes by lhf Roberto Ierusalimschy 2000-09-18 16:42:05 -03:00
  • 6ec4a0ef76 updates by lhf Roberto Ierusalimschy 2000-09-18 16:41:16 -03:00
  • 42ca3105ac small "by 1" bug Roberto Ierusalimschy 2000-09-18 16:39:49 -03:00
  • 6030d5fed4 avoid assignment to local structure Roberto Ierusalimschy 2000-09-18 16:39:26 -03:00
  • 91c003dcc2 details Roberto Ierusalimschy 2000-09-18 16:39:18 -03:00
  • 620d22f2a0 new API function lua_rawget Roberto Ierusalimschy 2000-09-14 11:09:31 -03:00
  • f45cba42b5 details for OLD_ANSI Roberto Ierusalimschy 2000-09-13 17:12:14 -03:00
  • 2628a42480 re-implementation of deprecated functions (wiht compiler option) Roberto Ierusalimschy 2000-09-13 16:52:39 -03:00
  • 0b3b6850c9 `back-up' definition for ERRORMESSAGE Roberto Ierusalimschy 2000-09-12 15:42:32 -03:00
  • 5d033f33eb details in ERRORMESSAGE Roberto Ierusalimschy 2000-09-12 15:41:55 -03:00
  • e143fed484 better standard error messages Roberto Ierusalimschy 2000-09-12 15:41:43 -03:00
  • 01ce1ce48c field short_src Roberto Ierusalimschy 2000-09-12 15:38:25 -03:00
  • 024ed4218f better name for source_id (short_src) Roberto Ierusalimschy 2000-09-12 15:38:02 -03:00
  • c1f725ba4a read patterns (deprecated) use new auxlib's buffer system Roberto Ierusalimschy 2000-09-12 10:58:37 -03:00
  • 5d69960734 error codes as strings for dofile and dostring Roberto Ierusalimschy 2000-09-12 10:49:05 -03:00
  • d1c351857d ERRORMESSAGE uses auxlib's buffer to build message string Roberto Ierusalimschy 2000-09-12 10:48:34 -03:00
  • 4ef14ba280 new function `luaL_addstring' Roberto Ierusalimschy 2000-09-12 10:48:22 -03:00
  • b8d57092eb topointer handles only types that have no other "to" function Roberto Ierusalimschy 2000-09-12 10:47:46 -03:00
  • 0f59e3d7a7 details Roberto Ierusalimschy 2000-09-12 10:47:39 -03:00
  • 55c3bc2bcb _ALERT is used (and assumed) only by the libs Roberto Ierusalimschy 2000-09-12 10:46:59 -03:00
  • 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) Roberto Ierusalimschy 2000-09-11 17:29:27 -03:00
  • 2779e81fbb API functions check stack overflow Roberto Ierusalimschy 2000-09-11 16:45:27 -03:00
  • 30f6e658d2 lua_newstate' renamed to lua_open' Roberto Ierusalimschy 2000-09-11 16:42:57 -03:00
  • 787a78f83e new scheme for buffers Roberto Ierusalimschy 2000-09-11 14:38:42 -03:00
  • 70c8a31092 obsolete module Roberto Ierusalimschy 2000-09-11 11:44:38 -03:00
  • 2018380e9f late `lbuiltin.c', now implemented through the official API (and therefore distributed as a regular library). Roberto Ierusalimschy 2000-09-05 16:33:56 -03:00
  • 6e80c1cde1 new version for API Roberto Ierusalimschy 2000-09-05 16:33:32 -03:00
  • f67f324377 deprecated files Roberto Ierusalimschy 2000-09-05 16:28:46 -03:00
  • eebc9729e4 new versions by lhf Roberto Ierusalimschy 2000-09-04 15:53:41 -03:00
  • 6990b06467 finish with parse data before doing main chunk. Roberto Ierusalimschy 2000-09-04 15:52:51 -03:00
  • cad91499dd no more support for single state Roberto Ierusalimschy 2000-09-04 15:27:32 -03:00
  • ebdd4e8451 `call' doesn't use pack anymore Roberto Ierusalimschy 2000-08-31 18:02:55 -03:00
  • 9a21e81907 more builtin functions using official API Roberto Ierusalimschy 2000-08-31 18:01:43 -03:00
  • f0b3cd1d6f new API functions pop', insert', and `move' Roberto Ierusalimschy 2000-08-31 17:23:40 -03:00
  • fb5e6d5ac4 more functions implemented through the official API Roberto Ierusalimschy 2000-08-31 13:52:06 -03:00
  • d63afba9d3 negative stack sizes are invalid, too. Roberto Ierusalimschy 2000-08-31 11:28:17 -03:00
  • 100bfec39a new implementation for `next' Roberto Ierusalimschy 2000-08-31 11:08:27 -03:00
  • a290b84c67 dohook' to abstract callhook' and `linehook' Roberto Ierusalimschy 2000-08-31 10:31:44 -03:00
  • 1022b3c85e minimum size for stack Roberto Ierusalimschy 2000-08-31 10:30:39 -03:00
  • a1d3e001b9 comments Roberto Ierusalimschy 2000-08-31 10:30:22 -03:00
  • 10b4799ce5 details Roberto Ierusalimschy 2000-08-31 10:30:10 -03:00
  • a0de89d62a simpler tests for simpler API Roberto Ierusalimschy 2000-08-31 10:29:47 -03:00
  • 21dc77b2af errors may happen before function start running (with pc=-1) Roberto Ierusalimschy 2000-08-31 10:29:12 -03:00
  • 2d3ebba537 last version before new API Roberto Ierusalimschy 2000-08-30 15:58:46 -03:00
  • a97f29f154 explicit stack control in the API Roberto Ierusalimschy 2000-08-29 17:43:28 -03:00