mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b4d0f63529
commit
bb5212d395
2 changed files with 6 additions and 6 deletions
|
@ -192,14 +192,14 @@ Mon May 13 19:29:54 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
without write barrier (planned).
|
without write barrier (planned).
|
||||||
* RCLASS_SET_SUPER(a, b) set super class of a.
|
* RCLASS_SET_SUPER(a, b) set super class of a.
|
||||||
|
|
||||||
* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c,
|
* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c,
|
||||||
file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c,
|
file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c,
|
||||||
parse.y, proc.c, process.c, random.c, ruby.c, sprintf.c,
|
parse.y, proc.c, process.c, random.c, ruby.c, sprintf.c,
|
||||||
string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c:
|
string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c:
|
||||||
Use above macros and functions to access RBasic::klass.
|
Use above macros and functions to access RBasic::klass.
|
||||||
|
|
||||||
* ext/coverage/coverage.c, ext/readline/readline.c,
|
* ext/coverage/coverage.c, ext/readline/readline.c,
|
||||||
ext/socket/ancdata.c, ext/socket/init.c,
|
ext/socket/ancdata.c, ext/socket/init.c,
|
||||||
* ext/zlib/zlib.c: ditto.
|
* ext/zlib/zlib.c: ditto.
|
||||||
|
|
||||||
Mon May 13 18:44:14 2013 Koichi Sasada <ko1@atdot.net>
|
Mon May 13 18:44:14 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
4
gc.c
4
gc.c
|
@ -98,10 +98,10 @@ static ruby_gc_params_t initial_params = {
|
||||||
|
|
||||||
#if USE_RGENGC
|
#if USE_RGENGC
|
||||||
/* RGENGC_DEBUG:
|
/* RGENGC_DEBUG:
|
||||||
* 1:
|
* 1:
|
||||||
* 2: remember set operation
|
* 2: remember set operation
|
||||||
* 3: mark
|
* 3: mark
|
||||||
* 4:
|
* 4:
|
||||||
* 5: sweep
|
* 5: sweep
|
||||||
*/
|
*/
|
||||||
#ifndef RGENGC_DEBUG
|
#ifndef RGENGC_DEBUG
|
||||||
|
|
Loading…
Add table
Reference in a new issue