merges r24533 from trunk into ruby_1_9_1.

--
* doc/ChangeLog-1.8.0: add forgotten entry contributed by
  TAKAHASHI Kaoru.  [ruby-dev:39065]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2009-10-25 14:46:51 +00:00
parent 547ef3bcd7
commit 25a08521f4
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Aug 14 00:29:22 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* doc/ChangeLog-1.8.0: add forgotten entry contributed by
TAKAHASHI Kaoru. [ruby-dev:39065]
Fri Aug 14 00:19:49 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/delegate.rb (Delegator#method_missing): __FILE__ may contain

View file

@ -10516,6 +10516,11 @@ Thu Jan 17 16:21:42 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (block_pass): should allow block argument relay even in
the tainted mode.
Thu Jan 17 09:43:05 2002 TAKAHASHI Kaoru <kaoru@kaisei.org>
* misc/ruby-mode.el (ruby-add-log-current-method): New function
for `add-log-current-defun-function'.
Thu Jan 17 04:51:48 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/socket/socket.c: support subclassing by proper "initialize"

View file

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.1"
#define RUBY_PATCHLEVEL 288
#define RUBY_PATCHLEVEL 289
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1