| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | 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. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Requires Scintillua r514 (changeset 8bce8ef421d7). | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | On FreeBSD the https link was problematic. | 
|  |  | 
|  | These flags were causing the nightly builds to fail.
Lua 5.3's 64-bit integers use "long long", which is not supported by c++98.
However, mingw32 has issues with -std=c++0x and apple-darwin does not support it
at all. Instead, resort to disabling the "long long" warning. | 
|  | This fixes a view-specific property bug. | 
|  | LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes. | 
|  |  | 
|  |  | 
|  | This patch was submitted upstream and should not be needed in the next release
of Scintilla. | 
|  |  |