aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-8/+69
* * eval.c (proc_invoke): no orphan block check is needed when pcallmatz2004-02-271-17/+28
* * eval.c (localjump_destination): lambda should not interferematz2004-02-261-4/+10
* * eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCEakr2004-02-161-0/+3
* * eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu2004-02-101-7/+16
* * eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu2004-02-101-6/+0
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-221-0/+3
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-15/+7
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-2/+2
* * error.c (NameError::message): internal use only.nobu2004-01-191-1/+2
* * error.c (NameError::Message): new class for lazy evaluation ofnobu2004-01-171-70/+5
* * eval.c (proc_eq): compare also arguments and environmentnobu2004-01-161-0/+1
* * eavl.c (proc_eq): compare also arguments and environment.nobu2004-01-161-2/+4
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-101-6/+4
* * 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-071-0/+1
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-0/+3
* 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 comments for Proc, Method, and 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
* * eval.c (search_required): search actual file name once when nonobu2003-12-241-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
* * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not butnobu2003-11-271-2/+2
* * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true asnobu2003-11-271-3/+13
* * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for aknu2003-11-271-0/+8
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-3/+7
* * check existence of "pthread.h"nagai2003-11-201-6/+1
* * ruby.h: define is_ruby_native_thread() for no native thread environmentnagai2003-11-201-1/+6
* * configure.in: always check existence of the pthread librarynagai2003-11-201-42/+16