aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/socket/socket.c (sock_s_getservbyport): the port should benobu2008-10-232-4/+12
* * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa2008-10-232-1/+6
* * ext/socket/socket.c (sock_s_getservbyport): port should bematz2008-10-222-1/+6
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-223-26/+103
* * lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu2008-10-222-2/+8
* * cont.c: separate data structure between rb_fiber_t andko12008-10-223-71/+161
* * Described -E external:internal and -U.yugui2008-10-221-8/+72
* * io.c (pipe_open): remove unnecessary flush before fork.matz2008-10-222-2/+6
* * vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu2008-10-222-2/+8
* * parse.y (f_larglist): should not allow semicolon separated localmatz2008-10-222-1/+8
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-226-27/+51
* * re.c (unescape_escaped_nonascii): back out the last change onmatz2008-10-222-6/+7
* * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz2008-10-213-3/+34
* * include/ruby/vm.h: write a comment.ko12008-10-214-9/+21
* update ChangeLog for last check in.ko12008-10-211-0/+7
* * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko12008-10-212-3/+18
* * string.c (rb_external_str_new_with_enc): wrong condition tomatz2008-10-213-25/+37
* * 2008-10-22svn2008-10-211-3/+3
* Fixed test failures [ruby-dev:36837].seki2008-10-212-1/+5
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-215-3/+21
* * io.c (open_key_args): should adjust argc, argv in structmatz2008-10-213-9/+14
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-213-4/+20
* * lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu2008-10-212-3/+5
* * lib/test/unit.rb (assert_nothing_raised): set backtrace.akr2008-10-212-1/+7
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-216-189/+356
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-214-2/+10
* * mdoc2man.rb: moved into tools/.yugui2008-10-213-1/+7
* * ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu2008-10-213-2/+18
* * io.c (rb_file_open_internal): should initialize fmode before using.nobu2008-10-212-3/+6
* * regparse.c (parse_char_class): CCV_SB is only for singlenobu2008-10-202-5/+3
* * regparse.c (parse_char_class): CCV_SB is only for singlenobu2008-10-202-0/+7
* * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz2008-10-203-7/+29
* * 2008-10-21svn2008-10-201-3/+3
* * io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.akr2008-10-202-2/+23
* fix test of multipartxibbar2008-10-201-13/+17
* * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bitxibbar2008-10-202-6/+11
* * ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.matz2008-10-202-0/+6
* * error.c (exc_equal): should not compare recursively.matz2008-10-202-1/+6
* * include/ruby/ruby.h (ExportStringValue): new macro to convertmatz2008-10-206-77/+117
* * string.c (rb_locale_str_new): new function to convert stringmatz2008-10-203-0/+12
* * test/runner.rb: search srcdir/test/arg at first to find test/rubyakr2008-10-202-3/+8
* * ext/tk/lib/tk.rb: support Encoding.default_internal.nagai2008-10-196-66/+155
* fix typos.akr2008-10-191-2/+2
* * 2008-10-20svn2008-10-191-3/+3
* * lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr2008-10-194-20/+57
* * tool/generic_erb.rb: sends the result to stdout if no output option.nobu2008-10-192-1/+4
* * common.mk (srcs): removed ID_H_TARGET.nobu2008-10-195-41/+196
* * enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst2008-10-1911-0/+1265
* * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):tadf2008-10-182-0/+15
* * keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changedyugui2008-10-188-9/+21