[#796] Re: value of assignment (Re: Order of the value of an expression changed? (PR#579)) — Sean Chittenden <sean@...>
> sean@chittenden.org wrote:
Hi,
> |I have read the thread and I think this is a pretty bad change. I
Hi,
> > #BEGIN test.rb
Hi,
Hi --
Hi,
Hi --
Hi,
Hi,
Hi,
what about if attr_accessor :foo defined three methods - #foo, #foo=, and
> |What was wrong with having the receiver set the return value though?
Sean Chittenden <sean@chittenden.org> writes:
> > f = Foo.new()
>>>>> "J" == J Herre <jlst@gettysgroup.com> writes:
On 11 Feb 2003 at 11:13, Sean Chittenden wrote:
[#801] class of $1, $2 in 1.8.0 — dblack@...
Hi --
Hi,
Hi --
Hi,
Hi --
J.Herre <jlst@gettysgroup.com> writes:
Hi --
On Sat, 8 Feb 2003 06:52:17 +0900
Hi --
On Friday, February 7, 2003, at 03:15 PM, dblack@candle.superlink.net
[#851] Alternate GC ? — Mathieu Bouchard <matju@...>
[#875] OpenSSL for Ruby 0.2.0-pre0 — Michal Rokos <michal@...>
Hi everybody!
[#889] Bob Jenkins' hashing implementation in Ruby — Mauricio Fern疣dez <batsman.geo@...>
>>>>> "M" == Mauricio Fern疣dez <Mauricio> writes:
On Sat, Mar 01, 2003 at 08:42:40PM +0900, ts wrote:
>>>>> "M" == Mauricio Fern疣dez <Mauricio> writes:
On Sat, Mar 01, 2003 at 10:03:47PM +0900, ts wrote:
>>>>> "M" == Mauricio Fern疣dez <Mauricio> writes:
On Sat, Mar 01, 2003 at 10:10:35PM +0900, ts wrote:
Hi,
[#890] String and (repost) MemLeak — Michal Rokos <michal@...>
Hi,
Hi,
Hi,
Hi,
Hi,
OpenSSL for Ruby 0.2.0-pre0
Hi everybody! After a long while, I managed to prepare preview of OpenSSL for Ruby. Skip this paragraph if you know what OSSL is... ---8<--- OSSL stands for 'OpenSSL for Ruby'. This extension wants to bring all the OpenSSL functions to Ruby. Currently is supported all the inportant: Digests, Ciphers, Certs, CRLs, SSL, PKCS7,... ---8<--- OSSL2 was developed only for Ruby1.8 and OpenSSL 0.9.7. But because OSSL 0.1 is known broken for OpenSSL 0.9.7, I did compatibily layer for OSSL 0.2 to make it work with Ruby1.6 too. (It has some limitations... read below) What's new in OSSL2? OSSL2 has some parts slightly rewritten. To name few examples: You don't need to recompile OSSL when new cipher or digest is implemented to OpenSSL. (OSSL2 uses name lookups to OpenSSL for this. This idea comes from TechnoramaTeam.) OSSL2 got few testcases (see test/ dir). SSL What you can do for us? Please test the OSSL2 in places you used OSSL1. If there is some problem with compatibility, tell us. If you have some time to contribute to OSSL project, we'll be very glad to welcome you in our team. We need programmers to write C code, test cases, documentation, make website, PR... :-) If you have some idea, don't hesitate and write us! Where you can d/l it? http://savannah.nongnu.org/download/rubypki/ or you can fetch actual version from CVS: cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/rubypki login [ENTER] cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/rubypki co ossl2 Best regards Michal Some notes: ---8<--- OSSL 0.2 with OpenSSL 0.9.7: OSSL 0.2 is developed for this version. OSSL 0.2 with OpenSSL 0.9.6: I didn't try to compile and run testcases under this version. If you really need to make it work with OpenSSL 0.9.6, let me know... Maybe you convince me to do it. OSSL 0.2 with Ruby 1.8: OSSL 0.2 is developed for this version. It supports allocation framework, dup© framework... OSSL 0.2 with Ruby 1.6: OSSL 0.2 got compat. layer to make it work under this version. It is known that #dup, #copy is broken (because I didn't make compat. layer for dup© framework) ---8<--- Documentation: README is OLD! Read ChangeLog for new features...