aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_mod_define_method): must not convert Method to Proc.nobu2001-12-201-6/+3
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-16/+43
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-1/+1
* * intern.h: add prototypes.nobu2001-12-171-1/+1
* * string.c (rb_str_equal): object with to_str must be treated as amatz2001-11-291-1/+1
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-10/+14
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-0/+15
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-2/+24
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-191-3/+11
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-94/+43
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-7/+11
* too much backoutmatz2001-11-091-2/+2
* * eval.c (rb_trap_eval): avoid annoying warning with signal.nobu2001-11-081-1/+7
* eval.c fixmatz2001-11-081-20/+37
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-39/+22
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-2/+2
* * eval.c (exec_under): should initialize ruby_frame->self;matz2001-10-311-0/+1
* * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz2001-10-311-7/+9
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-0/+3
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-291-5/+5
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-10/+21
* * eval.c (proc_invoke): fix self switching in Proc#callnobu2001-10-221-5/+5
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-16/+20
* * eval.c (rb_f_missing): check stack level with rb_stack_check().nobu2001-10-161-3/+11
* * file.c (rb_stat_clone): should copy internal data too.matz2001-10-101-1/+1
* eval.c backout.matz2001-10-091-28/+6
* * eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz2001-10-091-9/+31
* * eval.c (thread_status_name): separated fromnobu2001-10-091-17/+21
* * eval.c (proc_s_new): revived.nobu2001-10-051-1/+14
* * marshal.c (r_object): better allocation type check formatz2001-10-031-44/+9
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-18/+22
* forgotten MATCH_DATA...nobu2001-09-201-1/+1
* * eval.c, intern.h (rb_svar): return reference to special variablenobu2001-09-201-36/+65
* * string.c (rb_str_init): String.new() => ""matz2001-09-191-1/+1
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-2/+12
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-9/+17
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-7/+6
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-4/+9
* * range.c (range_step): new method.matz2001-08-141-0/+3
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-2/+8
* * eval.c (ruby_run): avoid VC++ warning.usa2001-08-011-1/+1
* * eval.c (rb_provided): extension should be guessed usingmatz2001-07-271-3/+15
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-24/+11
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-4/+5
* * regex.c (re_search): should consider reverse search.matz2001-07-141-64/+75
* * eval.c (rb_eval_string_wrap): should push frame (and adjustmatz2001-07-031-7/+16
* * eval.c (block_pass): do not change wrapper information.shugo2001-07-031-4/+5
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-28/+51
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-231-13/+47
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-37/+22