aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame2008-08-251-0/+4
* * transcode.c (rb_econv_open_by_transcoder_entries): initializeakr2008-08-251-0/+9
* * compile.c (defined_expr): should handle NODE_{AND,OR} asmatz2008-08-251-0/+5
* remove traling spaces and fix a typokazu2008-08-251-3/+3
* * include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu2008-08-251-1/+7
* * transcode.c (rb_econv_substr_append): fix for buffer overrun.nobu2008-08-251-1/+3
* * transcode.c (rb_econv_substr_append): fix for buffer overrun.nobu2008-08-251-0/+4
* * parse.y (YYSTYPE): struct RVarmap has been no longeryugui2008-08-251-0/+6
* * transcode.c (rb_econv_open_exc): constified. nobu2008-08-251-0/+4
* * enc/emacs_mule.c: fix ctype.naruse2008-08-241-0/+4
* * configure.in (BUILTIN_TRANSSRCS): defined.akr2008-08-241-0/+22
* * transcode.c (declare_transcoder): arguments order changed.akr2008-08-241-0/+5
* * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t.akr2008-08-241-0/+6
* * io.c (rb_io_init_copy): copy encs.akr2008-08-241-0/+4
* * io.c (rb_io_open): add an argument: vperm.akr2008-08-241-0/+5
* * io.c (sym_invalid): removed.akr2008-08-241-0/+7
* * io.c (rb_io_reopen): initialize fptr->encs.opts.akr2008-08-241-0/+4
* * io.c (rb_io_s_pipe): accept optional hash.akr2008-08-241-0/+13
* * include/ruby/io.h (rb_io_enc_t): add opts field.akr2008-08-241-0/+22
* * io.c (struct argf): use struct rb_io_enc_t.akr2008-08-241-0/+6
* * include/ruby/encoding.h (rb_str_transcode): make 3rd argumentakr2008-08-241-0/+13
* * include/ruby/io.h (rb_io_t): make enc and enc2 as structakr2008-08-241-0/+8
* * include/ruby/encoding.h (rb_econv_opts): declared.akr2008-08-241-0/+8
* * include/ruby/encoding.h (rb_econv_option_t): defined.akr2008-08-241-0/+13
* * transcode.c (rb_econv_substr_append): associate dst with destinationakr2008-08-241-0/+5
* * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr2008-08-241-0/+18
* * transcode.c (str_transcode): check last hash only if 0 < argc.akr2008-08-241-0/+4
* * include/ruby/encoding.h (rb_econv_substr_append): renamed fromakr2008-08-241-0/+16
* * 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