Fri, 17 Mar 2023 11:02:12 +0000 Matthew Wild A range of fixes for Lua 5.2 support lua5.2 tip changeset | files
Fri, 17 Mar 2023 11:01:19 +0000 Matthew Wild squish: Fix generation of custom shebang lua5.2 changeset | files
Fri, 17 Mar 2023 11:00:22 +0000 Matthew Wild Makefile: remove -q by default for easier debugging of build issues lua5.2 changeset | files
Fri, 05 May 2017 09:48:31 +0100 Matthew Wild uglify: Fix 'mode' parameter to io.open (5.2 is more strict) lua5.2 changeset | files
Fri, 05 May 2017 09:47:52 +0100 Matthew Wild squish: Optionally add in a 5.2-compatible module() function (5.2's own compat function is broken) lua5.2 changeset | files
Fri, 05 May 2017 09:44:43 +0100 Matthew Wild minify: Preserve _ENV, as it's lexically significant in 5.2+ lua5.2 changeset | files
Fri, 05 May 2017 09:44:05 +0100 Matthew Wild minify: Return _M from modules that weren't lua5.2 changeset | files
Wed, 10 Feb 2016 12:33:42 +0000 Matthew Wild uglify: Ensure prettified code inherits the current environment, instead of the default global environment default changeset | files
Thu, 31 Dec 2015 20:29:08 +0000 Matthew Wild squish.lua: Add --list-missing-files option changeset | files
Thu, 31 Dec 2015 20:28:50 +0000 Matthew Wild squish.lua: Exit if any modules don't have a path changeset | files
Thu, 31 Dec 2015 20:08:01 +0000 Matthew Wild squish.lua: Remove accidentally-committed debugging changeset | files
Thu, 31 Dec 2015 20:02:17 +0000 Matthew Wild squish.lua: Add --list-files option, which lists out all files required by the squishy file (with the passed command-line options) changeset | files
Thu, 31 Dec 2015 20:01:15 +0000 Matthew Wild squish.lua: Move opening of output file until after resolving modules changeset | files
Tue, 27 Nov 2012 08:25:18 -0800 Matthew Wild Remove shebangs from modules, if any (thanks Markus Stenberg) changeset | files
Fri, 13 Jul 2012 17:14:22 +0100 Matthew Wild Remove uses of getfenv to work around Lua/LuaJIT inconsistency, and as a step towards 5.2 compatibility (thanks mva, Zash) changeset | files
Sat, 24 Sep 2011 19:39:30 +0100 Matthew Wild make_squishy: Match require calls at the start of a line (thanks R D) changeset | files
Sat, 22 Jan 2011 18:04:56 +0000 Matthew Wild Change to behaviour of --debug/-g - at the (temporary) loss of squishing modules -g will now give real tracebacks again with original filenames changeset | files
Tue, 30 Nov 2010 13:22:35 +0000 Matthew Wild squish.lua: AutoFetch file paths can now begin with / or . too changeset | files
Tue, 30 Nov 2010 13:18:47 +0000 Matthew Wild squish.lua: Support for AutoFetch to use file:// URLs changeset | files
Tue, 09 Nov 2010 20:41:21 +0000 Matthew Wild squish.lua: Initialise LuaRocks if available changeset | files
Sun, 10 Oct 2010 13:05:48 +0100 Matthew Wild README: Add 'Building and installing' section changeset | files
Sun, 10 Oct 2010 02:24:41 +0100 Matthew Wild gzip/deflatelua.lua: Move licence to the top and add myself for modifications changeset | files
Sun, 10 Oct 2010 02:24:09 +0100 Matthew Wild COPYRIGHT: Update for 2010 changeset | files
Sun, 10 Oct 2010 02:23:54 +0100 Matthew Wild Add CHANGES file changeset | files
Sun, 10 Oct 2010 01:34:27 +0100 Matthew Wild squish.gzip.lua: Escape \026 in gzipped output to prevent Windows from interpreting it as EOF (thanks to Vadim Peretokin for his persistence!) changeset | files
Sun, 10 Oct 2010 01:32:54 +0100 Matthew Wild squish.gzip.lua: Write code without shebang to temporary file to avoid compressing the shebang and passing it to loadstring changeset | files
Sun, 10 Oct 2010 01:32:11 +0100 Matthew Wild squish.gzip.lua: Open output file in binary mode changeset | files
Sun, 10 Oct 2010 01:31:39 +0100 Matthew Wild squish.uglify.lua: Open output file in binary mode changeset | files
Fri, 06 Aug 2010 20:17:46 +0100 Matthew Wild squish.lua: Only prepend project base path for relative paths specified in the squishy file changeset | files
Thu, 08 Jul 2010 01:14:51 +0100 Matthew Wild make_squishy: Improve 'Couldn't resolve' message changeset | files
(0) -50 -30 tip

mercurial