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 COPYING Fri Jun 09 14:20:17 -0700 2006 * sprintf.c (rb_str_format): allow %c to print ... [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 Loading commit data...
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 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 NEWS
file README Sat May 31 07:57:11 -0700 2008 Tag for 1.8.7. git-svn-id: http://svn.ruby-lan... [knu]
file README.EXT
file README.EXT.ja
file README.ja
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/ Sun Oct 23 17:07:01 -0700 2005 * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::... [matz]
file class.c
file common.mk
file compar.c
file config.guess
file config.sub
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 Wed Jan 15 23:34:03 -0800 2003 Updated Copyrights of Matz to 2003. git-svn-i... [michal]
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/ Wed Feb 28 01:33:00 -0800 2007 * doc/NEWS-1.8.0: Rename NEWS to NEWS-1.8.0. T... [knu]
file enum.c
file enumerator.c
file env.h
file error.c
file eval.c
directory ext/
file file.c
file gc.c
file hash.c
file ia64.s Sun Jan 01 00:12:39 -0800 2006 This commit was manufactured by cvs2svn to crea... [(no author)]
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
file lex.c
directory lib/
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/
file missing.h
directory missing/ Fri Jun 06 03:39:57 -0700 2008 Merge changes from ruby_1_8 to reduce warnings ... [knu]
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 Mon Aug 03 19:04:58 -0700 2009 merge revision(s) 24190,24192: * re.h (RMATCH_... [shyouhei]
file regex.c
file regex.h
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 Mon Apr 14 20:35:55 -0700 2008 * rubyio.h (rb_io_t): renamed from OpenFile. *... [nobu]
file rubysig.h Sun Jan 04 18:13:40 -0800 2009 merge revision(s) 18316,18319: * rubysig.h (CH... [shyouhei]
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
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 template/
directory test/
file time.c
file util.c
file util.h Sun Oct 30 10:20:54 -0800 2005 * ext/readline/readline.c (readline_readline): ... [matz]
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/ Fri Jan 16 04:13:05 -0800 1998 Initial revision git-svn-id: http://svn.ruby-... [matz]
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/

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: