]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.460
- add patches 7.3.619-743
[packages/vim.git] / 7.3.460
CommitLineData
03d4279c
AM
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.460
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.460
11Problem: Win32: UPX does not compress 64 bit binaries.
12Solution: Mention and add the alternative: mpress. (Dave Bodenstab)
13Files: src/INSTALLpc.txt, src/Make_ming.mak
14
15
16*** ../vim-7.3.459/src/INSTALLpc.txt 2011-07-15 13:51:57.000000000 +0200
17--- src/INSTALLpc.txt 2012-02-29 14:01:34.000000000 +0100
18***************
19*** 239,244 ****
20--- 239,250 ----
21 found at
22 http://www.upx.org/
23
24+ As of 2011, UPX still does not support compressing 64-bit EXE's; if you have
25+ built a 64-bit vim then an alternative to UPX is 'MPRESS'. MPRESS can be found
26+ at:
27+ http://www.matcode.com/mpress.htm
28+
29+
30 ADDITION: NLS support with MinGW
31
32 (by Eduardo F. Amatria <eferna1@platea.pntic.mec.es>)
33*** ../vim-7.3.459/src/Make_ming.mak 2011-10-12 14:11:43.000000000 +0200
34--- src/Make_ming.mak 2012-02-29 16:54:09.000000000 +0100
35***************
36*** 14,22 ****
37 # it's just run out of memory or something. Run again, and it will continue
38 # with 'xxd'.
39 #
40! # "make upx" makes *compressed* versions of the GUI and console EXEs, using the
41! # excellent UPX compressor:
42 # http://upx.sourceforge.net/
43 #
44 # Maintained by Ron Aaron <ronaharon@yahoo.com>
45 # updated 2003 Jan 20
46--- 14,24 ----
47 # it's just run out of memory or something. Run again, and it will continue
48 # with 'xxd'.
49 #
50! # "make upx" makes *compressed* versions of the 32 bit GUI and console EXEs,
51! # using the excellent UPX compressor:
52 # http://upx.sourceforge.net/
53+ # "make mpress" uses the MPRESS compressor for 32- and 64-bit EXEs:
54+ # http://www.matcode.com/mpress.htm
55 #
56 # Maintained by Ron Aaron <ronaharon@yahoo.com>
57 # updated 2003 Jan 20
58***************
59*** 640,645 ****
60--- 642,651 ----
61 upx gvim.exe
62 upx vim.exe
63
64+ mpress: exes
65+ mpress gvim.exe
66+ mpress vim.exe
67+
68 xxd/xxd.exe: xxd/xxd.c
69 $(MAKE) -C xxd -f Make_ming.mak CC=$(CC)
70
71*** ../vim-7.3.459/src/version.c 2012-02-29 13:58:43.000000000 +0100
72--- src/version.c 2012-02-29 16:54:40.000000000 +0100
73***************
74*** 716,717 ****
75--- 716,719 ----
76 { /* Add new patch number below this line */
77+ /**/
78+ 460,
79 /**/
80
81--
82hundred-and-one symptoms of being an internet addict:
83119. You are reading a book and look for the scroll bar to get to
84 the next page.
85
86 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
87/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
88\\\ an exciting new programming language -- http://www.Zimbu.org ///
89 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.063512 seconds and 4 git commands to generate.