summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-08rdoc update.akr
2009-03-08* configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiplenobu
2009-03-07use ldd to find libc and libm if no information.akr
2009-03-07* 2009-03-08svn
2009-03-07add 64bit solaris library.akr
2009-03-07* configure.in (universal_binary): checks if sizes are same on allnobu
2009-03-07* test/rubygems/simple_gem.rb: updated for 1.9.nobu
2009-03-07* configure.in: checks if cd really succeeded.nobu
2009-03-07fix typos.akr
2009-03-07fix typos.akr
2009-03-07* configure.in: don't use CONFIG_SHELL for testing shell feature inakr
2009-03-07* configure.in: fix the location of cdcmd.akr
2009-03-07* configure.in: the shell which runs configure may be different fromakr
2009-03-07* test/rdoc/test_rdoc_markup_to_html_crossref.rb (verify_convert):nobu
2009-03-07* test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.nobu
2009-03-07* test/erb/test_erb.rb: reverted space sensitive test results.nobu
2009-03-07* 2009-03-07svn
2009-03-07don't exit even if libc/libm is not found.akr
2009-03-06* lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr
2009-03-06* configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor stylenobu
2009-03-06* common.mk: removed a comment already has no meaning.nobu
2009-03-06* Makefile.in (update-mspec): split from update-rubyspec.nobu
2009-03-06* configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd usingnobu
2009-03-06* configure.in (MINIRUBY): use $(arch)-fake.rb.nobu
2009-03-06* win32/Makefile.sub (.c.asm): removed $(COUTFLAG).nobu
2009-03-06* error.c (report_bug): message updated to better English.matz
2009-03-06* ChangeLog: reverted lines removed at r22787.nobu
2009-03-06* Makefile.in, win32/Makefile.sub (INSNS): moved variablenobu
2009-03-06* lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals withnobu
2009-03-06* lib/rake/testtask.rb (Rake::TestTask#define): passes each libsnobu
2009-03-06* lib/rubygems/digest/digest_adapter.rb: removed.nobu
2009-03-06* lib/**/*.rb: removed unnecessary shbang lines.nobu
2009-03-06* array.c (rb_ary_fill): doc for Array#fill misses indicationmatz
2009-03-06* test/test_syslog.rb: moved.nobu
2009-03-06* 2009-03-06svn
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-05* numeric.c (flo_to_s): keeps enough precision for round trip.nobu
2009-03-05* lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignoresnobu
2009-03-05* win32/win32.c (rb_w32_sysinit): initializes version info first.nobu
2009-03-05* win32/win32.c (Win32System, Win32Version): moved before get_version.nobu
2009-03-05* win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu
2009-03-05* win32/Makefile.sub (make_insns_rules): rule to make rules for insns.nobu
2009-03-05* win32/Makefile.sub (miniruby.exe): workaround for a failure ofnobu
2009-03-05* test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse
2009-03-05* string.c (str_eql): extracted from rb_str_equal and rb_str_eql.nobu
2009-03-05* string.c (rb_str_chomp_bang): keeps 7bit coderange.nobu
2009-03-05* include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZEDnobu
2009-03-04rdoc update.akr
2009-03-04* test/ruby/test_array.rb: fix wrong test, and add a test formame
2009-03-04* test/ruby/test_array.rb: add some tests for coverage.mame