summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-24* include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t.akr
2008-08-24* io.c (rb_io_init_copy): copy encs.akr
2008-08-24rdoc updated.akr
2008-08-24* io.c (rb_io_open): add an argument: vperm.akr
2008-08-24* io.c (sym_invalid): removed.akr
2008-08-24* io.c (rb_io_reopen): initialize fptr->encs.opts.akr
2008-08-24* io.c (rb_io_s_pipe): accept optional hash.akr
2008-08-24* include/ruby/io.h (rb_io_enc_t): add opts field.akr
2008-08-24* io.c (struct argf): use struct rb_io_enc_t.akr
2008-08-24* include/ruby/encoding.h (rb_str_transcode): make 3rd argumentakr
2008-08-24* include/ruby/io.h (rb_io_t): make enc and enc2 as structakr
2008-08-24add comment.akr
2008-08-24* include/ruby/encoding.h (rb_econv_opts): declared.akr
2008-08-24* include/ruby/encoding.h (rb_econv_option_t): defined.akr
2008-08-24* transcode.c (rb_econv_substr_append): associate dst with destinationakr
2008-08-24* include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr
2008-08-24* transcode.c (str_transcode): check last hash only if 0 < argc.akr
2008-08-24* include/ruby/encoding.h (rb_econv_substr_append): renamed fromakr
2008-08-24* lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse
2008-08-24* transcode.c (rb_econv_open): return NULL on error.akr
2008-08-24* include/ruby/encoding.h (rb_econv_open_exc): declared.akr
2008-08-24* lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.naruse
2008-08-24add ref to [ruby-dev:35936].naruse
2008-08-24* enc/emacs_mule.c: support Emacs/Mule internal encoding.naruse
2008-08-23* strftime.c (daylight, timezone): not provied as dllexport on cygwin,nobu
2008-08-23* lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse
2008-08-23* encoding.c (enc_compatible_p): raise TypeError when argument is Encoding.naruse
2008-08-23* 2008-08-24svn
2008-08-23fix typokazu
2008-08-23* lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse
2008-08-23* test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu
2008-08-23* io.c (rb_scan_open_args): use pop_last_hash.akr
2008-08-23* include/ruby/io.h (FMODE_INVALID_MASK): defined.akr
2008-08-23* strftime.c (rb_strftime): support more flags.nobu
2008-08-23* compile.c (iseq_build_body): suppress a warning.nobu
2008-08-23* vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.ko1
2008-08-23* include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr
2008-08-23* io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr
2008-08-23* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr
2008-08-23* io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.akr
2008-08-23* io.c (read_all): fptr->enc2 is 0 if no conversion.akr
2008-08-23* include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr
2008-08-22* 2008-08-23svn
2008-08-22* include/ruby/io.h (FMODE_TEXTMODE): defined.akr
2008-08-22typotadf
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-08-22* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu
2008-08-22 * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf
2008-08-22reverttadf
2008-08-22 * lib/cgi.rb: use bytesize instead of size/length.usa