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
usa 39bc33d9a7 * enc/depend: extract comile rules to each target for VC++.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-01-30 05:13:22 +00:00
bcc32
benchmark
bin
bootstraptest * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): 2009-01-15 15:31:43 +00:00
cygwin * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles. 2009-01-30 03:59:51 +00:00
defs
doc
enc * enc/depend: extract comile rules to each target for VC++. 2009-01-30 05:13:22 +00:00
ext * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XP 2009-01-29 02:25:39 +00:00
include * revert previous revision. it's already out-of-date. 2009-01-22 07:13:40 +00:00
lib * lib/test/unit/assertions.rb (assert_respond_to): gets rid of 2009-01-30 02:03:32 +00:00
man
misc
missing
sample
spec
symbian * symbian/pre-build (COMSPEC): should not overridden. 2009-01-16 02:51:22 +00:00
template
test add tests. 2009-01-29 18:02:25 +00:00
tool * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and 2009-01-25 02:06:29 +00:00
win32 * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to export 2009-01-27 05:41:38 +00:00
yarvtest
.cvsignore
.document
.gdbinit
array.c * array.c (rb_ary_aset): fixed arguments evaluation order. 2009-01-26 07:00:43 +00:00
bignum.c
blockinlining.c * iseq.c: 2009-01-19 01:06:56 +00:00
ChangeLog * enc/depend: extract comile rules to each target for VC++. 2009-01-30 05:13:22 +00:00
class.c
common.mk * common.mk (distclean-enc, realclean-enc): do not call clean of 2009-01-27 02:03:54 +00:00
compar.c
compile.c * vm.c: add a prefix "rb_" to exposed functions 2009-01-19 02:38:11 +00:00
complex.c
config.guess
config.sub
configure.in * configure.in (BASERUBY): erases RUBYOPT at the test. 2009-01-29 05:12:17 +00:00
cont.c * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
COPYING
COPYING.ja
debug.c
debug.h * include/ruby/node.h, node.h: move node.h from include path. 2008-09-23 19:52:31 +00:00
dir.c * dir.c (join_path): use strlcat() to force link. 2009-01-25 00:08:06 +00:00
dln.c * dln.c (FUNCNAME_PATTERN): simplified conditional expression. 2009-01-25 07:44:39 +00:00
dln.h
dmydln.c
dmyencoding.c
dmyext.c
Doxyfile.in * Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not use 2009-01-27 01:10:18 +00:00
encoding.c
enum.c * array.c (take_items), enum.c (enum_zip): tries to convert to 2009-01-19 21:47:48 +00:00
enumerator.c
error.c
eval.c * vm_eval.c, eval.c (rb_f_block_given_p): move definition of 2009-01-19 03:03:09 +00:00
eval_error.c
eval_intern.h * vm_eval.c, eval.c (rb_f_block_given_p): move definition of 2009-01-19 03:03:09 +00:00
eval_jump.c
file.c
gc.c * gc.c (define_final): cannot define finalizer for immediate 2009-01-22 03:18:16 +00:00
gc.h
gem_prelude.rb
golf_prelude.rb * golf_prelude.rb (Enumerator#inspect): avoid warning. 2009-01-23 08:26:10 +00:00
goruby.c
GPL
hash.c * hash.c (rb_any_hash): fixed performance issues with nil, true, 2009-01-26 18:48:47 +00:00
ia64.s
id.c
id.h
inits.c
insns.def * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): 2009-01-15 15:31:43 +00:00
install-sh
instruby.rb
io.c * revert previous revision. it's already out-of-date. 2009-01-22 07:13:40 +00:00
iseq.c * iseq.c: 2009-01-19 01:06:56 +00:00
iseq.h * iseq.c: 2009-01-19 01:06:56 +00:00
KNOWNBUGS.rb
LEGAL Commit miss at r21521, poited out by Yugui. 2009-01-16 05:12:59 +00:00
lex.c.blt
LGPL
load.c * load.c (rb_feature_provided): should not calculate len by pointer 2009-01-29 07:32:07 +00:00
main.c
Makefile.in * Makefile.in (distclean): hides removing Doxyfile. 2009-01-27 22:02:51 +00:00
marshal.c
math.c * math.c: SEGV is caused by implicit rb_to_float declaration 2009-01-28 06:42:09 +00:00
mkconfig.rb
NEWS updated. 2009-01-17 16:46:37 +00:00
node.h
numeric.c
object.c
pack.c
parse.y * parse.y (debug_lines): calls rb_intern() once. 2009-01-21 05:32:08 +00:00
prelude.rb
proc.c * vm.c: add a prefix "rb_" to exposed functions 2009-01-19 02:38:11 +00:00
process.c * process.c (proc_spawn_v): removed unused variable. 2009-01-26 07:32:53 +00:00
random.c
range.c
rational.c
re.c
README
README.EXT
README.EXT.ja * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update 2008-11-14 11:31:10 +00:00
README.ja
regcomp.c * regexec.c (stack_double): use MatchStackLimitSize atomically. 2008-07-01 08:21:44 +00:00
regenc.c
regenc.h
regerror.c
regexec.c
regint.h
regparse.c
regparse.h
regsyntax.c * regexec.c (stack_double): use MatchStackLimitSize atomically. 2008-07-01 08:21:44 +00:00
ruby.c * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF 2009-01-21 12:42:39 +00:00
rubytest.rb
runruby.rb
safe.c
signal.c * signal.c (trap_handler): also accepts symbols. [ruby-dev:37823] 2009-01-23 04:25:29 +00:00
sprintf.c
st.c
strftime.c
string.c * string.c (hash): suppress a warning. 2009-01-21 06:26:51 +00:00
struct.c
thread.c * thread.c (rb_time_timeval): made a real prototype. a patch from 2009-01-22 02:31:54 +00:00
thread_pthread.c * thread.c (rb_thread_execute_interrupts): needs 2009-01-19 05:32:05 +00:00
thread_pthread.h
thread_win32.c
thread_win32.h
time.c
ToDo
transcode.c * transcode.c (rb_econv_init_by_convpath_i): make it static. 2009-01-29 17:57:13 +00:00
transcode_data.h
util.c
variable.c * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): 2009-01-15 15:31:43 +00:00
version.c
version.h * 2009-01-30 2009-01-29 17:57:21 +00:00
vm.c * vm_eval.c, eval.c (rb_f_block_given_p): move definition of 2009-01-19 03:03:09 +00:00
vm_core.h * vm.c: add a prefix "rb_" to exposed functions 2009-01-19 02:38:11 +00:00
vm_dump.c * vm_dump.c (vm_stack_dump_each): used only if debug mode. 2009-01-19 08:22:58 +00:00
vm_eval.c * vm_eval.c, eval.c (rb_f_block_given_p): move definition of 2009-01-19 03:03:09 +00:00
vm_exec.c * vm.c: add a prefix "rb_" to exposed functions 2009-01-19 02:38:11 +00:00
vm_exec.h * vm_dump.c: add a prefix "rb_vmdebug_" to 2009-01-19 02:09:43 +00:00
vm_insnhelper.c * vm_eval.c, eval.c (rb_f_block_given_p): move definition of 2009-01-19 03:03:09 +00:00
vm_insnhelper.h * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): 2009-01-15 15:31:43 +00:00
vm_method.c
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: