summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-03-09* lib/rubygems/installer.rb (Gem::Installer#initialize): env maynobu
2009-03-09* instruby.rb (manpages): use basename to compare and for Tempfile.nobu
2009-03-09* instruby.rb (default gems): installs default gemspecs.nobu
2009-03-09 * win32/Makefile.sub (OPTFLAGS): simplified. see [ruby-core:22725]usa
2009-03-09* instruby.rb: prints names of the directories where files arenobu
2009-03-08* test/ruby/test_proc.rb: add some tests.mame
2009-03-08* test/ruby/test_enum.rb: add some tests.mame
2009-03-08* test/ruby/test_object.rb: add a test for Object#method_missing.mame
2009-03-08* test/ruby/test_file_exhaustive.rb: add tests for File#size andmame
2009-03-08* win32/Makefile.sub (LDFLAGS): always prepends -link.nobu
2009-03-08* configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiplenobu
2009-03-07* configure.in (universal_binary): checks if sizes are same on allnobu
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/erb/test_erb.rb: reverted space sensitive test results.nobu
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* 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* 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* array.c (rb_ary_fill): doc for Array#fill misses indicationmatz
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 (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-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
2009-03-04* win32/README.win32 (Requirement): added unicows.lib and dll.nobu
2009-03-04* configure.in, win32/configure.bat (--enable-win95): new optionnobu
2009-03-04* lib/thread.rb (SizedQueue#push): fix limit condition.mame
2009-03-04* configure.in (mingw): checks if unicows.lib is available.nobu
2009-03-04* include/ruby/win32.h (WIN95): moved to config.hnobu
2009-03-03* lib/csv.rb: Some minor documentation fixes from Gregory Brown.jeg2
2009-03-03* lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinitejeg2
2009-03-03* lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui