1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* doc/re.rdoc: Rename to doc/regexp.rdoc

* re.c: Update rdoc include for rename of file


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-06-11 03:50:33 +00:00
parent c0ce877365
commit df4abd9b3b
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Jun 11 12:49:01 2013 Zachary Scott <zachary@zacharyscott.net>
* doc/re.rdoc: Rename to doc/regexp.rdoc
* re.c: Update rdoc include for rename of file
Tue Jun 11 07:13:13 2013 Masaya Tarui <tarui@ruby-lang.org>
* eval_error.c (error_print): keep that errat is non-shady object.

2
re.c
View file

@ -3520,7 +3520,7 @@ re_warn(const char *s)
* <code>%r{...}</code> literals, and by the <code>Regexp::new</code>
* constructor.
*
* :include: doc/re.rdoc
* :include: doc/regexp.rdoc
*/
void