the Ruby programming language, unofficial mirror (see the wiki for details)
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 812 commits ahead, 33234 commits behind shyouhei:trunk.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= bcc32
carview.php?tsp= benchmark
carview.php?tsp= bin
carview.php?tsp= bootstraptest
carview.php?tsp= cygwin
carview.php?tsp= defs
carview.php?tsp= doc
carview.php?tsp= enc
carview.php?tsp= ext
carview.php?tsp= include
carview.php?tsp= lib
carview.php?tsp= man
carview.php?tsp= misc
carview.php?tsp= missing
carview.php?tsp= sample
carview.php?tsp= spec
carview.php?tsp= symbian
carview.php?tsp= template
carview.php?tsp= test
carview.php?tsp= tool
carview.php?tsp= win32
carview.php?tsp= .cvsignore
carview.php?tsp= .document
carview.php?tsp= .gdbinit
carview.php?tsp= .gitignore
carview.php?tsp= COPYING
carview.php?tsp= COPYING.ja
carview.php?tsp= ChangeLog
carview.php?tsp= GPL
carview.php?tsp= KNOWNBUGS.rb
carview.php?tsp= LEGAL
carview.php?tsp= LGPL
carview.php?tsp= Makefile.in
carview.php?tsp= NEWS
carview.php?tsp= README
carview.php?tsp= README.EXT
carview.php?tsp= README.EXT.ja
carview.php?tsp= README.ja
carview.php?tsp= ToDo
carview.php?tsp= array.c
carview.php?tsp= bignum.c
carview.php?tsp= class.c
carview.php?tsp= common.mk
carview.php?tsp= compar.c
carview.php?tsp= compile.c
carview.php?tsp= complex.c
carview.php?tsp= configure.in
carview.php?tsp= cont.c
carview.php?tsp= debug.c
carview.php?tsp= debug.h
carview.php?tsp= dir.c
carview.php?tsp= dln.c
carview.php?tsp= dln.h
carview.php?tsp= dmydln.c
carview.php?tsp= dmyencoding.c
carview.php?tsp= dmyext.c
carview.php?tsp= encoding.c
carview.php?tsp= enum.c
carview.php?tsp= enumerator.c
carview.php?tsp= error.c
carview.php?tsp= eval.c
carview.php?tsp= eval_error.c
carview.php?tsp= eval_intern.h
carview.php?tsp= eval_jump.c
carview.php?tsp= file.c
carview.php?tsp= gc.c
carview.php?tsp= gc.h
carview.php?tsp= gem_prelude.rb
carview.php?tsp= golf_prelude.rb
carview.php?tsp= goruby.c
carview.php?tsp= hash.c
carview.php?tsp= ia64.s
carview.php?tsp= id.c
carview.php?tsp= inits.c
carview.php?tsp= insns.def
carview.php?tsp= io.c
carview.php?tsp= iseq.c
carview.php?tsp= iseq.h
carview.php?tsp= lex.c.blt
carview.php?tsp= load.c
carview.php?tsp= main.c
carview.php?tsp= marshal.c
carview.php?tsp= math.c
carview.php?tsp= method.h
carview.php?tsp= node.h
carview.php?tsp= numeric.c
carview.php?tsp= object.c
carview.php?tsp= pack.c
carview.php?tsp= parse.y
carview.php?tsp= prelude.rb
carview.php?tsp= proc.c
carview.php?tsp= process.c
carview.php?tsp= random.c
carview.php?tsp= range.c
carview.php?tsp= rational.c
carview.php?tsp= re.c
carview.php?tsp= regcomp.c
carview.php?tsp= regenc.c
carview.php?tsp= regenc.h
carview.php?tsp= regerror.c
carview.php?tsp= regexec.c
carview.php?tsp= regint.h
carview.php?tsp= regparse.c
carview.php?tsp= regparse.h
carview.php?tsp= regsyntax.c
carview.php?tsp= ruby.c
carview.php?tsp= safe.c
carview.php?tsp= signal.c
carview.php?tsp= sprintf.c
carview.php?tsp= st.c
carview.php?tsp= strftime.c
carview.php?tsp= string.c
carview.php?tsp= struct.c
carview.php?tsp= thread.c
carview.php?tsp= thread_pthread.c
carview.php?tsp= thread_pthread.h
carview.php?tsp= thread_win32.c
carview.php?tsp= thread_win32.h
carview.php?tsp= time.c
carview.php?tsp= timev.h
carview.php?tsp= transcode.c
carview.php?tsp= transcode_data.h
carview.php?tsp= util.c
carview.php?tsp= variable.c
carview.php?tsp= version.c
carview.php?tsp= version.h
carview.php?tsp= vm.c
carview.php?tsp= vm_core.h
carview.php?tsp= vm_dump.c
carview.php?tsp= vm_eval.c
carview.php?tsp= vm_exec.c
carview.php?tsp= vm_exec.h
carview.php?tsp= vm_insnhelper.c
carview.php?tsp= vm_insnhelper.h
carview.php?tsp= vm_method.c
carview.php?tsp= vm_opts.h

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-like/POSIX compatible platforms
    as well as Windows, Mac OS X, BeOS etc.)
    cf. https://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms
* 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 https://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 https://svn.ruby-lang.org/repos/ruby/branches/
* Ruby home-page
The URL of the Ruby home-page is:
   https://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: