index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* signal.c (sig_trap): suppress warnings.
nobu
2009-03-10
3
-4
/
+8
*
* win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead of
nobu
2009-03-10
2
-2
/
+9
*
* include/ruby/win32.h (strcasecmp, strncasecmp): use _ prefixed
nobu
2009-03-10
2
-3
/
+6
*
* ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppress
nobu
2009-03-10
2
-2
/
+6
*
* array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,
nobu
2009-03-10
10
-29
/
+35
*
* win32/Makefile.sub (OPTFLAGS): simplified.
usa
2009-03-10
1
-1
/
+1
*
* win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SO
nobu
2009-03-10
2
-7
/
+10
*
* win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so
nobu
2009-03-10
2
-1
/
+6
*
* iseq.c (prepare_iseq_build): too few arguments to function
nobu
2009-03-10
2
-2
/
+7
*
* iseq.c (rb_iseq_compile_with_option): argument may be converted.
nobu
2009-03-10
2
-8
/
+14
*
* configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.
nobu
2009-03-09
4
-18
/
+21
*
* configure.in (MINIRUBY): keep macro into Makefile.
nobu
2009-03-09
2
-2
/
+4
*
* configure.in (RUBY_CHECK_SIZEOF): fix for fallback.
nobu
2009-03-09
2
-5
/
+11
*
* ext/dl/callback/depend: fix for parallel build.
nobu
2009-03-09
4
-24
/
+30
*
* ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.
nobu
2009-03-09
2
-7
/
+9
*
* configure.in (load_relative): new option to enable load path
nobu
2009-03-09
4
-3
/
+37
*
* lib/rake: updated to rake code to rake-0.8.4 source code base.
nobu
2009-03-09
4
-54
/
+127
*
* lib/rubygems/installer.rb (Gem::Installer#initialize): env may
nobu
2009-03-09
2
-16
/
+32
*
* ext/dl/dl.c (Init_dl): protoized.
nobu
2009-03-09
4
-7
/
+7
*
* instruby.rb (manpages): use basename to compare and for Tempfile.
nobu
2009-03-09
2
-3
/
+8
*
* instruby.rb (default gems): installs default gemspecs.
nobu
2009-03-09
2
-0
/
+15
*
* win32/Makefile.sub (OPTFLAGS): simplified. see [ruby-core:22725]
usa
2009-03-09
1
-0
/
+4
*
* instruby.rb: prints names of the directories where files are
nobu
2009-03-09
2
-45
/
+63
*
* test/ruby/test_proc.rb: add some tests.
mame
2009-03-08
2
-0
/
+35
*
* test/ruby/test_enum.rb: add some tests.
mame
2009-03-08
2
-0
/
+13
*
* test/ruby/test_object.rb: add a test for Object#method_missing.
mame
2009-03-08
2
-0
/
+12
*
* 2009-03-09
svn
2009-03-08
1
-2
/
+2
*
* test/ruby/test_file_exhaustive.rb: add tests for File#size and
mame
2009-03-08
2
-1
/
+23
*
* win32/Makefile.sub (LDFLAGS): always prepends -link.
nobu
2009-03-08
2
-1
/
+6
*
rdoc update.
akr
2009-03-08
1
-1
/
+1
*
* configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiple
nobu
2009-03-08
2
-21
/
+85
*
use ldd to find libc and libm if no information.
akr
2009-03-07
1
-30
/
+33
*
* 2009-03-08
svn
2009-03-07
1
-2
/
+2
*
add 64bit solaris library.
akr
2009-03-07
1
-2
/
+8
*
* configure.in (universal_binary): checks if sizes are same on all
nobu
2009-03-07
2
-0
/
+19
*
* test/rubygems/simple_gem.rb: updated for 1.9.
nobu
2009-03-07
1
-9
/
+13
*
* configure.in: checks if cd really succeeded.
nobu
2009-03-07
2
-3
/
+7
*
fix typos.
akr
2009-03-07
1
-10
/
+10
*
fix typos.
akr
2009-03-07
1
-10
/
+10
*
* configure.in: don't use CONFIG_SHELL for testing shell feature in
akr
2009-03-07
2
-1
/
+6
*
* configure.in: fix the location of cdcmd.
akr
2009-03-07
2
-3
/
+7
*
* configure.in: the shell which runs configure may be different from
akr
2009-03-07
2
-1
/
+7
*
* test/rdoc/test_rdoc_markup_to_html_crossref.rb (verify_convert):
nobu
2009-03-07
1
-1
/
+6
*
* test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.
nobu
2009-03-07
1
-1
/
+1
*
* test/erb/test_erb.rb: reverted space sensitive test results.
nobu
2009-03-07
4
-18
/
+26
*
* 2009-03-07
svn
2009-03-07
1
-2
/
+2
*
don't exit even if libc/libm is not found.
akr
2009-03-07
1
-4
/
+12
*
* lib/securerandom.rb (SecureRandom.urlsafe_base64): add optional
akr
2009-03-06
2
-6
/
+18
*
* configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor style
nobu
2009-03-06
3
-8
/
+28
*
* common.mk: removed a comment already has no meaning.
nobu
2009-03-06
1
-2
/
+0
[next]