summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-29* array.c (rb_ary_splice): remove redundant check.mame
2008-10-29* string.c (rb_str_cmp): fix condition which always returned truemame
2008-10-29* 2008-10-30svn
2008-10-29* test/ruby/test_array (test_permutation): add a test that replacesmame
2008-10-29* array.c (rb_ary_sort_bang): replacing array during sort brokemame
2008-10-29* revert the previous wrong commit; sorry.mame
2008-10-29* array.c (rb_ary_sort_bang): replacing array during sort brokemame
2008-10-29* test/webrick/utils.rb (start_server): provide a reference to log ofmame
2008-10-29* test/ruby/test_array.rb (test_pack): use utf-8.nobu
2008-10-29* pack.c (pack_pack): set encoding from packing string and UTF-8 fornobu
2008-10-29* complex.c (imp1, imp2): should declare type.takano32
2008-10-29* common.mk (revision.h): have to be updated daily or by non-trivialnobu
2008-10-29* README, README.ja: Update the portability section.knu
2008-10-29* configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSDknu
2008-10-29* configure.in (dln-a-out): cannot make shared library nor work withnobu
2008-10-29 * win32/win32.c (rb_w32_open): shouldn't seek here.usa
2008-10-29* ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.nobu
2008-10-29* ruby.c (load_file_internal): cache common interned IDs.nobu
2008-10-28 * complex.c: uses macro in declarations.tadf
2008-10-28 * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa
2008-10-28inserted a newline.tadf
2008-10-28* 2008-10-29svn
2008-10-28 * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added.tadf
2008-10-28* ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.naruse
2008-10-28* test/ruby/test_proc.rb: filled all patterns for testingyugui
2008-10-28typo.tadf
2008-10-28 * complex.c: continues to support canonicalization *unofficially*tadf
2008-10-28* parse.y (parser_yylex): check EOF explicitly.mame
2008-10-28* test/ruby/test_require.rb (test_require_too_long_filename): too longusa
2008-10-28* test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa
2008-10-28 * io.c (extract_binmode): new function to extract binmode/textmodeusa
2008-10-28* test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa
2008-10-28 * io.c (make_readconv): now can specify the size of cbuf.usa
2008-10-28 * win32/win32.c (rb_w32_pipe_exec): internal fds should be alwaysusa
2008-10-28* test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa
2008-10-28* test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.usa
2008-10-28* tool/make-snapshot.rb: merged from ruby_1_9_1.yugui
2008-10-28merged r19975 and r19978 from ruby_1_9_1 into trunk.yugui
2008-10-28* tool/make-snapshot: use String#bytesize.nobu
2008-10-28* test/ruby/test_file.rb (test_*_extended_file): test in default/text/binaryusa
2008-10-28* test/ruby/test_file.rb (test_each_char_extended_file,usa
2008-10-28* test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa
2008-10-28* test_cgi_multipart.rb (_prepare): tempfile should be binmode.usa
2008-10-28 * bootstraptest/test_thread.rb: ignore some exceptions.usa
2008-10-28* 2008-10-28svn
2008-10-28 * win32/Makefile.sub (RUNRUBY): now ruby requires something fromusa
2008-10-27* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui
2008-10-27 * ext/mathn/complex/complex.c: no need to define rb_cComplex becauseusa
2008-10-27* test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu
2008-10-27* ruby.c (load_file): preserves $.. [ruby-dev:36937]nobu