diff options
| author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-05 21:50:13 +0000 |
|---|---|---|
| committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-05 21:50:13 +0000 |
| commit | cd0971e27f8da253918374e38c329fe709eed429 (patch) | |
| tree | 933d802b5b59475290e54ee297106c6480669772 /ChangeLog | |
| parent | 9360721e5880fdeff4e72495991b3ffc8d94b190 (diff) | |
* array.c (rb_ary_aref): Added a description of the behavior of
index positioning. [Bug #6680]
* array.c (rb_ary_aset): ditto. Reordered sentences for clarity.
* string.c (rb_str_aref_m): Added a description of the behavior of
index positioning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Jul 6 06:49:50 2012 Eric Hodel <drbrain@segment7.net> + + * array.c (rb_ary_aref): Added a description of the behavior of + index positioning. [Bug #6680] + * array.c (rb_ary_aset): ditto. Reordered sentences for clarity. + * string.c (rb_str_aref_m): Added a description of the behavior of + index positioning + Fri Jul 6 05:38:44 2012 Eric Hodel <drbrain@segment7.net> * string.c (rb_str_bytesize): Improve documentation. Patch by Oscar |
