summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-25fixed a comment.tadf
2008-08-25* common.mk (dist): tool/make-snapshot is executable.yugui
2008-08-25* include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.akr
2008-08-25* io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)akr
2008-08-25* io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.akr
2008-08-25* transcode.c (str_transcode0): disable newline conversion for ASCIIakr
2008-08-25* transcode.c (str_transcode0): don't short cut for newline conversion.akr
2008-08-25* io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option forakr
2008-08-25* transcode.c (make_econv_exception): show readagain part for invalidakr
2008-08-25* ext/bigdecimal/bigdecimal.c (VpMult): fix double free.mame
2008-08-25* transcode.c (rb_econv_open): make last_tc NULL if there are onlyakr
2008-08-25 * win32.c (init_stdhandle): set binmode.usa
2008-08-25 * lib/date/format.rb(strftime): can print with given arbitrarytadf
2008-08-25* compile.c (defined_expr): default defined? should returnmatz
2008-08-25* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame
2008-08-25* lib/irb/extend-command.rb (def_extend_command): check number ofmame
2008-08-25* test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame
2008-08-25* transcode.c (rb_econv_open_by_transcoder_entries): initializeakr
2008-08-25* compile.c (defined_expr): should handle NODE_{AND,OR} asmatz
2008-08-25remove traling spaces and fix a typokazu
2008-08-25* include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu
2008-08-25* transcode.c (rb_econv_substr_append): fix for buffer overrun.nobu
2008-08-25* transcode.c (rb_econv_substr_append): fix for buffer overrun.nobu
2008-08-25* parse.y (YYSTYPE): struct RVarmap has been no longeryugui
2008-08-25* transcode.c (rb_econv_open_exc): constified. nobu
2008-08-24* enc/emacs_mule.c: fix ctype.naruse
2008-08-24* configure.in (BUILTIN_TRANSSRCS): defined.akr
2008-08-24* transcode.c (declare_transcoder): arguments order changed.akr
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-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-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