Age | Commit message (Collapse) | Author |
|
Do not use `ipairs()` and use more consistent variable names among other things.
|
|
|
|
Makes use of an external luautf8 library, but only a subset of it.
|
|
|
|
|
|
|
|
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
|
|
|
|
|
|
The `bit32` library makes bit shifting easier.
|
|
Patched Scintilla to prevent warning on widget destroy.
|
|
|
|
|
|
|
|
This speeds up `io.save_all_files()`, particularly on remote filesystems.
Thanks to Ivan Baidakou.
|
|
|
|
|
|
|
|
Thanks to Niklas Wallén.
|
|
|
|
|
|
|
|
`spawn()` now accepts an environment parameter.
Requires lspawn r40 (changeset 4709ecca2dd4).
|
|
|
|
|
|
|
|
Thanks to Giovanni Salmeri.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This requires lspawn r34 (changeset 85eadda7da2a).
|
|
|
|
|
|
|
|
|
|
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
This is to avoid 3rd party language module breakage in 7.x. Will be removed in
8.0.
|
|
|
|
|
|
|
|
|
|
Made a note in module documentation that there has been a traditional keychain
reserved for use by language modules.
|