aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-171-0/+11
* * regex.c (re_compile_fastmap): skip begpos.nobu2002-02-161-0/+4
* * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz2002-02-151-0/+11
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-151-0/+5
* * parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu2002-02-141-0/+4
* * struct.c (Init_Struct): should undefine "allocate" for Structmatz2002-02-141-0/+5
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-0/+36
* * ruby.c (load_file): avoid SEGV on '#' only input.nobu2002-02-101-0/+4
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-091-0/+7
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-081-0/+9
* aamineaamine2002-02-071-0/+7
* uri-0.9.5akira2002-02-071-0/+10
* * io.c (io_write): flag when buffered write is done.matz2002-02-071-0/+7
* * configure.in: keep old config.h unless changed.nobu2002-02-061-0/+4
* * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz2002-02-061-0/+10
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-061-0/+7
* * io.c (fptr_finalize): ignore EBADF when f and f2 use samenobu2002-02-051-0/+5
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-051-0/+9
* * file.c (rb_file_s_expand_path): should terminate.nobu2002-02-041-0/+4
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-0/+6
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-011-0/+36
* * regex.c (mbc_startpos): become macro.nobu2002-02-011-0/+10
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-0/+8
* * lib/mkmf.rb (dir_config): prior --with flag.nobu2002-01-311-0/+7
* * lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr2002-01-311-0/+4
* * regex.c (re_adjust_startpos): fix for SJIS and UTF-8.nobu2002-01-301-1/+1
* * regex.c (re_adjust_startpos): fix for SJIS.nobu2002-01-301-0/+6
* * regex.c (re_adjust_startpos): search start of multibytenobu2002-01-291-0/+7
* * lib/pp.rb: don't print a mode File::Stat as decimal number.akr2002-01-291-0/+2
* * file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr2002-01-291-0/+6
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-291-0/+8
* * array.c (rb_ary_fill): shouldn't yield unless block given.nobu2002-01-281-0/+4
* * parse.y (yylex): strict check for numbers.nobu2002-01-281-0/+4
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-0/+23
* * configure.in (solaris): add '-shared' only for GNU ld.eban2002-01-251-1/+1
* * configure.in (solaris): add '-shared' only for GNU ld.eban2002-01-251-0/+4
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-0/+27
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-2/+18
* * eval.c (rb_yield_0): restore source file/line after yield.nobu2002-01-231-0/+4
* * signal.c (ruby_signal): must define sighandler_t unlessnobu2002-01-211-0/+5
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-0/+11
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-191-0/+13
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-0/+30
* * ext/socket/socket.c (tcp_svr_s_open): fix typo.usa2002-01-181-0/+4
* * eval.c (block_pass): allow "retry" from within argument passedmatz2002-01-171-2/+23
* * st.c: primes should be primes.matz2002-01-161-0/+17
* * lib/timeout.rb (timeout): new optional argument to specify anakr2002-01-161-0/+8
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-161-0/+9
* * re.c (match_select): should propagate taintness.matz2002-01-111-0/+16
* * class.c (rb_make_metaclass): [new]nobu2002-01-101-0/+27