summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-24add ref to [ruby-dev:35936].naruse
2008-08-24* enc/emacs_mule.c: support Emacs/Mule internal encoding.naruse
2008-08-23* strftime.c (daylight, timezone): not provied as dllexport on cygwin,nobu
2008-08-23* lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse
2008-08-23* encoding.c (enc_compatible_p): raise TypeError when argument is Encoding.naruse
2008-08-23fix typokazu
2008-08-23* lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse
2008-08-23* test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu
2008-08-23* io.c (rb_scan_open_args): use pop_last_hash.akr
2008-08-23* include/ruby/io.h (FMODE_INVALID_MASK): defined.akr
2008-08-23* strftime.c (rb_strftime): support more flags.nobu
2008-08-23* vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.ko1
2008-08-23* include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr
2008-08-23* io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr
2008-08-23* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr
2008-08-23* io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.akr
2008-08-23* io.c (read_all): fptr->enc2 is 0 if no conversion.akr
2008-08-23* include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr
2008-08-22* include/ruby/io.h (FMODE_TEXTMODE): defined.akr
2008-08-22typotadf
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-08-22* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu
2008-08-22 * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf
2008-08-22 * lib/cgi.rb: use bytesize instead of size/length.usa
2008-08-22* strftime.c (rb_strftime): supported flags and precision for mostnobu
2008-08-22* test/ruby/test_transcode.rb: test_shift_jis:duerst
2008-08-22* io.c (rb_io_pid): use PIDT2NUM.akr
2008-08-22* dir.c (dir_enc_str_new): set US-ASCII to the pathnaruse
2008-08-22* dir.c (dir_enc_str_new): renamed from dir_enc_str.naruse
2008-08-22* common.mk: remove config.h dependency.naruse
2008-08-22* configure.in (gmtime_r): check if reentrant versions are available.nobu
2008-08-21* include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.akr
2008-08-21* io.c (rb_file_open_generic): take filename as a VALUE.akr
2008-08-21* include/ruby/ruby.h: fix previous change for LP64.akr
2008-08-21* include/ruby/ruby.h (NUM2LONG): make it inline function to evalueteakr
2008-08-21* io.c (rb_io_s_sysopen): mode can be a Bignum.akr
2008-08-21* io.c (rb_io_extract_modeenc): notify coerced to caller.akr
2008-08-21* io.c (rb_io_extract_modeenc): use rb_check_to_integer to testakr
2008-08-21* iseq.c (iseq_inspect): don't raise on uninitialized object.akr
2008-08-21* io.c (rb_io_initialize): accept hash argument.akr
2008-08-21* strftime.c (rb_strftime): supported %F and %<precision>N.shugo
2008-08-21* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu
2008-08-21* file.c (rb_stat_inspect): don't raise if self is not initialized.akr
2008-08-21* process.c (pst_pid): use rb_attr_get to avoid warning onakr
2008-08-21* io.c (io_extract_encoding_option): if internal encoding is notakr
2008-08-21* strftime.c: include ruby/config.h instead of ruby/ruby.h.shugo
2008-08-21* ChangeLog: fixed my mail address.shugo
2008-08-21* strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo
2008-08-20* test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse
2008-08-20* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu