index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* regex.c (re_match): p1 may exceed pend limit.
matz
2002-09-26
1
-5
/
+0
*
* io.c (appendline): forget to terminate with nul.
matz
2002-09-25
1
-18
/
+20
*
* eval.c (rb_call0): must not clear ruby_current_node, or
nobu
2002-09-23
1
-4
/
+1
*
* eval.c (call_trace_func): should not call trace function while
nobu
2002-09-22
1
-2
/
+6
*
* eval.c (rb_thread_raise): no need to save dead thread context.
nobu
2002-09-21
1
-1
/
+1
*
move struct timeval to missing.h
michal
2002-09-17
1
-10
/
+0
*
* eval.c (rb_thread_die): put thread dead state.
nobu
2002-09-17
1
-6
/
+12
*
* eval.c (rb_mod_nesting): load wrapping module should appear in
matz
2002-09-17
1
-0
/
+5
*
* eval.c (rb_eval): avoid uninitialized global/class variable
nobu
2002-09-13
1
-1
/
+1
*
* eval.c (rb_trap_eval): preserve thread status and so on.
nobu
2002-09-11
1
-24
/
+79
*
* eval.c (proc_to_s): refined format. [ruby-dev:18215]
nobu
2002-09-11
1
-4
/
+5
*
* eval.c (rb_mod_define_method): initialize orig_func too.
nobu
2002-09-10
1
-0
/
+1
*
* eval.c (rb_eval): overriding false constant with class/module
nobu
2002-09-05
1
-6
/
+0
*
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-29
1
-3
/
+9
*
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-28
1
-3
/
+3
*
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-27
1
-1
/
+1
*
* eval.c (call_trace_func): restore source file/line, as trace
nobu
2002-08-24
1
-3
/
+8
*
* eval.c (method_call): check receiver is defined.
nobu
2002-08-23
1
-13
/
+4
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-12
/
+11
*
* eval.c (rb_thread_cleanup): should not modify the global
matz
2002-08-21
1
-5
/
+6
*
particular symbol for win32_exception_list.
nobu
2002-08-19
1
-9
/
+11
*
* eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix.
eban
2002-08-19
1
-2
/
+7
*
* eval.c (rb_thread_save_context, rb_thread_restore_context):
nobu
2002-08-19
1
-0
/
+56
*
* eval.c (compile_error): must not clear ruby_sourcefile here.
nobu
2002-08-15
1
-3
/
+1
*
* eval.c (ruby_current_node) : added to set sourceline on demand.
nobu
2002-08-15
1
-102
/
+92
*
* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of
matz
2002-08-12
1
-17
/
+28
*
* eval.c (rb_eval): set line number from all nodes.
nobu
2002-08-11
1
-6
/
+12
*
* eval.c (rb_eval): set constant in cbase scope.
nobu
2002-08-03
1
-4
/
+4
*
* eval.c (rb_undef): undef should be done for klass, not ruby_class.
matz
2002-07-31
1
-2
/
+2
*
* eval.c (rb_thread_join_m): add parameter type declaration.
aamine
2002-07-30
1
-0
/
+1
*
* eval.c (localjump_error): add parameter type declaration.
aamine
2002-07-29
1
-0
/
+1
*
* eval.c (rb_eval): no need to convert to string twice.
nobu
2002-07-26
1
-2
/
+2
*
* random.c: replace with Mersenne Twister RNG.
matz
2002-07-26
1
-4
/
+28
*
* eval.c (rb_eval): NODE_EVSTR is no longer used.
nobu
2002-06-24
1
-17
/
+1
*
* eval.c (svalue_to_avalue): v may be Qundef. This fix was
matz
2002-06-13
1
-0
/
+1
*
* eval.c (rb_eval): ruby_frame->last_func may be null, if it's
matz
2002-06-11
1
-3
/
+8
*
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-06-04
1
-13
/
+2
*
* range.c (range_step): iteration done using "+" if elements are
matz
2002-05-30
1
-1
/
+1
*
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
1
-1
/
+25
*
* array.c: fixed format string for 'long' args (%d -> %ld).
michal
2002-05-28
1
-4
/
+4
*
* eval.c (scope_node): trick to keep the node has a scope.
nobu
2002-05-28
1
-0
/
+12
*
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-05-21
1
-1
/
+6
*
* eval.c (rb_thread_select): cleanup conditional compilation.
nobu
2002-05-16
1
-18
/
+5
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-13
/
+49
*
* eval.c (rb_thread_join): added an argument to limit time to wait
nobu
2002-05-09
1
-6
/
+28
*
* eval.c (rb_yield_0): The destination of the goto jump was wrong.
aamine
2002-05-07
1
-1
/
+1
*
* eval.c (superclass): undesirable "unexpected return" when the superclass is...
aamine
2002-05-07
1
-2
/
+4
*
* numeric.c (num_step): better iteration condition for float
matz
2002-05-01
1
-16
/
+16
*
* eval.c (rb_proc_new): make Proc from C function. [new]
nobu
2002-04-26
1
-0
/
+8
*
* various files: macro fix-up by Michal Rokos.
matz
2002-04-25
1
-1
/
+1
[next]