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-06-03
* intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.
nobu
2005-05-25
* vms/vmsruby_private.c, vms/vmsruby_private.h: private routines
nobu
2005-05-18
* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]
nobu
2005-05-13
* eval.c (unknown_node): add volatile directive to prototype.
nobu
2005-05-11
* eval.c (unknown_node): ignore broken NODE to get rid of accessing
nobu
2005-05-11
* eval.c (break_jump): break should not cross functions.
matz
2005-05-10
* eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings on
nobu
2005-05-01
* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal at
nobu
2005-04-30
* configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.
nobu
2005-04-23
* eval.c (rb_provided): should check also path name to be loaded.
nobu
2005-04-19
* eval.c (search_required): deal with features with path too.
nobu
2005-04-18
* eval.c (search_required): handle static linked extensions.
nobu
2005-04-18
* eval.c (search_required, rb_require_safe): expand path in
nobu
2005-04-18
* eval.c (rb_attr): attribute name check added.
matz
2005-04-07
* eval.c (rb_call0): "return" event hook should be always executed
shugo
2005-03-16
* eval.c (rb_call0): call_cfunc() should be protected.
shugo
2005-03-16
* eval.c (rb_add_event_hook): new function to add a hook function for
shugo
2005-03-16
* eval.c (rb_call0): reorganize "return" event post.
matz
2005-03-15
* eval.c (recursive_check, recursive_push): more restrictive check.
nobu
2005-03-13
* eval.c (recursive_pop): raise TypeError instead of fatal error.
nobu
2005-03-08
* eval.c (rb_exec_recursive): declaration should precede statements
usa
2005-03-08
* error.c (errno_missing): Errno.const_missing to allow references
matz
2005-03-07
* eval.c (rb_require_safe): get actual path string under safe level
nobu
2005-03-07
* object.c (inspect_obj): unintended space removal.
matz
2005-03-05
* lib/mkmf.rb (create_makefile): allow putting spaces between target
nobu
2005-03-04
* eval.c (rb_exec_recursive): matched the declaration to prototype.
usa
2005-03-04
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-02
* eval.c (ruby_native_thread_kill): call pthread_kill() to send a
nagai
2005-03-02
* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.
nobu
2005-02-22
* eval.c (rb_thread_start_0): update curr_thread before raising
nobu
2005-02-17
* eval.c (rb_thread_start_1): initialize newly pushed frame.
nobu
2005-02-16
* eval.c (rb_thread_start_1): outer block variables wasn't linked to
nobu
2005-02-13
* eval.c (rb_thread_start_0): restore prot_tag before rewinding.
nobu
2005-02-12
* eval.c (TAG_THREAD): to start a new thread.
nobu
2005-02-09
* eval.c (scope_dup): add volatile not to optimize tbl.
usa
2005-02-06
* eval.c (stack_extend): add prototype because VC++8 doesn't
usa
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
[next]