public
Description: A Git mirror of http://svn.ruby-lang.org/repos/ruby.
Homepage:
Clone URL: git://github.com/rubyspec/matzruby.git
name age message
file .cvsignore Loading commit data...
file .document Sat Oct 09 20:35:51 -0700 2004 Support "require" as variable name in RDoc gi... [dave]
file COPYING Sun Apr 09 09:10:40 -0700 2006 * prec.c (prec_prec_f): documentation patch fro... [matz]
file COPYING.ja Wed Jul 18 22:44:26 -0700 2001 Rename *.jp to *.ja, since jp is a region code ... [knu]
file ChangeLog
file GPL Wed Jul 11 12:25:52 -0700 2001 * It is confusing to put the GPL license terms ... [knu]
file LEGAL Wed Jul 13 08:46:37 -0700 2005 * LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7... [nobu]
file LGPL Wed Jul 11 12:25:52 -0700 2001 * It is confusing to put the GPL license terms ... [knu]
file Makefile.in
file README Mon Feb 19 23:37:34 -0800 2007 Update the distribution information. git-svn-i... [knu]
file README.EXT
file README.EXT.ja Sun Apr 09 09:10:40 -0700 2006 * prec.c (prec_prec_f): documentation patch fro... [matz]
file README.ja Mon Feb 19 23:37:34 -0800 2007 Update the distribution information. git-svn-i... [knu]
file ToDo Thu May 08 02:45:52 -0700 2003 * gc.c (rb_gc): check odd alignment stack on m6... [matz]
file array.c
directory bcc32/
file bignum.c
directory bin/
file class.c
file common.mk
file compar.c
file config.guess Fri Jul 16 19:23:52 -0700 2004 * eval.c (THREAD_ALLOC): th->thread should be i... [matz]
file config.sub Thu Jun 10 22:29:02 -0700 2004 * config.guess, config.sub: Attempt to avoid sy... [knu]
file configure.in
directory cygwin/ Tue Sep 06 16:23:04 -0700 2005 * Makefile.in, configure.in (MINIOBJS): minirub... [nobu]
file defines.h
file dir.c
file distruby.rb Tue Mar 20 00:37:34 -0700 2007 * distruby.rb: Add zip generation. git-svn-id... [shyouhei]
directory djgpp/ Wed Dec 20 23:15:01 -0800 2006 * {bcc32,djgpp,win32,wince}/*.bat: add svn prop... [usa]
file dln.c
file dln.h
file dmydln.c Wed Apr 20 07:25:34 -0700 2005 * Makefile.in, common.mk: miniruby depens on MI... [nobu]
file dmyext.c Fri Jan 16 04:13:05 -0800 1998 Initial revision git-svn-id: http://svn.ruby-... [matz]
directory doc/
file enum.c
file env.h
file error.c
file eval.c
directory ext/
file file.c
file gc.c
file hash.c
file inits.c
file install-sh Thu Aug 12 22:45:20 -0700 1999 1.4.0 git-svn-id: http://svn.ruby-lang.org/re... [matz]
file instruby.rb
file intern.h
file io.c
file keywords Sat Sep 28 04:08:59 -0700 2002 * keywords: add braces around initializers. g... [nobu]
file lex.c Sat Sep 28 04:08:59 -0700 2002 * keywords: add braces around initializers. g... [nobu]
directory lib/
file main.c
file marshal.c
file math.c
file mdoc2man.rb
directory misc/
file missing.h
directory missing/
file mkconfig.rb
file node.h
file numeric.c
file object.c
file pack.c
file parse.y
file prec.c
file process.c
file random.c
file range.c
file re.c
file re.h
file regex.c
file regex.h Sun Aug 03 02:22:50 -0700 2003 * regex.h (re_mbctab): should refer to RUBY_EXP... [eban]
file ruby.1 Sat Mar 11 00:27:43 -0800 2006 * lib/rdoc/ri/ri_formatter.rb (RI::TextFormatte... [matz]
file ruby.c
file ruby.h
file rubyio.h
file rubysig.h
file rubytest.rb Thu Dec 21 07:48:01 -0800 2006 * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/... [nobu]
file runruby.rb
directory sample/
file signal.c
file sprintf.c
file st.c Sun Jul 30 23:34:10 -0700 2006 * ruby.h: use ifdef (or defined) for macro cons... [matz]
file st.h Sun Jul 09 18:30:14 -0700 2006 * st.h (st_data_t): use pointer sized integer f... [matz]
file string.c
file struct.c
directory test/
file time.c
file util.c
file util.h
file variable.c
file version.c
file version.h
directory vms/ Sat May 14 07:57:53 -0700 2005 * configure.in: Check for the availability of p... [nobu]
directory win32/
directory wince/
directory x68/
README
* What's Ruby

Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl).  It is simple, straight-forward, and extensible.


* Features of Ruby

  + Simple Syntax
  + *Normal* Object-Oriented features(ex. class, method calls)
  + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
  + Operator Overloading
  + Exception Handling
  + Iterators and Closures
  + Garbage Collection
  + Dynamic Loading of Object files(on some architecture)
  + Highly Portable(works on many UNIX machines, and on DOS,
    Windows, Mac, BeOS etc.)


* How to get Ruby

The Ruby distribution files can be found in the following FTP site:

  ftp://ftp.ruby-lang.org/pub/ruby/

The latest source code of this version series can be checked out
through SVN with the following command:

  $ svn co http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6/

The trunk of the Ruby source tree can be checked out with the
following command:

  $ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby

There are some other branches under development.  Try the following
command and see the list of branches:

  $ svn ls http://svn.ruby-lang.org/repos/ruby/branches/


* Ruby home-page

The URL of the Ruby home-page is:

   http://www.ruby-lang.org/


* Mailing list

There is a mailing list to talk about Ruby.
To subscribe this list, please send the following phrase

  subscribe YourFirstName YourFamilyName
e.g.
        subscribe Joseph Smith

in the mail body (not subject) to the address <ruby-talk-ctl@ruby-lang.org>.


* How to compile and install

This is what you need to do to compile and install Ruby:

  1. If ./configure does not exist or is older than configure.in,
     run autoconf to (re)generate configure.

  2. Run ./configure, which will generate config.h and Makefile.

  3. Edit defines.h if you need.  Usually this step will not be needed.

  4. Remove comment mark(#) before the module names from ext/Setup (or
     add module names if not present), if you want to link modules
     statically.

     If you don't want to compile non static extension modules
     (probably on architectures which does not allow dynamic loading),
     remove comment mark from the line "#option nodynamic" in
     ext/Setup.

  5. Run make.

  6. Optionally, run 'make test' to check whether the compiled Ruby
     interpreter works well.  If you see the message "test succeeded",
     your ruby works as it should (hopefully).

  7. Run 'make install'

     You may have to be a super user to install ruby.

If you fail to compile ruby, please send the detailed error report with
the error log and machine/OS type, to help others.


* Copying

See the file COPYING.


* The Author

Feel free to send comments and bug reports to the author.  Here is the 
author's latest mail address:

  matz@netlab.jp

-------------------------------------------------------
created at: Thu Aug  3 11:57:36 JST 1995
Local variables:
mode: indented-text
end: