summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-26Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts
2001-09-20* eval.c, intern.h (rb_svar): return reference to special variablenobu
2001-09-19* string.c (rb_str_init): String.new() => ""matz
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-20* parse.y (tokadd_escape): escaped backslashes too much.matz
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-08-14* range.c (range_step): new method.matz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-23* eval.c (svalue_to_avalue): new conversion scheme between singlematz
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-06-07* parse.y (yylex): incomplete fix.matz
2001-06-07* parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-06-06* parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz
2001-06-05* error.c (Init_Exception): NameError went under StandardError,matz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-06-01* parse.y (call_args2): confusion with list_append() andmatz
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-22* variable.c (rb_alias_variable): should not allow variablematz
2001-05-21* bignum.c (rb_big2str): t should be protected from GC.matz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-13* eval.c (ev_const_defined): add new parameter self for specialmatz
2001-03-13* parse.y: warn -> rb_warneban
2001-03-13* io.c (argf_seek_m): 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-19* eval.c (secure_visibility): visibility check for untainted modules.matz
2001-02-13* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz