summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
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-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-08-25Must learn how to transpose words in Emacs. Sorry...dave
2004-08-25Minor fix to error messagedave
2004-08-25* eval.c (rb_longjmp): Exception#to_str is no longer defined.nobu
2004-08-19* dir.c (free_dir): fix memory leak. reported by yamamotomatz
2004-08-18* eval.c (rb_obj_instance_eval): evaluates under special singletonnobu
2004-08-02* eval.c (blk_free): fixed serious memory leak. [ruby-dev:24013]matz
2004-07-31* eval.c (is_defined): stupid mistakes fixed. [ruby-dev:24006]matz
2004-07-31* eval.c (is_defined): avoid unnecessary method invocations.matz
2004-07-30* eval.c (is_defined): call is_defined() before invokingmatz
2004-07-28* eval.c (rb_call0): should call rb_call_super() directly formatz
2004-07-28* env.h: remove argv from ruby_frame.matz
2004-07-27* eval.c (rb_call0): update ruby_frame->argv with the defaultmatz
2004-07-27* eval.c (rb_eval): copy on write for argument local variablematz
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-17* eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz
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-22* eval.c (return_jump, break_jump): raise unexpceted local jumpnobu
2004-06-19* eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu
2004-06-19* eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu
2004-06-18* eval.c (eval): adjust indent.nobu
2004-06-18* eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu
2004-06-16* eval.c (rb_mod_freeze): prepare string representation beforematz
2004-05-28* eval.c (rb_eval): bad influence on frame node.nobu
2004-05-26* eval.c (rb_eval, eval): make line number consistent on eval withnobu
2004-05-25* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu
2004-05-18* eval.c (rb_method_node): search cache entry first.matz
2004-05-14* eval.c (eval): forgot to restore $SAFE value before evaluatingmatz
2004-05-14* range.c (range_each_func): terminates loop if generating valuematz
2004-05-10* eval.c (eval): warning during eval should not cause deadlock.matz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-21* eval.c (rb_mod_define_method): allow binding methods to modules.nobu
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-04-05* error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz
2004-04-02* eval.c (top_include): include in the wrapped load is done formatz
2004-04-02* eval.c (block_pass): should increment unique identifier of thematz
2004-04-02* eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine
2004-03-30* eval.c (rb_eval): fix SEGV at retry in iterator's receiver.nobu
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-23* object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz
2004-03-20* eval.c (rb_require_safe): preserve old ruby_errinfo.matz
2004-03-19* variable.c (rb_cvar_set): class variables become private to thematz
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz