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/socket.c: don't apply socktype hack [ruby-core:184] for
akr
2009-01-02
2
-4
/
+13
*
* include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.
usa
2009-01-02
3
-6
/
+10
*
* lib/singleton.rb: fix documentation. [ruby-core:21038]
matz
2009-01-02
2
-2
/
+6
*
* process.c: use sigaction instead of sigset. [ruby-core:21021]
mame
2009-01-02
2
-6
/
+6
*
* bootstraptest/test_proc.rb: suppress error message.
mame
2009-01-02
2
-0
/
+7
*
* test/ruby/test_process.rb (test_wait_and_sigchild): remove debug
mame
2009-01-02
2
-1
/
+6
*
* ext/socket/mkconstants.rb: rename family_to_str to intern_family.
akr
2009-01-02
3
-13
/
+21
*
* ext/socket/mkconstants.rb: use ID in the values of
akr
2009-01-02
3
-17
/
+29
*
* ext/socket/mkconstants.rb: refactored to gather stringizer
akr
2009-01-02
2
-10
/
+42
*
* ext/socket/mkconstants.rb: make common prefix optional.
akr
2009-01-02
3
-16
/
+46
*
* ext/socket/mkconstants.rb: use hash for family_to_str to avoid
akr
2009-01-02
3
-18
/
+32
*
* ext/socket/mkconstants.rb (gen_int_to_name): don't compare constants
akr
2009-01-02
2
-12
/
+13
*
* ext/socket/mkconstants.rb (gen_int_to_name): add lenp argument.
akr
2009-01-02
3
-7
/
+13
*
* signal.c (rb_signal_buff_size): defined for check whether signal
naruse
2009-01-01
3
-4
/
+23
*
* ext/socket/mkconstants.rb: check duplicates.
akr
2009-01-01
2
-8
/
+14
*
* ext/socket/socket.c (optname_arg): defined.
akr
2009-01-01
4
-5
/
+87
*
* ext/socket/socket.c (constant_arg): extracted from family_arg.
akr
2009-01-01
2
-53
/
+26
*
IPv6 test removed.
akr
2009-01-01
1
-3
/
+0
*
* ext/socket/socket.c (level_arg): defined.
akr
2009-01-01
4
-2
/
+46
*
* ext/socket/socket.c (family_arg): accept symbols as well.
akr
2009-01-01
4
-4
/
+23
*
* ext/socket/socket.c (sock_s_getaddrinfo): use socktype_arg.
akr
2009-01-01
2
-1
/
+5
*
* 2009-01-02
svn
2009-01-01
1
-2
/
+2
*
* ext/socket/socket.c (family_arg): extracted from
akr
2009-01-01
3
-58
/
+76
*
* spec/default.mspec: fix for builddir != srcdir
yugui
2009-01-01
3
-5
/
+14
*
* ext/socket/socket.c (sock_s_getnameinfo): use family_to_int.
akr
2009-01-01
3
-8
/
+12
*
* ext/socket/mkconstants.rb: check all alias possibility.
akr
2009-01-01
2
-20
/
+8
*
* ext/socket/mkconstants.rb: more possible aliases.
akr
2009-01-01
2
-1
/
+7
*
* ext/socket/mkconstants.rb: AF_ISO and AF_OSI may be aliased.
akr
2009-01-01
2
-1
/
+6
*
* process.c (before_exec): it makes no sense for a conditional
shyouhei
2009-01-01
2
-1
/
+6
*
* ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.
akr
2009-01-01
3
-8
/
+13
*
* ext/socket/socket.c: include constants.h at top.
akr
2009-01-01
2
-10
/
+12
*
* ext/socket/mkconstants.rb: add valp argument for family_to_int and
akr
2009-01-01
3
-16
/
+17
*
* ext/socket/mkconstants.rb: generate family_to_str.
akr
2009-01-01
3
-23
/
+56
*
* ext/socket/mkconstants.rb: generate socktype_to_int.
akr
2009-01-01
3
-35
/
+35
*
* ext/socket/socket.c (setup_domain_and_type): initialize ptr.
akr
2009-01-01
2
-1
/
+6
*
* ext/socket/mkconstants.rb: refine family_to_int.
akr
2009-01-01
2
-5
/
+28
*
* ext/socket/mkconstants.rb: generate family_to_int().
akr
2009-01-01
5
-47
/
+69
*
* tool/flie2lastrev.rb: supports git repositories which are cloned
yugui
2009-01-01
2
-1
/
+12
*
* ext/socket/mkconstants.rb: generate init_constants function.
akr
2009-01-01
3
-1
/
+13
*
* ext/socket/mkconstants.rb (Socket::AF_INET6): moved from socket.c.
akr
2009-01-01
3
-7
/
+21
*
* ext/socket/mkconstants.rb: use erb.
akr
2009-01-01
2
-20
/
+41
*
* ext/socket/mkconstants.rb: add -o option.
akr
2009-01-01
3
-2
/
+36
*
* lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]
matz
2008-12-31
2
-3
/
+7
*
* Makefile.in (distclean-ext, realclean-ext): use EXTS as default.
nobu
2008-12-31
3
-9
/
+27
*
* tool/file2lastrev.rb: unset PWD.
nobu
2008-12-31
2
-1
/
+7
*
describe a block for UNIXSocket.pair.
akr
2008-12-31
1
-0
/
+3
*
* 2009-01-01
svn
2008-12-31
1
-4
/
+4
*
* ext/socket/socket.c (sock_s_socketpair): yield if a block is given.
akr
2008-12-31
3
-2
/
+53
*
describe Buffering#read_nonblock.
akr
2008-12-31
1
-0
/
+4
*
* object.c (rb_to_float): replaced by to_flo definition from
matz
2008-12-31
3
-26
/
+16
[next]