Y2K_INFO
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. Y2K status of bzip2 and libbzip2, versions 0.1, 0.9.0 and 0.9.5
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Informally speaking:
  4.    bzip2 is a compression program built on top of libbzip2, 
  5.    a library which does the real work of compression and 
  6.    decompression.  As far as I am aware, libbzip2 does not have 
  7.    any date-related code at all.
  8.    bzip2 itself copies dates from source to destination files 
  9.    when compressing or decompressing, using the 'stat' and 'utime' 
  10.    UNIX system calls.  It doesn't examine, manipulate or store the 
  11.    dates in any way.  So as far as I can see, there shouldn't be any 
  12.    problem with bzip2 providing 'stat' and 'utime' work correctly 
  13.    on your system.
  14.    On non-unix platforms (those for which BZ_UNIX in bzip2.c is
  15.    not set to 1), bzip2 doesn't even do the date copying.
  16.    Overall, informally speaking, I don't think bzip2 or libbzip2 
  17.    have a Y2K problem.
  18. Formally speaking:
  19.    I am not prepared to offer you any assurance whatsoever 
  20.    regarding Y2K issues in my software.  You alone assume the 
  21.    entire risk of using the software.  The disclaimer of liability 
  22.    in the LICENSE file in the bzip2 source distribution continues 
  23.    to apply on this issue as with every other issue pertaining 
  24.    to the software.
  25. Julian Seward
  26. Cambridge, UK
  27. 25 August 1999