summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * test/webrick/utils.rb (start_server): provide a reference to log ofmame2008-10-291-0/+10
| | | | | | | | | | | | webrick. * test/webrick/test_httpproxy.rb, test/webrick/test_httpauth.rb, test/webrick/test_cgi.rb, test/webrick/test_httpserver.rb, test/webrick/test_server.rb, test/webrick/test_filehandler.rb: use webrick log as an assertion message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): set encoding from packing string and UTF-8 fornobu2008-10-291-0/+5
| | | | | | | "U". [ruby-core:19590] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (imp1, imp2): should declare type.takano322008-10-291-0/+5
| | | | | | | [BUG] at IA-64 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (revision.h): have to be updated daily or by non-trivialnobu2008-10-291-0/+5
| | | | | | | commits. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * README, README.ja: Update the portability section.knu2008-10-291-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSDknu2008-10-291-0/+7
| | | | | | | | | support regarding libxpg4. Those old versions of FreeBSD shipped with the library don't have a working pthread library anyway. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (dln-a-out): cannot make shared library nor work withnobu2008-10-291-0/+5
| | | | | | | ELF. [ruby-core:19571] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_open): shouldn't seek here.usa2008-10-291-0/+7
| | | | | | | | | * win32/win32.c (rb_w32_write): write to the end of the file when FAPPEND is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.nobu2008-10-291-1/+4
| | | | | | | [ruby-core:19579] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (load_file_internal): cache common interned IDs.nobu2008-10-291-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c: uses macro in declarations.tadf2008-10-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa2008-10-281-0/+5
| | | | | | | | O_APPEND is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added.tadf2008-10-281-0/+6
| | | | | | | | * complex.c: follows the above change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.naruse2008-10-281-0/+8
| | | | | | | | | [ruby-dev:36957] * ext/nkf/nkf-utf8/nkf.c (numchar_getc): increase buffer size. reported and patched at [ruby-dev:36957] by mame. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_proc.rb: filled all patterns for testingyugui2008-10-281-0/+5
| | | | | | | vm_yield_setup_args. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* typo.tadf2008-10-281-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c: continues to support canonicalization *unofficially*tadf2008-10-281-0/+10
| | | | | | | | | | | | | for an odd library mathn for the time being (only 1.9.x). since grand mathn is must be very very special library for us. * rational.c: ditto. * ext/mathn/*/*: follow the above changes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (parser_yylex): check EOF explicitly.mame2008-10-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (extract_binmode): new function to extract binmode/textmodeusa2008-10-281-0/+9
| | | | | | | | | | | | options from hash. * io.c (rb_io_extract_modeenc): use above function. * io.c (rb_io_s_pipe): recognize binmode/textmode options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (make_readconv): now can specify the size of cbuf.usa2008-10-281-0/+7
| | | | | | | | | * io.c (read_all, appendline, io_getc, rb_io_ungetc): follow above change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_pipe_exec): internal fds should be alwaysusa2008-10-281-0/+5
| | | | | | | | binmode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/make-snapshot.rb: merged from ruby_1_9_1.yugui2008-10-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merged r19975 and r19978 from ruby_1_9_1 into trunk.yugui2008-10-281-0/+9
| | | | | | | | | * gem_prelude.rb: considers --program-suffix and prefix configure options. * lib/rubygems/defaults.rb: ditto. * test/rubygems/test_gem.rb (@default_dir_re): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/make-snapshot: use String#bytesize.nobu2008-10-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bootstraptest/test_thread.rb: ignore some exceptions.usa2008-10-281-0/+5
| | | | | | | | [ruby-dev:36951] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (RUNRUBY): now ruby requires something fromusa2008-10-281-0/+5
| | | | | | | | gem_prelude, so need to set library path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-271-0/+13
| | | | | | | | | | | | | | Fixed [ruby-core:19503]. * vm_insnhelper.c (vm_yield_setup_block_args): a new function. extracted from vm_yield_setup_args. * vm_insnhelper.c (vm_yield_setup_block_args_complex): ditto. * test/ruby/test_proc.rb: added tests for arguments on a Proc from Kernel#proc called. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/mathn/complex/complex.c: no need to define rb_cComplex becauseusa2008-10-271-0/+8
| | | | | | | | | | | it's already defined at $(srcdir)/complex.c. * ext/mathn/rational/rational.c: no need to define rb_cRational because it's already defined at $(srcdir)/rational.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (load_file): preserves $.. [ruby-dev:36937]nobu2008-10-271-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-271-0/+5
| | | | | | | see [ruby-dev:36937]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/minitest/test_mini_test.rbyugui2008-10-271-0/+10
| | | | | | | | | | | (test_assert_raises_triggered_different): the test failed when a file path in the backtrace contontains something except [\w\/\.], e.g. hyphen, Japanese characters or backslash. * test/minitest/test_mini_test.rb (test_assert_raises_triggered_subclass): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/minitest/test_mini_test.rb: fixed that r19958 madeyugui2008-10-271-0/+5
| | | | | | test-all fail when the ruby was built at $(srcdir). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-271-0/+7
| | | | | | | | concealed unexpected behaviours of ruby. * test/ruby/test_io.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: added missing timestampsyugui2008-10-271-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.kazu2008-10-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/minitest/test_mini_test.rb (test_filter_backtrace):yugui2008-10-271-0/+8
| | | | | | | | | fixed failure on Ruby built at out of $(srcdir). * test/minitest/test_mini_test.rb (test_Filter_backtrace_unit_starts): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typokazu2008-10-271-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (read_all): the 3rd argument maybe Qnil.usa2008-10-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].mame2008-10-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf.c (rb_nkf_convert): avoid GC.naruse2008-10-261-0/+5
| | | | | | reported in [ruby-dev:36909] and patched [ruby-dev:36941] by mame. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: fixed indentation.nobu2008-10-261-42/+44
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/json/test_json.rb: remove dependency on permutation gem.mame2008-10-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gem_prelude.rb: disables debug and verbose flags to suppress failurenobu2008-10-261-1/+4
| | | | | | | messages. interpolation does not occur inside single quotes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-261-1/+6
| | | | | | | | | to get rid of the interference. * test/ruby/test_io.rb (ruby): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu2008-10-261-1/+4
| | | | | | | cygwin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/etc/etc.c (sGroup): getgrent may not be available.nobu2008-10-261-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-0/+8
| | | | | | | | | * util.c (freedtoa): used only when MULTIPLE_THREADS is not defined. * win32/win32.c (rb_w32_pipe): serial is DWORD. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (read_all): use the given buffer to read when needs readconv.nobu2008-10-261-0/+6
| | | | | | | | based on the patch by wanabe <s.wanabe AT gmail.com> at [ruby-dev:36931]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to RubyGems 1.3.1 r1909.drbrain2008-10-251-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-251-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e