brentr / matzruby forked from rubyspec/matzruby

The "MBARI" patches to the Matz Ruby Interpreter. See the Wiki for latest usage info.

This URL has Read+Write access

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 Sun Apr 09 09:10:40 -0700 2006 * prec.c (prec_prec_f): documentation patch fro... [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 compile.h
file complex.c
file config.guess
file config.sub Sat Aug 09 20:29:21 -0700 2008 * config.{guess,sub}: updated to automake-1.10.... [nobu]
file configure.in
file cont.c
directory cygwin/
file debug.c
file debug.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/
file dln.c
file dln.h
file dmydln.c Wed Apr 20 07:25:35 -0700 2005 This commit was manufactured by cvs2svn to crea... [(no author)]
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
file eval_safe.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 insnhelper.h
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 keywords
file lex.c.blt
file lex.c.src
directory lib/
file load.c
file main.c
file marshal.c
file math.c
file mdoc2man.rb Mon Jan 20 04:10:40 -0800 2003 * mdoc2man.rb: Properly put nested braces, pare... [knu]
directory misc/
directory missing/
file mkconfig.rb
file numeric.c
file object.c
file opt_insn_unif.def
file opt_operand.def
file pack.c
file parse.y
file prec.c
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.1
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]
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 Fri Jan 18 00:56:11 -0800 2008 * eval_intern.h, insnhelper.h, thread_pthread.h... [nobu]
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.h
file vm_core.h
file vm_dump.c
file vm_eval.c
file vm_evalbody.c
file vm_insnhelper.c
file vm_method.c
file vm_opts.h Fri Aug 22 23:18:11 -0700 2008 * vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on ... [ko1]
directory vms/
directory win32/
directory wince/
directory x68/ Fri Jan 16 04:13:05 -0800 1998 Initial revision git-svn-id: http://svn.ruby-... [matz]
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: