aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.nobu2009-03-113-10/+119
* * ext/dl/handle.c (rb_dlhandle_sym): moved conditinally used variable.nobu2009-03-111-1/+1
* * ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.nobu2009-03-112-9/+14
* * ruby.c (ruby_init_loadpath_safe): expands libpath and removesnobu2009-03-102-3/+8
* * time.c (time_to_i, time_hash): time_t may be bigger than longnobu2009-03-103-8/+34
* * win32/win32.c: suppress warnings. based on a patch from Charlienobu2009-03-102-23/+29
* * signal.c (sig_trap): suppress warnings.nobu2009-03-103-4/+8
* * win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead ofnobu2009-03-102-2/+9
* * include/ruby/win32.h (strcasecmp, strncasecmp): use _ prefixednobu2009-03-102-3/+6
* * ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppressnobu2009-03-102-2/+6
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-1010-29/+35
* * win32/Makefile.sub (OPTFLAGS): simplified.usa2009-03-101-1/+1
* * win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SOnobu2009-03-102-7/+10
* * win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb sonobu2009-03-102-1/+6
* * iseq.c (prepare_iseq_build): too few arguments to functionnobu2009-03-102-2/+7
* * iseq.c (rb_iseq_compile_with_option): argument may be converted.nobu2009-03-102-8/+14
* * configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.nobu2009-03-094-18/+21
* * configure.in (MINIRUBY): keep macro into Makefile.nobu2009-03-092-2/+4
* * configure.in (RUBY_CHECK_SIZEOF): fix for fallback.nobu2009-03-092-5/+11
* * ext/dl/callback/depend: fix for parallel build.nobu2009-03-094-24/+30
* * ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.nobu2009-03-092-7/+9
* * configure.in (load_relative): new option to enable load pathnobu2009-03-094-3/+37
* * lib/rake: updated to rake code to rake-0.8.4 source code base.nobu2009-03-094-54/+127
* * lib/rubygems/installer.rb (Gem::Installer#initialize): env maynobu2009-03-092-16/+32
* * ext/dl/dl.c (Init_dl): protoized.nobu2009-03-094-7/+7
* * instruby.rb (manpages): use basename to compare and for Tempfile.nobu2009-03-092-3/+8
* * instruby.rb (default gems): installs default gemspecs.nobu2009-03-092-0/+15
* * win32/Makefile.sub (OPTFLAGS): simplified. see [ruby-core:22725]usa2009-03-091-0/+4
* * instruby.rb: prints names of the directories where files arenobu2009-03-092-45/+63
* * test/ruby/test_proc.rb: add some tests.mame2009-03-082-0/+35
* * test/ruby/test_enum.rb: add some tests.mame2009-03-082-0/+13
* * test/ruby/test_object.rb: add a test for Object#method_missing.mame2009-03-082-0/+12
* * 2009-03-09svn2009-03-081-2/+2
* * test/ruby/test_file_exhaustive.rb: add tests for File#size andmame2009-03-082-1/+23
* * win32/Makefile.sub (LDFLAGS): always prepends -link.nobu2009-03-082-1/+6
* rdoc update.akr2009-03-081-1/+1
* * 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