aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_atfork): remove "fork terminates thread"matz2004-06-241-1/+0
* * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu2004-06-191-4/+5
* * eval.c (eval): adjust indent.nobu2004-06-181-5/+5
* * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu2004-06-181-1/+8
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-161-2/+0
* * eval.c (rb_eval): bad influence on frame node.matz2004-06-061-4/+1
* * eval.c (rb_eval, eval): make line number consistent on eval withnobu2004-05-261-3/+4
* * eval.c (eval): forgot to restore $SAFE value before evaluatingmatz2004-05-141-0/+1
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-141-2/+5
* * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz2004-05-071-5/+0
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+1
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-17/+18
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-041-0/+1
* * io.c (rb_io_sync): need not to check writable. [ruby-core:02674]matz2004-03-191-1/+2
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-0/+3
* *** empty log message ***nobu2004-03-141-0/+3
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-87/+174
* * error.c (NameError::Message): new class for lazy evaluation ofusa2004-02-251-70/+6
* * eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCEakr2004-02-161-0/+3
* * eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu2004-02-101-6/+0
* * backport proc equality patch [ruby-dev:22809]matz2004-02-061-0/+1
* * parse.y (block_append): update nd_end for "real" head node.matz2004-01-261-0/+1
* * eval.c, object.c, process.c, re.c: don't use C++ style comments.eban2004-01-081-3/+3
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-0/+1
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-021-4/+9
* Add RDoc for kernel functions, and tidy updave2003-12-301-5/+29
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-3/+952
* RDoc Proc, Method, UnboundMethoddave2003-12-281-0/+372
* Thread/ThradGroup RDocdave2003-12-281-0/+601
* * configure.in: check if getcontext and setcontext are available.nobu2003-12-261-1/+1
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-251-10/+9
* * configure.in: check for nanosleep, -lrt if required.matz2003-12-241-3/+10
* * eval.c (catch_timer): do not call rb_thread_schedule() inside tomatz2003-12-241-21/+28
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-2/+3
* * eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead ofmatz2003-12-221-3/+7
* * class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu2003-12-211-7/+1
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-211-0/+78
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-5/+7
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-191-6/+49
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-181-0/+3
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-7/+5
* * eval.c (catch_timer): check rb_thread_crtical in main nativenobu2003-12-151-33/+17
* * eval.c (thread_timer): use timer by sub-thread and nanosleep.matz2003-12-131-15/+67
* * eval.c (proc_alloc): cache the created object at first time.nobu2003-12-131-0/+1
* * configure.in: check ucontext.h.nobu2003-12-131-22/+35
* * eval.c (proc_invoke): fix class name in warning message fornobu2003-12-111-1/+3
* * eval.c (rb_exec_end_proc): maintain tmp_end_procs.matz2003-12-051-3/+2
* * eval.c (rb_exec_end_proc): should not clear end_procs andmatz2003-12-051-8/+15
* * dln.c (aix_loaderror): should not use member named 'errno' whichmatz2003-12-041-4/+4
* * eval.c (method_arity): used wrong Proc object. [ruby-talk:86504]nobu2003-11-271-1/+1