[#6143] — Christophe Poucet <christophe.poucet@...>

Hello,

17 messages 2005/10/04
[#6147] Re: patch.tgz — nobu.nokada@... 2005/10/04

Hi,

[#6199] Kernel rdoc HTML file not being created when rdoc is run on 1.8.3 — James Britt <ruby@...>

When 1.8.3 came out, I grabbed the source and ran rdoc on it. After

9 messages 2005/10/08

[#6251] RubyGems, upstream releases and idempotence of packaging — Mauricio Fern疣dez <mfp@...>

[sorry for the very late reply; I left this message in +postponed and forgot

14 messages 2005/10/12

[#6282] Wilderness: Need Code to invoke ELTS_SHARED response — "Charles E. Thornton" <ruby-core@...>

Testing the My Object Dump and I am trying to cause creation

13 messages 2005/10/14
[#6283] Re: Wilderness: Need Code to invoke ELTS_SHARED response — Mauricio Fern疣dez <mfp@...> 2005/10/14

On Fri, Oct 14, 2005 at 05:04:59PM +0900, Charles E. Thornton wrote:

[#6288] Re: Wilderness: Need Code to invoke ELTS_SHARED response — "Charles E. Thornton" <ruby-core@...> 2005/10/14

Mauricio Fern疣dez wrote:

[#6365] Time for built-in Rational and Complex classes? — Gavin Sinclair <gsinclair@...>

There has been some support for, but no comment on, RCR #260 ("Make

12 messages 2005/10/24
[#6366] Re: Time for built-in Rational and Complex classes? — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/24

On Mon, 24 Oct 2005, Gavin Sinclair wrote:

[#6405] Re: [PATCH] Pathname.exists?() — "Berger, Daniel" <Daniel.Berger@...>

12 messages 2005/10/25
[#6406] Re: [PATCH] Pathname.exists?() — TRANS <transfire@...> 2005/10/25

On 10/25/05, Berger, Daniel <Daniel.Berger@qwest.com> wrote:

[#6408] Re: [PATCH] Pathname.exists?() — Gavin Sinclair <gsinclair@...> 2005/10/25

On 10/26/05, TRANS <transfire@gmail.com> wrote:

[#6442] Wilderness: I Have formatted README.EXT into an HTML Document — "Charles E. Thornton" <ruby-core@...>

I have taken README.EXT (English Version Only) and have reformatted

14 messages 2005/10/27

[#6469] csv.rb a start on refactoring. — Hugh Sasse <hgs@...>

For a database application I found using CSV to be rather slow.

50 messages 2005/10/28
[#6470] Re: csv.rb a start on refactoring. — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/28

[#6471] Re: csv.rb a start on refactoring. — James Edward Gray II <james@...> 2005/10/28

On Oct 28, 2005, at 8:53 AM, Ara.T.Howard wrote:

[#6474] Re: csv.rb a start on refactoring. — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/28

On Fri, 28 Oct 2005, James Edward Gray II wrote:

[#6484] Re: csv.rb a start on refactoring. — James Edward Gray II <james@...> 2005/10/29

On Oct 28, 2005, at 9:58 AM, Ara.T.Howard wrote:

[#6485] Re: csv.rb a start on refactoring. — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/29

On Sat, 29 Oct 2005, James Edward Gray II wrote:

[#6486] Re: csv.rb a start on refactoring. — James Edward Gray II <james@...> 2005/10/29

On Oct 28, 2005, at 8:25 PM, Ara.T.Howard wrote:

[#6487] Re: csv.rb a start on refactoring. — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/29

On Sat, 29 Oct 2005, James Edward Gray II wrote:

[#6491] Re: csv.rb a start on refactoring. — James Edward Gray II <james@...> 2005/10/29

On Oct 28, 2005, at 8:43 PM, Ara.T.Howard wrote:

[#6493] Re: csv.rb a start on refactoring. — James Edward Gray II <james@...> 2005/10/29

On Oct 28, 2005, at 10:06 PM, James Edward Gray II wrote:

[#6496] Re: csv.rb a start on refactoring. — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/29

On Sun, 30 Oct 2005, James Edward Gray II wrote:

[#6502] Re: csv.rb a start on refactoring. — James Edward Gray II <james@...> 2005/10/30

On Oct 29, 2005, at 12:11 PM, Ara.T.Howard wrote:

[#6505] Re: csv.rb a start on refactoring. — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/30

On Mon, 31 Oct 2005, James Edward Gray II wrote:

[#6511] Planning FasterCSV (was Re: csv.rb a start on refactoring.) — James Edward Gray II <james@...> 2005/10/30

I've decided to create a FasterCSV library, based on the code we

[#6516] Re: Planning FasterCSV (was Re: csv.rb a start on refactoring.) — "Ara.T.Howard" <Ara.T.Howard@...> 2005/10/31

On Mon, 31 Oct 2005, James Edward Gray II wrote:

[#6518] Re: Planning FasterCSV (was Re: csv.rb a start on refactoring.) — "NAKAMURA, Hiroshi" <nakahiro@...> 2005/10/31

-----BEGIN PGP SIGNED MESSAGE-----

Re: [ ruby-Bugs-2613 ] building ruby 1.8.3 on Solaris

From: nobu.nokada@...
Date: 2005-10-12 15:53:08 UTC
List: ruby-core #6249
Hi,

At Wed, 12 Oct 2005 23:05:01 +0900,
noreply@rubyforge.org wrote in [ruby-core:06247]:
> Just #include <sys/syscall.h> to fix:
> 	"io.c", line 4896:
> 	warning: implicit function declaration: syscall

Not syscall.h?  Currently, syscall.h is checked in
configure.in, but the result isn't used.


Index: io.c
===================================================================
RCS file: /cvs/ruby/src/ruby/io.c,v
retrieving revision 1.390
diff -U2 -p -r1.390 io.c
--- io.c	8 Oct 2005 10:33:24 -0000	1.390
+++ io.c	12 Oct 2005 14:55:40 -0000
@@ -73,4 +73,8 @@
 #endif
 
+#ifdef HAVE_SYSCALL_H
+#include <syscall.h>
+#endif
+
 extern void Init_File(void);
 
Index: pack.c
===================================================================
RCS file: /cvs/ruby/src/ruby/pack.c,v
retrieving revision 1.80
diff -U2 -p -r1.80 pack.c
--- pack.c	5 Oct 2005 16:15:15 -0000	1.80
+++ pack.c	12 Oct 2005 14:57:31 -0000
@@ -2021,5 +2021,5 @@ uv_to_utf8(char *buf, unsigned long uv)
 }
 
-static const long utf8_limits[] = {
+static const unsigned long utf8_limits[] = {
     0x0,			/* 1 */
     0x80,			/* 2 */
Index: missing/isinf.c
===================================================================
RCS file: /cvs/ruby/src/ruby/missing/isinf.c,v
retrieving revision 1.5
diff -U2 -p -r1.5 isinf.c
--- missing/isinf.c	21 Dec 2003 10:30:24 -0000	1.5
+++ missing/isinf.c	12 Oct 2005 14:58:42 -0000
@@ -24,4 +24,5 @@ isinf(n)
 #if defined(HAVE_FINITE) && defined(HAVE_ISNAN)
 
+#include <math.h>
 #ifdef HAVE_IEEEFP_H
 #include <ieeefp.h>
Index: ext/syck/rubyext.c
===================================================================
RCS file: /cvs/ruby/src/ruby/ext/syck/rubyext.c,v
retrieving revision 1.52
diff -U2 -p -r1.52 rubyext.c
--- ext/syck/rubyext.c	27 Sep 2005 22:57:28 -0000	1.52
+++ ext/syck/rubyext.c	12 Oct 2005 15:02:39 -0000
@@ -1340,5 +1340,5 @@ syck_badalias_cmp( alias1, alias2 )
 VALUE
 syck_domaintype_initialize( self, domain, type_id, val )
-    VALUE self, type_id, val;
+    VALUE self, domain, type_id, val;
 {
     rb_iv_set( self, "@domain", domain );
Index: ext/syck/syck.h
===================================================================
RCS file: /cvs/ruby/src/ruby/ext/syck/syck.h,v
retrieving revision 1.28
diff -U2 -p -r1.28 syck.h
--- ext/syck/syck.h	20 Sep 2005 06:50:20 -0000	1.28
+++ ext/syck/syck.h	12 Oct 2005 15:44:33 -0000
@@ -446,4 +446,6 @@ long syck_seq_count( SyckNode * );
  */
 void syckerror( char * );
+int syckparse( void * );
+int sycklex( union YYSTYPE *, SyckParser * );
 
 #if defined(__cplusplus)


-- 
Nobu Nakada

In This Thread