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
ocean 29bcbe5c5e * file.c (w32_io_info): should not call GetFileInformationByHandle
for pipe.

* file.c (w32_io_info): checks return value from rb_w32_get_osfhandle.

* file.c (w32_io_info): now can identify directory on WinNT.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-11-23 09:56:23 +00:00
bcc32 * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias 2005-11-05 04:43:46 +00:00
bin
cygwin * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias 2005-11-05 04:43:46 +00:00
djgpp
doc
ext * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. 2005-11-22 22:29:13 +00:00
lib * lib/rss/: use #__send__ instead of #send. 2005-11-23 09:49:02 +00:00
misc
missing * re.c (KR_REHASH): should cast to unsigned for 64bit CPU. 2005-11-23 05:11:18 +00:00
sample * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS 2005-11-23 09:24:17 +00:00
test * lib/rss/: use #__send__ instead of #send. 2005-11-23 09:49:02 +00:00
vms
win32 * file.c (test_identical): test if two files are identical. 2005-11-22 16:26:39 +00:00
wince * configure.in (RUBY_EXTERN): macro to export symbols in shared 2005-10-25 17:00:03 +00:00
x68
.cvsignore
.document
array.c * array.c (rb_ary_fill): previous commit disabled this usage: 2005-11-15 07:38:38 +00:00
ascii.c
bignum.c
ChangeLog * file.c (w32_io_info): should not call GetFileInformationByHandle 2005-11-23 09:56:23 +00:00
class.c
common.mk * common.mk (static-ruby): overridable. 2005-11-16 14:25:53 +00:00
compar.c
config.guess
config.sub
configure.in * configure.in (socketpair): need to be checked. 2005-11-11 23:37:32 +00:00
COPYING
COPYING.ja
defines.h * configure.in (RUBY_EXTERN): macro to export symbols in shared 2005-10-25 17:00:03 +00:00
dir.c
dln.c
dln.h
dmydln.c
dmyext.c
enum.c
enumerator.c * enumerator.c (enumerator_allocate): allow subclassing. 2005-10-27 11:35:24 +00:00
env.h
error.c
euc_jp.c
eval.c * configure.in, eval.c, intern.h: check fd_mask type. 2005-11-11 17:11:05 +00:00
file.c * file.c (w32_io_info): should not call GetFileInformationByHandle 2005-11-23 09:56:23 +00:00
gc.c * gc.c (garbage_collect): sorry, previous commit was incorrect. 2005-10-25 05:30:10 +00:00
GPL
hash.c
inits.c
install-sh
instruby.rb
intern.h * configure.in, eval.c, intern.h: check fd_mask type. 2005-11-11 17:11:05 +00:00
io.c * eval.c, intern.h: failed to compile where NFDBITS is defined but 2005-11-11 11:08:17 +00:00
keywords
LEGAL
lex.c
LGPL
main.c
Makefile.in * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666] 2005-11-10 23:22:03 +00:00
marshal.c
math.c
mdoc2man.rb
missing.h * missing.h, missing/memcmp.c, missing/memmove.c: 2005-10-27 02:55:18 +00:00
mkconfig.rb * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666] 2005-11-10 23:22:03 +00:00
node.h
numeric.c * eval.c (rb_call_super): should call method_missing if super is 2005-11-01 13:04:35 +00:00
object.c
oniguruma.h
pack.c
parse.y * parse.y (dsym): prohibit empty symbol literal by interpolation. 2005-11-21 13:52:49 +00:00
prec.c
process.c document that fork doesn't copy other threads 2005-11-20 03:30:47 +00:00
random.c
range.c
re.c * re.c (KR_REHASH): should cast to unsigned for 64bit CPU. 2005-11-23 05:11:18 +00:00
re.h
README
README.EXT
README.EXT.ja
README.ja
regcomp.c
regenc.c
regenc.h
regerror.c
regex.h
regexec.c
regint.h
regparse.c * regparse.c (fetch_token_in_cc): tok->escaped should be 2005-11-20 13:42:57 +00:00
regparse.h
ruby.1
ruby.c * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias 2005-11-05 04:43:46 +00:00
ruby.h * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediate 2005-10-25 11:21:08 +00:00
rubyio.h
rubysig.h
rubytest.rb
runruby.rb
signal.c * intern.h, eval.c (rb_thread_signal_raise): costified. 2005-11-08 08:49:45 +00:00
sjis.c
sprintf.c
st.c
st.h
string.c * string.c (scan_once): wrong condition to use mbclen2(). 2005-10-27 08:18:38 +00:00
struct.c
time.c * string.c (scan_once): wrong condition to use mbclen2(). 2005-10-27 08:18:38 +00:00
ToDo
utf8.c
util.c
util.h * eval.c (rb_call_super): should call method_missing if super is 2005-11-01 13:04:35 +00:00
variable.c
version.c
version.h * 2005-11-23 2005-11-22 16:32:54 +00:00

* 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 can be found on:

  ftp://ftp.ruby-lang.org/pub/ruby/

You can get it by anonymous CVS.  How to check out is:

  $ cvs -d :pserver:anonymous@cvs.ruby-lang.org:/src login
  (Logging in to anonymous@cvs.ruby-lang.org)
  CVS password: anonymous
  $ cvs -z4 -d :pserver:anonymous@cvs.ruby-lang.org:/src checkout ruby


* 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.  Probably this step will not need.

  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: