~peter-pearse/ubuntu/natty/unzip/prop001

« back to all changes in this revision

Viewing changes to cmsmvs/unzvmc.exec

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2009-05-08 20:02:40 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090508200240-7l4gypruop5863bd
* New upstream release. Closes: #496989.
* Enabled new Unicode support. Closes: #197427. This may or may not work
  for your already created zipfiles, but it's not a bug unless they were
  created using the Unicode feature present in zip 3.0.
* Built using DATE_FORMAT=DF_YMD so that unzip -l show dates in ISO format,
  as that's the only available one which makes sense. Closes: #312886.
* Enabled new bzip2 support. Closes: #426798.
* Exit code for zipgrep should now be the right one. Closes: #441997.
* The reason why a file may not be created is now shown. Closes: #478791.
* Summary of changes in this version not being the debian/* files:
- Manpages in section 1, not 1L.
- Branding patch. UnZip by Debian. Original by Info-ZIP.
- Always #include <unistd.h>. Debian GNU/kFreeBSD needs it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
'cc unzip c 'parms
14
14
say 'Compiling CRC32 C...'
15
15
'cc crc32 c 'parms
16
 
say 'Compiling CRCTAB C...'
17
 
'cc crctab c 'parms
18
16
say 'Compiling CRYPT C...'
19
17
'cc crypt c 'parms
20
18
say 'Compiling ENVARGS C...'
47
45
'cc vmmvs c 'parms
48
46
 
49
47
say 'Linking all files...'
50
 
'cmod unzip unzip crc32 crctab crypt envargs explode extract fileio globals',
 
48
'cmod unzip unzip crc32 crypt envargs explode extract fileio globals',
51
49
           'inflate list match process ttyio unreduce unshrink zipinfo vmmvs'
52
50
say 'All Done!'
53
51
say "To run enter : UNZIP parms"