Lines Matching full:-
4 -------------------------------
21 + better handling of end-of-line in the lexer.
23 + better support for 64-bit machines.
28 -------------------------------
38 + new block comments: --[[ ... ]].
46 + fixed and-or priorities.
56 + new, signal-safe, hook scheme.
59 + new, faster, register-based virtual machine.
69 + safe garbage-collector metamethods.
76 -------------------------------
84 (still available with -DCOMPAT_READPATTERNS.)
86 (old semantics still available with -DLUA_COMPAT_ARGRET)
90 + New API: fully re-entrant, simpler, and more efficient.
94 + non-recursive garbage-collector algorithm.
97 + improved support for 16-bit machines (we hope).
100 + new -f option in Lua to support #! scripts.
104 -------------------------------
115 -------------------------------
118 - local variables in chunks.
119 - better scope control with DO block END.
120 - constructors can now be also written: { record-part; list-part }.
121 - more general syntax for function calls and lvalues, e.g.:
126 + major code re-organization and clean-up; reduced module interdependecies.
133 + complete debug information stored in pre-compiled chunks.
135 handles control-C interruptions gracefully.
138 -------------------------------
140 Tag methods replace fallbacks as the meta-mechanism for extending the
153 -------------------------------
157 + better support for 16- and 64-bit machines
161 -------------------------------
171 -------------------------------
177 -------------------------------
178 + object-oriented support