Date: Sun, 7 Sep 1997 23:50:00 -0400 (EDT) Message-Id: <199709080350.XAA03475@delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com Subject: long/upper files in djgpp zips Precedence: bulk I've now got a version of zip[1] that can build zips with long and/or mixed case zips. I've already modified it so that *.s in djlsr.zip is stored as *.S What other changes should I add in? Note: what I'm doing is running the list of files (*.mft) through a sed script, so I can rename the files (explicit or pattern) as zip is storing them. DJ [1] zip was intentionally calling strlwr() on all file names it put in the zip file. Bad zip! Take those lines out of msdos/msdos.c