aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * array.c (rb_ary_sample): get rid of infinite loop. #455nobu2008-08-202-1/+6
* * include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is usedakr2008-08-192-1/+8
* mkcdtmpdir doesn't yield a value.akr2008-08-191-9/+9
* * io.c (parse_mode_enc): extracted from mode_enc.akr2008-08-192-47/+73
* * io.c (rb_io_flags_modenum): make it static.akr2008-08-192-1/+5
* * include/ruby/io.h (FMODE_TRUNC): new constant.akr2008-08-193-32/+46
* * io.c (fopen): macro for vms removed. fopen is not used now.akr2008-08-192-1/+4
* * 2008-08-20svn2008-08-191-3/+3
* * transcode.c (rb_econv_open): fix memory leak.akr2008-08-192-4/+17
* * include/ruby/io.h (rb_fopen): declaration removed.akr2008-08-193-26/+6
* * include/ruby/io.h (FMODE_READWRITE): define asakr2008-08-192-2/+6
* * io.c (rb_io_flags_mode): use hexadecimal in error message.akr2008-08-192-3/+9
* * io.c (rb_io_flags_mode): add a prefix 0 to octal in error message.akr2008-08-192-2/+7
* * include/ruby/io.h (FMODE_*): sorted and describe the values inakr2008-08-192-11/+17
* * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store theakr2008-08-192-0/+6
* * lib/rake.rb (FileUtils#ruby): takes care of space containing path.nobu2008-08-182-1/+6
* * io.c (rb_open_file): encoding in mode string was ignored if perm isakr2008-08-183-0/+20
* fix preivous change.akr2008-08-181-1/+1
* * io.c (rb_open_file): don't access argv[-1] by akr2008-08-182-8/+15
* * re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr2008-08-183-2/+8
* * 2008-08-19svn2008-08-181-3/+3
* * io.c (rb_io_check_readable): side effect for STDIN removed.akr2008-08-183-6/+24
* * io.c (io_ungetbyte): renamed from io_ungetc.akr2008-08-183-15/+88
* * io.c (id_encode): removed.akr2008-08-182-2/+5
* * io.c (make_writeconv): if enc and enc2 is set, convertakr2008-08-183-24/+25
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-187-17/+297
* * io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr2008-08-183-8/+77
* update comment.akr2008-08-181-2/+9
* * io.c (mode_enc): modify enc and enc2 consistently.akr2008-08-182-1/+14
* * transcode.c (transcode_search_path): prevent infinite loop byakr2008-08-182-0/+8
* * io.c (io_enc_str): code conversion removed.akr2008-08-182-20/+8
* * io.c (io_shift_crbuf): add strp argument to append into existingakr2008-08-183-101/+209
* * io.c (io_enc_str_converted): new function.akr2008-08-183-57/+163
* add tests.akr2008-08-181-5/+19
* * common.mk: fix error in uncommon.mk.kazu2008-08-172-1/+5
* * common.mk: config.h depends config.status.naruse2008-08-172-0/+5
* * io.c (appendline): appendline cannot check character boundary.akr2008-08-173-54/+49
* * 2008-08-18svn2008-08-171-3/+3
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo2008-08-173-3/+34
* * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr2008-08-173-20/+27
* * lib/mkmf.rb: not check config.h.nobu2008-08-172-3/+4
* * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS.nobu2008-08-174-1/+22
* fix typos.akr2008-08-171-21/+21
* * transcode.c (econv_primitive_putback): new method.akr2008-08-173-0/+40
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-175-1/+44
* * transcode.c (make_econv_exception): add several instance variablesakr2008-08-173-7/+88
* * random.c (struct MT): packed Mersenne Twister staffs.nobu2008-08-172-81/+94
* * test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse2008-08-162-0/+9
* * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr2008-08-164-10/+105
* * 2008-08-17svn2008-08-161-3/+3