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

« back to all changes in this revision

Viewing changes to vms/UNZIP_MSG.MSG

  • 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:
 
1
!    VMS Error Message Source File for UnZip
 
2
!
 
3
! Because the facility code was formally assigned by HP, the .FACILITY
 
4
! directive below specifies /SYSTEM.  Because the messages are, in
 
5
! general, specific to UnZip, this file is not compiled with /SHARED.
 
6
! For example:
 
7
!
 
8
!    MESSAGE /OBJECT = [.dest]UNZIP_MSG.OBJ /NOSYMBOLS [.VMS]UNZIP_MSG.MSG
 
9
!
 
10
!    LINK /SHAREABLE = [.dest]UNZIP_MSG.EXE [.dest]UNZIP_MSG.OBJ
 
11
!
 
12
!-----------------------------------------------------------------------
 
13
 
 
14
.TITLE  Info-ZIP UnZip Error Messages
 
15
.FACILITY IZ_UNZIP, 1954 /SYSTEM
 
16
.IDENT 'V6.0-000'
 
17
 
 
18
! PK_
 
19
.BASE 0
 
20
OK      /SUCCESS      <Normal successful completion>
 
21
.BASE 2
 
22
WARN    /WARNING      <Generic warning - bad CRC, unknown compress method, ...>
 
23
.BASE 4
 
24
ERR     /ERROR        <Error in zipfile>
 
25
.BASE 6
 
26
BADERR  /SEVERE       <Error in zipfile>
 
27
.BASE 8
 
28
MEM     /SEVERE       <insufficient memory (init)>
 
29
.BASE 10
 
30
MEM2    /SEVERE       <insufficient memory (password)>
 
31
.BASE 12
 
32
MEM3    /SEVERE       <insufficient memory (file expand)>
 
33
.BASE 14
 
34
MEM4    /SEVERE       <insufficient memory (memory expand)>
 
35
.BASE 16
 
36
MEM5    /SEVERE       <insufficient memory (???)>
 
37
.BASE 18
 
38
NOZIP   /ERROR        <zipfile not found>
 
39
.BASE 20
 
40
PARAM   /ERROR        <Invalid parameters specified on command line>
 
41
.BASE 22
 
42
FIND    /ERROR        <No files found to extract or view>
 
43
 
 
44
.BASE 100
 
45
DISK    /SEVERE       <I/O error - disk full, ...>
 
46
.BASE 102
 
47
EOF     /SEVERE       <Unexpected end-of-file in zipfile>
 
48
 
 
49
! IZ_
 
50
.BASE 160
 
51
CTRLC   /ERROR        <User interrupt (CRTL/C)>
 
52
.BASE 162
 
53
UNSUP   /ERROR        <Unsupported compression or encryption for all files>
 
54
.BASE 164
 
55
BADPWD  /ERROR        <Bad decryption password for all files>
 
56
.BASE 166
 
57
ERRBF   /ERROR        <Large-file archive, small-file program>
 
58
 
 
59
.END