index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-94
/
+43
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-7
/
+11
*
too much backout
matz
2001-11-09
1
-2
/
+2
*
* eval.c (rb_trap_eval): avoid annoying warning with signal.
nobu
2001-11-08
1
-1
/
+7
*
eval.c fix
matz
2001-11-08
1
-20
/
+37
*
* file.c (path_check_1): forgot to initialize 'p'.
matz
2001-11-08
1
-39
/
+22
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-08
1
-2
/
+2
*
* eval.c (exec_under): should initialize ruby_frame->self;
matz
2001-10-31
1
-0
/
+1
*
* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _old
matz
2001-10-31
1
-7
/
+9
*
* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.
matz
2001-10-30
1
-0
/
+3
*
* intern.h (rb_protect_inspect): follow the change of array.c.
usa
2001-10-29
1
-5
/
+5
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-10
/
+21
*
* eval.c (proc_invoke): fix self switching in Proc#call
nobu
2001-10-22
1
-5
/
+5
*
* class.c (rb_mod_clone): should not copy class name, since clone
matz
2001-10-22
1
-16
/
+20
*
* eval.c (rb_f_missing): check stack level with rb_stack_check().
nobu
2001-10-16
1
-3
/
+11
*
* file.c (rb_stat_clone): should copy internal data too.
matz
2001-10-10
1
-1
/
+1
*
eval.c backout.
matz
2001-10-09
1
-28
/
+6
*
* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.
matz
2001-10-09
1
-9
/
+31
*
* eval.c (thread_status_name): separated from
nobu
2001-10-09
1
-17
/
+21
*
* eval.c (proc_s_new): revived.
nobu
2001-10-05
1
-1
/
+14
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-44
/
+9
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
1
-18
/
+22
*
forgotten MATCH_DATA...
nobu
2001-09-20
1
-1
/
+1
*
* eval.c, intern.h (rb_svar): return reference to special variable
nobu
2001-09-20
1
-36
/
+65
*
* string.c (rb_str_init): String.new() => ""
matz
2001-09-19
1
-1
/
+1
*
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-08
1
-2
/
+12
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
1
-9
/
+17
*
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-29
1
-7
/
+6
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-4
/
+9
*
* range.c (range_step): new method.
matz
2001-08-14
1
-0
/
+3
*
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-06
1
-2
/
+8
*
* eval.c (ruby_run): avoid VC++ warning.
usa
2001-08-01
1
-1
/
+1
*
* eval.c (rb_provided): extension should be guessed using
matz
2001-07-27
1
-3
/
+15
*
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-24
1
-24
/
+11
*
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
matz
2001-07-18
1
-4
/
+5
*
* regex.c (re_search): should consider reverse search.
matz
2001-07-14
1
-64
/
+75
*
* eval.c (rb_eval_string_wrap): should push frame (and adjust
matz
2001-07-03
1
-7
/
+16
*
* eval.c (block_pass): do not change wrapper information.
shugo
2001-07-03
1
-4
/
+5
*
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-07-02
1
-28
/
+51
*
* eval.c (svalue_to_avalue): new conversion scheme between single
matz
2001-06-23
1
-13
/
+47
*
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
2001-06-22
1
-37
/
+22
*
* eval.c (svalue_to_mvalue): new function to convert from svalue
matz
2001-06-19
1
-84
/
+62
*
* eval.c (rb_f_require): searches ".rb" and ".so" at the same
matz
2001-06-19
1
-41
/
+70
*
* eval.c (method_eq): new method Method#==. [new]
matz
2001-06-12
1
-4
/
+26
*
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve
matz
2001-06-08
1
-10
/
+19
*
* eval.c (rb_load): should check if tainted even when wrap is
matz
2001-06-06
1
-6
/
+1
*
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-06-05
1
-11
/
+42
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-17
/
+16
*
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-24
1
-0
/
+7
*
* variable.c (rb_alias_variable): should not allow variable
matz
2001-05-22
1
-19
/
+38
[next]