diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-07 06:35:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-07 06:35:26 +0000 |
| commit | 30e7d0c6efccaae8c935d7e5269e9cd6fe1154ab (patch) | |
| tree | 5bd0f9b6b7c7697c69357d142c28049747eb21ba /ChangeLog | |
| parent | 63a220b0af9c4fabd3a292f0992cc42186414044 (diff) | |
| download | ruby-30e7d0c6efccaae8c935d7e5269e9cd6fe1154ab.tar.gz ruby-30e7d0c6efccaae8c935d7e5269e9cd6fe1154ab.tar.xz ruby-30e7d0c6efccaae8c935d7e5269e9cd6fe1154ab.zip | |
* intern.h, re.c (rb_memsearch): returns long.
* string.c (rb_str_index): should return offset position.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Feb 07 15:35:21 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * intern.h, re.c (rb_memsearch): returns long. + + * string.c (rb_str_index): should return offset position. + Fri Feb 07 15:30:15 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * eval.c (proc_invoke): should propagate self to super |
