Skip to content

Commit

Permalink
fix changes from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jul 12, 2010
1 parent 5797b46 commit 048522f
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 2,848 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.rdoc
Expand Up @@ -23,3 +23,52 @@
* 1 major enhancement:
* Gemify bz2 library from http://moulon.inra.fr/ruby/bz2.html
* All credit goes to Guy Decoux <ts@moulon.inra.fr>

=== 0.2.1

* replaced rb_proc_new() with bz_proc_new() for 1.6
(Thanks "Akinori MUSHA" <knu@iDaemons.org>)

=== 0.1.9

* corrected BZ_FINISH_OK (Thanks Rudi Cilibrasi <Rudi.Cilibrasi@cwi.nl>)

=== 0.1.6

* adapted for 1.8.0 (ihi)
* modified ::new
* BZ2::Writer#finish (same than #flush)

=== 0.1.5

* corrected extconf.rb
* added close!
* replaced close(false) by #finish
* corrected #flush

=== 0.1.4

* corrected bz_iv
* #to_io
* corrected ::Reader#close

=== 0.1.3

* corrected #lineno
* corrected ::Writer::new(nil)
* taint result

=== 0.1.2

* better (???) interface for #read
* finalize for objects which respond to #closed?

=== 0.1.1

* better interface for T_FILE
* corrected bug with gc (buf)
* Reader#lineno, Reader#lineno=, Reader#ungets
* corrected Reader#unused
* taint check in #initialize
* BZ2::bzip2, BZ2::bunzip2
* too many exceptions
49 changes: 0 additions & 49 deletions Changes

This file was deleted.

39 changes: 0 additions & 39 deletions README.en

This file was deleted.

28 changes: 0 additions & 28 deletions b.rb

This file was deleted.

0 comments on commit 048522f

Please sign in to comment.