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
*
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
*
* eval.c (proc_to_proc): return self. [new]
nobu
2002-04-24
1
-5
/
+15
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-30
/
+32
*
* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,
matz
2002-04-19
1
-1
/
+1
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-21
/
+23
*
* eval.c (assign): convert mrhs to mvalue.
nobu
2002-04-16
1
-1
/
+1
*
* pack.c (pack_unpack): should treat 'U' in character unit, not in
matz
2002-04-15
1
-2
/
+1
*
* eval.c (assign): ruby_verbose should be surrounded by RTEST().
matz
2002-04-11
1
-1
/
+1
*
* eval.c (error_handle): default to 1 unless status is set.
nobu
2002-04-08
1
-3
/
+3
*
* parse.y (primary): while/until statement modifiers to "begin"
matz
2002-03-26
1
-21
/
+23
*
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-03-25
1
-4
/
+6
*
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
2002-03-22
1
-35
/
+15
*
* eval.c (is_defined): should check receiver only once.
matz
2002-03-20
1
-1
/
+5
*
* re.c (rb_reg_search): should clear last_match if pos is out of
matz
2002-03-19
1
-2
/
+2
*
* eval.c (rb_f_abort): should not bypass cleanup.
nobu
2002-03-18
1
-1
/
+1
[next]