Skip to content

Commit

Permalink
* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,
Browse files Browse the repository at this point in the history
  proc.c, vm.c, vm_macro.def, vm_macro.def, yarvcore.c, yarvcore.h,
  debug.c, debug.h: merge half-baked-1.9 changes.  The biggest change
  is to change node structure around NODE_SCOPE, NODE_ARGS.  Every
  scope (method/class/block) has own NODE_SCOPE node and NODE_ARGS
  represents more details of arguments information.  I'll write a
  document about detail of node structure.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Mar 21, 2007
1 parent df896a0 commit bb7a2d4
Show file tree
Hide file tree
Showing 15 changed files with 561 additions and 1,032 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Wed Mar 21 20:05:07 2007 Koichi Sasada <[email protected]>

* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,
proc.c, vm.c, vm_macro.def, vm_macro.def, yarvcore.c, yarvcore.h,
debug.c, debug.h: merge half-baked-1.9 changes. The biggest change
is to change node structure around NODE_SCOPE, NODE_ARGS. Every
scope (method/class/block) has own NODE_SCOPE node and NODE_ARGS
represents more details of arguments information. I'll write a
document about detail of node structure.


Wed Mar 21 17:04:30 2007 Nobuyoshi Nakada <[email protected]>

* bignum.c (rb_big2str0): round up for the most significant digit.
Expand Down
Loading

0 comments on commit bb7a2d4

Please sign in to comment.