summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-20* io.c (prep_io) [cygwin]: use FMODE_BINMODE instead of O_BINARY.akr
2008-08-20* array.c (rb_ary_sample): performance improvement for huge array.nobu
2008-08-20* array.c (rb_ary_sample): get rid of infinite loop. #455nobu
2008-08-19* include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is usedakr
2008-08-19* io.c (parse_mode_enc): extracted from mode_enc.akr
2008-08-19* io.c (rb_io_flags_modenum): make it static.akr
2008-08-19* include/ruby/io.h (FMODE_TRUNC): new constant.akr
2008-08-19* io.c (fopen): macro for vms removed. fopen is not used now.akr
2008-08-19* transcode.c (rb_econv_open): fix memory leak.akr
2008-08-19* include/ruby/io.h (rb_fopen): declaration removed.akr
2008-08-19* include/ruby/io.h (FMODE_READWRITE): define asakr
2008-08-19* io.c (rb_io_flags_mode): use hexadecimal in error message.akr
2008-08-19* io.c (rb_io_flags_mode): add a prefix 0 to octal in error message.akr
2008-08-19* include/ruby/io.h (FMODE_*): sorted and describe the values inakr
2008-08-19* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store theakr
2008-08-18* lib/rake.rb (FileUtils#ruby): takes care of space containing path.nobu
2008-08-18* io.c (rb_open_file): encoding in mode string was ignored if perm isakr
2008-08-18* io.c (rb_open_file): don't access argv[-1] by akr
2008-08-18* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr
2008-08-18* io.c (rb_io_check_readable): side effect for STDIN removed.akr
2008-08-18* io.c (io_ungetbyte): renamed from io_ungetc.akr
2008-08-18* io.c (id_encode): removed.akr
2008-08-18* io.c (make_writeconv): if enc and enc2 is set, convertakr
2008-08-18* include/ruby/io.h (rb_io_t): new fields: writeconv,akr
2008-08-18* io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr
2008-08-18* io.c (mode_enc): modify enc and enc2 consistently.akr
2008-08-18* transcode.c (transcode_search_path): prevent infinite loop byakr
2008-08-18* io.c (io_enc_str): code conversion removed.akr
2008-08-18* io.c (io_shift_crbuf): add strp argument to append into existingakr
2008-08-18* io.c (io_enc_str_converted): new function.akr
2008-08-17* common.mk: fix error in uncommon.mk.kazu
2008-08-17* common.mk: config.h depends config.status.naruse
2008-08-17* io.c (appendline): appendline cannot check character boundary.akr
2008-08-17* lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo
2008-08-17* io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr
2008-08-17* lib/mkmf.rb: not check config.h.nobu
2008-08-17* lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS.nobu
2008-08-17fix typos.akr
2008-08-17* transcode.c (econv_primitive_putback): new method.akr
2008-08-17* include/ruby/encoding.h (rb_econv_putbackable): declared.akr
2008-08-17* transcode.c (make_econv_exception): add several instance variablesakr
2008-08-17* random.c (struct MT): packed Mersenne Twister staffs.nobu
2008-08-16* test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse
2008-08-16* include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr
2008-08-16* include/ruby/encoding.h (rb_econv_check_error): declared.akr
2008-08-16* ChangeLog: stripped trailing spaces.nobu
2008-08-16* include/ruby/encoding.h (rb_econv_elem_t): fields removed: from andakr
2008-08-16* include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,akr
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-15* include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN):nobu