summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-1812-10/+15
* add test for {SimpleDelegator, DelegateClass}#class .xibbar2008-10-181-0/+12
* * 2008-10-19svn2008-10-181-3/+3
* * lib/test/unit.rb (assert_nothing_thrown): don't intern.akr2008-10-182-2/+6
* add test for encoding option.xibbar2008-10-181-0/+21
* ChangeLog: moved entries back and corrected dateduerst2008-10-181-13/+13
* * parse.y (opt_block_arg): allow trailing comma after usualmatz2008-10-182-0/+9
* ChangeLog: move entries to proper place.matz2008-10-181-13/+13
* * numeric.c (num_sadded): remove newly defined singleton methodmatz2008-10-182-1/+8
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-186-22/+78
* * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz2008-10-182-2/+17
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-183-2/+11
* * tool/transcode-tblgen.rb: added set_valid_byte_patternduerst2008-10-183-22/+26
* * transcode.c: in transcode_search_path, elimintated a warningduerst2008-10-182-5/+7
* rdoc update.akr2008-10-181-3/+7
* * lib/test/unit.rb (assert_nothing_thrown): implemented.akr2008-10-182-2/+17
* * common.mk: use added options for generic_erb.rb.eban2008-10-172-1/+5
* * 2008-10-18svn2008-10-171-3/+3
* * array.c: don't recycle shared-array while sort!.wanabe2008-10-172-1/+5
* * array.c: recycle shared-array when it isn't referenced.wanabe2008-10-172-12/+84
* * id.h: reverted.nobu2008-10-173-36/+67
* * common.mk (ID_H_TARGET): phony target to update id.h.nobu2008-10-178-44/+141
* * array.c (ary_resize_capa): renamed RESIZE_CAPA.yugui2008-10-172-11/+19
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal): matz2008-10-172-1/+11