boinc/zip/zip/win32
David Anderson 137e3d2b2d zip fixes
svn path=/trunk/boinc/; revision=7481
2005-08-25 21:33:28 +00:00
..
README.NT
README.TZ
crc_i386.asm
crc_i386.c Modified CVS id strings. After some fussing with different versions 2005-01-02 18:29:53 +00:00
crc_lcc.asm
lm32_lcc.asm
makefile.bor
makefile.dj
makefile.emx
makefile.gcc
makefile.ibm
makefile.lcc
makefile.w10
makefile.w32
makefile.wat
match32.asm
nt.c Modified CVS id strings. After some fussing with different versions 2005-01-02 18:29:53 +00:00
nt.h
osdep.h zip fixes 2005-08-25 21:33:28 +00:00
rsxntwin.h
win32zip.c Modified CVS id strings. After some fussing with different versions 2005-01-02 18:29:53 +00:00
win32zip.h
z_win32.c Modified CVS id strings. After some fussing with different versions 2005-01-02 18:29:53 +00:00
zip.def
zipup.h

README.TZ

From: paul.kienitz@shelter.sf.ca.us (Paul Kienitz)
> It looks like I don't have to create a tzset() kluge for Watcom to check
> the win32 API timezone information after all -- their new 10.6 release has
> corrected this oversight.  The TZ variable overrides the API.  So the only
> win32-related patch I want to make for Zip is just to use USE_EF_UT_TIME
> unconditionally.  With this in place, timezone stuff is working flawlessly
> with or without TZ being set.