mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
805b08f292
commit
e2f951656f
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Nov 3 11:01:32 2012 Narihiro Nakamura <authornari@gmail.com>
|
||||
|
||||
* NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().
|
||||
|
||||
Sat Nov 3 10:17:41 2012 Narihiro Nakamura <authornari@gmail.com>
|
||||
|
||||
* eval.c (f_current_dirname): add the new method for Kernel.
|
||||
|
|
1
NEWS
1
NEWS
|
@ -12,6 +12,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
|
||||
=== C API updates
|
||||
* NUM2SHORT() and NUM2USHORT() added. They are similar to NUM2INT, but short.
|
||||
* rb_newobj_of() and NEWOBJ_OF() added. They create a new object of a given class.
|
||||
|
||||
=== Library updates (outstanding ones only)
|
||||
|
||||
|
|
Loading…
Reference in a new issue