summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiplenobu2009-03-082-21/+85
* use ldd to find libc and libm if no information.akr2009-03-071-30/+33
* * 2009-03-08svn2009-03-071-2/+2
* add 64bit solaris library.akr2009-03-071-2/+8
* * configure.in (universal_binary): checks if sizes are same on allnobu2009-03-072-0/+19
* * test/rubygems/simple_gem.rb: updated for 1.9.nobu2009-03-071-9/+13
* * configure.in: checks if cd really succeeded.nobu2009-03-072-3/+7
* fix typos.akr2009-03-071-10/+10
* fix typos.akr2009-03-071-10/+10
* * configure.in: don't use CONFIG_SHELL for testing shell feature inakr2009-03-072-1/+6
* * configure.in: fix the location of cdcmd.akr2009-03-072-3/+7
* * configure.in: the shell which runs configure may be different fromakr2009-03-072-1/+7
* * test/rdoc/test_rdoc_markup_to_html_crossref.rb (verify_convert):nobu2009-03-071-1/+6
* * test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.nobu2009-03-071-1/+1
* * test/erb/test_erb.rb: reverted space sensitive test results.nobu2009-03-074-18/+26
* * 2009-03-07svn2009-03-071-2/+2
* don't exit even if libc/libm is not found.akr2009-03-071-4/+12
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr2009-03-062-6/+18
* * configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor stylenobu2009-03-063-8/+28
* * common.mk: removed a comment already has no meaning.nobu2009-03-061-2/+0
* * Makefile.in (update-mspec): split from update-rubyspec.nobu2009-03-063-11/+36
* * configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd usingnobu2009-03-065-33/+32
* * configure.in (MINIRUBY): use $(arch)-fake.rb.nobu2009-03-061-1/+1
* * win32/Makefile.sub (.c.asm): removed $(COUTFLAG).nobu2009-03-062-4/+8
* * error.c (report_bug): message updated to better English.matz2009-03-062-1/+6
* * ChangeLog: reverted lines removed at r22787.nobu2009-03-061-1/+17
* * Makefile.in, win32/Makefile.sub (INSNS): moved variablenobu2009-03-064-3/+11
* * lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals withnobu2009-03-062-10/+18
* * lib/rake/testtask.rb (Rake::TestTask#define): passes each libsnobu2009-03-062-2/+7
* * lib/rubygems/digest/digest_adapter.rb: removed.nobu2009-03-064-60/+3
* * lib/**/*.rb: removed unnecessary shbang lines.nobu2009-03-0619-34/+2
* * array.c (rb_ary_fill): doc for Array#fill misses indicationmatz2009-03-062-16/+6
* * test/test_syslog.rb: moved.nobu2009-03-061-0/+0
* * 2009-03-06svn2009-03-061-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06856-13989/+13989
* * numeric.c (flo_to_s): keeps enough precision for round trip.nobu2009-03-052-3/+10
* * lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignoresnobu2009-03-052-4/+8
* * win32/win32.c (rb_w32_sysinit): initializes version info first.nobu2009-03-052-15/+7
* * win32/win32.c (Win32System, Win32Version): moved before get_version.nobu2009-03-051-3/+5
* * win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu2009-03-052-12/+29
* * win32/Makefile.sub (make_insns_rules): rule to make rules for insns.nobu2009-03-054-12/+31
* * win32/Makefile.sub (miniruby.exe): workaround for a failure ofnobu2009-03-052-2/+10
* * test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse2009-03-052-1/+5
* * string.c (str_eql): extracted from rb_str_equal and rb_str_eql.nobu2009-03-052-18/+17
* * string.c (rb_str_chomp_bang): keeps 7bit coderange.nobu2009-03-052-1/+8
* * include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZEDnobu2009-03-052-3/+8
* rdoc update.akr2009-03-041-2/+2
* * test/ruby/test_array.rb: fix wrong test, and add a test formame2009-03-042-1/+12
* * test/ruby/test_array.rb: add some tests for coverage.mame2009-03-042-0/+18
* * win32/README.win32 (Requirement): VC++ 5.0 is not supportednobu2009-03-041-1/+1