aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * eval.c (rb_eval): iterator should return value from next insidenobu2003-11-161-1/+8
* * eval.c (eval): prepend error position in evaluating string tomatz2003-11-161-4/+6
* * eval.c (eval): do not re-raise exception to avoid unnecessarymatz2003-11-151-50/+68