Skip to content

Commit

Permalink
* blockinlining.c, compile.c, compile.h, debug.c, debug.h,
Browse files Browse the repository at this point in the history
  id.c, insnhelper.h, insns.def, thread.c, thread_pthread.ci,
  thread_pthread.h, thread_win32.ci, thread_win32.h, vm.h,
  vm_dump.c, vm_evalbody.ci, vm_opts.h: fix comments and
  copyright year.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Nov 13, 2007
1 parent 3688c7a commit d907cbc
Show file tree
Hide file tree
Showing 18 changed files with 115 additions and 107 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
Wed Nov 14 07:09:48 2007 Koichi Sasada <ko1@atdot.net>

* blockinlining.c, compile.c, compile.h, debug.c, debug.h,
id.c, insnhelper.h, insns.def, thread.c, thread_pthread.ci,
thread_pthread.h, thread_win32.ci, thread_win32.h, vm.h,
vm_dump.c, vm_evalbody.ci, vm_opts.h: fix comments and
copyright year.

Wed Nov 14 07:07:51 2007 Koichi Sasada <ko1@atdot.net>

* tool/makedocs.rb, template/insnstbl.html: removed.
Expand Down
2 changes: 1 addition & 1 deletion blockinlining.c
Expand Up @@ -5,7 +5,7 @@
$Author$
$Date$
Copyright (C) 2004-2006 Koichi Sasada
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/

Expand Down
14 changes: 5 additions & 9 deletions compile.c
Expand Up @@ -6,7 +6,7 @@
$Date$
created at: 04/01/01 03:42:15 JST
Copyright (C) 2004-2006 Koichi Sasada
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/

Expand Down Expand Up @@ -252,7 +252,6 @@ iseq_translate_threaded_code(rb_iseq_t *iseq)
/* definition of data structure for compiler */
/*********************************************/


static void *
compile_data_alloc(rb_iseq_t *iseq, size_t size)
{
Expand Down Expand Up @@ -336,8 +335,7 @@ ADD_ELEM(LINK_ANCHOR *anchor, LINK_ELEMENT *elem)
verify_list("add", anchor);
}

/*******************************************/
#if 0
#if 0 /* unused */
/*
* elem1, elemX => elem1, elem2, elemX
*/
Expand Down Expand Up @@ -369,8 +367,6 @@ INSERT_ELEM_PREV(LINK_ELEMENT *elem1, LINK_ELEMENT *elem2)
}
#endif

/*******************************************/

/*
* elemX, elem1, elemY => elemX, elem2, elemY
*/
Expand Down Expand Up @@ -402,13 +398,13 @@ FIRST_ELEMENT(LINK_ANCHOR *anchor)
return anchor->anchor.next;
}

/*
#if 0 /* unused */
static LINK_ELEMENT *
LAST_ELEMENT(LINK_ANCHOR *anchor)
{
return anchor->last;
}
*/
#endif

static LINK_ELEMENT *
POP_ELEMENT(LINK_ANCHOR *anchor)
Expand Down Expand Up @@ -501,7 +497,7 @@ INSERT_LIST(LINK_ANCHOR *anc1, LINK_ANCHOR *anc2)
verify_list("append", anc1);
}

#if 0
#if 0 /* unused */
/*
* anc1: e1, e2, e3
* anc2: e4, e5
Expand Down
2 changes: 1 addition & 1 deletion compile.h
Expand Up @@ -6,7 +6,7 @@
$Date$
created at: 04/01/01 23:36:57 JST
Copyright (C) 2004-2006 Koichi Sasada
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion debug.c
Expand Up @@ -6,7 +6,7 @@
$Date$
created at: 04/08/25 02:31:54 JST
Copyright (C) 2004-2006 Koichi Sasada
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion debug.h
Expand Up @@ -6,7 +6,7 @@
$Date$
created at: 04/08/25 02:33:49 JST
Copyright (C) 2004-2006 Koichi Sasada
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion id.c
Expand Up @@ -6,7 +6,7 @@
$Date$
created at: Thu Jul 12 04:37:51 2007
Copyright (C) 2004-2006 Koichi Sasada
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion insnhelper.h
Expand Up @@ -6,7 +6,7 @@
$Date$
created at: 04/01/01 15:50:34 JST
Copyright (C) 2004-2006 Koichi Sasada
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/

Expand Down

0 comments on commit d907cbc

Please sign in to comment.