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
*
* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.
nobu
2005-03-02
1
-0
/
+5
*
* eval.c (rb_thread_start_0): update curr_thread before raising
nobu
2005-02-22
1
-7
/
+13
*
* eval.c (rb_thread_start_1): initialize newly pushed frame.
nobu
2005-02-17
1
-1
/
+3
*
* eval.c (rb_thread_start_1): outer block variables wasn't linked to
nobu
2005-02-16
1
-1
/
+1
*
* eval.c (rb_thread_start_0): restore prot_tag before rewinding.
nobu
2005-02-13
1
-1
/
+1
*
* eval.c (TAG_THREAD): to start a new thread.
nobu
2005-02-12
1
-32
/
+206
*
* eval.c (scope_dup): add volatile not to optimize tbl.
usa
2005-02-09
1
-1
/
+1
*
* eval.c (stack_extend): add prototype because VC++8 doesn't
usa
2005-02-06
1
-1
/
+1
*
* eval.c (rb_thread_initialize): Thread objects cannot be initialized
nobu
2005-01-05
1
-1
/
+12
*
* eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,
nobu
2004-12-16
1
-59
/
+99
*
* eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]
matz
2004-12-13
1
-54
/
+12
*
* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]
matz
2004-12-09
1
-5
/
+21
*
* process.c (proc_setgroups): [ruby-dev:25081]
matz
2004-12-06
1
-5
/
+12
*
* eval.c (run_trap_eval): add prototype for Microsoft compiler.
usa
2004-12-06
1
-0
/
+1
*
* eval.c (proc_invoke): prepare to pass a block from "call" method
matz
2004-12-03
1
-14
/
+40
*
* io.c (rb_file_initialize): [ruby-dev:25032]
matz
2004-12-02
1
-1
/
+1
*
* eval.c (rb_protect): prevent continuations created inside from being
nobu
2004-12-02
1
-23
/
+29
*
* eval.c (thread_mark): mark thread group. [ruby-dev:25020]
nobu
2004-12-02
1
-0
/
+5
*
* signal.c (sighandler): call handler immediately only for default
matz
2004-11-30
1
-1
/
+1
*
* eval.c (rb_eval): should check previous frame for ZSUPER.
matz
2004-11-30
1
-1
/
+1
*
* eval.c (PUSH_FRAME): flags should have been initialized.
matz
2004-11-30
1
-0
/
+1
*
* eval.c (rb_eval): [ruby-core:03856]
matz
2004-11-30
1
-0
/
+4
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-12
/
+57
*
* io.c (rb_io_initialize): should retrieve flags from copying file
matz
2004-11-26
1
-1
/
+1
*
* string.c (rb_str_splice): should place index wrapping after
matz
2004-11-20
1
-0
/
+1
*
* re.c (rb_reg_initialize_m): should raise exception instead of
matz
2004-11-17
1
-10
/
+12
*
* string.c (str_mod_check): frozen check should be separated.
matz
2004-11-16
1
-1
/
+1
*
* eval.c (Init_Proc): make proc as an alias to Proc.new.
matz
2004-11-15
1
-4
/
+9
*
* eval.c (rb_yield_0): lambda{}.call(1) should raise exception.
matz
2004-11-14
1
-4
/
+6
*
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-11-14
1
-0
/
+4
*
* eval.c (ruby_options): now we cannot call rb_glob() before
usa
2004-11-12
1
-0
/
+8
*
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-10
1
-0
/
+1
*
* eval.c (proc_invoke): nail down dyna_var node when Proc object
matz
2004-11-01
1
-42
/
+17
*
* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.
matz
2004-10-30
1
-4
/
+5
*
* eval.c (rb_thread_start_0): forget to free some memory chunks.
matz
2004-10-29
1
-0
/
+4
*
* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,
matz
2004-10-29
1
-1
/
+1
*
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-10-27
1
-5
/
+13
*
* eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]
nobu
2004-10-24
1
-1
/
+1
*
* eval.c (rb_load, search_required, rb_require_safe, rb_require): use
nobu
2004-10-23
1
-2
/
+8
*
* eval.c (rb_alias): was warning for wrong condition.
matz
2004-10-22
1
-4
/
+6
*
* ext/zlib/zlib.c (zstream_shift_buffer): should restore class
matz
2004-10-21
1
-0
/
+3
*
* parse.y (lex_getline): should update ruby_debug_lines.
matz
2004-10-20
1
-1
/
+2
*
rdoc
nobu
2004-10-20
1
-0
/
+16
*
* array.c (rb_ary_times): Array#* should return an instance of
matz
2004-10-19
1
-12
/
+45
*
* eval.c (search_required): required name must not be changed before
nobu
2004-10-19
1
-5
/
+1
*
* eval.c (rb_require_safe): provide the feature after loaded.
nobu
2004-10-19
1
-7
/
+7
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-3
/
+3
*
* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]
nobu
2004-10-18
1
-47
/
+48
*
eval.c (Init_stack): make prototype declaration consistent with the definitio...
akr
2004-10-15
1
-1
/
+1
*
* io.c (rb_io_mode_flags): preserve append mode flag.
matz
2004-10-06
1
-5
/
+1
[next]