gdiff / gpatch 0.0.1 released
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.ruby
From:
Brian Schröder <ruby.br... @gmail.com>
Date: Sat, 29 Oct 2005 19:27:47 +0900
Local: Sat, Oct 29 2005 6:27 am
Subject: [ANN] gdiff / gpatch 0.0.1 released
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.ruby
From:
"Zed A. Shaw" <zeds... @zedshaw.com>
Date: Sun, 30 Oct 2005 01:48:31 +0900
Local: Sat, Oct 29 2005 12:48 pm
Subject: Re: [ANN] gdiff / gpatch 0.0.1 released
Hey Brian, Cool stuff. I swear someday I have to get back into the fastcst thing. I just have so much crap to do it's killing me.
Let me know if you run into any bugs in the suffix array delta library.
Zed
On Sat, 29 Oct 2005 19:27:47 +0900
Brian Schröder <ruby.br
... @gmail.com> wrote:
> Hello rubyists,
> I released a new cleaned up version of the gdiff / gpatch library and > programs. Now available as a gem and in setup.rb format.
> Find it at
> http://ruby.brian-schroeder.de/gdiff/
> Installation:
> wget > http://ruby.brian-schroeder.de/gdiff/releases/gdiff-0.0.1.tar.bz2 tar > -xvvjf gdiff-0.0.1.tar.bz2 cd gdiff-0.0.1 > ruby setup.rb
> Usage:
> gdiff file_a file_b > patch > gpatch file_a patch > file_b_from_patch
> or as a library:
> require 'gdiff'
> File.open("patch", "wb") do | patch | > patch << Diff::GDiff.diff(File.read("file_a"), File.read > ("file_b")).pack end
> File.open("file_b_from_patch", "wb") do | file_b_2 | > file_b_2 << > Diff::GDiff.unpack(File.read("patch")).apply_to(File.read("file_a")) > end
> regard,
> Brian
> -- > http://ruby.brian-schroeder.de/
> Stringed instrument chords: http://chordlist.brian-schroeder.de/
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.ruby
From:
Brian Schröder <ruby.br... @gmail.com>
Date: Sun, 30 Oct 2005 03:00:18 +0900
Local: Sat, Oct 29 2005 2:00 pm
Subject: Re: [ANN] gdiff / gpatch 0.0.1 released
On 29/10/05, Zed A. Shaw <zeds... @zedshaw.com> wrote:
> Hey Brian,
> Cool stuff. I swear someday I have to get back into the fastcst > thing. I just have so much crap to do it's killing me.
> Let me know if you run into any bugs in the suffix array delta library.
> Zed
Thank you Zed, I already wrote you directly, but maybe I used the wrong address. So I'd like to ask you here in public if it is legal under the suffix array library licence and acceptable to you to publish this work using the ruby licence? And I have included your sourcecode including the README, LICENCE and COPYING file ripped from the fastcst tarball directly in this release. Is that ok?
cheers,
Brian
-- http://ruby.brian-schroeder.de/
Stringed instrument chords: http://chordlist.brian-schroeder.de/
You must
Sign in before you can post messages.
You do not have the permission required to post.