summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2005-01-05* eval.c (rb_thread_initialize): Thread objects cannot be initializednobu
2004-12-29* eval.c (svalue_to_avalue): [ruby-dev:25366]matz
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-12-17Add private initialization routine for VMS.akiyoshi
2004-12-11* eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa
2004-12-04* eval.c (proc_invoke): use volatile `tmp' rather than `args'.eban
2004-12-03* eval.c (proc_invoke): copy arguments to frame.argv.matz
2004-12-02* eval.c (rb_protect): prevent continuations created inside from beingnobu
2004-12-02* eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-26* eval.c (method_missing): raise TypeError for classes do notmatz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-12* eval.c (ruby_options): now we cannot call rb_glob() beforeusa
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-29* eval.c (rb_thread_start_0): forget to free some memory chunks.matz
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-24* eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu
2004-10-23* eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu
2004-10-22* eval.c (rb_alias): was warning for wrong condition.matz
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-20*** empty log message ***nobu
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-18* indent and tabifynobu
2004-10-15eval.c (Init_stack): make prototype declaration consistent with the definitio...akr
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-09-13* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]eban
2004-09-06* eval.c (cvar_cbase): singletons should refer outer cvar scope.matz
2004-09-03* eval.c (cvar_cbase): class variables cause SEGV inmatz
2004-09-03* struct.c (make_struct): remove redefining constant whenmatz
2004-09-02* eval.c (rb_obj_instance_eval): backported from HEAD.eban
2004-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-08-25*** empty log message ***dave
2004-08-18* eval.c (rb_obj_instance_eval): evaluates under special singletonnobu
2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz
2004-07-28* eval.c: backout argv copy on write changes.matz
2004-07-27* eval.c (rb_eval): copy on write for argument local variablematz
2004-07-23* lib/cgi/session.rb (CGI::Session::FileStore#update): sets thematz
2004-07-22* lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do notmatz
2004-07-17* eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz
2004-07-16* eval.c (return_jump, break_jump): raise unexpceted local jumpnobu
2004-07-15* class.c, error.c, eval.c, intern.h, object.c, variable.c:ocean
2004-07-09* eval.c (rb_thread_raise): accept third argument as well asnobu
2004-07-05* eval.c (rb_thread_yield, rb_f_catch): 4th argument to rb_yield_0()nobu
2004-06-29* eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu
2004-06-24* eval.c (rb_thread_atfork): remove "fork terminates thread"matz