summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-25re-adding tag v1_9_0_4 as an alias of trunk@18848v1_9_0_4yugui
2008-08-25"t" for Kernel#open described.akr
2008-08-25* ext/bigdecimal/bigdecimal.c (VpMult): fix double free.mame
2008-08-25added tag v1_9_0_4yugui
2008-08-25* 2008-08-26svn
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-25added tag v1_9_0_4yugui
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* 2008-08-25svn
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-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