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* marshal.c (r_object): complete restoration before callingmatz
2002-02-13* parse.y (assignable): should emit CVASGN within the methodmatz
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-01-28* parse.y (yylex): strict check for numbers.nobu
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-16* eval.c (block_pass): should not pass tainted block, if $SAFE > 0.matz
2002-01-04* parse.y (yycompile): strdup()'ed twice.nobu
2002-01-04forgot to commit everything bug ChangeLogmatz
2001-12-31* parse.y (yycompile): always store copy of filename.nobu
2001-12-25* stable version 1.6.6 released.matz
2001-12-12* parse.y (str_extend): make up pushback call.matz
2001-12-10* parse.y (gettable): should freeze __FILE__ string(__LINE__ is Fixnum).eban
2001-12-10* parse.y (gettable): should freeze __LINE__ string.matz
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* parse.y (str_extend): term can be any character.matz
2001-11-18* parse.y: needless conditional.nobu
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-07* dir.c (my_getcwd): do not rely on MAXPATHLEN.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* parse.y (parse_quotedwords): %w(...) is not a string.matz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-27Thu Sep 27 09:04:44 2001 Guy Decoux <ts@moulon.inra.fr>ts
2001-09-03* io.c (rb_io_popen): accept integer flags as mode.matz
2001-08-17* parse.y (parse_regx): handle backslash escaping of delimiter here.matz
2001-07-02* eval.c (rb_eval_string_wrap): extend new ruby_top_self, notmatz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-01* parse.y (yylex): lex_state after RESCUE_MOD should be EXPR_BEG.matz
2001-04-16* regex.c (calculate_must_string): wrong length calculation.matz
2001-04-06* variable.c (rb_const_get): no recursion to show full class pathmatz
2001-03-13* io.c (argf_seek): 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-19commit miss; sorrymatz
2001-02-13* parse.y (primary): preserve and clear in_single and in_def usingmatz
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-02* eval.c (POP_VARS): propagate DVAR_DONT_RECYCLE, ifmatz
2001-01-23* gc.c (rb_gc_call_finalizer_at_exit): should finalize objects inmatz
2000-12-25001225matz
2000-12-22matzmatz
2000-12-18matzmatz
2000-12-12matzmatz
2000-12-05matzmatz
2000-11-27matzmatz
2000-11-21matzmatz
2000-11-13matzmatz