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
2005-01-05
* eval.c (rb_thread_initialize): Thread objects cannot be initialized
nobu
2004-12-16
* eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,
nobu
2004-12-13
* eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]
matz
2004-12-09
* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]
matz
2004-12-06
* process.c (proc_setgroups): [ruby-dev:25081]
matz
2004-12-06
* eval.c (run_trap_eval): add prototype for Microsoft compiler.
usa
2004-12-03
* eval.c (proc_invoke): prepare to pass a block from "call" method
matz
2004-12-02
* io.c (rb_file_initialize): [ruby-dev:25032]
matz
2004-12-02
* eval.c (rb_protect): prevent continuations created inside from being
nobu
2004-12-02
* eval.c (thread_mark): mark thread group. [ruby-dev:25020]
nobu
2004-11-30
* signal.c (sighandler): call handler immediately only for default
matz
2004-11-30
* eval.c (rb_eval): should check previous frame for ZSUPER.
matz
2004-11-30
* eval.c (PUSH_FRAME): flags should have been initialized.
matz
2004-11-30
* eval.c (rb_eval): [ruby-core:03856]
matz
2004-11-29
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-26
* io.c (rb_io_initialize): should retrieve flags from copying file
matz
2004-11-20
* string.c (rb_str_splice): should place index wrapping after
matz
2004-11-17
* re.c (rb_reg_initialize_m): should raise exception instead of
matz
2004-11-16
* string.c (str_mod_check): frozen check should be separated.
matz
2004-11-15
* eval.c (Init_Proc): make proc as an alias to Proc.new.
matz
2004-11-14
* eval.c (rb_yield_0): lambda{}.call(1) should raise exception.
matz
2004-11-14
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-11-12
* eval.c (ruby_options): now we cannot call rb_glob() before
usa
2004-11-10
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-01
* eval.c (proc_invoke): nail down dyna_var node when Proc object
matz
2004-10-30
* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.
matz
2004-10-29
* eval.c (rb_thread_start_0): forget to free some memory chunks.
matz
2004-10-29
* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,
matz
2004-10-27
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-10-24
* eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]
nobu
2004-10-23
* eval.c (rb_load, search_required, rb_require_safe, rb_require): use
nobu
2004-10-22
* eval.c (rb_alias): was warning for wrong condition.
matz
2004-10-21
* ext/zlib/zlib.c (zstream_shift_buffer): should restore class
matz
2004-10-20
* parse.y (lex_getline): should update ruby_debug_lines.
matz
2004-10-20
rdoc
nobu
2004-10-19
* array.c (rb_ary_times): Array#* should return an instance of
matz
2004-10-19
* eval.c (search_required): required name must not be changed before
nobu
2004-10-19
* eval.c (rb_require_safe): provide the feature after loaded.
nobu
2004-10-19
* io.c (read_all): block string buffer modification during
matz
2004-10-18
* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]
nobu
2004-10-15
eval.c (Init_stack): make prototype declaration consistent with the definitio...
akr
2004-10-06
* io.c (rb_io_mode_flags): preserve append mode flag.
matz
2004-10-02
* string.c (rb_str_sum): should use bignums when bits is greater
matz
2004-10-01
* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]
matz
2004-09-27
* eval.c (rb_call0): invoke finalizers periodically.
nobu
2004-09-24
* struct.c (rb_struct_s_members): wrong call of struct_members.
matz
2004-09-24
* parse.y (rb_parser_append_print): should handle prelude.
matz
2004-09-23
* eval.c: remove debug print.
matz
2004-09-23
* eval.c: remove debug print.
matz
2004-09-23
* hash.c (rb_hash_rehash): replace st_foreach() by its deep
matz
[next]