aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-071-3/+1
* * eval.c (rb_call0): check event_hooks instead of trace_func.shugo2005-03-221-1/+1
* * eval.c (rb_add_event_hook): new function to add a hook function forshugo2005-03-221-40/+125
* * eval.c (rb_call0): call_cfunc() should be protected.shugo2005-03-161-11/+16
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-161-15/+12
* * ext/socket/socket.c: document from Sam Robertsmatz2005-03-081-1/+1
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-5/+5
* * eval.c (is_defined): NODE_IASGN is an assignment.matz2005-02-161-0/+1
* * eval.c (stack_extend): add prototype because VC++8 doesn'tusa2005-02-061-1/+1
* * document updates - [ruby-core:04296], [ruby-core:04301],matz2005-01-241-5/+4
* * eval.c (rb_thread_initialize): Thread objects cannot be initializednobu2005-01-051-1/+12
* * eval.c (svalue_to_avalue): [ruby-dev:25366]matz2004-12-291-1/+1
* * dir.c (dir_open_dir): new function. [ruby-dev:25242]matz2004-12-181-1/+1
* Add private initialization routine for VMS.akiyoshi2004-12-171-0/+6
* * eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa2004-12-111-0/+1
* * eval.c (proc_invoke): use volatile `tmp' rather than `args'.eban2004-12-041-3/+4
* * eval.c (proc_invoke): copy arguments to frame.argv.matz2004-12-031-3/+18
* * eval.c (rb_protect): prevent continuations created inside from beingnobu2004-12-021-23/+29
* * eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu2004-12-021-0/+5
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-12/+57
* * eval.c (method_missing): raise TypeError for classes do notmatz2004-11-261-1/+1
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-0/+1
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-121-0/+9
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-0/+1
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-011-42/+17
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-1/+1
* * eval.c (rb_thread_start_0): forget to free some memory chunks.matz2004-10-291-7/+2
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-1/+1
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-7/+15
* * eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu2004-10-241-1/+1
* * eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu2004-10-231-2/+8
* * eval.c (rb_alias): was warning for wrong condition.matz2004-10-221-4/+6
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-0/+3
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-13/+48
* *** empty log message ***nobu2004-10-201-5/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-7/+2
* * indent and tabifynobu2004-10-181-31/+31
* eval.c (Init_stack): make prototype declaration consistent with the definitio...akr2004-10-151-1/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-1/+1
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-3/+12
* * eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]eban2004-09-131-24/+25
* * eval.c (cvar_cbase): singletons should refer outer cvar scope.matz2004-09-061-2/+2
* * eval.c (cvar_cbase): class variables cause SEGV inmatz2004-09-031-0/+3
* * struct.c (make_struct): remove redefining constant whenmatz2004-09-031-32/+2
* * eval.c (rb_obj_instance_eval): backported from HEAD.eban2004-09-021-1/+7
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-5/+6
* *** empty log message ***dave2004-08-251-1/+1
* * eval.c (rb_obj_instance_eval): evaluates under special singletonnobu2004-08-181-8/+1
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-1/+0
* * eval.c: backout argv copy on write changes.matz2004-07-281-4/+4