summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2000-11-10matzmatz
2000-10-31matzmatz
2000-10-20matzmatz
2000-10-16matzmatz
2000-10-11matzmatz
2000-10-10matzmatz
2000-09-22matzmatz
2000-09-19000919matz
2000-09-18matzmatz
2000-09-15matzmatz
2000-09-12matz: 1.6.0 final (hopufully)matz