ChangeLog typos from r43688
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
28a1c4f33e
commit
494731b787
10
ChangeLog
10
ChangeLog
@ -1,18 +1,18 @@
|
|||||||
Sat Nov 16 02:13:56 2013 Masaya Tarui <tarui@ruby-lang.org>
|
Sat Nov 16 02:13:56 2013 Masaya Tarui <tarui@ruby-lang.org>
|
||||||
|
|
||||||
* cont.c : Introdule ensure rollback mechanism. Please see below.
|
* cont.c : Introduce ensure rollback mechanism. Please see below.
|
||||||
|
|
||||||
* internal.h (ruby_register_rollback_func_for_ensure): catch up above change.
|
* internal.h (ruby_register_rollback_func_for_ensure): catch up above change.
|
||||||
Add rollback mechanism API.
|
Add rollback mechanism API.
|
||||||
|
|
||||||
* vm_core.h (typedef struct rb_vm_struct): catch up above change.
|
* vm_core.h (typedef struct rb_vm_struct): catch up above change.
|
||||||
Introdule ensure-rollback relation table.
|
Introduce ensure-rollback relation table.
|
||||||
|
|
||||||
* vm_core.h (typedef struct rb_thread_struct): catch up above change.
|
* vm_core.h (typedef struct rb_thread_struct): catch up above change.
|
||||||
Introdule ensure stack.
|
Introduce ensure stack.
|
||||||
|
|
||||||
* eval.c (rb_ensure): catch up above change.
|
* eval.c (rb_ensure): catch up above change.
|
||||||
Introdule ensure stack.
|
Introduce ensure stack.
|
||||||
|
|
||||||
* hash.c : New function for rollback ensure, and register it to
|
* hash.c : New function for rollback ensure, and register it to
|
||||||
ensure-rollback relation table. [ruby-dev:47803] [Bug #9105]
|
ensure-rollback relation table. [ruby-dev:47803] [Bug #9105]
|
||||||
@ -28,7 +28,7 @@ Sat Nov 16 02:13:56 2013 Masaya Tarui <tarui@ruby-lang.org>
|
|||||||
|
|
||||||
ruby_register_rollback_func_for_ensure(ensure_func,rollback_func)
|
ruby_register_rollback_func_for_ensure(ensure_func,rollback_func)
|
||||||
This API create relation ensure's function to rollback's function.
|
This API create relation ensure's function to rollback's function.
|
||||||
By registered rollback's function, it is executed When jumpping into
|
By registered rollback's function, it is executed When jumping into
|
||||||
corresponding rb_ensure scope.
|
corresponding rb_ensure scope.
|
||||||
|
|
||||||
Sat Nov 16 00:18:36 2013 Masaki Matsushita <glass.saga@gmail.com>
|
Sat Nov 16 00:18:36 2013 Masaki Matsushita <glass.saga@gmail.com>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user