rr

Berlin, Germany, 10.07.2008, 15:58 |
Info-ZIP Zip version 3.0 (source code) available (Announce) |
Ed Gordon has released Info-ZIP Zip version 3.0 on 05 July 2008.
Home page: http://www.info-zip.org/Zip.html
Download: http://sourceforge.net/project/showfiles.php?group_id=118012&package_id=268777 (no binaries yet!)
Major changes:
* large-file support (i.e., > 2GB)
* support for more than 65536 files per archive
* multi-part archive support
* bzip2 compression support (also on DOS! )
* Unicode (UTF-8) filename and (partial) comment support
* difference mode (for incremental backups)
* filesystem-synch mode
* cross-archive copy mode
* extended progress info and logging
* improved archive-fixing support
* improved streaming and piping
* improved command-line parser
* improved Unix FIFO support
* Unix 32-bit UIDs/GIDs (requires UnZip 6.0 to restore) --- Forum admin |
Rugxulo

Usono, 10.07.2008, 22:26
@ rr
|
Info-ZIP Zip version 3.0 (source code) available |
> Ed Gordon has released Info-ZIP Zip version 3.0 on 05 July 2008.
>
> * large-file support (i.e., > 2GB)
Now, correct me if I'm wrong, but what OSes can use > 2 GB with the DOS version (DJGPP 2.04 only)? I blindly assume not FreeDOS (says DOS386) but EDR-DOS, Win NT 4.0, Win9x, and WinXP etc. should potentially work. |
rr

Berlin, Germany, 11.07.2008, 10:42
@ Rugxulo
|
Info-ZIP Zip version 3.0 (source code) available |
> > * large-file support (i.e., > 2GB)
>
> Now, correct me if I'm wrong, but what OSes can use > 2 GB with the DOS
I have no idea, because I don't use/need such large files. --- Forum admin |
Japheth

Germany (South), 11.07.2008, 11:34
@ Rugxulo
|
Info-ZIP Zip version 3.0 (source code) available |
> Now, correct me if I'm wrong, but what OSes can use > 2 GB with the DOS
> version (DJGPP 2.04 only)? I blindly assume not FreeDOS (says DOS386) but
> EDR-DOS, Win NT 4.0, Win9x, and WinXP etc. should potentially work.
From within a NTVDM in WinXP a DOS application can access a NTFS file which is larger than 2/4 GB. --- MS-DOS forever! |
ho1459

Germany, 15.07.2008, 06:40
@ Rugxulo
|
Info-ZIP Zip version 3.0 (source code) available |
> > Ed Gordon has released Info-ZIP Zip version 3.0 on 05 July 2008.
> >
> > * large-file support (i.e., > 2GB)
>
> Now, correct me if I'm wrong, but what OSes can use > 2 GB with the DOS
> version (DJGPP 2.04 only)? I blindly assume not FreeDOS (says DOS386) but
> EDR-DOS, Win NT 4.0, Win9x, and WinXP etc. should potentially work.
Following should also be supported by FreeDOS
(copied out of my source code, not sure where I found it):
FAT+
FAT plus is a new standard defined by Enhanced Dr-DOS and Free-DOS
developers. It extends the capacity of FAT16 (not very useful) and FAT32
partitions (very useful, called then FAT32+ and supporting files up to 256
GB).
For files larger than 4 GB, in Enhanced DR-DOS 7.01.08 WIP the file pointer
can be set with the following new 64-bit DOS function, shown as a modified
excerpt of Ralf Brown's Interrupt List:
--------O-217142-------------------------------
INT 21 - Enhanced DR-DOS 7.01.08+ - "Long LSEEK" -
SET CURRENT 64-bit FILE POSITION
AX = 7142h
CL = origin of move
00h start of file
01h current file position
02h end of file
BX = file handle
DS:DX = pointer to (signed) 64-bit offset from
origin of new position
Return: CF clear if successful
DS:DX unchanged, new 64-bit position from
start of file written into memory at -> DS:DX
CF set on error
AX = error code (01h,06h) (see #01680 at AH=59h/BX=0000h) |
ecm

Düsseldorf, Germany, 15.07.2008, 18:57
@ ho1459
|
Info-ZIP Zip version 3.0 (source code) available |
> Following should also be supported by FreeDOS
> (copied out of my source code, not sure where I found it):
>
> FAT+
>
> FAT plus is a new standard defined by Enhanced Dr-DOS and Free-DOS
> developers. [...]
Sounds like the Club Dr-DOS Wiki page about FAT+. However I don't know any FreeDOS developer helped Udo in developing the specification and interface. At least FAT+ is not supported by FreeDOS: neither the Kernel nor FreeCOM knows about/uses it. And I think DJGPP does not support it either. --- l |
Rugxulo

Usono, 19.07.2008, 20:35
@ rr
|
Info-ZIP Zip version 3.0 (source code) available |
> Ed Gordon has released Info-ZIP Zip version 3.0 on 05 July 2008.
>
> Home page: http://www.info-zip.org/Zip.html
> Download:
> http://sourceforge.net/project/showfiles.php?group_id=118012&package_id=268777
> (no binaries yet!)
Well, I went ahead and built it myself using both DJGPP 2.04 and OpenWatcom 1.7a:
http://rugxulo.googlepages.com/zip30dj.zip (with Bzip2 support, e.g. "-Z bzip2")
http://rugxulo.googlepages.com/zip30wat.zip (all PMODE/W, all Win32, and zip16 "low mem")
P.S. Things like ZIPSPLIT compile correctly in 16-bit but don't work (and never did, IIRC), just FYI. |
Steve

US, 22.07.2008, 17:21
@ rr
|
Info-ZIP Zip version 3.0 for Win32 available |
2008-07-13
For 32- and 64-bit CPUs. By the GNUWin32 Project
Info and downloads at:
http://gnuwin32.sourceforge.net/packages/zip.htm
Other download site:
http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=16432
A complete installer (zip-3.0-setup.exe) is listed, but can't be downloaded.
Get:
zip-3.0-bin.zip - binaries, plain text manuals
zip-3.0-dep.zip - required bzip2.dll
zip-3.0-doc.zip - optional, manuals in various formats |
Steve

US, 22.07.2008, 17:26
@ Rugxulo
|
Info-ZIP Zip version 3.0 (source code) available |
> http://rugxulo.googlepages.com/zip30dj.zip (with Bzip2 support, e.g.
> "-Z bzip2")
It works! Compression advantage seems to be with larger files. Results with small text files were bigger than without bzip2. With all files tested so far, deflate results are exactly the same as with older Zip versions. |
marcov
22.07.2008, 17:30
@ Steve
|
Info-ZIP Zip version 3.0 for Win32 available |
> A complete installer (zip-3.0-setup.exe) is listed, but can't be
> downloaded.
Works now for me, from the sf mirror |
Steve

