aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_method_node): search cache entry first.matz2004-05-181-0/+6
* * eval.c (eval): forgot to restore $SAFE value before evaluatingmatz2004-05-141-0/+1
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-141-29/+12
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-101-3/+6
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-5/+24
* * eval.c (rb_mod_define_method): allow binding methods to modules.nobu2004-04-211-1/+2
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-12/+9
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-6/+3
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-051-1/+1
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-021-5/+3
* * eval.c (block_pass): should increment unique identifier of thematz2004-04-021-0/+1
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-021-0/+1
* * eval.c (rb_eval): fix SEGV at retry in iterator's receiver.nobu2004-03-301-2/+1
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-10/+10
* * object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz2004-03-231-1/+0
* * eval.c (rb_require_safe): preserve old ruby_errinfo.matz2004-03-201-4/+6
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-1/+1
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-3/+3
* * eval.c: remove specialized version of rb_Array(). use simplematz2004-03-181-28/+0
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-0/+3
* * eval.c (rb_thread_raise): err at unstarted thread. (PR#1302)nobu2004-03-141-0/+3
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-57/+11
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-70/+174
* * 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