Karsten Hopp 5ac229
To: vim_dev@googlegroups.com
Karsten Hopp 5ac229
Subject: Patch 7.3.460
Karsten Hopp 5ac229
Fcc: outbox
Karsten Hopp 5ac229
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 5ac229
Mime-Version: 1.0
Karsten Hopp 5ac229
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 5ac229
Content-Transfer-Encoding: 8bit
Karsten Hopp 5ac229
------------
Karsten Hopp 5ac229
Karsten Hopp 5ac229
Patch 7.3.460
Karsten Hopp 5ac229
Problem:    Win32: UPX does not compress 64 bit binaries.
Karsten Hopp 5ac229
Solution:   Mention and add the alternative: mpress. (Dave Bodenstab)
Karsten Hopp 5ac229
Files:	    src/INSTALLpc.txt, src/Make_ming.mak
Karsten Hopp 5ac229
Karsten Hopp 5ac229
Karsten Hopp 5ac229
*** ../vim-7.3.459/src/INSTALLpc.txt	2011-07-15 13:51:57.000000000 +0200
Karsten Hopp 5ac229
--- src/INSTALLpc.txt	2012-02-29 14:01:34.000000000 +0100
Karsten Hopp 5ac229
***************
Karsten Hopp 5ac229
*** 239,244 ****
Karsten Hopp 5ac229
--- 239,250 ----
Karsten Hopp 5ac229
  found at
Karsten Hopp 5ac229
      http://www.upx.org/
Karsten Hopp 5ac229
  
Karsten Hopp 5ac229
+ As of 2011, UPX still does not support compressing 64-bit EXE's; if you have
Karsten Hopp 5ac229
+ built a 64-bit vim then an alternative to UPX is 'MPRESS'. MPRESS can be found
Karsten Hopp 5ac229
+ at:
Karsten Hopp 5ac229
+     http://www.matcode.com/mpress.htm
Karsten Hopp 5ac229
+ 
Karsten Hopp 5ac229
+ 
Karsten Hopp 5ac229
  ADDITION: NLS support with MinGW
Karsten Hopp 5ac229
  
Karsten Hopp 5ac229
  (by Eduardo F. Amatria <eferna1@platea.pntic.mec.es>)
Karsten Hopp 5ac229
*** ../vim-7.3.459/src/Make_ming.mak	2011-10-12 14:11:43.000000000 +0200
Karsten Hopp 5ac229
--- src/Make_ming.mak	2012-02-29 16:54:09.000000000 +0100
Karsten Hopp 5ac229
***************
Karsten Hopp 5ac229
*** 14,22 ****
Karsten Hopp 5ac229
  # it's just run out of memory or something.  Run again, and it will continue
Karsten Hopp 5ac229
  # with 'xxd'.
Karsten Hopp 5ac229
  #
Karsten Hopp 5ac229
! # "make upx" makes *compressed* versions of the GUI and console EXEs, using the
Karsten Hopp 5ac229
! # excellent UPX compressor:
Karsten Hopp 5ac229
  #     http://upx.sourceforge.net/
Karsten Hopp 5ac229
  #
Karsten Hopp 5ac229
  # Maintained by Ron Aaron <ronaharon@yahoo.com>
Karsten Hopp 5ac229
  # updated 2003 Jan 20
Karsten Hopp 5ac229
--- 14,24 ----
Karsten Hopp 5ac229
  # it's just run out of memory or something.  Run again, and it will continue
Karsten Hopp 5ac229
  # with 'xxd'.
Karsten Hopp 5ac229
  #
Karsten Hopp 5ac229
! # "make upx" makes *compressed* versions of the 32 bit GUI and console EXEs,
Karsten Hopp 5ac229
! # using the excellent UPX compressor:
Karsten Hopp 5ac229
  #     http://upx.sourceforge.net/
Karsten Hopp 5ac229
+ # "make mpress" uses the MPRESS compressor for 32- and 64-bit EXEs:
Karsten Hopp 5ac229
+ #     http://www.matcode.com/mpress.htm
Karsten Hopp 5ac229
  #
Karsten Hopp 5ac229
  # Maintained by Ron Aaron <ronaharon@yahoo.com>
Karsten Hopp 5ac229
  # updated 2003 Jan 20
Karsten Hopp 5ac229
***************
Karsten Hopp 5ac229
*** 640,645 ****
Karsten Hopp 5ac229
--- 642,651 ----
Karsten Hopp 5ac229
  	upx gvim.exe
Karsten Hopp 5ac229
  	upx vim.exe
Karsten Hopp 5ac229
  
Karsten Hopp 5ac229
+ mpress: exes
Karsten Hopp 5ac229
+ 	mpress gvim.exe
Karsten Hopp 5ac229
+ 	mpress vim.exe
Karsten Hopp 5ac229
+ 
Karsten Hopp 5ac229
  xxd/xxd.exe: xxd/xxd.c
Karsten Hopp 5ac229
  	$(MAKE) -C xxd -f Make_ming.mak CC=$(CC)
Karsten Hopp 5ac229
  
Karsten Hopp 5ac229
*** ../vim-7.3.459/src/version.c	2012-02-29 13:58:43.000000000 +0100
Karsten Hopp 5ac229
--- src/version.c	2012-02-29 16:54:40.000000000 +0100
Karsten Hopp 5ac229
***************
Karsten Hopp 5ac229
*** 716,717 ****
Karsten Hopp 5ac229
--- 716,719 ----
Karsten Hopp 5ac229
  {   /* Add new patch number below this line */
Karsten Hopp 5ac229
+ /**/
Karsten Hopp 5ac229
+     460,
Karsten Hopp 5ac229
  /**/
Karsten Hopp 5ac229
Karsten Hopp 5ac229
-- 
Karsten Hopp 5ac229
hundred-and-one symptoms of being an internet addict:
Karsten Hopp 5ac229
119. You are reading a book and look for the scroll bar to get to
Karsten Hopp 5ac229
     the next page.
Karsten Hopp 5ac229
Karsten Hopp 5ac229
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 5ac229
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 5ac229
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 5ac229
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///