diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-26 01:38:05 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-26 01:38:05 +0000 |
commit | 8aa03af784b1192e5e7f6b17ccfe5699492195b5 (patch) | |
tree | 6986c365e11235b816bc09b89d56fcce49cc3207 /ChangeLog | |
parent | a0eeef69e79e4b1351a011cec56a9ae5c7d2bca8 (diff) |
* string.c (=~): documentation fix; the return value is nil when
it doesn't match. patched by Andrei Kulakov [ruby-core:34562]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Jan 26 10:36:28 2011 NARUSE, Yui <naruse@ruby-lang.org> + + * string.c (=~): documentation fix; the return value is nil when + it doesn't match. patched by Andrei Kulakov [ruby-core:34562] + Tue Jan 25 08:41:58 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> * dln_find.c (dln_find_1): omit too long pathnames. |