summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
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
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-06-06* eval.c (rb_eval): bad influence on frame node.matz
2004-05-26* eval.c (rb_eval, eval): make line number consistent on eval withnobu
2004-05-14* eval.c (eval): forgot to restore $SAFE value before evaluatingmatz
2004-05-14* eval.c (eval): warning during eval should not cause deadlock.matz
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-04-04* eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine
2004-03-19* io.c (rb_io_sync): need not to check writable. [ruby-core:02674]matz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-03-14*** empty log message ***nobu
2004-03-10* eval.c (return_jump): set return value to the returnmatz
2004-02-25* error.c (NameError::Message): new class for lazy evaluation ofusa
2004-02-16* eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCEakr
2004-02-10* eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu
2004-02-06* backport proc equality patch [ruby-dev:22809]matz
2004-01-26* parse.y (block_append): update nd_end for "real" head node.matz
2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban
2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-28RDoc Proc, Method, UnboundMethoddave
2003-12-28Thread/ThradGroup RDocdave
2003-12-26* configure.in: check if getcontext and setcontext are available.nobu
2003-12-25* string.c (rb_str_update): call rb_str_modify().matz
2003-12-24* configure.in: check for nanosleep, -lrt if required.matz
2003-12-24* eval.c (catch_timer): do not call rb_thread_schedule() inside tomatz
2003-12-23* io.c (read_all): do not return nil at the end of file.matz
2003-12-22* eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead ofmatz
2003-12-21* class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu
2003-12-21Add file.c comments (and necessary support in parse_c.rb)dave
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz