Ruby-dev summary 23671-23689

Hi. This is ruby-dev summary 23671-23689

[ruby-dev:23672] CVS server

Hidetoshi NAGAI asked if CVS server is available or not.
Matz admitted that the CVS server for committer is restarted.
Shugo Maeda summarized the usage of this committer CVS server:

  CVS server users must be send following information:

  * GPG public key
  * Account what you wish
  * SSH2 public key
  * fowrding address to @ruby-lang.org mail

  Committers must access cvs server via ssh(cvs over ssh).
  It's little difficult for windows user. Shugo Maeda uses
  TortoiseCVS + PuTTY in Windows environment.

  This information was announced to every committer.

  Anonymous CVS server will be managed differently.
  The announcement on its restart is not yet.

[ruby-dev:23677] linux-gnu

Matz pointed out that the following change makes OS name "linux-gnu"
on linux. Before this change, Matz removed "-gnu" with his hands.

  * config.guess, config.sub: Update to a more recent version as of
    2004-01-20.

At last, following code was commited in 'configure.in'
(ruby1.9 and ruby1.8) to remove '-gnu' suffix.

  target_os=`echo $target_os | sed 's/linux-gnu$/linux/;s/linux-gnu/linux-/'`

- For previous issues, visit ruby-dev summary index:
      http://i.loveruby.net/en/ruby-dev-summary.html

···

--
// SASADA Koichi at atdot dot net
//