summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2004-05-18* eval.c (rb_method_node): search cache entry first.matz
2004-05-14* eval.c (eval): forgot to restore $SAFE value before evaluatingmatz
2004-05-14* range.c (range_each_func): terminates loop if generating valuematz
2004-05-10* eval.c (eval): warning during eval should not cause deadlock.matz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-21* eval.c (rb_mod_define_method): allow binding methods to modules.nobu
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-04-05* error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz
2004-04-02* eval.c (top_include): include in the wrapped load is done formatz
2004-04-02* eval.c (block_pass): should increment unique identifier of thematz
2004-04-02* eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine
2004-03-30* eval.c (rb_eval): fix SEGV at retry in iterator's receiver.nobu
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-23* object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz
2004-03-20* eval.c (rb_require_safe): preserve old ruby_errinfo.matz
2004-03-19* variable.c (rb_cvar_set): class variables become private to thematz
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz
2004-03-18* eval.c: remove specialized version of rb_Array(). use simplematz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-03-14* eval.c (rb_thread_raise): err at unstarted thread. (PR#1302)nobu
2004-03-10* eval.c (return_jump): set return value to the returnmatz
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-03* eval.c (method_hash): new method. [ruby-talk:93968]matz
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