aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * test/ruby/test_file_exhaustive.rb: add tests for File#size andmame2009-03-082-1/+23
| | | | | | | File.absolute_path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (LDFLAGS): always prepends -link.nobu2009-03-082-1/+6
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-03-081-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiplenobu2009-03-082-21/+85
| | | | | | | sizeof, for apple's universal binary. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* use ldd to find libc and libm if no information.akr2009-03-071-30/+33
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-03-08svn2009-03-071-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add 64bit solaris library.akr2009-03-071-2/+8
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (universal_binary): checks if sizes are same on allnobu2009-03-072-0/+19
| | | | | | | architectures. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rubygems/simple_gem.rb: updated for 1.9.nobu2009-03-071-9/+13
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: checks if cd really succeeded.nobu2009-03-072-3/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typos.akr2009-03-071-10/+10
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typos.akr2009-03-071-10/+10
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: don't use CONFIG_SHELL for testing shell feature inakr2009-03-072-1/+6
| | | | | | | Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: fix the location of cdcmd.akr2009-03-072-3/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: the shell which runs configure may be different fromakr2009-03-072-1/+7
| | | | | | | | the shell for make. configure likes bash but Makefile specifies SHELL=/bin/sh. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rdoc/test_rdoc_markup_to_html_crossref.rb (verify_convert):nobu2009-03-071-1/+6
| | | | | | | appends backtrace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.nobu2009-03-071-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/erb/test_erb.rb: reverted space sensitive test results.nobu2009-03-074-18/+26
| | | | | | | | | * test/rdoc/test_rdoc_parser_c.rb: ditto. * test/rdoc/test_rdoc_ri_default_display.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-03-07svn2009-03-071-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* don't exit even if libc/libm is not found.akr2009-03-071-4/+12
| | | | | | | | | check lib[cm].so.6.1 as well on linux. add solaris lib. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr2009-03-062-6/+18
| | | | | | | argument to add padding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor stylenobu2009-03-063-8/+28
| | | | | | | | | not to show RUBY_VERSION_MAJOR and so on. * version.h (RUBY_LIB_VERSION): makes from RUBY_LIB_VERSION_STYLE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk: removed a comment already has no meaning.nobu2009-03-061-2/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in (update-mspec): split from update-rubyspec.nobu2009-03-063-11/+36
| | | | | | | * win32/Makefile.sub (update-{rubyspec,mspec}): added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd usingnobu2009-03-065-33/+32
| | | | | | | phisical directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (MINIRUBY): use $(arch)-fake.rb.nobu2009-03-061-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (.c.asm): removed $(COUTFLAG).nobu2009-03-062-4/+8
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (report_bug): message updated to better English.matz2009-03-062-1/+6
| | | | | | [ruby-core:22665] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: reverted lines removed at r22787.nobu2009-03-061-1/+17
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, win32/Makefile.sub (INSNS): moved variablenobu2009-03-064-3/+11
| | | | | | | definition before rule. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals withnobu2009-03-062-10/+18
| | | | | | | escaped spaces. incorporated from rake 0.8.4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rake/testtask.rb (Rake::TestTask#define): passes each libsnobu2009-03-062-2/+7
| | | | | | | as each arguments with expanded. incorporated from rake 0.8.4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rubygems/digest/digest_adapter.rb: removed.nobu2009-03-064-60/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/**/*.rb: removed unnecessary shbang lines.nobu2009-03-0619-34/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c (rb_ary_fill): doc for Array#fill misses indicationmatz2009-03-062-16/+6
| | | | | | about negative value for the start argument. [ruby-core:22497] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/test_syslog.rb: moved.nobu2009-03-061-0/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-03-06svn2009-03-061-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06856-13989/+13989
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (flo_to_s): keeps enough precision for round trip.nobu2009-03-052-3/+10
| | | | | | | [ruby-core:22325] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignoresnobu2009-03-052-4/+8
| | | | | | | non-existent directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_sysinit): initializes version info first.nobu2009-03-052-15/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (Win32System, Win32Version): moved before get_version.nobu2009-03-051-3/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu2009-03-052-12/+29
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (make_insns_rules): rule to make rules for insns.nobu2009-03-054-12/+31
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (miniruby.exe): workaround for a failure ofnobu2009-03-052-2/+10
| | | | | | | mt.exe on Windows 7 beta. [ruby-talk:330284] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse2009-03-052-1/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (str_eql): extracted from rb_str_equal and rb_str_eql.nobu2009-03-052-18/+17
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_chomp_bang): keeps 7bit coderange.nobu2009-03-052-1/+8
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZEDnobu2009-03-052-3/+8
| | | | | | | | | | is not defined already. * include/ruby/encoding.h (ENC_FROM_ENCINDEX): removed because depending on a static variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-03-041-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e