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 Thu Nov 19 21:33:12 -0800 2009 backport r24713 which adds a check for freelist... [wyhaines]
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 Wed Jun 04 00:41:47 -0700 2008 merge revision(s) 13515: * Makefile.in (ext/ex... [shyouhei]
file NEWS Tue Mar 06 02:12:12 -0800 2007 Merge changes from ruby_1_8: * ext/digest/lib/... [knu]
file README Mon Feb 19 23:37:34 -0800 2007 Update the distribution information. git-svn-i... [knu]
file README.EXT Wed Sep 13 07:45:21 -0700 2006 * README.EXT: English adjustment. [ruby-core:0... [matz]
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 Wed Feb 04 15:55:01 -0800 2009 merge revision(s) 20103: * array.c (rb_ary_joi... [shyouhei]
directory bcc32/ Sat Jun 07 09:32:17 -0700 2008 merge revision(s) 13694: * win32/mkexports.rb:... [shyouhei]
file bignum.c Tue Jul 14 08:05:27 -0700 2009 Fixes to bignum/numeric so that infinity is alw... [wyhaines]
directory bin/ Sun Oct 23 17:07:01 -0700 2005 * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::... [matz]
file class.c Thu Jan 15 17:58:45 -0800 2009 merge revision(s) 18485: * class.c (clone_meth... [shyouhei]
file common.mk Sun Aug 03 21:52:05 -0700 2008 merge revision(s) 18211: * bignum.c (rb_big2st... [shyouhei]
file compar.c Thu Dec 18 16:01:19 -0800 2003 Fix dependency issue git-svn-id: http://svn.r... [dave]
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 Mon Jul 20 06:24:22 -0700 2009 Small configure.in tweak. git-svn-id: http://... [wyhaines]
directory cygwin/ Tue Sep 06 16:23:04 -0700 2005 * Makefile.in, configure.in (MINIOBJS): minirub... [nobu]
file defines.h Sun Jun 15 07:06:16 -0700 2008 merge revision(s) 16420,16454: * file.c (file_... [shyouhei]
file dir.c Tue Feb 03 21:26:31 -0800 2009 merge revision(s) 20072: * dir.c (dir_globs): ... [shyouhei]
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 Sun Jun 15 06:25:08 -0700 2008 merge revision(s) 16177: * dln.c (dln_find_1):... [shyouhei]
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 Wed Jun 14 18:24:40 -0700 2006 Documentation typo git-svn-id: http://svn.rub... [drbrain]
file env.h Fri Mar 02 23:28:54 -0800 2007 * env.h (SCOPE_CLONE): Introduce a new scope fl... [knu]
file error.c Sun Aug 03 20:16:55 -0700 2008 merge revision(s) 17833:17837: * gc.c (Init_GC... [shyouhei]
file eval.c Thu Aug 20 10:22:00 -0700 2009 Backport #1001; handle EBADF in select() to avo... [wyhaines]
directory ext/ Mon Aug 03 09:09:33 -0700 2009 Pulled the date.rb change; it should not have b... [wyhaines]
file file.c Tue Aug 25 11:37:21 -0700 2009 Fix for backport #1168 -- wrong result of File.... [wyhaines]
file gc.c Thu Nov 19 21:33:12 -0800 2009 backport r24713 which adds a check for freelist... [wyhaines]
file hash.c Tue Aug 21 20:42:36 -0700 2007 * hash.c (rb_hash_delete_key): delete the entr... [shyouhei]
file ia64.s Sun Jan 01 00:12:39 -0800 2006 This commit was manufactured by cvs2svn to crea... [(no author)]
file inits.c Thu Dec 18 19:58:57 -0800 2003 Add boot_classes to rdoc parsing, fix a couple ... [dave]
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 Thu Dec 21 07:48:01 -0800 2006 * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/... [nobu]
file intern.h Wed Jan 21 22:18:48 -0800 2009 merge revision(s) 19078,20097: * gc.c (rb_mark... [shyouhei]
file io.c Sun Mar 08 17:52:15 -0700 2009 merge revision(s) 21913: * io.c (io_getpartial... [shyouhei]
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/ Tue Sep 08 09:13:26 -0700 2009 Openstruct fix, and fix to test_file_exhaustive... [wyhaines]
file main.c Fri Sep 01 11:47:11 -0700 2006 * common.mk, configure.in, defines.h, eval.c, g... [akr]
file marshal.c Wed Jan 28 03:59:58 -0800 2009 merge revision(s) 19653: * marshal.c (marshal_... [shyouhei]
file math.c Wed Jul 02 02:25:48 -0700 2008 merge revision(s) 17644: * math.c (domain_chec... [shyouhei]
file mdoc2man.rb Mon Jan 20 04:10:40 -0800 2003 * mdoc2man.rb: Properly put nested braces, pare... [knu]
directory misc/ Sun Jun 15 04:28:08 -0700 2008 merge revision(s) 15790: * misc/ruby-mode.el (... [shyouhei]
file missing.h Wed Jan 25 05:30:11 -0800 2006 * configure.in, dln.c, file.c, intern.h, missin... [nobu]
directory missing/ Sat Jun 07 13:27:52 -0700 2008 merge revision(s) 14222:14225: * configure.in ... [shyouhei]
file mkconfig.rb Sat Jun 07 09:37:10 -0700 2008 merge revision(s) 13695: * configure.in (AC_SY... [shyouhei]
file node.h Thu Jul 09 11:16:38 -0700 2009 Pendantic change to remove surplus comma. git... [wyhaines]
file numeric.c Tue Jul 14 08:05:27 -0700 2009 Fixes to bignum/numeric so that infinity is alw... [wyhaines]
file object.c Tue Jun 17 23:21:30 -0700 2008 merge revision(s) 17396: * marshal.c (w_object... [shyouhei]
file pack.c Thu Feb 19 01:01:35 -0800 2009 merge revision(s) 20581: * pack.c (pack_pack):... [shyouhei]
file parse.y Sun Mar 08 16:54:13 -0700 2009 merge revision(s) 21688: * parse.y (IS_BEG): E... [shyouhei]
file prec.c Sun Apr 09 09:10:40 -0700 2006 * prec.c (prec_prec_f): documentation patch fro... [matz]
file process.c Sun Jun 29 02:33:11 -0700 2008 merge revision(s) 17584: * process.c: include ... [shyouhei]
file random.c Fri Jan 16 19:15:36 -0800 2009 merge revision(s) 18509: * array.c (rb_ary_sam... [shyouhei]
file range.c Sun Sep 16 12:38:27 -0700 2007 * range.c (range_step): fixed integer overflow... [shyouhei]
file re.c Sun Mar 08 18:01:46 -0700 2009 merge revision(s) 21997: * re.c (match_check):... [shyouhei]
file re.h Tue Mar 04 06:12:19 -0800 2003 * configure.in, bcc32/Makefile.sub, win32/Makef... [nobu]
file regex.c Sun Aug 03 22:11:52 -0700 2008 merge revision(s) 18212: * regex.c (xmalloc, x... [shyouhei]
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 Thu Jul 10 02:36:08 -0700 2008 merge revision(s) 17849: * ruby.c: Mac OS X ne... [shyouhei]
file ruby.h Wed Jul 09 21:52:35 -0700 2008 merge revision(s) 17842: * include/ruby/ruby.h... [shyouhei]
file rubyio.h Mon May 22 01:38:37 -0700 2006 * rubyio.h (rb_io_set_nonblock): declared. * i... [akr]
file rubysig.h Sun Jan 04 18:13:40 -0800 2009 merge revision(s) 18316,18319: * rubysig.h (CH... [shyouhei]
file rubytest.rb Thu Dec 21 07:48:01 -0800 2006 * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/... [nobu]
file runruby.rb Sun Sep 16 13:10:52 -0700 2007 * runruby.rb: fix incomplete backport r12339. ... [shyouhei]
directory sample/ Thu Sep 06 23:41:17 -0700 2007 * sample/test.rb, test/ruby/test_system.rb(val... [shyouhei]
file signal.c Sun Jun 29 00:52:47 -0700 2008 merge revision(s) 16507: * eval.c (search_meth... [shyouhei]
file sprintf.c Thu Jun 19 16:12:46 -0700 2008 * array.c (ary_new, rb_ary_initialize, rb_ary_s... [shyouhei]
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 Mon Feb 16 18:58:28 -0800 2009 merge revision(s) 20354: * string.c (str_indep... [shyouhei]
file struct.c Sun Jun 15 06:44:44 -0700 2008 merge revision(s) 16307: * struct.c (rb_struct... [shyouhei]
directory test/ Tue Sep 08 09:13:26 -0700 2009 Openstruct fix, and fix to test_file_exhaustive... [wyhaines]
file time.c Mon Feb 02 03:03:25 -0800 2009 merge revision(s) 19742: * time.c (time_mdump,... [shyouhei]
file util.c Wed Aug 19 06:53:23 -0700 2009 Backport #1232. Fixed sprintf buffer corruption... [wyhaines]
file util.h Sun Oct 30 10:20:54 -0800 2005 * ext/readline/readline.c (readline_readline): ... [matz]
file variable.c Sun Feb 01 18:34:12 -0800 2009 merge revision(s) 19710: * variable.c (autoloa... [shyouhei]
file version.c Sun Nov 26 01:34:32 -0800 2006 Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyo... [shyouhei]
file version.h Thu Nov 19 21:33:13 -0800 2009 * 2009-11-20 git-svn-id: http://svn.ruby-lang.... [svn]
directory vms/ Sat May 14 07:57:53 -0700 2005 * configure.in: Check for the availability of p... [nobu]
directory win32/ Tue Feb 24 21:56:46 -0800 2009 merge revision(s) 21447: * win32/win32.c (open... [shyouhei]
directory wince/ Tue Aug 21 19:24:22 -0700 2007 * {win32,wince,bcc32}/setup.mak (-version-): n... [shyouhei]
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_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: