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
*
improved keeper thread
seki
2005-02-28
3
-17
/
+53
*
* exception error messages updated. [ruby-core:04497]
matz
2005-02-28
27
-109
/
+113
*
* 2005-02-28
eban
2005-02-28
1
-3
/
+3
*
* ext/socket/socket.c (Init_socket): add bunch of Socket
matz
2005-02-28
2
-0
/
+258
*
* array.c (rb_ary_s_create): no need for negative argc check.
matz
2005-02-23
6
-12
/
+23
*
* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""
akira
2005-02-23
3
-9
/
+22
*
* 2005-02-23
eban
2005-02-23
1
-3
/
+3
*
* lib/net/imap.rb (initialize): handle certs correctly. Thanks,
shugo
2005-02-22
2
-5
/
+11
*
* 2005-02-22
eban
2005-02-22
1
-3
/
+3
*
* parse.y (parser_yylex): identfier after dot must not be a variable.
nobu
2005-02-21
2
-3
/
+9
*
2005-02-21
usa
2005-02-21
1
-3
/
+3
*
* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.
usa
2005-02-21
7
-9
/
+112
*
* 2005-02-20
eban
2005-02-19
1
-3
/
+3
*
* lib/open-uri.rb (URI::FTP#buffer_open): access mechanism
akr
2005-02-19
2
-4
/
+39
*
(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]
seki
2005-02-19
3
-2
/
+14
*
* lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_check
akr
2005-02-19
2
-1
/
+11
*
* 2005-02-19
nobu
2005-02-19
1
-3
/
+3
*
* ext/bigdecimal/sample/linear.rb: resolve LoadError.
ocean
2005-02-18
4
-42
/
+10
*
added ML number
ocean
2005-02-18
1
-1
/
+1
*
* bigdecimal/newton.rb: resolve LoadError.
ocean
2005-02-18
3
-3
/
+9
*
* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.
ocean
2005-02-17
3
-72
/
+103
*
* lib/test/unit/collector.rb (collect_file): now deletes paths added
ntalbott
2005-02-17
5
-41
/
+58
*
remove TestDRbReusePort, resuce sleep, add DRbService.ext_service
seki
2005-02-16
6
-49
/
+39
*
* 2005-02-17
eban
2005-02-16
1
-3
/
+3
*
* eval.c (is_defined): NODE_IASGN is an assignment.
matz
2005-02-16
2
-0
/
+5
*
* 2005-02-16
usa
2005-02-16
1
-3
/
+3
*
add lazy stop_service.
seki
2005-02-16
3
-9
/
+17
*
* ext/tk/tkutil.c: Follow the change of st.c (st_foreach)
nagai
2005-02-16
2
-44
/
+53
*
* cancel [ruby-dev:25699], which is for 1.9.
matz
2005-02-16
2
-11
/
+0
*
* ext/readline/readline.c (Readline.readline): use rl_outstream
matz
2005-02-15
2
-0
/
+11
*
* 2005-02-15
eban
2005-02-14
1
-3
/
+3
*
* lib/rss/parser.rb (RSS::ListenerMixin::tag_end):
kou
2005-02-14
2
-1
/
+7
*
* ext/openssl/lib/openssl/ssl.rb
gotoyuzo
2005-02-14
3
-0
/
+80
*
* 2005-02-14
eban
2005-02-13
1
-3
/
+3
*
pass DRb info to sub thread
seki
2005-02-13
3
-3
/
+16
*
* lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added
kou
2005-02-13
7
-0
/
+26
*
add safe_level, default_safe_level
seki
2005-02-13
5
-10
/
+62
*
* lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrase
gotoyuzo
2005-02-13
2
-1
/
+9
*
* 2005-02-13
eban
2005-02-13
1
-3
/
+3
*
make module_function
seki
2005-02-12
2
-0
/
+8
*
* ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.
matz
2005-02-12
7
-21
/
+45
*
* lib/open-uri.rb (OpenURI.open_loop): send authentication only for
akr
2005-02-12
2
-0
/
+15
*
* random.c (rand_init): suppress warning.
nobu
2005-02-12
2
-2
/
+6
*
* 2005-02-12
eban
2005-02-12
1
-3
/
+3
*
document updated.
akr
2005-02-12
1
-8
/
+9
*
* lib/open-uri.rb: support https if the platform provides CA
akr
2005-02-12
2
-72
/
+88
*
* 2005-02-11
eban
2005-02-11
1
-3
/
+3
*
* ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):
gotoyuzo
2005-02-11
2
-0
/
+17
*
* lib/open-uri.rb (URI::HTTP#proxy_open): new option supported:
akr
2005-02-11
2
-2
/
+22
*
* win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h.
usa
2005-02-10
3
-3
/
+9
[next]