aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-2/+8
* * parse.y (here_document): check if identifier is terminated.nobu2002-06-021-3/+11
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-0/+9
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-1/+1
* * parse.y (yylex): case '<': here-document label ate '-'.aamine2002-05-221-0/+3
* * parse.y (bodystmt): ensure clause was excuted on else clausenobu2002-05-201-1/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-2/+1
* * parse.y (here_document): preserve line number begins herenobu2002-05-101-1/+5
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-12/+4
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-42/+42
* * eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz2002-04-191-4/+0
* * 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