summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-27* io.c (argf_init): initial value of $. should be 0.nobu
2008-10-27* test/minitest/test_mini_test.rbyugui
2008-10-27* test/minitest/test_mini_test.rb: fixed that r19958 madeyugui
2008-10-27* test/ruby/envutil.rb: reverted the changeset 19948 because ityugui
2008-10-27* ChangeLog: added missing timestampsyugui
2008-10-27* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.kazu
2008-10-27* test/minitest/test_mini_test.rb (test_filter_backtrace):yugui
2008-10-27fix typokazu
2008-10-27 * io.c (read_all): the 3rd argument maybe Qnil.usa
2008-10-26* test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].mame
2008-10-26* 2008-10-27svn
2008-10-26* ext/nkf/nkf.c (rb_nkf_convert): avoid GC.naruse
2008-10-26* set svn:ignore property to ext/mathn/complex and ext/mathn/rationalmame
2008-10-26* ChangeLog: fixed indentation.nobu
2008-10-26* test/json/test_json.rb: remove dependency on permutation gem.mame
2008-10-26* gem_prelude.rb: disables debug and verbose flags to suppress failurenobu
2008-10-26* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu
2008-10-26* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu
2008-10-26* ext/etc/etc.c (sGroup): getgrent may not be available.nobu
2008-10-26* thread.c (blocking_region_{begin,end}): declared as inline.nobu
2008-10-26* missing/vsnprintf.c (BSD__sfvwrite): constified.nobu
2008-10-26* io.c (read_all): use the given buffer to read when needs readconv.nobu
2008-10-26properties.nobu
2008-10-25Update to RubyGems 1.3.1 r1909.drbrain
2008-10-25Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan
2008-10-25* configure.in ($MANTYPE): followed ruby.1, which had moved.yugui