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_call0): "return" event hook should be always executed
shugo
2005-04-07
1
-3
/
+1
*
* eval.c (rb_call0): check event_hooks instead of trace_func.
shugo
2005-03-22
1
-1
/
+1
*
* eval.c (rb_add_event_hook): new function to add a hook function for
shugo
2005-03-22
1
-40
/
+125
*
* eval.c (rb_call0): call_cfunc() should be protected.
shugo
2005-03-16
1
-11
/
+16
*
* eval.c (rb_call0): reorganize "return" event post.
matz
2005-03-16
1
-15
/
+12
*
* ext/socket/socket.c: document from Sam Roberts
matz
2005-03-08
1
-1
/
+1
*
* exception error messages updated. [ruby-core:04497]
matz
2005-02-28
1
-5
/
+5
*
* eval.c (is_defined): NODE_IASGN is an assignment.
matz
2005-02-16
1
-0
/
+1
*
* eval.c (stack_extend): add prototype because VC++8 doesn't
usa
2005-02-06
1
-1
/
+1
*
* document updates - [ruby-core:04296], [ruby-core:04301],
matz
2005-01-24
1
-5
/
+4
*
* eval.c (rb_thread_initialize): Thread objects cannot be initialized
nobu
2005-01-05
1
-1
/
+12
*
* eval.c (svalue_to_avalue): [ruby-dev:25366]
matz
2004-12-29
1
-1
/
+1
*
* dir.c (dir_open_dir): new function. [ruby-dev:25242]
matz
2004-12-18
1
-1
/
+1
*
Add private initialization routine for VMS.
akiyoshi
2004-12-17
1
-0
/
+6
*
* eval.c (run_trap_eval): prototype; avoid VC++ warnings.
usa
2004-12-11
1
-0
/
+1
*
* eval.c (proc_invoke): use volatile `tmp' rather than `args'.
eban
2004-12-04
1
-3
/
+4
*
* eval.c (proc_invoke): copy arguments to frame.argv.
matz
2004-12-03
1
-3
/
+18
*
* 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
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-12
/
+57
*
* eval.c (method_missing): raise TypeError for classes do not
matz
2004-11-26
1
-1
/
+1
*
* file.c (rb_file_chown): integer conversion should be prior to
matz
2004-11-22
1
-0
/
+1
*
* eval.c (ruby_options): now we cannot call rb_glob() before
usa
2004-11-12
1
-0
/
+9
*
* 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
*
* string.c (rb_str_locktmp): lock string temporarily.
matz
2004-10-30
1
-1
/
+1
*
* eval.c (rb_thread_start_0): forget to free some memory chunks.
matz
2004-10-29
1
-7
/
+2
*
* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,
matz
2004-10-29
1
-1
/
+1
*
* string.c (RESIZE_CAPA): check string attribute before modifying
matz
2004-10-27
1
-7
/
+15
*
* 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
*
* string.c (str_gsub): reentrant check. [ruby-dev:24432]
matz
2004-10-20
1
-13
/
+48
*
*** empty log message ***
nobu
2004-10-20
1
-5
/
+1
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-7
/
+2
*
* indent and tabify
nobu
2004-10-18
1
-31
/
+31
*
eval.c (Init_stack): make prototype declaration consistent with the definitio...
akr
2004-10-15
1
-1
/
+1
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
1
-1
/
+1
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
1
-3
/
+12
*
* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]
eban
2004-09-13
1
-24
/
+25
*
* eval.c (cvar_cbase): singletons should refer outer cvar scope.
matz
2004-09-06
1
-2
/
+2
*
* eval.c (cvar_cbase): class variables cause SEGV in
matz
2004-09-03
1
-0
/
+3
*
* struct.c (make_struct): remove redefining constant when
matz
2004-09-03
1
-32
/
+2
*
* eval.c (rb_obj_instance_eval): backported from HEAD.
eban
2004-09-02
1
-1
/
+7
*
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-08-28
1
-5
/
+6
*
*** empty log message ***
dave
2004-08-25
1
-1
/
+1
*
* eval.c (rb_obj_instance_eval): evaluates under special singleton
nobu
2004-08-18
1
-8
/
+1
*
* io.c (rb_io_reopen): should clear allocated OpenFile. pointed
matz
2004-08-17
1
-1
/
+0
*
* eval.c: backout argv copy on write changes.
matz
2004-07-28
1
-4
/
+4
[next]