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
nobu 7bb9cc23a1 * error.c (rb_check_typed_struct): new function to check typed
struct.

* include/ruby/ruby.h (Check_TypedStruct, Data_Get_TypedStruct):
  new macro to check typed struct.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-07-07 04:44:54 +00:00
bcc32
benchmark
bin
bootstraptest
cygwin
defs
doc
enc
ext rdoc update. 2009-07-01 18:45:57 +00:00
include * error.c (rb_check_typed_struct): new function to check typed 2009-07-07 04:44:54 +00:00
lib * lib/net/imap.rb: added response to Net::IMAP::ResponseError. 2009-07-02 02:19:37 +00:00
man
misc
missing
sample
spec
symbian
template
test * enum.c (rb_enum_join): non-nil separator must be convertible to 2009-07-07 04:34:34 +00:00
tool * tool/*: executable. 2009-06-30 08:02:13 +00:00
win32
.cvsignore
.document
.gdbinit
.gitignore
array.c * enum.c (enum_join): add Enumerable#join. 2009-07-03 18:14:33 +00:00
bignum.c
blockinlining.c
ChangeLog * error.c (rb_check_typed_struct): new function to check typed 2009-07-07 04:44:54 +00:00
class.c
common.mk * tool/rbinstall.rb: renamed to get rid of collision against 2009-06-30 07:57:11 +00:00
compar.c
compile.c
complex.c * complex.c (nucomp_s_polar): now arg is optional. 2009-07-05 13:46:10 +00:00
configure.in
cont.c
COPYING
COPYING.ja
debug.c
debug.h
dir.c
dln.c
dln.h
dmydln.c
dmyencoding.c
dmyext.c
encoding.c
enum.c * enum.c (DEFINE_ENUMFUNCS): included function signature. 2009-07-07 04:36:50 +00:00
enumerator.c
error.c * error.c (rb_check_typed_struct): new function to check typed 2009-07-07 04:44:54 +00:00
eval.c
eval_error.c
eval_intern.h
eval_jump.c
file.c
gc.c * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified. 2009-07-07 02:56:57 +00:00
gc.h
gem_prelude.rb
golf_prelude.rb
goruby.c
GPL
hash.c * hash.c (rb_hash_hash): documentation fix. a patch from 2009-07-01 21:20:44 +00:00
ia64.s
id.c
id.h
inits.c
insns.def * insns.def, tool/instruction.rb: fixed types. 2009-06-30 07:46:44 +00:00
io.c * io.c (rb_io_ext_int_to_encs): Set external encoding if 2009-07-07 01:15:32 +00:00
iseq.c * iseq.c: provisional type fixes. 2009-07-07 01:12:17 +00:00
iseq.h
KNOWNBUGS.rb
LEGAL
lex.c.blt
LGPL
load.c
main.c
Makefile.in
marshal.c * marshal.c (w_encoding): encodings need extra depth. 2009-06-30 23:46:20 +00:00
math.c
NEWS
node.h
numeric.c * numeric.c (dbl2ival): should raise FloatDomainError on Infinity 2009-07-04 00:46:14 +00:00
object.c * hash.c (rb_hash_hash): documentation fix. a patch from 2009-07-01 21:20:44 +00:00
pack.c
parse.y * parse.y (parser_yylex): fixed wrong variable. 2009-07-01 22:53:51 +00:00
prelude.rb
proc.c * proc.c (make_curry_proc): should propagate lambda-ness. 2009-07-06 00:31:55 +00:00
process.c
random.c
range.c * hash.c (rb_hash_hash): documentation fix. a patch from 2009-07-01 21:20:44 +00:00
rational.c * rational.c: edited rdoc. 2009-07-05 15:48:09 +00:00
re.c * re.c (reg_match_pos): adjust offset based on characters, not 2009-06-30 09:06:48 +00:00
README
README.EXT
README.EXT.ja
README.ja
regcomp.c * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, 2009-06-30 02:08:54 +00:00
regenc.c * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, 2009-06-30 02:08:54 +00:00
regenc.h
regerror.c * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, 2009-06-30 02:08:54 +00:00
regexec.c * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, 2009-06-30 02:08:54 +00:00
regint.h * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, 2009-06-30 02:08:54 +00:00
regparse.c * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, 2009-06-30 02:08:54 +00:00
regparse.h
regsyntax.c
ruby.c
safe.c
signal.c
sprintf.c
st.c
strftime.c
string.c * hash.c (rb_hash_hash): documentation fix. a patch from 2009-07-01 21:20:44 +00:00
struct.c * hash.c (rb_hash_hash): documentation fix. a patch from 2009-07-01 21:20:44 +00:00
thread.c * thread.c (rb_threadptr_exec_event_hooks): new function to 2009-07-05 05:04:41 +00:00
thread_pthread.c
thread_pthread.h
thread_win32.c
thread_win32.h
time.c * time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bit 2009-07-05 15:11:27 +00:00
timev.h
ToDo
transcode.c
transcode_data.h
util.c
variable.c
version.c
version.h * 2009-07-07 2009-07-07 01:12:25 +00:00
vm.c
vm_core.h * thread.c (rb_threadptr_exec_event_hooks): new function to 2009-07-05 05:04:41 +00:00
vm_dump.c
vm_eval.c
vm_exec.c
vm_exec.h
vm_insnhelper.c * vm_insnhelper.c (vm_yield_setup_block_args): restores the first 2009-07-04 23:08:32 +00:00
vm_insnhelper.h
vm_method.c * vm_method.c (rb_add_method, remove_method, rb_undef): fixed 2009-07-04 23:14:43 +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: