aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-175-8/+19
* 2002-02-16nobu2002-02-161-2/+2
* * regex.c (re_compile_fastmap): skip begpos.nobu2002-02-162-1/+5
* * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz2002-02-155-39/+23
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-154-1/+26
* 2002-02-14nobu2002-02-141-2/+2
* * parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu2002-02-142-2/+6
* * struct.c (Init_Struct): should undefine "allocate" for Structmatz2002-02-143-2/+7
* sorry, assignable typomatz2002-02-131-1/+1
* * bignum.c: forget to check in DIGSPERLONGLONG.matz2002-02-131-2/+18
* 2002-02-13eban2002-02-131-2/+2
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-1312-106/+289
* * ruby.c (load_file): avoid SEGV on '#' only input.nobu2002-02-103-2/+7
* 2002-02-09nobu2002-02-091-2/+2
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-093-21/+30
* 2002-02-08nobu2002-02-081-2/+2
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-083-1/+13
* aamineaamine2002-02-073-43/+62
* 2002-02-07nobu2002-02-071-2/+2
* uri-0.9.5akira2002-02-074-4/+27
* * io.c (io_write): flag when buffered write is done.matz2002-02-073-4/+32
* * configure.in: keep old config.h unless changed.nobu2002-02-062-2/+10
* * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz2002-02-065-90/+144
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-062-14/+63
* * io.c (fptr_finalize): ignore EBADF when f and f2 use samenobu2002-02-052-7/+16
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-056-45/+81
* * file.c (rb_file_s_expand_path): should terminate.nobu2002-02-042-0/+5
* 2002-02-04eban2002-02-041-2/+2
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-046-33/+52
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-018-91/+183
* * regex.c (mbc_startpos): become macro.nobu2002-02-012-78/+84
* 2002-02-01nobu2002-02-011-2/+2
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-016-10/+23
* * lib/mkmf.rb (dir_config): prior --with flag.nobu2002-01-312-18/+14
* refine previous change.akr2002-01-311-1/+1
* * lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr2002-01-312-2/+12
* * 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-302-7/+25
* * regex.c (re_adjust_startpos): search start of multibytenobu2002-01-293-24/+127
* Add wresize, resizeterm and KEY_RESIZE.ttate2002-01-292-1/+32
* * lib/pp.rb: don't print a mode File::Stat as decimal number.akr2002-01-292-3/+5
* * file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr2002-01-293-1/+12
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-295-104/+283
* * array.c (rb_ary_fill): shouldn't yield unless block given.nobu2002-01-282-1/+5
* * parse.y (yylex): strict check for numbers.nobu2002-01-282-44/+65
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-2814-28/+110
* * 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-253-4/+11
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-2511-22/+87
* * array.c (Init_Array): remove Array#filter.matz2002-01-2313-42/+102