aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 2009-03-05svn2009-03-041-2/+2
* * win32/README.win32 (Requirement): added unicows.lib and dll.nobu2009-03-042-2/+10
* * configure.in, win32/configure.bat (--enable-win95): new optionnobu2009-03-045-5/+41
* * lib/thread.rb (SizedQueue#push): fix limit condition.mame2009-03-042-1/+6
* * configure.in (mingw): checks if unicows.lib is available.nobu2009-03-043-1/+10
* * include/ruby/win32.h (WIN95): moved to config.hnobu2009-03-044-11/+28
* * lib/csv.rb: Some minor documentation fixes from Gregory Brown.jeg22009-03-032-4/+8
* * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinitejeg22009-03-032-3/+6
* * 2009-03-04svn2009-03-031-2/+2
* * lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui2009-03-033-0/+24
* * ext/extmk.rb (extmake): removes object files no longer used andnobu2009-03-032-3/+9
* * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa2009-03-033-3/+11
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-033-8/+11
* * ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import insteadusa2009-03-033-18/+39
* * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa2009-03-032-0/+8
* * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu2009-03-037-36/+68