summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
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
2004-03-18* eval.c: remove specialized version of rb_Array(). use simplematz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-03-14* eval.c (rb_thread_raise): err at unstarted thread. (PR#1302)nobu
2004-03-10* eval.c (return_jump): set return value to the returnmatz
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-03* eval.c (method_hash): new method. [ruby-talk:93968]matz
2004-02-27* eval.c (proc_invoke): no orphan block check is needed when pcallmatz
2004-02-26* eval.c (localjump_destination): lambda should not interferematz
2004-02-16* eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCEakr
2004-02-10* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu
2004-02-10* eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu
2004-01-22* parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2004-01-19* error.c (NameError::message): internal use only.nobu
2004-01-17* error.c (NameError::Message): new class for lazy evaluation ofnobu
2004-01-16* eval.c (proc_eq): compare also arguments and environmentnobu
2004-01-16* eavl.c (proc_eq): compare also arguments and environment.nobu