summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-02-16* regex.c (re_compile_fastmap): skip begpos.nobu
2002-02-15* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz
2002-02-15* bignum.c (rb_big_rshift): should properly convert the nagativematz
2002-02-14* parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu
2002-02-14* struct.c (Init_Struct): should undefine "allocate" for Structmatz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-02-10* ruby.c (load_file): avoid SEGV on '#' only input.nobu
2002-02-09* eval.c (rb_eval): singleton chech should be moved from yycompilematz
2002-02-08* parse.y (yycompile): should inherit "in_single" if eval happenedmatz
2002-02-07aamineaamine
2002-02-07uri-0.9.5akira
2002-02-07* io.c (io_write): flag when buffered write is done.matz
2002-02-06* configure.in: keep old config.h unless changed.nobu
2002-02-06* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz
2002-02-06* lib/net/imap.rb: OpenSSL support.shugo
2002-02-05* io.c (fptr_finalize): ignore EBADF when f and f2 use samenobu
2002-02-05* io.c (fptr_finalize): should raise error when fclose fails.matz
2002-02-04* file.c (rb_file_s_expand_path): should terminate.nobu
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-02-01* intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu
2002-02-01* regex.c (mbc_startpos): become macro.nobu
2002-02-01* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz
2002-01-31* lib/mkmf.rb (dir_config): prior --with flag.nobu
2002-01-31* lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr
2002-01-30* regex.c (re_adjust_startpos): fix for SJIS and UTF-8.nobu
2002-01-30* regex.c (re_adjust_startpos): fix for SJIS.nobu
2002-01-29* regex.c (re_adjust_startpos): search start of multibytenobu
2002-01-29* lib/pp.rb: don't print a mode File::Stat as decimal number.akr
2002-01-29* file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr
2002-01-29* file.c (rb_stat_rdev_major): added. [new]matz
2002-01-28* array.c (rb_ary_fill): shouldn't yield unless block given.nobu
2002-01-28* parse.y (yylex): strict check for numbers.nobu
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-25* configure.in (solaris): add '-shared' only for GNU ld.eban
2002-01-25* configure.in (solaris): add '-shared' only for GNU ld.eban
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