Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2010 18:32:57 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/bzip2 CHANGES LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c huffman.c randtable.c spewG.c ...
Message-ID:  <201011091833.oA9IXFlZ090075@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2010-11-09 18:32:57 UTC

  FreeBSD src repository

  Modified files:
    contrib/bzip2        CHANGES LICENSE Makefile 
                         Makefile-libbz2_so README 
                         README.COMPILATION.PROBLEMS blocksort.c 
                         bzip2.1 bzip2.c bzip2recover.c bzlib.c 
                         bzlib.h bzlib_private.h compress.c 
                         crctable.c decompress.c huffman.c 
                         randtable.c spewG.c unzcrash.c 
  Log:
  SVN rev 215041 on 2010-11-09 18:32:57Z by obrien
  
  Upgrade to Bzip2 version 1.0.6.
  
  Reviewed by: SO (cperciva)
  
  Revision  Changes    Path
  1.2       +161 -1    src/contrib/bzip2/CHANGES
  1.2       +8 -5      src/contrib/bzip2/LICENSE
  1.2       +99 -23    src/contrib/bzip2/Makefile
  1.2       +25 -9     src/contrib/bzip2/Makefile-libbz2_so
  1.2       +117 -68   src/contrib/bzip2/README
  1.2       +29 -101   src/contrib/bzip2/README.COMPILATION.PROBLEMS
  1.2       +23 -63    src/contrib/bzip2/blocksort.c
  1.2       +37 -22    src/contrib/bzip2/bzip2.1
  1.5       +4 -4      src/contrib/bzip2/bzip2.c
  1.2       +162 -83   src/contrib/bzip2/bzip2recover.c
  1.5       +3 -3      src/contrib/bzip2/bzlib.c
  1.2       +19 -56    src/contrib/bzip2/bzlib.h
  1.2       +42 -63    src/contrib/bzip2/bzlib_private.h
  1.2       +32 -74    src/contrib/bzip2/compress.c
  1.2       +13 -53    src/contrib/bzip2/crctable.c
  1.3       +15 -2     src/contrib/bzip2/decompress.c
  1.2       +31 -54    src/contrib/bzip2/huffman.c
  1.2       +13 -53    src/contrib/bzip2/randtable.c
  1.2       +15 -0     src/contrib/bzip2/spewG.c
  1.2       +16 -1     src/contrib/bzip2/unzcrash.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011091833.oA9IXFlZ090075>