mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7b32fb4c1
commit
817dda53ed
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Apr 28 08:02:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]
|
||||
|
||||
Sun Apr 28 02:41:05 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in: Fix a typo. Should check endgrent() instead of
|
||||
|
|
|
@ -1366,6 +1366,8 @@ void rb_bug(const char *fmt, ...) ::
|
|||
called under the situation caused by the bug in the interpreter. No
|
||||
exception handling nor ensure execution will be done.
|
||||
|
||||
Note: You can't use %i or variations of int with the fmt string message.
|
||||
|
||||
== Initialize and Start the Interpreter
|
||||
|
||||
The embedding API functions are below (not needed for extension libraries):
|
||||
|
|
Loading…
Reference in a new issue