summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-28* test/cgi/test_cgi_multipart.rb: add test for multipart.naruse
2008-08-28* test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.naruse
2008-08-28* test/cgi/test_cgi_header.rb: add test for CGI::Header.naruse
2008-08-27* include/ruby/io.h (rb_io_t): refcnt field removed.akr
2008-08-27* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr
2008-08-27* ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke
2008-08-27* test/cgi/test_cgi_core.rb: add core test.naruse
2008-08-27* lib/cgi.rb (CGI::Cookie): remove delagate.naruse
2008-08-27* lib/cgi.rb (CGI::Cookie): remove delagate.naruse
2008-08-26* transcode.c (transcode_loop): simplified.akr
2008-08-26* include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr
2008-08-26* include/ruby/io.h (rb_io_t): rename crbuf to cbuf.akr
2008-08-26* include/ruby/encoding.h (rb_econv_elem_t): move to transcode.cakr
2008-08-26 * time.c (time_asctime): workaround for MSVCRT's bug.usa
2008-08-26* transcode.c (rb_econv_open): disable newline conversion for ASCIIakr
2008-08-26* transcode.c (rb_econv_binmode): binmode is effective only once.akr
2008-08-26* test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):knu
2008-08-26* test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):knu
2008-08-26* test/cgi/test_cgi_tag_helper.rb: add more tests for html3.naruse
2008-08-26Mark the previous change as experimental.knu
2008-08-26* enumerator.c: Activate Enumerator#with_object and addknu
2008-08-26* enumerator.c (enumerator_initialize),knu
2008-08-26* test/ruby/test_transcode.rb: added test_euc_jpduerst
2008-08-26* test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.naruse
2008-08-26* lib/cgi.rb (nOE_element_def): fix error when cascade methods whichnaruse
2008-08-25* io.c (make_writeconv): copy invalid/undef flags.akr
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