make_squishy: Fix traceback when file doesn't contain any path component

make_squishy: Fix traceback on modules that couldn't be found on the filesystem (thanks Valerio)

squish: Handle nil errors when can't pack a module

gzip: Enably uglify for gzip decompression code (reduces gzip fixed overhead by 1K)

gzip: Some changes to make embedding decompression code compatible with uglify

README: Update for new --uglify-level=full

uglify: Fix logic that determines whether we can uglify a file

uglify: Support for uglifying identifiers and string literals too (--uglify-level=full)

README: Add gzip

Update Makefile and squishy to build in gzip

gzip: Add support for gzipping output files, based on a very hacked compress.deflatelua by David Manura

squish: Insert a space before ending our wrapper function, in case the module doesn't end with whitespace already

compile: Update copy of minichunkspy.lua (new release)

uglify: Preserve the uglified module's return value(s)

Don't let squishy file override the user's specified output file, if one

squish.lua: Small fix to comment

Fixes for handling binary resources

Obey --no-recursion option

make_squishy: Disable resolution of binary modules for now

make_squishy: Add help text

Add squish.debug to .hgignore

Add local/ to .hgignore

Add .hgignore to .hgignore

-g == --debug

compile: Use minichunkspy for stripping debug info

Add to README about make_squishy

make_squishy: Automatically scan sources looking for modules and generate a squishy file

Add virtual IO section to the README

Rename --enable-virtual-io to --virtual-io

Update README to reflect --debug change

(0) -50 -30 +30 tip

mercurial