aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * complex.c: continues to support canonicalization *unofficially*tadf2008-10-287-3136/+44
* * parse.y (parser_yylex): check EOF explicitly.mame2008-10-282-11/+15
* * test/ruby/test_require.rb (test_require_too_long_filename): too longusa2008-10-281-5/+9
* * test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa2008-10-281-1/+1
* * io.c (extract_binmode): new function to extract binmode/textmodeusa2008-10-282-12/+36
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7
* * io.c (make_readconv): now can specify the size of cbuf.usa2008-10-282-6/+13
* * win32/win32.c (rb_w32_pipe_exec): internal fds should be alwaysusa2008-10-282-3/+7
* * test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa2008-10-281-50/+80
* * test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.usa2008-10-281-13/+13
* * tool/make-snapshot.rb: merged from ruby_1_9_1.yugui2008-10-282-4/+11
* merged r19975 and r19978 from ruby_1_9_1 into trunk.yugui2008-10-284-4/+13
* * tool/make-snapshot: use String#bytesize.nobu2008-10-282-2/+12
* * test/ruby/test_file.rb (test_*_extended_file): test in default/text/binaryusa2008-10-281-32/+46
* * test/ruby/test_file.rb (test_each_char_extended_file,usa2008-10-281-0/+16
* * test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa2008-10-281-0/+2
* * test_cgi_multipart.rb (_prepare): tempfile should be binmode.usa2008-10-281-1/+1
* * bootstraptest/test_thread.rb: ignore some exceptions.usa2008-10-282-1/+10
* * 2008-10-28svn2008-10-281-3/+3
* * win32/Makefile.sub (RUNRUBY): now ruby requires something fromusa2008-10-282-1/+6
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-273-96/+318
* * ext/mathn/complex/complex.c: no need to define rb_cComplex becauseusa2008-10-273-0/+12
* * test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu2008-10-271-16/+17
* * ruby.c (load_file): preserves $.. [ruby-dev:36937]nobu2008-10-272-4/+35
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-273-2/+7
* * test/minitest/test_mini_test.rbyugui2008-10-272-2/+12
* * test/minitest/test_mini_test.rb: fixed that r19958 madeyugui2008-10-272-2/+9
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-273-2/+9
* * ChangeLog: added missing timestampsyugui2008-10-271-0/+6
* * ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.kazu2008-10-272-1/+5
* * test/minitest/test_mini_test.rb (test_filter_backtrace):yugui2008-10-272-11/+22
* fix typokazu2008-10-271-2/+2
* * io.c (read_all): the 3rd argument maybe Qnil.usa2008-10-272-1/+6
* * test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].mame2008-10-262-0/+10
* * 2008-10-27svn2008-10-261-3/+3
* * ext/nkf/nkf.c (rb_nkf_convert): avoid GC.naruse2008-10-262-1/+7
* * set svn:ignore property to ext/mathn/complex and ext/mathn/rationalmame2008-10-260-0/+0
* * ChangeLog: fixed indentation.nobu2008-10-261-42/+44
* * test/json/test_json.rb: remove dependency on permutation gem.mame2008-10-262-21/+17
* * gem_prelude.rb: disables debug and verbose flags to suppress failurenobu2008-10-262-13/+22
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-263-3/+8
* * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu2008-10-263-2/+9
* * ext/etc/etc.c (sGroup): getgrent may not be available.nobu2008-10-262-4/+9
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-264-8/+14
* * missing/vsnprintf.c (BSD__sfvwrite): constified.nobu2008-10-261-1/+1
* * io.c (read_all): use the given buffer to read when needs readconv.nobu2008-10-262-1/+7
* properties.nobu2008-10-260-0/+0
* Update to RubyGems 1.3.1 r1909.drbrain2008-10-2575-407/+427
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-254-32/+67
* * configure.in ($MANTYPE): followed ruby.1, which had moved.yugui2008-10-254-3/+11