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
*
updated.
akr
2009-02-03
1
-27
/
+57
*
* NEWS: add Array#sort_by!.
kazu
2009-02-03
3
-2
/
+11
*
fixed typo
kazu
2009-02-03
1
-1
/
+1
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): new
akr
2009-02-03
3
-20
/
+110
*
add a test.
akr
2009-02-03
1
-0
/
+26
*
add tests.
akr
2009-02-03
1
-0
/
+74
*
add tests.
akr
2009-02-03
1
-0
/
+102
*
* re.c (match_array): replace match_check().
matz
2009-02-03
2
-4
/
+16
*
* lib/net/imap.rb: validate data before sending to a server.
shugo
2009-02-03
2
-4
/
+60
*
* lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
shugo
2009-02-03
2
-2
/
+7
*
* load.c (load_lock): warn for circular require. [ruby-core:20794],
nobu
2009-02-03
2
-0
/
+6
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets): extracted from
akr
2009-02-02
2
-43
/
+104
*
add a test.
akr
2009-02-02
1
-0
/
+9
*
* test/ruby/test_readpartial.rb (make_pipe): readpartial does not
nobu
2009-02-02
2
-0
/
+7
*
* cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too.
nobu
2009-02-02
3
-11
/
+17
*
* tool/generic_erb.rb: fixed typo.
nobu
2009-02-02
1
-2
/
+2
*
* common.mk (Doxyfile): moved from Makefile.in.
nobu
2009-02-02
6
-10
/
+34
*
* win32/win32.c (rb_w32_write): use of cast expressions as lvalues
nobu
2009-02-02
2
-1
/
+6
*
* ext/socket/extconf.rb (in_pktinfo, in6_pktinfo),
nobu
2009-02-02
3
-5
/
+19
*
rdoc update.
akr
2009-02-02
1
-2
/
+2
*
* missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859
nobu
2009-02-02
2
-3
/
+9
*
* mkconfig.rb (patchlevel): config.status may not contain
nobu
2009-02-02
2
-1
/
+14
*
* 2009-02-03
svn
2009-02-02
1
-2
/
+2
*
add ML ref.
akr
2009-02-02
1
-0
/
+2
*
* ext/socket/raddrinfo.c (Init_addrinfo): add AddrInfo#to_s as an
akr
2009-02-02
3
-0
/
+11
*
* array.c (rb_ary_sort_by_bang): RDoc update. [ruby-core:21742]
matz
2009-02-02
2
-1
/
+5
*
* enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
knu
2009-02-02
2
-6
/
+12
*
adds a test case for r21955 and r21917.
yugui
2009-02-02
1
-0
/
+46
*
fix typos.
akr
2009-02-02
1
-9
/
+9
*
* test/socket/test_addrinfo.rb: use AddrInfo.getaddrinfo to generate
akr
2009-02-02
2
-6
/
+19
*
* array.c (rb_ary_sort_by_bang): new method. requested in
matz
2009-02-02
2
-0
/
+33
*
* doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
matz
2009-02-02
2
-1
/
+6
*
strip trailing spaces.
akr
2009-02-02
1
-5
/
+5
*
* cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
nobu
2009-02-02
2
-0
/
+6
*
* mkconfig.rb: patchlevel is somtimes minus.
usa
2009-02-02
3
-4
/
+11
*
* ext/socket/ancdata.c (cmsg_type_to_sym): add #ifdef for no IPv6
akr
2009-02-02
2
-0
/
+7
*
reduce test time.
akr
2009-02-02
1
-1
/
+2
*
* file.c (rb_find_file_ext): should not be infected from other
nobu
2009-02-02
2
-0
/
+6
*
* file.c (rb_home_dir): needs p on DOSISH.
nobu
2009-02-02
1
-0
/
+3
*
* dir.c (dir_s_home): new method. [ruby-core:21454]
nobu
2009-02-02
3
-37
/
+78
*
eol-style
nobu
2009-02-02
0
-0
/
+0
*
* version.h: bump up to 1.9.2 patchlevel -1.
akr
2009-02-02
4
-6
/
+17
*
* ext/socket/socket.c (sock_initialize): make 3rd argument, protocol,
akr
2009-02-02
3
-8
/
+24
*
* ext/socket/constants.c (cmsg_type_arg): INET6 check.
usa
2009-02-02
2
-0
/
+6
*
* win32/dir.h: forgot to commit.
usa
2009-02-02
2
-4
/
+5
*
* ext/socket/option.c: use INET6 instead of IPV6.
akr
2009-02-02
2
-1
/
+5
*
* ext/socket/{options,raddrinfo}.c: use INET6 instead of AF_INET6 for
usa
2009-02-02
3
-2
/
+9
*
* complex.c (f_signbit): regard NaN as a positive value.
shugo
2009-02-02
2
-1
/
+8
*
* sample/test.rb (valid_syntax?), test/ruby/test_system.rb
nobu
2009-02-02
3
-4
/
+10
*
* ext/socket/rubysocket.h (cmsg_type_arg): declared.
akr
2009-02-02
10
-0
/
+1259
[next]