aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-2/+2
* * parse.y (primary): while/until statement modifiers to "begin"matz2002-03-261-61/+133
* too reverted.nobu2002-03-201-1/+1
* * eval.c (is_defined): should check receiver only once.matz2002-03-201-5/+2
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-9/+21
* * parse.y (parse_string): part of multi-byte sequence must notnobu2002-03-181-12/+20
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-12/+3
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-0/+1
* * gc.c (rb_source_filename): added. holds unique strings for filenobu2002-03-071-1/+1
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-1/+1
* * parse.y (yylex): operators in the "op" rule should makematz2002-02-191-27/+87
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-114/+90
* * parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu2002-02-141-2/+2
* * struct.c (Init_Struct): should undefine "allocate" for Structmatz2002-02-141-1/+0
* sorry, assignable typomatz2002-02-131-1/+1
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-25/+29
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-091-4/+0
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-081-0/+4
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-011-4/+4
* * parse.y (yylex): strict check for numbers.nobu2002-01-281-44/+61
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-1/+1
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-0/+5
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-0/+1
* * st.c: primes should be primes.matz2002-01-161-3/+1
* * re.c (match_select): should propagate taintness.matz2002-01-111-2/+2
* * parse.y (yycompile): strdup()'ed twice.nobu2002-01-041-2/+0
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-1/+1
* * parse.y (yycompile): always store copy of filename.nobu2001-12-311-1/+3
* * parse.y (str_extend): make up "#$;" handling.matz2001-12-221-0/+1
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-0/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-4/+18
* * parse.y (str_extend): change types of second and third argumentsusa2001-11-251-2/+2
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-13/+19
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-191-1/+2
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-191-5/+2
* * parse.y: needless conditionals.nobu2001-11-181-7/+3
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-0/+1
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-28/+38
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-8/+84
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-0/+6
* * parse.y (yylex): disallow alpha-numeric and mbchar fornobu2001-10-151-0/+4
* * file.c (rb_stat_clone): should copy internal data too.matz2001-10-101-3/+4
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-1/+1
* Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts2001-09-261-1/+1
* * eval.c, intern.h (rb_svar): return reference to special variablenobu2001-09-201-10/+33
* * string.c (rb_str_init): String.new() => ""matz2001-09-191-1/+0
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-22/+25
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-1/+1
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-7/+9
* * parse.y (tokadd_escape): escaped backslashes too much.matz2001-08-201-1/+1