summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2001-06-23* eval.c (svalue_to_avalue): new conversion scheme between singlematz
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-06-07* parse.y (yylex): incomplete fix.matz
2001-06-07* parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-06-06* parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz
2001-06-05* error.c (Init_Exception): NameError went under StandardError,matz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-06-01* parse.y (call_args2): confusion with list_append() andmatz
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-22* variable.c (rb_alias_variable): should not allow variablematz
2001-05-21* bignum.c (rb_big2str): t should be protected from GC.matz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-13* eval.c (ev_const_defined): add new parameter self for specialmatz
2001-03-13* parse.y: warn -> rb_warneban
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-03-06* parse.y (primary): rescue and ensure clauses should be allowedmatz
2001-02-26* eval.c (proc_call): should not modify ruby_block->frame.itermatz
2001-02-19* eval.c (secure_visibility): visibility check for untainted modules.matz
2001-02-13* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-26* parse.y: clarify do ambiguity, bit more complex but naturalmatz
2001-01-23* gc.c (os_live_obj): do not list terminated object.matz
2001-01-20* parse.y (block_call): syntax restructure.matz
2001-01-19* parse.y (yylex): fixed serious syntax misbehavior. do'smatz
2001-01-10inline fixmatz
2001-01-09* enum.c (enum_inject): new method.matz
2000-12-28changes from personal modifies -- matzmatz
2000-12-27matzmatz
2000-12-26matzmatz
2000-12-25001225matz
2000-12-22matzmatz
2000-12-18matzmatz
2000-12-12matzmatz
2000-12-05matzmatz
2000-11-27matzmatz
2000-11-21matzmatz
2000-11-13matzmatz
2000-11-10matzmatz
2000-10-31matzmatz
2000-10-20matzmatz
2000-10-16matzmatz
2000-10-11matzmatz