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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/socket/mkconstants.rb: make common prefix optional.
akr
2009-01-02
1
-0
/
+4
*
* ext/socket/mkconstants.rb: use hash for family_to_str to avoid
akr
2009-01-02
1
-0
/
+8
*
* ext/socket/mkconstants.rb (gen_int_to_name): don't compare constants
akr
2009-01-02
1
-0
/
+5
*
* ext/socket/mkconstants.rb (gen_int_to_name): add lenp argument.
akr
2009-01-02
1
-0
/
+6
*
* signal.c (rb_signal_buff_size): defined for check whether signal
naruse
2009-01-01
1
-0
/
+8
*
* ext/socket/mkconstants.rb: check duplicates.
akr
2009-01-01
1
-6
/
+10
*
* ext/socket/socket.c (optname_arg): defined.
akr
2009-01-01
1
-0
/
+11
*
* ext/socket/socket.c (constant_arg): extracted from family_arg.
akr
2009-01-01
1
-0
/
+7
*
* ext/socket/socket.c (level_arg): defined.
akr
2009-01-01
1
-0
/
+8
*
* ext/socket/socket.c (family_arg): accept symbols as well.
akr
2009-01-01
1
-0
/
+5
*
* ext/socket/socket.c (sock_s_getaddrinfo): use socktype_arg.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/socket.c (family_arg): extracted from
akr
2009-01-01
1
-0
/
+10
*
* spec/default.mspec: fix for builddir != srcdir
yugui
2009-01-01
1
-0
/
+6
*
* ext/socket/socket.c (sock_s_getnameinfo): use family_to_int.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/mkconstants.rb: check all alias possibility.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/mkconstants.rb: more possible aliases.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/mkconstants.rb: AF_ISO and AF_OSI may be aliased.
akr
2009-01-01
1
-0
/
+4
*
* process.c (before_exec): it makes no sense for a conditional
shyouhei
2009-01-01
1
-0
/
+5
*
* ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/socket.c: include constants.h at top.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/mkconstants.rb: add valp argument for family_to_int and
akr
2009-01-01
1
-0
/
+7
*
* ext/socket/mkconstants.rb: generate family_to_str.
akr
2009-01-01
1
-0
/
+6
*
* ext/socket/mkconstants.rb: generate socktype_to_int.
akr
2009-01-01
1
-0
/
+6
*
* ext/socket/socket.c (setup_domain_and_type): initialize ptr.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/mkconstants.rb: refine family_to_int.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/mkconstants.rb: generate family_to_int().
akr
2009-01-01
1
-0
/
+6
*
* tool/flie2lastrev.rb: supports git repositories which are cloned
yugui
2009-01-01
1
-0
/
+6
*
* ext/socket/mkconstants.rb: generate init_constants function.
akr
2009-01-01
1
-0
/
+6
*
* ext/socket/mkconstants.rb (Socket::AF_INET6): moved from socket.c.
akr
2009-01-01
1
-0
/
+5
*
* ext/socket/mkconstants.rb: use erb.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/mkconstants.rb: add -o option.
akr
2009-01-01
1
-0
/
+6
*
* lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]
matz
2008-12-31
1
-0
/
+4
*
* Makefile.in (distclean-ext, realclean-ext): use EXTS as default.
nobu
2008-12-31
1
-0
/
+7
*
* tool/file2lastrev.rb: unset PWD.
nobu
2008-12-31
1
-0
/
+4
*
* ext/socket/socket.c (sock_s_socketpair): yield if a block is given.
akr
2008-12-31
1
-0
/
+7
*
* object.c (rb_to_float): replaced by to_flo definition from
matz
2008-12-31
1
-0
/
+7
*
* spec/README: follows the change of directory structure in rubyspec.
yugui
2008-12-31
1
-0
/
+8
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl error
akr
2008-12-31
1
-0
/
+5
*
* io.c (copy_stream_body): don't check to_io because
akr
2008-12-31
1
-0
/
+5
*
* ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStr
akr
2008-12-31
1
-0
/
+8
*
* ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock):
akr
2008-12-31
1
-0
/
+12
*
* pack.c (pack_pack): replace all rb_Float() to rb_to_float().
matz
2008-12-30
1
-0
/
+3
*
* object.c (rb_to_float): prohibit conversion from nil to float.
matz
2008-12-30
1
-0
/
+5
*
* ext/socket/mkconstants.rb: use sock_define_uconst for INADDR_*
akr
2008-12-30
1
-0
/
+8
*
Imported minitest 1.3.1 r4506.
ryan
2008-12-30
1
-3
/
+8
*
* transcode.c: Minor fixes and tweaks in documentation.
duerst
2008-12-30
1
-0
/
+4
*
* ext/dl/test/test_import.rb: fix a prototype decl.
ko1
2008-12-30
1
-0
/
+5
*
* thread.c (rb_thread_blocking_region): add a comment.
ko1
2008-12-30
1
-0
/
+12
*
* ext/dl/test/test_base.rb: add libc search logic.
ko1
2008-12-29
1
-0
/
+25
*
* process.c (rb_waitpid): retries waitpid when EINTR.
yugui
2008-12-29
1
-0
/
+5
[next]