aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * KNOWNBUGS.rb: add a test. see [ruby-dev:36028]mame2008-08-281-0/+4
* * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa2008-08-281-0/+13
* * vm_method.c (rb_method_node): fail earlier if no method found.matz2008-08-281-0/+2
* * object.c (convert_type): call less rb_intern() less frequentlymatz2008-08-281-0/+3
* * vm_insnhelper.c (vm_yield_setup_args): object with to_ary shouldmatz2008-08-281-0/+6
* * bootstraptest/test_io.rb: no need to create real file.usa2008-08-281-0/+4
* * file.c (rb_file_s_expand_path): new class method for class File.matz2008-08-281-0/+7
* mentioned CGIAlt.naruse2008-08-281-0/+6
* * test/cgi/test_cgi_multipart.rb: add test for multipart.naruse2008-08-281-0/+5
* * test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.naruse2008-08-281-0/+5
* * test/cgi/test_cgi_header.rb: add test for CGI::Header.naruse2008-08-281-0/+5
* * include/ruby/io.h (rb_io_t): refcnt field removed.akr2008-08-271-0/+8
* * io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr2008-08-271-0/+4
* * ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke2008-08-271-0/+7
* * test/cgi/test_cgi_core.rb: add core test.naruse2008-08-271-0/+5
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-271-0/+2
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-271-0/+6
* * transcode.c (transcode_loop): simplified.akr2008-08-261-0/+4
* * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr2008-08-261-0/+19
* * include/ruby/io.h (rb_io_t): rename crbuf to cbuf.akr2008-08-261-0/+6
* * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.cakr2008-08-261-0/+8
* * time.c (time_asctime): workaround for MSVCRT's bug.usa2008-08-261-0/+8
* * transcode.c (rb_econv_open): disable newline conversion for ASCIIakr2008-08-261-0/+6
* * transcode.c (rb_econv_binmode): binmode is effective only once.akr2008-08-261-0/+4
* * test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):knu2008-08-261-1/+6
* * test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):knu2008-08-261-0/+5
* * test/cgi/test_cgi_tag_helper.rb: add more tests for html3.naruse2008-08-261-0/+5
* Mark the previous change as experimental.knu2008-08-261-1/+1
* * enumerator.c: Activate Enumerator#with_object and addknu2008-08-261-0/+5
* * enumerator.c (enumerator_initialize),knu2008-08-261-0/+6
* * test/ruby/test_transcode.rb: added test_euc_jpduerst2008-08-261-0/+5
* * test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.naruse2008-08-261-0/+5
* * lib/cgi.rb (nOE_element_def): fix error when cascade methods whichnaruse2008-08-261-0/+11
* * io.c (make_writeconv): copy invalid/undef flags.akr2008-08-251-0/+4
* fixed a comment.tadf2008-08-251-2/+2
* * common.mk (dist): tool/make-snapshot is executable.yugui2008-08-251-0/+6
* * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.akr2008-08-251-0/+7
* * io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)akr2008-08-251-0/+4
* * io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.akr2008-08-251-0/+5
* * transcode.c (str_transcode0): disable newline conversion for ASCIIakr2008-08-251-0/+5
* * transcode.c (str_transcode0): don't short cut for newline conversion.akr2008-08-251-0/+4
* * io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option forakr2008-08-251-0/+5
* * transcode.c (make_econv_exception): show readagain part for invalidakr2008-08-251-0/+6
* * ext/bigdecimal/bigdecimal.c (VpMult): fix double free.mame2008-08-251-0/+4
* * transcode.c (rb_econv_open): make last_tc NULL if there are onlyakr2008-08-251-0/+8
* * win32.c (init_stdhandle): set binmode.usa2008-08-251-0/+4
* * lib/date/format.rb(strftime): can print with given arbitrarytadf2008-08-251-0/+8
* * compile.c (defined_expr): default defined? should returnmatz2008-08-251-0/+5
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame2008-08-251-0/+5
* * lib/irb/extend-command.rb (def_extend_command): check number ofmame2008-08-251-0/+8