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 Thu Sep 21 10:06:50 -0700 2006 * .cvsignore: ignore timestamp files and instal... [nobu]
file .document Sat Oct 09 20:35:51 -0700 2004 Support "require" as variable name in RDoc gi... [dave]
file .gdbinit Loading commit data...
file COPYING Fri Jun 09 14:20:17 -0700 2006 * sprintf.c (rb_str_format): allow %c to print ... [matz]
file COPYING.ja Sat Jun 10 09:09:12 -0700 2006 * ext/bigdecimal/lib/bigdecimal/newton.rb (Newt... [matz]
file ChangeLog
file GPL Wed Jul 11 12:25:52 -0700 2001 * It is confusing to put the GPL license terms ... [knu]
file KNOWNBUGS.rb
file LEGAL
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
file README.EXT
file README.EXT.ja
file README.ja
file ToDo Mon Apr 05 08:55:09 -0700 2004 * error.c (Init_Exception): remove Exception#to... [matz]
file array.c
directory bcc32/
directory benchmark/
file bignum.c
directory bin/
file blockinlining.c
directory bootstraptest/
file class.c
file common.mk
file compar.c
file compile.c
file complex.c
file config.guess
file config.sub
file configure.in
file cont.c
directory cygwin/
file debug.c
file debug.h Tue Nov 18 17:56:51 -0800 2008 * merged from trunk r19258:20281. git-svn-id: ... [nobu]
directory defs/
file dir.c
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 dmyencoding.c Sun Apr 06 23:51:33 -0700 2008 * encoding.c (enc_init_db): moved to enc/encdb.... [nobu]
file dmyext.c Mon Sep 12 03:44:21 -0700 2005 * array.c: moved to ANSI function style from K&... [ocean]
directory doc/
directory enc/
file encoding.c
file enum.c
file enumerator.c
file error.c
file eval.c
file eval_error.c
file eval_intern.h
file eval_jump.c
directory ext/
file file.c
file gc.c
file gc.h
file gem_prelude.rb
file golf_prelude.rb
file goruby.c
file hash.c
file ia64.s Sat Jul 14 18:41:40 -0700 2007 add reference. git-svn-id: http://svn.ruby-la... [akr]
file id.c
file id.h
directory include/
file inits.c
file insns.def
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 io.c
file iseq.c
file iseq.h
file lex.c.blt
directory lib/
file load.c
file main.c Tue Sep 23 01:03:41 -0700 2008 * debug.h (ruby_set_debug_option): declared. *... [akr]
directory man/
file marshal.c
file math.c
directory misc/
directory missing/
file mkconfig.rb
file node.h
file numeric.c
file object.c
file pack.c
file parse.y
file prelude.rb
file proc.c
file process.c
file random.c
file range.c
file rational.c
file re.c
file regcomp.c
file regenc.c
file regenc.h
file regerror.c
file regexec.c
file regint.h
file regparse.c
file regparse.h
file regsyntax.c
file ruby.c
file rubytest.rb
file runruby.rb Tue May 22 13:48:34 -0700 2007 * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, ru... [nobu]
file safe.c
directory sample/
file signal.c
directory spec/
file sprintf.c
file st.c
file strftime.c
file string.c
file struct.c
directory template/
directory test/
file thread.c
file thread_pthread.c
file thread_pthread.h Sun Aug 31 19:37:51 -0700 2008 * mvm.c: added. * common.mk: ditto. * eval.c, e... [ko1]
file thread_win32.c
file thread_win32.h Mon Jul 28 05:27:43 -0700 2008 * thread_win32.[ch] (cond_every_entry, rb_thre... [usa]
file time.c
directory tool/
file transcode.c
file transcode_data.h
file util.c
file variable.c
file version.c
file version.h
file vm.c
file vm_core.h
file vm_dump.c
file vm_eval.c
file vm_exec.c
file vm_exec.h
file vm_insnhelper.c
file vm_insnhelper.h
file vm_method.c
file vm_opts.h Fri Aug 29 04:31:39 -0700 2008 * merged from trunk r18660:18923. git-svn-id: ... [nobu]
directory win32/
directory yarvtest/
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 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.

     Some C compiler flags may be added by default depending on your
     environment.  Specify optflags=.. and warnflags=.. as necessary
     to override them.

  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: