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

Commit Graph

  • e10788b2ff reorganization of `stat' function. Roberto Ierusalimschy 1999-09-20 11:15:18 -03:00
  • 7eb2f18621 remove of some useless #includes Roberto Ierusalimschy 1999-09-17 13:53:54 -03:00
  • a8a75fb7ab details Roberto Ierusalimschy 1999-09-13 16:42:02 -03:00
  • ae3ecc2d4a tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. Roberto Ierusalimschy 1999-09-08 17:45:18 -03:00
  • 2e13cd77ab new interface for `luaO_strtod', which now checks signal, too. Roberto Ierusalimschy 1999-09-06 17:34:18 -03:00
  • ff9c0da783 test first the most common case. Roberto Ierusalimschy 1999-09-06 17:19:22 -03:00
  • f7fe04d4b7 details. Roberto Ierusalimschy 1999-09-06 12:24:46 -03:00
  • 82699d0c4f new interface for `luaO_strtod', which now checks signal, too. Roberto Ierusalimschy 1999-09-06 10:55:09 -03:00
  • 88866208f0 luaL_arg_check' always has an extramsg'. Roberto Ierusalimschy 1999-09-06 10:13:03 -03:00
  • 7d365a5c7a in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname could realloc f->consts. Roberto Ierusalimschy 1999-09-02 10:13:22 -03:00
  • 52a206366d bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname could realloc f->consts. Roberto Ierusalimschy 1999-09-02 10:13:22 -03:00
  • b2c89ed2d2 new mechanism to access argv from a script Roberto Ierusalimschy 1999-08-18 14:40:54 -03:00
  • 2a03170ebd random(0) and random(x,0) are wrong (0 is read as no argument!). Roberto Ierusalimschy 1999-08-18 11:40:51 -03:00
  • 05f55cc062 more warning checking (mainly related to const strings). Roberto Ierusalimschy 1999-08-17 17:21:52 -03:00
  • c787dccd9b "const" !!! Roberto Ierusalimschy 1999-08-16 17:52:00 -03:00
  • b44e35b773 new constants LUA_NOREF and LUA_REFNIL. Roberto Ierusalimschy 1999-08-11 14:00:59 -03:00
  • 21843f022a writeto, readfrom, and closefile must return an error code when closing a file. Roberto Ierusalimschy 1999-08-10 10:05:16 -03:00
  • 900257e814 char-set may contain '%]' Roberto Ierusalimschy 1999-08-10 09:55:56 -03:00
  • a82c8185bc details Roberto Ierusalimschy 1999-08-10 09:55:47 -03:00
  • 4bbe0679a8 variables _INPUT and _OUTPUT should be read as rawglobal. Roberto Ierusalimschy 1999-07-22 16:35:50 -03:00
  • 438598aeea details. Roberto Ierusalimschy 1999-07-22 16:35:41 -03:00
  • e9a670695a details Roberto Ierusalimschy 1999-07-22 16:29:42 -03:00
  • 16024861bd new format for numbers in precompiled code (as strings) v3.2 Roberto Ierusalimschy 1999-07-08 09:43:23 -03:00
  • 3f43aaa23f new RedHat defines PI :-( Roberto Ierusalimschy 1999-07-07 14:54:08 -03:00
  • 3b4c831ca9 some systems do not reset signal handlers when a signal happens Roberto Ierusalimschy 1999-07-02 15:22:38 -03:00
  • 3fdab3981b no more automatic setlocale. Roberto Ierusalimschy 1999-06-24 16:42:02 -03:00
  • 88b65da4d7 simplifications. Roberto Ierusalimschy 1999-06-23 10:48:39 -03:00
  • 521b38532a better interfaces for luaD_calln (x luaD_call) Roberto Ierusalimschy 1999-06-22 17:37:23 -03:00
  • 36b6fe8d17 better treatment for arbitrary limits Roberto Ierusalimschy 1999-06-17 14:04:03 -03:00
  • d4dce57f5c cannot assign to unlimited variables, because it causes overflow in the number of returns of a function. Roberto Ierusalimschy 1999-06-16 10:35:01 -03:00
  • 5c19ed2a13 bigger limit for number of local variables and upvalues Roberto Ierusalimschy 1999-06-16 10:22:04 -03:00
  • 5caf7f4a33 tremove erases its previous last element (to avoid locking potential garbagge). Roberto Ierusalimschy 1999-05-27 17:21:03 -03:00
  • 3b533ea7c7 foreach, foreachi, foreachvar points to function in stack when stack can be reallocated. Roberto Ierusalimschy 1999-05-24 14:53:49 -03:00
  • 995775e1cb tighter control on the stack when debugging Roberto Ierusalimschy 1999-05-24 14:53:03 -03:00
  • abfc885079 when debugging, move and erase old blocks to realloc. Roberto Ierusalimschy 1999-05-24 14:51:05 -03:00
  • 613b60c156 detail Roberto Ierusalimschy 1999-05-21 16:54:06 -03:00
  • cdd0fe9946 some C compilers cannot initialize a local struct Roberto Ierusalimschy 1999-05-21 16:41:49 -03:00
  • bc8619342a better control of stack size (only for DEBUG). Roberto Ierusalimschy 1999-05-21 14:23:15 -03:00
  • 48326500d0 longer marks when controling memory leaks Roberto Ierusalimschy 1999-05-20 17:43:06 -03:00
  • c8d219798a lhf Roberto Ierusalimschy 1999-05-17 11:12:01 -03:00
  • 34695d4f4a details (message text) Roberto Ierusalimschy 1999-05-14 09:24:20 -03:00
  • 924bbe020b bigger limits Roberto Ierusalimschy 1999-05-14 09:24:04 -03:00
  • 3aa500b524 new pattern item '+' Roberto Ierusalimschy 1999-05-11 17:46:28 -03:00
  • f1861ee210 no more beta Roberto Ierusalimschy 1999-05-11 17:29:19 -03:00
  • 705eae9fe4 there is no need for a size for Cblocks Roberto Ierusalimschy 1999-05-11 17:08:20 -03:00
  • 6eb1399a1c array Cblocks should grow dynamically Roberto Ierusalimschy 1999-05-11 11:19:32 -03:00
  • c390f73e3b block must always have a power-of-2 size (even at the limit) Roberto Ierusalimschy 1999-05-11 11:18:40 -03:00
  • 73308c7605 warnings by clinio Roberto Ierusalimschy 1999-05-10 10:54:01 -03:00
  • 288fa05602 opcodes with LONGARG do not use byte variants. Roberto Ierusalimschy 1999-05-06 11:41:41 -03:00
  • 7808ea3a5f new implementation for '*' in patterns + new option '+' Roberto Ierusalimschy 1999-05-05 16:23:11 -03:00
  • 732741b62f cannot use (i=i+1) Roberto Ierusalimschy 1999-05-05 16:21:57 -03:00
  • cc0f635ef7 '$' at end of pattern was matching regular '$', too. Roberto Ierusalimschy 1999-04-30 11:12:05 -03:00
  • e64dbc390a new version is beta. v3.2-beta Roberto Ierusalimschy 1999-04-15 09:33:19 -03:00
  • a0fd8d1787 manual for 3.2 beta should be the same one that for 3.2. Roberto Ierusalimschy 1999-04-14 17:47:12 -03:00
  • d9d04a9274 "read_pattern" could lock when reading a lookahead from stdin. Roberto Ierusalimschy 1999-04-14 17:40:32 -03:00
  • b4ad600b93 numbers are stored in ascii format for better portability and simplicity Roberto Ierusalimschy 1999-04-13 17:16:37 -03:00
  • cb7f027380 IMtable must be initialized (and IMtable_size is not needed any more) due to new way to handle growing vectors (previous modification). Roberto Ierusalimschy 1999-04-13 16:30:51 -03:00
  • 0bbd96bd5f details. Roberto Ierusalimschy 1999-04-13 16:28:49 -03:00
  • 4eb67aa710 changes from lhf. Roberto Ierusalimschy 1999-04-07 13:40:04 -03:00
  • 0133610315 format for function prototypes. Roberto Ierusalimschy 1999-04-07 12:37:02 -03:00
  • de04533dc0 better the old way, using upvalues to keep iotag. Roberto Ierusalimschy 1999-04-05 16:47:05 -03:00
  • 7c9aee64c2 new version by lhf. Roberto Ierusalimschy 1999-03-30 17:29:34 -03:00
  • e0ff4e5d22 first version about Lua debug library. Roberto Ierusalimschy 1999-03-29 11:21:37 -03:00
  • bf7f85d609 GC of files is tricky when Lua is being closed... Roberto Ierusalimschy 1999-03-26 10:48:26 -03:00
  • a775a2d81a check first whether function is global. Roberto Ierusalimschy 1999-03-26 10:14:00 -03:00
  • e9aa98d594 do not generate SETLINE after main (it will be after last line) Roberto Ierusalimschy 1999-03-25 18:06:57 -03:00
  • 3e9c6a8a24 details Roberto Ierusalimschy 1999-03-25 18:05:05 -03:00
  • 1f4e2ba7b2 more precise debug information about local variables Roberto Ierusalimschy 1999-03-23 16:58:37 -03:00
  • d6ff06751a new functions openfile and closefile; new way to keep file handle tags. Roberto Ierusalimschy 1999-03-16 17:07:54 -03:00
  • 7a11c7f8e4 details Roberto Ierusalimschy 1999-03-16 13:43:27 -03:00
  • c454dc7bdd no more if expressions. Roberto Ierusalimschy 1999-03-11 16:00:12 -03:00
  • 82ad0d5770 details Roberto Ierusalimschy 1999-03-11 15:59:19 -03:00
  • 256d1bea08 missing #include Roberto Ierusalimschy 1999-03-10 11:23:07 -03:00
  • f2d35bdc78 format for file source is independent of "ldo". Roberto Ierusalimschy 1999-03-10 11:19:41 -03:00
  • 2679461637 no more assignment expressions (they don't fit in Lua...) Roberto Ierusalimschy 1999-03-10 11:09:45 -03:00
  • 0870a2d1d8 new opcode TAILCALL Roberto Ierusalimschy 1999-03-05 18:16:07 -03:00
  • 78edc241e9 details about debug info. Roberto Ierusalimschy 1999-03-05 17:45:01 -03:00
  • e907c711c0 "feof" may be a macro. Roberto Ierusalimschy 1999-03-05 10:15:50 -03:00
  • 5a8bb00df4 storing chunk "sources" instead of "filenames". Roberto Ierusalimschy 1999-03-04 18:23:39 -03:00
  • 677188de8a details. Roberto Ierusalimschy 1999-03-04 18:15:50 -03:00
  • 6233d21c9d file stream cannot call fread after EOF. Roberto Ierusalimschy 1999-03-04 11:50:26 -03:00
  • ab8ea5c38a warnings Roberto Ierusalimschy 1999-03-01 17:22:16 -03:00
  • ae9fd122fa vector do not need to grow until MINSIZE Roberto Ierusalimschy 1999-03-01 14:49:13 -03:00
  • da18ec5d54 warnings... Roberto Ierusalimschy 1999-03-01 14:49:04 -03:00
  • 038848eccd better control of vector when DEBUGing Roberto Ierusalimschy 1999-02-26 12:50:10 -03:00
  • b678e465a1 warnings in Solaris Roberto Ierusalimschy 1999-02-26 12:49:53 -03:00
  • 72d675aba7 macros "growvector" and "reallocvector" more compact Roberto Ierusalimschy 1999-02-26 12:48:55 -03:00
  • ba57f7d946 details Roberto Ierusalimschy 1999-02-26 12:48:30 -03:00
  • e63b542c9b comments Roberto Ierusalimschy 1999-02-26 12:19:54 -03:00
  • 6a853fcb8b details (from lhf) Roberto Ierusalimschy 1999-02-25 18:07:26 -03:00
  • 31bea2190b small correction Roberto Ierusalimschy 1999-02-25 16:20:40 -03:00
  • 4b954e9b2e details (from lhf) Roberto Ierusalimschy 1999-02-25 16:13:56 -03:00
  • 055823c04d "L->Mbuffbase" is better kept as offset instead of pointer Roberto Ierusalimschy 1999-02-25 12:17:01 -03:00
  • 26d1e21c89 new way to handle "growing" vectors Roberto Ierusalimschy 1999-02-25 12:16:26 -03:00
  • 24a2c08145 details Roberto Ierusalimschy 1999-02-24 18:31:03 -03:00
  • 9d7bae0b6a better instrumentation for internal debugging Roberto Ierusalimschy 1999-02-24 14:55:51 -03:00
  • 082aded149 warnings Roberto Ierusalimschy 1999-02-24 12:37:19 -03:00
  • aa9c75c06e no more EXTRALIBS (and new dependencies) Roberto Ierusalimschy 1999-02-23 12:01:29 -03:00
  • f04c83e075 new function "lua_next" (+ new implementation for "next") Roberto Ierusalimschy 1999-02-23 11:57:28 -03:00
  • c364e9f97e LONGARGW (for completeness). Roberto Ierusalimschy 1999-02-23 10:38:38 -03:00