aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/io.h (rb_io_enc_t): add opts field.akr2008-08-243-30/+41
* * io.c (struct argf): use struct rb_io_enc_t.akr2008-08-242-3/+9
* * include/ruby/encoding.h (rb_str_transcode): make 3rd argumentakr2008-08-244-25/+35
* * include/ruby/io.h (rb_io_t): make enc and enc2 as structakr2008-08-243-52/+56
* add comment.akr2008-08-241-0/+1
* * include/ruby/encoding.h (rb_econv_opts): declared.akr2008-08-244-28/+24
* * include/ruby/encoding.h (rb_econv_option_t): defined.akr2008-08-244-32/+53
* * transcode.c (rb_econv_substr_append): associate dst with destinationakr2008-08-242-1/+9
* * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr2008-08-245-59/+198
* * transcode.c (str_transcode): check last hash only if 0 < argc.akr2008-08-242-1/+8
* * include/ruby/encoding.h (rb_econv_substr_append): renamed fromakr2008-08-244-5/+41
* * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse2008-08-242-1/+6
* * transcode.c (rb_econv_open): return NULL on error.akr2008-08-242-1/+5
* * include/ruby/encoding.h (rb_econv_open_exc): declared.akr2008-08-246-13/+75
* * lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.naruse2008-08-242-8/+15
* add ref to [ruby-dev:35936].naruse2008-08-241-0/+1
* * enc/emacs_mule.c: support Emacs/Mule internal encoding.naruse2008-08-242-0/+440
* * strftime.c (daylight, timezone): not provied as dllexport on cygwin,nobu2008-08-232-1/+6
* * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse2008-08-232-13/+34
* * encoding.c (enc_compatible_p): raise TypeError when argument is Encoding.naruse2008-08-232-0/+6
* * 2008-08-24svn2008-08-231-3/+3
* fix typokazu2008-08-231-1/+1
* * lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse2008-08-232-16/+5
* * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu2008-08-232-2/+7
* * io.c (rb_scan_open_args): use pop_last_hash.akr2008-08-232-6/+5
* * include/ruby/io.h (FMODE_INVALID_MASK): defined.akr2008-08-234-15/+113
* * strftime.c (rb_strftime): support more flags.nobu2008-08-232-71/+118
* * compile.c (iseq_build_body): suppress a warning.nobu2008-08-231-1/+2
* * vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.ko12008-08-232-1/+5
* * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr2008-08-234-53/+119
* * io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr2008-08-233-0/+33
* * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr2008-08-232-2/+6
* * io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.akr2008-08-232-7/+27
* * io.c (read_all): fptr->enc2 is 0 if no conversion.akr2008-08-232-9/+11
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-236-92/+102
* * 2008-08-23svn2008-08-221-3/+3
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-228-80/+420
* typotadf2008-08-221-1/+1
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-228-307/+325
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-224-8/+37
* * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf2008-08-222-1/+4
* reverttadf2008-08-221-10/+4
* * lib/cgi.rb: use bytesize instead of size/length.usa2008-08-222-17/+21
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-224-145/+212
* * test/ruby/test_transcode.rb: test_shift_jis:duerst2008-08-222-21/+26
* * io.c (rb_io_pid): use PIDT2NUM.akr2008-08-222-1/+5
* * dir.c (dir_enc_str_new): set US-ASCII to the pathnaruse2008-08-222-0/+12
* * dir.c (dir_enc_str_new): renamed from dir_enc_str.naruse2008-08-222-8/+17
* * common.mk: remove config.h dependency.naruse2008-08-222-1/+4
* * configure.in (gmtime_r): check if reentrant versions are available.nobu2008-08-223-18/+45