summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-03-04* win32/README.win32 (Requirement): VC++ 5.0 is not supportednobu
2009-03-04* 2009-03-05svn
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* 2009-03-04svn
2009-03-03* lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui