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: 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
*
* bignum.c (rb_cstr_to_inum): changed an error message.
tadf
2008-12-29
1
-0
/
+8
*
* pack.c (pack_pack): template f should not accept non float
matz
2008-12-29
1
-0
/
+7
*
* random.c (rb_f_rand): type check simplified. strings are no
matz
2008-12-29
1
-0
/
+8
*
* numeric.c: Infinity.numerator returns self. [experimental]
tadf
2008-12-29
1
-0
/
+6
*
* man/ri.1: new manpage.
yugui
2008-12-29
1
-0
/
+4
*
* rational.c: floor, ceil, truncate and round accept an extra
tadf
2008-12-29
1
-0
/
+5
*
* Makefile.in (distclean-local): removes Doxyfile and
yugui
2008-12-29
1
-0
/
+5
*
* bin/erb: accepts options in more flexible styles.
yugui
2008-12-29
1
-0
/
+4
*
* lib/erb.rb (ERB): m17n of ERB. adds rdoc.
yugui
2008-12-29
1
-0
/
+21
*
* ext/io/wait/wait.c (io_nread): returns number of bytes available
matz
2008-12-29
1
-0
/
+5
*
* ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.
matz
2008-12-29
1
-0
/
+4
*
* ext/socket/socket.c (s_recvfrom_nonblock): revert r21162.
matz
2008-12-29
1
-9
/
+4
*
* ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo.
matz
2008-12-29
1
-0
/
+3
*
* vm.c (vm_set_eval_stack, vm_set_main_stack, vm_set_top_stack):
ko1
2008-12-29
1
-0
/
+5
*
* ext/socket/socket.c (s_recvfrom_nonblock): default maxlen to be
matz
2008-12-29
1
-0
/
+6
*
merges r21134 from ruby_1_9_1 into trunk.
yugui
2008-12-29
1
-0
/
+6
*
* Makefile.in (ext-clean): ext-clean always fails.
yugui
2008-12-29
1
-0
/
+6
*
* thread.c (rb_mutex_trylock): return false if Mutex owned
ko1
2008-12-29
1
-0
/
+9
*
* file.c (rb_get_path): move encoding conversion of file path
naruse
2008-12-29
1
-0
/
+7
*
* cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>
matz
2008-12-28
1
-0
/
+5
[next]