diff --git a/ChangeLog b/ChangeLog index d0bcdfcf30..f97bb68229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,12 +4,6 @@ Sun Sep 29 22:56:31 2013 Nobuyoshi Nakada ID_ATTRSET and return it itself, but ID_JUNK cannot make ID_ATTRSET. and raise a NameError instead of rb_bug() for invalid argument. -Sun Sep 29 22:55:44 2013 Nobuyoshi Nakada - - * parse.y (rb_id_attrset): fix inconsistency with literals, allow - ID_ATTRSET and return it itself, but ID_JUNK cannot make ID_ATTRSET. - and raise a NameError instead of rb_bug() for invalid argument. - Sun Sep 29 18:45:05 2013 Kazuki Tsujimoto * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):