US, 22.07.2008, 19:18
@ marcov
|
Info-ZIP Zip version 3.0 for Win32 available |
> > A complete installer (zip-3.0-setup.exe) is listed, but can't be
> > downloaded.
>
> Works now for me, from the sf mirror
Maybe the posting was new - I got error messages, IDs not found, from both main pages. But now they also are working OK. |
Steve

US, 23.07.2008, 02:25
@ Steve
|
Unpacking Info-ZIP Zip version 3.0 archives |
These progs unpack bzip2-compressed zip archives with no errors, no complaints.
7-Zip (DOS, Win)
PIM (Win)
http://www.encode.ru/index.htm
PKZIP Reader (Win)
http://www.pkware.com/download-software
PeaZip (Win)
http://peazip.sourceforge.net/
Progs that don't work:
bzip2
RAR/UnRAR
Simplyzip |
Rugxulo

Usono, 24.07.2008, 06:27
@ Steve
|
Unpacking Info-ZIP Zip version 3.0 archives |
> These progs unpack bzip2-compressed zip archives with no errors, no
> complaints.
IZarc (Win32) also works. |
Rugxulo

Usono, 28.08.2008, 05:18
@ Rugxulo
|
ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS |
> > These progs unpack bzip2-compressed zip archives with no errors, no
> > complaints.
>
> IZarc (Win32) also works.
I don't wish to alarm anyone, especially since this is a minor issue. BUT, it seems that "zip -f" or "zip -u" (my DOS builds only) don't work correctly under DR-DOS. However, FreeDOS or Win XP etc. work fine, no idea why (yet ... to the Batmobile!). |
DOS386
28.08.2008, 05:41
@ Rugxulo
|
ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS |
> IZarc(Win32) also works.
NOT amused.
> my DOS builds only) don't work correctly under DR-DOS. However,
> FreeDOS or Wi
DPMI host ? XMS/EMM ? --- This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft *** |
Rugxulo

Usono, 28.08.2008, 10:47
@ DOS386
|
ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS |
> > my DOS builds only) don't work correctly under DR-DOS. However,
> > FreeDOS or Wi
>
> DPMI host ? XMS/EMM ?
CWSDPMI and JEMMEX, but I don't think that's the problem since the OpenWatcom + PMODE/W DOS compiles also have the same issue, even on clean boot. They must've changed something since 2.32, which always worked fine. Very strange. (However, OpenWatcom Win32 of ZIP 3.0 + HX works fine although encodes ASCII-fied Unicode names, ugh.) |