~ubuntu-branches/ubuntu/quantal/unzip/quantal

« back to all changes in this revision

Viewing changes to wince/README

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2009-05-08 20:02:40 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090508200240-rk23wg0jdoyc6caj
Tags: 6.0-1
* 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:
130
130
     api.c        crypt.h      globals.c    process.c    unzip.h
131
131
     consts.h     ebcdic.h     globals.h    ttyio.c      unzpriv.h
132
132
     crc32.c      explode.c    inflate.c    ttyio.h      unzvers.h
133
 
     crctab.c     extract.c    inflate.h    unreduce.c   zip.h
 
133
     crc32.h      extract.c    inflate.h    unreduce.c   zip.h
134
134
     crypt.c      fileio.c     list.c       unshrink.c
135
135
 
136
136
_______________________________________________________________________________
182
182
    wince/wcemain.c             main entry point
183
183
    unzip.c                     unzip command line interface
184
184
    crc32.c                     CRC-32 calculation
185
 
    crctab.c                    lookup table for CRC-32
186
185
    crypt.c                     decryption support
187
186
    extract.c                   general archive extraction handling
188
187
    fileio.c                    internal I/O helper routines
208
207
    wince/wince.h               WinCE C(++) library roundups
209
208
 
210
209
    consts.h                    global constant data
 
210
    crc32.h                     CRC-32 calculation interface
211
211
    crypt.h                     decryption interface
212
212
    ebcdic.h                    ASCII <--> EBCDIC translation
213
 
    tables.h                    codepage translation tables
214
213
    ttyio.h                     console I/O interface
215
214
    unzvers.h                   version/release information
216
215
    wince/intrface.h            public entities in wince/intrface.cpp