aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-271-11/+11
* * error.c (syserr_initialize): add 1 byte for snprintf() size formatz2005-07-191-2/+2
* * io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz2005-07-191-7/+12
* * eval.c (rb_call0): make the pointer to NODE volatileocean2005-07-181-1/+1
* * eval.c (rb_call0): make body volatile to avoid optimization problem.akr2005-07-181-1/+1
* * eval.c (rb_thread_save_context): must not switch contexts duringnobu2005-07-051-1/+3
* * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr2005-07-021-0/+10
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-5/+7
* * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean2005-06-281-3/+6
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replacedakr2005-06-201-11/+29
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-4/+35
* * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr2005-06-091-15/+42
* * enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu2005-06-071-5/+11
* * ChangeLog: fix entry format.nobu2005-05-251-1/+1
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-181-9/+0
* * eval.c (unknown_node): add volatile directive to prototype.usa2005-05-131-1/+1
* * eval.c (break_jump): break should not cross functions.matz2005-05-121-0/+3
* * eval.c (unknown_node): ignore broken NODE to get rid of accessingnobu2005-05-111-2/+11
* * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu2005-05-111-10/+0
* * struct.c (make_struct): allow const_id for accessor names.matz2005-05-111-3/+4
* * eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings onnobu2005-05-101-2/+2
* * 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