summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-28 * array.c: fixed format string for 'long' args (%d -> %ld).michal
2002-05-22* parse.y (yylex): case '<': here-document label ate '-'.aamine
2002-05-20* parse.y (bodystmt): ensure clause was excuted on else clausenobu
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-10* parse.y (here_document): preserve line number begins herenobu
2002-04-25* various files: macro fix-up by Michal Rokos.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-19* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz
2002-04-11* eval.c (assign): ruby_verbose should be surrounded by RTEST().matz
2002-03-26* parse.y (primary): while/until statement modifiers to "begin"matz
2002-03-20too reverted.nobu
2002-03-20* eval.c (is_defined): should check receiver only once.matz
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-03-18* parse.y (parse_string): part of multi-byte sequence must notnobu
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-03-07* gc.c (rb_source_filename): added. holds unique strings for filenobu
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