summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-10* time.c (time_to_i, time_hash): time_t may be bigger than longnobu
2009-03-10* win32/win32.c: suppress warnings. based on a patch from Charlienobu
2009-03-10* signal.c (sig_trap): suppress warnings.nobu
2009-03-10* win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead ofnobu
2009-03-10* include/ruby/win32.h (strcasecmp, strncasecmp): use _ prefixednobu
2009-03-10* ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppressnobu
2009-03-10* array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu
2009-03-10* win32/Makefile.sub (OPTFLAGS): simplified.usa
2009-03-10* win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SOnobu
2009-03-10* win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb sonobu
2009-03-10* iseq.c (prepare_iseq_build): too few arguments to functionnobu
2009-03-10* iseq.c (rb_iseq_compile_with_option): argument may be converted.nobu
2009-03-09* configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.nobu
2009-03-09* configure.in (MINIRUBY): keep macro into Makefile.nobu
2009-03-09* configure.in (RUBY_CHECK_SIZEOF): fix for fallback.nobu
2009-03-09* ext/dl/callback/depend: fix for parallel build.nobu
2009-03-09* ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.nobu
2009-03-09* configure.in (load_relative): new option to enable load pathnobu
2009-03-09* lib/rake: updated to rake code to rake-0.8.4 source code base.nobu
2009-03-09* lib/rubygems/installer.rb (Gem::Installer#initialize): env maynobu
2009-03-09* ext/dl/dl.c (Init_dl): protoized.nobu
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* 2009-03-09svn
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-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