summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2008-10-18ChangeLog: moved entries back and corrected dateduerst
2008-10-18* parse.y (opt_block_arg): allow trailing comma after usualmatz
2008-10-18ChangeLog: move entries to proper place.matz
2008-10-18* numeric.c (num_sadded): remove newly defined singleton methodmatz
2008-10-18* string.c (rb_external_str_new): a new function to convert frommatz
2008-10-18* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz
2008-10-18* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz
2008-10-18* tool/transcode-tblgen.rb: added set_valid_byte_patternduerst
2008-10-18* transcode.c: in transcode_search_path, elimintated a warningduerst
2008-10-18* lib/test/unit.rb (assert_nothing_thrown): implemented.akr
2008-10-17* common.mk: use added options for generic_erb.rb.eban
2008-10-17* array.c: don't recycle shared-array while sort!.wanabe
2008-10-17* array.c: recycle shared-array when it isn't referenced.wanabe
2008-10-17* id.h: reverted.nobu
2008-10-17* common.mk (ID_H_TARGET): phony target to update id.h.nobu
2008-10-17* array.c (ary_resize_capa): renamed RESIZE_CAPA.yugui
2008-10-17* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal): matz
2008-10-17* configure.in (uncommon.mk): ignores failures at loading.nobu
2008-10-17* transcode.c (str_transcode0): String#encode without argument nowmatz
2008-10-17* test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):nobu
2008-10-17* ext/socket/socket.c (init_sock): sockets should be binmode.shugo
2008-10-17 * tool/insns2vm.rb: remove -Kn option in shebang line because it'susa
2008-10-16* re.c (rb_reg_initialize_m): changed the message to clarify thematz
2008-10-16* .gdbinit (rp): REGEXP handling fixed.matz
2008-10-16* ruby.c (proc_options): no warning when default_external alreadymatz
2008-10-16* transcode.c (transcode_restartable0): in_pos and out_pos never beakr
2008-10-16* lib/test/unit.rb: sort the order of executing tests.mame
2008-10-16* io.c (rb_io_binmode): reset encoding conversion.akr
2008-10-16* io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):mame
2008-10-16* common.mk (TESTS): removed to re-enable test for minitest.akr
2008-10-16* compile.c (iseq_set_sequence): fix memory leak.mame
2008-10-16* lib/test/unit.rb (assert_equal): avoid incompatible characterakr