aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/cgi/test_cgi_core.rb: add core test.naruse2008-08-272-0/+317
* revert removed comment.naruse2008-08-271-0/+1
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-271-0/+2
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-273-4/+114
* * transcode.c (transcode_loop): simplified.akr2008-08-262-11/+6
* * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr2008-08-265-18/+82
* * include/ruby/io.h (rb_io_t): rename crbuf to cbuf.akr2008-08-263-69/+75
* * 2008-08-27svn2008-08-261-3/+3
* * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.cakr2008-08-263-41/+51
* * time.c (time_asctime): workaround for MSVCRT's bug.usa2008-08-262-0/+12
* * transcode.c (rb_econv_open): disable newline conversion for ASCIIakr2008-08-264-16/+92
* * transcode.c (rb_econv_binmode): binmode is effective only once.akr2008-08-262-0/+6
* * test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):knu2008-08-262-1/+16
* * test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):knu2008-08-262-8/+16
* * test/cgi/test_cgi_tag_helper.rb: add more tests for html3.naruse2008-08-262-0/+73
* Mark the previous change as experimental.knu2008-08-261-1/+1
* * enumerator.c: Activate Enumerator#with_object and addknu2008-08-263-6/+42
* * enumerator.c (enumerator_initialize),knu2008-08-264-12/+294
* * test/ruby/test_transcode.rb: added test_euc_jpduerst2008-08-262-0/+59
* * test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.naruse2008-08-262-0/+258
* * lib/cgi.rb (nOE_element_def): fix error when cascade methods whichnaruse2008-08-262-4/+16
* * io.c (make_writeconv): copy invalid/undef flags.akr2008-08-252-9/+12
* fixed a comment.tadf2008-08-251-2/+2
* * common.mk (dist): tool/make-snapshot is executable.yugui2008-08-253-5/+12
* * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.akr2008-08-253-12/+17
* * io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)akr2008-08-252-2/+5
* * io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.akr2008-08-252-1/+6
* * transcode.c (str_transcode0): disable newline conversion for ASCIIakr2008-08-252-7/+27
* * transcode.c (str_transcode0): don't short cut for newline conversion.akr2008-08-252-9/+25
* * io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option forakr2008-08-252-1/+11
* * transcode.c (make_econv_exception): show readagain part for invalidakr2008-08-253-7/+36
* "t" for Kernel#open described.akr2008-08-251-0/+3
* * ext/bigdecimal/bigdecimal.c (VpMult): fix double free.mame2008-08-252-1/+5
* * 2008-08-26svn2008-08-251-3/+3
* * transcode.c (rb_econv_open): make last_tc NULL if there are onlyakr2008-08-252-26/+53
* * win32.c (init_stdhandle): set binmode.usa2008-08-252-0/+13
* * lib/date/format.rb(strftime): can print with given arbitrarytadf2008-08-252-4/+16
* * compile.c (defined_expr): default defined? should returnmatz2008-08-252-27/+6
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame2008-08-252-6/+14
* * lib/irb/extend-command.rb (def_extend_command): check number ofmame2008-08-253-6/+19
* * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame2008-08-252-1/+5
* * transcode.c (rb_econv_open_by_transcoder_entries): initializeakr2008-08-253-3/+122
* * compile.c (defined_expr): should handle NODE_{AND,OR} asmatz2008-08-252-0/+7
* remove traling spaces and fix a typokazu2008-08-251-3/+3
* * include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu2008-08-254-10/+13
* * transcode.c (rb_econv_substr_append): fix for buffer overrun.nobu2008-08-252-2/+5
* * transcode.c (rb_econv_substr_append): fix for buffer overrun.nobu2008-08-252-1/+9
* * parse.y (YYSTYPE): struct RVarmap has been no longeryugui2008-08-252-1/+6
* * transcode.c (rb_econv_open_exc): constified. nobu2008-08-252-1/+5
* * enc/emacs_mule.c: fix ctype.naruse2008-08-242-105/+13