Lines Matching refs:now
32 + standard libraries now packaged in tables.
64 + lua.c now runs the environment variable LUA_INIT, if present. It can
79 + uniform treatment of globals: globals are now stored in a Lua table.
83 + general read patterns now deprecated.
87 + garbage collection tag methods for tables now deprecated.
88 + there is now only one tag method for order.
98 + code now compiles unmodified as both ANSI C and C++.
101 + luac can now combine text and binaries.
120 - constructors can now be also written: { record-part; list-part }.
125 + strings may now contain arbitrary binary data (e.g., embedded zeros).
131 + the default for numbers is now double.
134 + sample interpreter now prompts user when run interactively, and also
150 + luac can now also undump.
154 + io and string libraries are now based on pattern matching;
156 + dofile and dostring can now return values (via return statement)
172 + functions now may be declared with any "lvalue" as a name