[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

Re: Socket Documentation commit ?

From: Eric Hodel <drbrain@...7.net>
Date: 2006-04-09 19:37:30 UTC
List: ruby-core #7702
On Apr 9, 2006, at 1:09 AM, zdennis wrote:

> Back in November I submitted docs for Socket against ruby HEAD at  
> the time. I notice it isn't on www.ruby-doc.org so I checked CVS  
> for both 1.8.4 branch and HEAD. The Socket documentation wasn't  
> applied.
>
> I know H. Yamamoto intended to, but perhaps got busy.
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/6611
>
> Can I get it committed, if no one see's issue with it? I want to  
> commit more documentation, but I want to make sure work already  
> done gets added so I am not wasting effort.
>
> If any comments or suggestions on the commit process, or if I need  
> to update my docs patch to be applied to latest HEAD and 1.8.4  
> branches just let me know.

You forgot to include a patch for the .document file.


-- 
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant

http://trackmap.robotcoop.com


Attachments (1)

socket.document.patch (419 Bytes, text/x-diff)
Index: ext/.document
===================================================================
RCS file: /src/ruby/ext/.document,v
retrieving revision 1.4
diff -u -r1.4 .document
--- ext/.document	27 Mar 2006 13:48:20 -0000	1.4
+++ ext/.document	9 Apr 2006 19:01:36 -0000
@@ -3,7 +3,8 @@
 iconv/iconv.c
 nkf/lib/kconv.rb
 nkf/nkf.c
+socket/socket.c
 stringio/stringio.c
 strscan/strscan.c
-zlib/zlib.c
 win32ole
+zlib/zlib.c

In This Thread