[#4745] Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...>

Having taken upon me the task to provide a Windows build for

24 messages 2005/04/20
[#4746] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Austin Ziegler <halostatue@...> 2005/04/20

On 4/20/05, Erik Huelsmann <ehuels@gmail.com> wrote:

[#4747] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/20

Hi Austin,

[#4762] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/24

Hi,

[#4783] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

On 4/24/05, nobu.nokada@softhome.net <nobu.nokada@softhome.net> wrote:

[#4787] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/25

Hi,

[#4794] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

> > > Ruby is just using AC_TYPE_UID_T. So, using typedef for them,

[#4751] Illegal regexp causes segfault — Andrew Walrond <andrew@...>

irb(main):058:0> a = /\[([^]]*)\]/

13 messages 2005/04/22

Small 1.9 fixes

From: "Florian Frank" <flori@...>
Date: 2005-04-13 19:27:32 UTC
List: ruby-core #4707
Hi,

two small fixes in the attachment, that fix the broken installation of
rdocs.

-- 
Florian Frank

Attachments (1)

slex.patch (1.01 KB, text/x-diff)
Index: irb/slex.rb
===================================================================
RCS file: /src/ruby/lib/irb/slex.rb,v
retrieving revision 1.9
diff -u -p -r1.9 slex.rb
--- irb/slex.rb	13 Apr 2005 15:27:07 -0000	1.9
+++ irb/slex.rb	13 Apr 2005 19:22:44 -0000
@@ -224,7 +224,7 @@ module IRB
 	    else
 	      io.ungetc ch
 	      if @postproc and @preproc.nil? || @preproc.call(op, io)
-		DOUT.exec_if(D_DETAIL) {printf "op2: %s\n", op.inspect}
+		DOUT.exec_if{D_DETAIL.printf "op2: %s\n", op.inspect}
 		@postproc.call(op, io)
 	      else
 		nil
Index: rdoc/parsers/parse_rb.rb
===================================================================
RCS file: /src/ruby/lib/rdoc/parsers/parse_rb.rb,v
retrieving revision 1.37
diff -u -p -r1.37 parse_rb.rb
--- rdoc/parsers/parse_rb.rb	4 Mar 2005 06:47:33 -0000	1.37
+++ rdoc/parsers/parse_rb.rb	13 Apr 2005 19:22:45 -0000
@@ -436,6 +436,7 @@ class RubyLex
   def_exception(:SyntaxError, "%s")
   
   include RubyToken
+  include IRB
 
   attr_reader :continue
   attr_reader :lex_state

In This Thread

Prev Next