ruby--ruby/misc
matz 10c4bb29b2 * time.c (time_load): restore instance variables (if any) before
loading from marshaled data.

* time.c (time_mdump): new marshal dumper. _dump is still
  available for compatibility.

* time.c (time_mload): new marshal loader.

* marshal.c (w_object): preserve instance variables for objects
  with marshal_dump.

* marshal.c (r_object0): restore instance variables before calling
  marshal_load.

* error.c (rb_warn_m): always return nil.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-02 08:25:00 +00:00
..
README
inf-ruby.el
ruby-mode.el * time.c (time_load): restore instance variables (if any) before 2003-10-02 08:25:00 +00:00
rubydb2x.el
rubydb3x.el

README

README		this file
inf-ruby.el	program to run ruby under emacs
ruby-mode.el	ruby mode for emacs
rubydb2x.el	ruby debugger support for emacs 19.2x or before
rubydb3x.el	ruby debugger support for emacs 19.3x or later