summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-10-23* lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu
2008-10-23* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz
2008-10-23* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): the port should benobu
2008-10-23 * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa
2008-10-22* ext/socket/socket.c (sock_s_getservbyport): port should bematz
2008-10-22* string.c (rb_str_conv_enc_opts): new function to convert withmatz
2008-10-22* lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu
2008-10-22* cont.c: separate data structure between rb_fiber_t andko1
2008-10-22* io.c (pipe_open): remove unnecessary flush before fork.matz
2008-10-22* vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu
2008-10-22* parse.y (f_larglist): should not allow semicolon separated localmatz
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-10-22* re.c (unescape_escaped_nonascii): back out the last change onmatz
2008-10-21* ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz
2008-10-21* include/ruby/vm.h: write a comment.ko1
2008-10-21update ChangeLog for last check in.ko1
2008-10-21* string.c (rb_external_str_new_with_enc): wrong condition tomatz
2008-10-21 Fixed test failures [ruby-dev:36837].seki
2008-10-21* ext/stringio/stringio.c (strio_write): should convert writingmatz
2008-10-21* io.c (open_key_args): should adjust argc, argv in structmatz
2008-10-21* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz
2008-10-21* lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu
2008-10-21* lib/test/unit.rb (assert_nothing_raised): set backtrace.akr
2008-10-21* ext/zlib/zlib.c: remove obsolete prototype macros.matz
2008-10-21* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo
2008-10-21* mdoc2man.rb: moved into tools/.yugui
2008-10-21* ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu
2008-10-21* io.c (rb_file_open_internal): should initialize fmode before using.nobu
2008-10-20* regparse.c (parse_char_class): CCV_SB is only for singlenobu
2008-10-20* regparse.c (parse_char_class): CCV_SB is only for singlenobu
2008-10-20* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz
2008-10-20* io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.akr
2008-10-20* lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bitxibbar
2008-10-20* ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.matz
2008-10-20* error.c (exc_equal): should not compare recursively.matz
2008-10-20* include/ruby/ruby.h (ExportStringValue): new macro to convertmatz
2008-10-20* string.c (rb_locale_str_new): new function to convert stringmatz
2008-10-20* test/runner.rb: search srcdir/test/arg at first to find test/rubyakr
2008-10-19* ext/tk/lib/tk.rb: support Encoding.default_internal.nagai
2008-10-19fix typos.akr
2008-10-19* lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr
2008-10-19* tool/generic_erb.rb: sends the result to stdout if no output option.nobu
2008-10-19* common.mk (srcs): removed ID_H_TARGET.nobu
2008-10-19* enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst
2008-10-18 * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):tadf
2008-10-18* keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changedyugui
2008-10-18* test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg2
2008-10-18* lib/test/unit.rb (assert_nothing_thrown): don't intern.akr