aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse2008-08-241-0/+5
* * transcode.c (rb_econv_open): return NULL on error.akr2008-08-241-0/+4
* * include/ruby/encoding.h (rb_econv_open_exc): declared.akr2008-08-241-0/+11
* * lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.naruse2008-08-241-0/+5
* add ref to [ruby-dev:35936].naruse2008-08-241-0/+1
* * enc/emacs_mule.c: support Emacs/Mule internal encoding.naruse2008-08-241-0/+4
* * strftime.c (daylight, timezone): not provied as dllexport on cygwin,nobu2008-08-231-0/+5
* * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse2008-08-231-0/+4
* * encoding.c (enc_compatible_p): raise TypeError when argument is Encoding.naruse2008-08-231-0/+4
* fix typokazu2008-08-231-1/+1
* * lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse2008-08-231-0/+5
* * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu2008-08-231-0/+5
* * io.c (rb_scan_open_args): use pop_last_hash.akr2008-08-231-0/+4
* * include/ruby/io.h (FMODE_INVALID_MASK): defined.akr2008-08-231-0/+18
* * strftime.c (rb_strftime): support more flags.nobu2008-08-231-3/+4
* * vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.ko12008-08-231-0/+4
* * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr2008-08-231-0/+18
* * io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr2008-08-231-0/+5
* * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr2008-08-231-0/+4
* * io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.akr2008-08-231-0/+6
* * io.c (read_all): fptr->enc2 is 0 if no conversion.akr2008-08-231-0/+6
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-231-0/+13
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-221-0/+43
* typotadf2008-08-221-1/+1
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-221-0/+26
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-0/+10
* * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf2008-08-221-0/+4
* * lib/cgi.rb: use bytesize instead of size/length.usa2008-08-221-0/+4
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-0/+8
* * test/ruby/test_transcode.rb: test_shift_jis:duerst2008-08-221-0/+5
* * io.c (rb_io_pid): use PIDT2NUM.akr2008-08-221-0/+4
* * dir.c (dir_enc_str_new): set US-ASCII to the pathnaruse2008-08-221-0/+8
* * dir.c (dir_enc_str_new): renamed from dir_enc_str.naruse2008-08-221-0/+10
* * common.mk: remove config.h dependency.naruse2008-08-221-0/+4
* * configure.in (gmtime_r): check if reentrant versions are available.nobu2008-08-221-0/+7
* * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.akr2008-08-211-0/+5
* * io.c (rb_file_open_generic): take filename as a VALUE.akr2008-08-211-0/+9
* * include/ruby/ruby.h: fix previous change for LP64.akr2008-08-211-0/+4
* * include/ruby/ruby.h (NUM2LONG): make it inline function to evalueteakr2008-08-211-0/+13
* * io.c (rb_io_s_sysopen): mode can be a Bignum.akr2008-08-211-0/+4
* * io.c (rb_io_extract_modeenc): notify coerced to caller.akr2008-08-211-0/+5
* * io.c (rb_io_extract_modeenc): use rb_check_to_integer to testakr2008-08-211-0/+5
* * iseq.c (iseq_inspect): don't raise on uninitialized object.akr2008-08-211-0/+5
* * io.c (rb_io_initialize): accept hash argument.akr2008-08-211-0/+4
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-211-0/+10
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu2008-08-211-0/+5
* * file.c (rb_stat_inspect): don't raise if self is not initialized.akr2008-08-211-0/+4
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-0/+6
* * io.c (io_extract_encoding_option): if internal encoding is notakr2008-08-211-0/+5
* * strftime.c: include ruby/config.h instead of ruby/ruby.h.shugo2008-08-211-0/+6