index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Age
Commit message (
Expand
)
Author
2003-11-27
* eval.c (method_arity): used wrong Proc object. [ruby-talk:86504]
nobu
2003-11-27
* eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but
nobu
2003-11-27
* eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as
nobu
2003-11-27
* eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a
knu
2003-11-22
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-20
* check existence of "pthread.h"
nagai
2003-11-20
* ruby.h: define is_ruby_native_thread() for no native thread environment
nagai
2003-11-20
* configure.in: always check existence of the pthread library
nagai
2003-11-16
* eval.c (rb_eval): iterator should return value from next inside
nobu
2003-11-16
* eval.c (eval): prepend error position in evaluating string to
matz
2003-11-15
* eval.c (eval): do not re-raise exception to avoid unnecessary
matz
2003-11-14
* eval.c (rb_method_node): new API to retrieve method body.
matz
2003-11-06
* eval.c (rb_load): save and restore rb_prohibit_interrupt.
matz
2003-11-06
* eval.c (rb_load): allow interrupt during loaded program
matz
2003-11-05
configure.in, eval.c, signal.c: : add '--with-pthread-ext' option
nagai
2003-11-04
* io.c (read_all): fptr->f may be NULL, if IO is closed in the
matz
2003-10-30
031031
matz
2003-10-30
* io.c (READ_DATA_BUFFERED): new macro to detect whether stdio
matz
2003-10-30
* parse.y (logop): left may be NULL. [ruby-talk:84539]
matz
2003-10-29
* eval.c (proc_invoke): single array value to normal Proc#call
matz
2003-10-29
* eval.c (rb_longjmp): must not disturb original jump.
matz
2003-10-29
* eval.c (Init_Proc): taint preallocated exception object
matz
2003-10-27
* eval.c (rb_longjmp): ignore reentering error while warning.
nobu
2003-10-25
* eval.c (rb_method_missing): protect exception from within
matz
2003-10-23
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
nobu
2003-10-23
typo in comment.
nobu
2003-10-21
* eval.c (ruby_cleanup): should not ignore exit_value in END
matz
2003-10-21
* eval.c (ruby_cleanup): call finalizers and exit procs before
matz
2003-10-20
* eval.c (rb_eval): set current node after arguments evaluation.
nobu
2003-10-20
* eval.c (rb_thread_cleanup): keep thread group for main thread.
nobu
2003-10-20
* eval.c (rb_catch): backout.
nobu
2003-10-20
* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()
matz
2003-10-15
* eval.c (ruby_run): just return FAILURE instead of parse error
nobu
2003-10-15
* marshal.c (w_object): dump extended modules as well.
matz
2003-10-14
* eval.c (ruby_finalize_0): return the given exit status unless
nobu
2003-10-13
commit miss.
nobu
2003-10-13
* eval.c (rb_require_safe): segfault after loading .so.
nobu
2003-10-13
* eval.c (rb_feature_p): match by classified suffix.
nobu
2003-10-13
* string.c (str_new4): should not preserve FL_TAINT status in the
matz
2003-10-09
* eval.c (is_defined): inheritance line adjustment as like as
nobu
2003-10-09
* eval.c (rb_thread_start_0): prevent thread from GC.
nobu
2003-10-09
* eval.c (rb_thread_start_0): non-volatile should be restored from
nobu
2003-10-09
* eval.c (proc_save_safe_level, proc_get_safe_level,
nobu
2003-10-09
* eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level.
nobu
2003-10-09
* eval.c (rb_yield_0): no error if block is empty.
nobu
2003-10-09
eval.c (eval): re-indented.
nobu
2003-10-08
* eval.c (localjump_error): id should be ID.
nobu
2003-10-06
* parse.y (stmt): rhs of multiple assignment should not be
matz
2003-10-06
* marshal.c (w_object): should pass "weak" value to next level.
matz
2003-10-05
* eval.c (rb_f_END): block should be given. [ruby-dev:21497]
nobu
[next]