ruby-dev summary 24628-24740

  • Thread starter Masayoshi Takahashi
  • Start date
M

Masayoshi Takahashi

Hi all,

This is a summary of ruby-dev ML in these days.


[ruby-dev:24638] Can't make ruby 1.9 on NetBSD

Since ruby 1.9, parse.y depends on bison. naruse pointed out
that Ruby's README should notify it.
Matz decided to change the rule of Makefile to use bison,
not yacc.


[ruby-dev:24651] Re: oniguruma: big regexp dumps core
[ruby-dev:24709] imported Oni Guruma 3.4.0

Kazuo Saito, the maintainer of oniguruma, announced
changing policy of oniguruma in Ruby.

1) oniguruma's version to import into Ruby CVS became 3.*.

2) He applied patches to parse.y and re.c ([ruby-dev:23658]),
so that the signature of mbclen(), ismbchar() and is_identchar()
was changed (should use unsigned int).


[ruby-dev:24661] MANIFEST
[ruby-dev:24669] Re: MANIFEST

WATANABE Hirofumi deleted all MANIFEST files in Ruby 1.8/1.9,
according to a suggestion by himself.


[ruby-dev:24740] Ruby 1.8.2 preview3

Matz announced that ruby 1.8.2 preview 3 was available.
You can get at:

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-preview3.tar.gz



Regards,

Masayoshi Takahashi E-mail: (e-mail address removed)
 
P

Paul Brannan

Since ruby 1.9, parse.y depends on bison. naruse pointed out
that Ruby's README should notify it.
Matz decided to change the rule of Makefile to use bison,
not yacc.

Perhaps configure should check for the presence of bison, so that the
user gets a helpful error message if it is not available?

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,969
Messages
2,570,161
Members
46,709
Latest member
AustinMudi

Latest Threads

Top