summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19* parse.y (yylex): operators in the "op" rule should makematz
2002-02-18* parse.y (expr_value, arg_value, primary_value): value_expr()matz
2002-02-14* parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu
2002-02-14* struct.c (Init_Struct): should undefine "allocate" for Structmatz
2002-02-13sorry, assignable typomatz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-02-09* eval.c (rb_eval): singleton chech should be moved from yycompilematz
2002-02-08* parse.y (yycompile): should inherit "in_single" if eval happenedmatz
2002-02-01* intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu
2002-01-28* parse.y (yylex): strict check for numbers.nobu
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-16* st.c: primes should be primes.matz
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-04* parse.y (yycompile): strdup()'ed twice.nobu
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-31* parse.y (yycompile): always store copy of filename.nobu
2001-12-22* parse.y (str_extend): make up "#$;" handling.matz
2001-12-11* string.c (rb_str_match_m): should convert an argument intomatz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-11-25 * parse.y (str_extend): change types of second and third argumentsusa
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* parse.y (str_extend): should not terminate string interpolationmatz
2001-11-19* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz
2001-11-18* parse.y: needless conditionals.nobu
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-10-30* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-15* parse.y (yylex): disallow alpha-numeric and mbchar fornobu
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-26Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts
2001-09-20* eval.c, intern.h (rb_svar): return reference to special variablenobu
2001-09-19* string.c (rb_str_init): String.new() => ""matz
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-20* parse.y (tokadd_escape): escaped backslashes too much.matz
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-08-14* range.c (range_step): new method.matz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
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