1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
The Ruby Programming Language [mirror]
Find a file
azav 6b2942688c Update to work with the latest PIPS version 1.6
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-26 19:34:53 +00:00
bcc32
benchmark
bin
bootstraptest * tool/instruction.rb (make_header_prepare_stack): check stack 2009-09-23 02:28:08 +00:00
cygwin
defs
doc
enc
ext * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is 2009-09-23 17:21:26 +00:00
include * st.c: moved murmur hash from string.c. [ruby-dev:39376] 2009-09-26 14:29:13 +00:00
lib * lib/net/http.rb (transport_request): Handle timeout error by closing socket if exception raised. [ruby-core:20976] 2009-09-26 04:27:07 +00:00
man
misc
missing
sample
spec * Makefile.in(test-rubyspec): explicitly executes run subcommand of 2009-09-26 13:42:56 +00:00
symbian Update to work with the latest PIPS version 1.6 2009-09-26 19:34:53 +00:00
template * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
test * proc.c (missing_wrap): reverted. 2009-09-25 04:48:54 +00:00
tool * tool/instruction.rb (make_header_prepare_stack): check stack 2009-09-23 02:28:08 +00:00
win32 * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to 2009-09-25 07:04:25 +00:00
.cvsignore
.document
.gdbinit
.gitignore
array.c
bignum.c
ChangeLog * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE. 2009-09-26 17:02:43 +00:00
class.c
common.mk
compar.c
compile.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
complex.c
configure.in
cont.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
COPYING
COPYING.ja
debug.c
debug.h
dir.c * dir.c (GlobPathValue), file.c (rb_get_path_check): path names 2009-09-19 08:33:01 +00:00
dln.c * dln.c (aix_loaderror): fixed typo. suppress warnings. 2009-09-23 16:18:59 +00:00
dln.h
dmydln.c
dmyencoding.c
dmyext.c
encoding.c
enum.c rdoc update. 2009-09-25 18:29:53 +00:00
enumerator.c
error.c
eval.c
eval_error.c
eval_intern.h
eval_jump.c
file.c * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to 2009-09-25 07:04:25 +00:00
gc.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
gc.h
gem_prelude.rb
golf_prelude.rb
goruby.c
GPL
hash.c * hash.c (Hash#each): Fix documentation to reflect insertion order. A patch by Run Paint Run Run [ruby-core:23644] and [ruby-core:21231] 2009-09-24 18:56:22 +00:00
ia64.s
id.c
inits.c
insns.def * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
io.c
iseq.c * iseq.c (compile_string): rename to parse_string(), because 2009-09-25 23:36:34 +00:00
iseq.h * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
KNOWNBUGS.rb
LEGAL
lex.c.blt
LGPL
load.c * load.c (Kernel#autoload?, Module#autoload?): added doc [ruby-core:19983] 2009-09-23 19:45:37 +00:00
main.c
Makefile.in * Makefile.in(test-rubyspec): explicitly executes run subcommand of 2009-09-26 13:42:56 +00:00
marshal.c * marshal.c (r_object0): entry regexp object before its encoding 2009-09-18 14:51:18 +00:00
math.c
method.h
NEWS * lib/thread.rb (ConditionVariable#wait): add timeout argument. 2009-09-23 14:01:07 +00:00
node.h
numeric.c
object.c
pack.c
parse.y * parse.y (assign_in_cond): also should warn assignment to dvar in 2009-09-23 08:08:32 +00:00
prelude.rb
proc.c * proc.c (missing_wrap): reverted. 2009-09-25 04:48:54 +00:00
process.c * process.c (proc_setgroups): fixed type. 2009-09-22 07:14:09 +00:00
random.c
range.c * range.c: fixed type. 2009-09-23 03:39:44 +00:00
rational.c
re.c
README
README.EXT
README.EXT.ja
README.ja
regcomp.c
regenc.c * regenc.h (PosixBracketEntryType): constified. 2009-09-22 07:28:43 +00:00
regenc.h * regenc.h (PosixBracketEntryType): constified. 2009-09-22 07:28:43 +00:00
regerror.c * regerror.c (onig_error_code_to_str, onig_snprintf_with_pattern): 2009-09-22 07:27:51 +00:00
regexec.c
regint.h * regint.h: commit miss. 2009-09-22 12:16:19 +00:00
regparse.c * regparse.c (st_str_end_key, str_end_cmp, str_end_hash): 2009-09-22 07:26:22 +00:00
regparse.h
regsyntax.c
ruby.c
safe.c
signal.c
sprintf.c * sprintf.c: fixed type. 2009-09-23 04:17:16 +00:00
st.c * st.c: moved murmur hash from string.c. [ruby-dev:39376] 2009-09-26 14:29:13 +00:00
strftime.c
string.c * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE. 2009-09-26 17:02:43 +00:00
struct.c * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive structures [ruby-core:24759] 2009-09-20 02:14:02 +00:00
thread.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
thread_pthread.c
thread_pthread.h
thread_win32.c
thread_win32.h
time.c * time.c: fixed type. 2009-09-23 04:16:41 +00:00
timev.h
ToDo
transcode.c
transcode_data.h
util.c
variable.c * variable.c: fixed type. 2009-09-22 13:11:21 +00:00
version.c
version.h * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE. 2009-09-26 17:02:43 +00:00
vm.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
vm_core.h * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
vm_dump.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
vm_eval.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
vm_exec.c
vm_exec.h
vm_insnhelper.c * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, 2009-09-21 20:58:26 +00:00
vm_insnhelper.h
vm_method.c * vm_method.c (rb_method_entry_eq): method defined from same 2009-09-26 14:59:09 +00:00
vm_opts.h

* 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. http://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 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: