summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-23* array.c (Init_Array): remove Array#filter.matz
2002-01-23* eval.c (rb_yield_0): restore source file/line after yield.nobu
2002-01-21* signal.c (ruby_signal): must define sighandler_t unlessnobu
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-19* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-18* ext/socket/socket.c (tcp_svr_s_open): fix typo.usa
2002-01-17* eval.c (block_pass): allow "retry" from within argument passedmatz
2002-01-16* st.c: primes should be primes.matz
2002-01-16* lib/timeout.rb (timeout): new optional argument to specify anakr
2002-01-16* object.c (rb_Float): remove underscores between digits.nobu
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-10* class.c (rb_make_metaclass): [new]nobu
2002-01-10* eval.c (rb_add_method): should clear cache by id always.nobu
2002-01-10* win32/resource.rb: Modify copyright in resource script.usa
2002-01-09* misc/ruby-mode.el (ruby-calculate-indent): indentation afternobu
2002-01-08* eval.c (rb_add_method): clear replaced method from the cache.nobu
2002-01-07* string.c (rb_str_new2): NULL pointer check added.matz
2002-01-07* lib/time.rb (Time#xmlschema): new optional argumentakr
2002-01-05misordered.nobu
2002-01-05* range.c (range_member): beginning check wasnobu
2002-01-05* misc/ruby-mode.el (ruby-forward-string): forward a string. [new]nobu
2002-01-04* parse.y (yycompile): strdup()'ed twice.nobu
2002-01-03* process.c (rb_f_system): abandon vfork.matz
2002-01-02* lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban
2001-12-31* ext/curses/extconf.rb: add dir_config.eban
2001-12-31* parse.y (yycompile): always store copy of filename.nobu
2001-12-30aamineaamine
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban
2001-12-28* array.c (rb_cmpint): fixed typo.nobu
2001-12-27* bignum.c (rb_cstr2inum): deny "0_".nobu
2001-12-26* bignum.c (rb_cstr2inum): allow "0\n" and so on.nobu
2001-12-24* lib/pp.rb, lib/prettyprint.rb: new files.akr
2001-12-22* time.c (time_timeval): wrong cast to time_t.matz
2001-12-22* parse.y (str_extend): make up "#$;" handling.matz
2001-12-21* time.c (time_plus): result should not be negative unlessmatz
2001-12-21* dln.h, ruby.h, util.h: enable prototypes in C++.nobu
2001-12-20* eval.c (rb_mod_define_method): must not convert Method to Proc.nobu
2001-12-20* lib/mkmf.rb (with_destdir): new.nobu
2001-12-20aamineaamine
2001-12-19* ext/readline/readline.c: new methodsshugo
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* lib/time.rb: date.rb is not required anymore.akr
2001-12-18conflicted.nobu
2001-12-18* sample/test.rb: Hash#indexes -> Hash#select.eban
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-17* intern.h: add prototypes.nobu
2001-12-172001-12-17eban
2001-12-17* lib/time.rb: use Time#utc_offset.akr