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
*
* ext/socket/raddrinfo.c (addrinfo_type): typed.
HEAD
master
nobu
2009-12-30
2
-16
/
+21
*
* ext/socket/extconf.rb: use have_struct_member.
nobu
2009-12-30
2
-8
/
+5
*
* ext/socket/extconf.rb: fix for wide-getaddrinfo option.
nobu
2009-12-30
8
-56
/
+67
*
fix typos
kazu
2009-12-30
1
-9
/
+9
*
* thread_win32.c (native_thread_destroy): decreased the probability of
usa
2009-12-30
2
-2
/
+7
*
* thread_win32.c (w32_error): should report the function.
usa
2009-12-30
2
-7
/
+11
*
* ext/extmk.rb: fix for extstatic.
nobu
2009-12-30
3
-7
/
+13
*
Add more description about Fixnum's size. [ruby-core:27333]
naruse
2009-12-30
1
-2
/
+4
*
* include/ruby/ruby.h (RREGEXP_SRC_END): added.
naruse
2009-12-30
2
-0
/
+5
*
* include/ruby/defines.h (INFINITY): this is float.
naruse
2009-12-30
3
-6
/
+18
*
* gem_prelude.rb (push_all_highest_version_gems_on_load_path):
nobu
2009-12-30
4
-34
/
+16
*
* lib/rubygems/command_manager.rb (Gem#load_and_instantiate):
nobu
2009-12-30
2
-4
/
+8
*
* lib/rubygems/source_index.rb (Gem#load_specification): don't use
nobu
2009-12-30
3
-2
/
+13
*
* lib/rubygems.rb: Kernel#gem is already defined, and workaround
nobu
2009-12-30
3
-24
/
+9
*
Add Float::INFINITY and Float::NAN.
naruse
2009-12-29
7
-27
/
+67
*
* lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...
marcandre
2009-12-29
1
-4
/
+9
*
* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):
nobu
2009-12-29
5
-4
/
+20
*
* win32/win32.c (CreateChild): force to inherit standard I/O handles.
usa
2009-12-28
2
-20
/
+24
*
* test/ruby/test_marshal.rb: added tests for taintness/untrustness
nahi
2009-12-28
2
-0
/
+69
*
* sample/occur2.rb: reimplemented in modern style. [ruby-dev:39927].
yugui
2009-12-28
2
-7
/
+8
*
* tool/install-sh: correction by Hiro Asari.
yugui
2009-12-28
2
-5
/
+10
*
* 2009-12-28
svn
2009-12-28
1
-2
/
+2
*
* tool/install-sh: wrote the intention. [ruby-dev:39928]
yugui
2009-12-28
2
-0
/
+21
*
* ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize
suke
2009-12-27
3
-2
/
+99
*
rdoc update.
akr
2009-12-27
1
-0
/
+11
*
* tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')):
yugui
2009-12-27
2
-12
/
+18
*
* 2009-12-27
svn
2009-12-27
1
-2
/
+2
*
* sample/occur2.rb: have been broken. fixed for Ruby 1.9 feature.
yugui
2009-12-27
2
-1
/
+5
*
* 2009-12-25
svn
2009-12-25
1
-2
/
+2
*
add tests.
akr
2009-12-25
1
-0
/
+4
*
* lib/uri/generic.rb (eql?): Check the class of the compared object.
marcandre
2009-12-24
2
-0
/
+6
*
* regexec.c (match_at): follow enclen's change.
naruse
2009-12-24
2
-2
/
+6
*
* lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...
marcandre
2009-12-24
2
-1
/
+12
*
* 2009-12-24
svn
2009-12-24
1
-2
/
+2
*
* lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are ==...
marcandre
2009-12-24
2
-1
/
+6
*
* iseq.c (iseq_s_disasm): return nil for native methods.
nobu
2009-12-23
4
-2
/
+3
*
* test/drb/drbtest.rb (DRbService.add_service_command): quotes
nobu
2009-12-23
1
-2
/
+3
*
* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.
nobu
2009-12-23
1
-1
/
+1
*
* test/cgi: check by Encoding.
nobu
2009-12-23
5
-19
/
+16
*
* test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):
nobu
2009-12-23
3
-7
/
+9
*
* 2009-12-22
svn
2009-12-22
1
-2
/
+2
*
add a test.
akr
2009-12-22
1
-0
/
+16
*
* encoding.c (Init_Encoding): undef Encoding.new because
naruse
2009-12-21
3
-0
/
+11
*
Add a test for [ruby-core:27247]
naruse
2009-12-21
1
-0
/
+4
*
* regcomp.c (optimize_node_left): include equal on the condition of for-loop.
naruse
2009-12-21
2
-1
/
+6
*
* regcomp.c (print_enc_string): follow enclen's change.
naruse
2009-12-21
3
-5
/
+15
*
* object.c: BasicObject#initialize accepts any number of arguments [ruby-core...
marcandre
2009-12-20
2
-1
/
+14
*
* 2009-12-21
svn
2009-12-20
1
-2
/
+2
*
* vm_eval.c (rb_iterate): remove SEGV (retry).
mame
2009-12-20
2
-1
/
+5
*
* vm_eval.c (rb_iterate): remove SEGV (use the original patch).
mame
2009-12-20
2
-11
/
+18
[next]
Otomatik - 152.19.134.196
CloudFlare DNS
Türk Telekom DNS
Google DNS
Open DNS
OSZAR »