aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_open_file): encoding in mode string was ignored if perm isakr2008-08-181-0/+5
* * io.c (rb_open_file): don't access argv[-1] by akr2008-08-181-0/+5
* * re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr2008-08-181-0/+4
* * io.c (rb_io_check_readable): side effect for STDIN removed.akr2008-08-181-0/+5
* * io.c (io_ungetbyte): renamed from io_ungetc.akr2008-08-181-0/+6
* * io.c (id_encode): removed.akr2008-08-181-0/+4
* * io.c (make_writeconv): if enc and enc2 is set, convertakr2008-08-181-0/+7
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-0/+30
* * io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr2008-08-181-0/+8
* * io.c (mode_enc): modify enc and enc2 consistently.akr2008-08-181-0/+6
* * transcode.c (transcode_search_path): prevent infinite loop byakr2008-08-181-0/+5
* * io.c (io_enc_str): code conversion removed.akr2008-08-181-0/+6
* * io.c (io_shift_crbuf): add strp argument to append into existingakr2008-08-181-0/+7
* * io.c (io_enc_str_converted): new function.akr2008-08-181-0/+11
* * common.mk: fix error in uncommon.mk.kazu2008-08-171-0/+4
* * common.mk: config.h depends config.status.naruse2008-08-171-0/+4
* * io.c (appendline): appendline cannot check character boundary.akr2008-08-171-0/+5
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo2008-08-171-0/+4
* * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr2008-08-171-0/+4
* * lib/mkmf.rb: not check config.h.nobu2008-08-171-1/+3
* * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS.nobu2008-08-171-0/+7
* fix typos.akr2008-08-171-21/+21
* * transcode.c (econv_primitive_putback): new method.akr2008-08-171-0/+4
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-171-0/+10
* * transcode.c (make_econv_exception): add several instance variablesakr2008-08-171-0/+15
* * random.c (struct MT): packed Mersenne Twister staffs.nobu2008-08-171-0/+6
* * test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse2008-08-161-0/+7
* * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr2008-08-161-0/+10
* * include/ruby/encoding.h (rb_econv_check_error): declared.akr2008-08-161-0/+8
* * ChangeLog: stripped trailing spaces.nobu2008-08-161-47/+47
* * include/ruby/encoding.h (rb_econv_elem_t): fields removed: from andakr2008-08-161-0/+12
* * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,akr2008-08-161-0/+29
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-1/+3
* * include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN):nobu2008-08-151-0/+5
* * transcode_data.h (rb_transcoder_stateful_type_t): defined.akr2008-08-151-0/+14
* * transcode.c (econv_just_convert): extracted from rb_econv_output.akr2008-08-151-0/+6
* * include/ruby/encoding.h (rb_econv_output): add str_encodingakr2008-08-151-0/+12
* * string.c (rb_str_drop_bytes): use memmove.nobu2008-08-151-0/+4
* * include/ruby/encoding.h (rb_econv_t): add error_tc in last_error.akr2008-08-151-0/+6
* * include/ruby/encoding.h (rb_econv_t): new field: last_error.akr2008-08-151-0/+9
* * common.mk (parse.{c,h}): creates in the dependency order.nobu2008-08-151-0/+4
* * vm_core.h (exec_event_hooks): skips RubyVM::FrozenCore.nobu2008-08-151-1/+3
* * vm.c (Init_VM): get rid of SEGV in a trace proc.nobu2008-08-151-0/+4
* * transcode.c (conv_init): check empty name.akr2008-08-151-0/+4
* * transcode.c (econv_init): don't create dummy encoding ifakr2008-08-151-0/+7
* * common.mk ({$(srcdir)}.y.c): escape backslash.naruse2008-08-141-0/+4
* * transcode.c (econv_primitive_convert): set destination_bufferakr2008-08-141-0/+5
* * include/ruby/encoding.h (rb_econv_output): declared.akr2008-08-141-0/+16
* * include/ruby/encoding.h (ECONV_UNIVERSAL_NEWLINE_DECODER): defined.akr2008-08-141-0/+10
* * transcode.c: local variable renamed.akr2008-08-141-0/+4