summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
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
2004-01-10* configure.in: install rdoc by default. if you do not want tomatz
2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban
2004-01-07* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.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 comments for Proc, Method, and UnboundMethoddave
2003-12-28Thread/ThradGroup RDocdave
2003-12-26* configure.in: check if getcontext and setcontext are available.nobu
2003-12-24* eval.c (search_required): search actual file name once when nonobu
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
2003-12-19Add boot_classes to rdoc parsing, fix a couple of bugsdave
2003-12-18* eval.c (stack_extend): ignore inline optimization on VC7.usa
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-15* eval.c (catch_timer): check rb_thread_crtical in main nativenobu
2003-12-13* eval.c (thread_timer): use timer by sub-thread and nanosleep.matz
2003-12-13* eval.c (proc_alloc): cache the created object at first time.nobu
2003-12-13* configure.in: check ucontext.h.nobu
2003-12-11* eval.c (proc_invoke): fix class name in warning message fornobu
2003-12-05* eval.c (rb_exec_end_proc): maintain tmp_end_procs.matz
2003-12-05* eval.c (rb_exec_end_proc): should not clear end_procs andmatz
2003-12-04* dln.c (aix_loaderror): should not use member named 'errno' whichmatz
2003-11-27* eval.c (method_arity): used wrong Proc object. [ruby-talk:86504]nobu
2003-11-27* eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not butnobu
2003-11-27* eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true asnobu
2003-11-27* eval.c, gc.c: FreeBSD/ia64 currently does not have a way for aknu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-20* check existence of "pthread.h"nagai
2003-11-20* ruby.h: define is_ruby_native_thread() for no native thread environmentnagai
2003-11-20* configure.in: always check existence of the pthread librarynagai
2003-11-16* eval.c (rb_eval): iterator should return value from next insidenobu