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
why 9852657e86 * lib/yaml.rb: reworking YAML::Stream to use the new
emitter.

* lib/yaml/stream.rb: ditto.

* lib/yaml/rubytypes.rb: added Object#yaml_new.

* lib/yaml/tag.rb: the tag_subclasses? method now
  shows up in the class.  allow taguri to be set using an accessor.
  continue support of Object#to_yaml_type.

* ext/syck/rubyext.c: new emitter code.  yaml_new and yaml_initialize
  get called, should they be present.  consolidated all the diaspora of internal
  node types into the family below YAML::Syck::Node -- Map,
  Seq, Scalar -- all of whom are SyckNode structs pointing to
  Ruby data.  moved Object#yaml_new into the node_import and made it the
  default behavior.  the target_class is always called wih yaml_new, prepended
  a parameter, which is the klass.  loaded nodes through GenericResolver show their style.
  new Resolver#tagurize converts type ids to taguris.

* ext/syck/implicit.re: were 'y' and 'n' seriously omitted??

* ext/syck/emitter.c: renovated emitter, walks the tree in advance.
  consolidated redundant block_styles struct into
  the scalar_style struct.  (this means loaded nodes can now
  be sent back to emitter and preserve at least its very basic
  formatting.)

* ext/syck/gram.c: headless documents of any kind allowed.

* ext/syck/node.c: new syck_replace_str methods and syck_empty_*
  methods for rewriting node contents, while keeping the ID
  and other setup info.  added syck_seq_assign.

* ext/syck/syck.h: reflect block_styles and new node functions.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-09-13 03:43:45 +00:00
bcc32
bin
cygwin
djgpp
doc
ext
lib * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:43:45 +00:00
misc
missing
sample
test * lib/ostruct.rb (new_ostruct_member): Object#send no longer call 2005-09-12 23:09:39 +00:00
vms
win32 * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest change 2005-09-12 11:40:40 +00:00
wince
x68
.cvsignore
.document
array.c * test/dbm/test_dbm.rb: remove locking test, which may not be 2005-09-12 15:23:54 +00:00
ascii.c
bignum.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
ChangeLog * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:43:45 +00:00
class.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
common.mk
compar.c * test/dbm/test_dbm.rb: remove locking test, which may not be 2005-09-12 15:23:54 +00:00
config.guess
config.sub
configure.in
COPYING
COPYING.ja
defines.h
dir.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
dln.c * dln.c: avoid warning of const to non-const convertion. 2005-09-12 11:03:24 +00:00
dln.h
dmydln.c
dmyext.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
enum.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
enumerator.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
env.h
error.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
euc_jp.c
eval.c * eval.c (proc_save_safe_level): no need to restrict safe level 2005-09-12 16:21:50 +00:00
file.c * file.c (apply2files): stricter callback definition. 2005-09-12 15:02:46 +00:00
gc.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
GPL
hash.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
inits.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
install-sh
instruby.rb
intern.h * file.c (apply2files): stricter callback definition. 2005-09-12 15:02:46 +00:00
io.c * test/dbm/test_dbm.rb: remove locking test, which may not be 2005-09-12 15:23:54 +00:00
keywords
LEGAL
lex.c
LGPL
main.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
Makefile.in
marshal.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
math.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
mdoc2man.rb
missing.h
mkconfig.rb
node.h
numeric.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
object.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
oniguruma.h
pack.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
parse.y
prec.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
process.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
random.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
range.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
re.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
re.h
README
README.EXT
README.EXT.ja
README.ja
regcomp.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
regenc.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
regenc.h
regerror.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
regex.h
regexec.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
regint.h
regparse.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
regparse.h * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
ruby.1
ruby.c * dln.c: avoid warning of const to non-const convertion. 2005-09-12 11:03:24 +00:00
ruby.h
rubyio.h
rubysig.h
rubytest.rb
runruby.rb
signal.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
sjis.c
sprintf.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
st.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
st.h
string.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
struct.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
time.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
ToDo
utf8.c
util.c
util.h * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
variable.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
version.c * array.c: moved to ANSI function style from K&R function style. 2005-09-12 10:44:21 +00:00
version.h 2005-09-13 2005-09-12 15:02:48 +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: