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
...
*
* lib/test/unit/autorunner.rb: remove dependency to a particular
nobu
2003-12-08
8
-22
/
+35
*
* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
nobu
2003-12-08
2
-1
/
+5
*
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]
aamine
2003-12-08
1
-0
/
+14
*
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]
aamine
2003-12-08
2
-17
/
+41
*
2003-12-08
eban
2003-12-08
1
-3
/
+3
*
* pack.c: define swap16 and swap32 only if they are not
matz
2003-12-08
2
-0
/
+9
*
add iconv.rb and config.charset.
akr
2003-12-07
1
-0
/
+2
*
sort aliases.
akr
2003-12-07
2
-3
/
+3
*
2003-12-07
eban
2003-12-07
1
-3
/
+3
*
* ext/iconv/iconv.c (map_charset): make case sensitive.
akr
2003-12-07
3
-5
/
+10
*
Support inline source in Kilmer template
dave
2003-12-07
2
-0
/
+21
*
no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.
gotoyuzo
2003-12-06
1
-4
/
+1
*
* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrap
gotoyuzo
2003-12-06
2
-6
/
+37
*
* io.c (flush_before_seek): flush before seek on any platform.
eban
2003-12-06
3
-8
/
+10
*
2003-12-06
eban
2003-12-06
1
-3
/
+3
*
* lib/soap/soap.rb(SOAP::Env.getenv): allow upcase environment variable
nahi
2003-12-06
3
-1
/
+13
*
typo.
nobu
2003-12-05
1
-1
/
+1
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,
nobu
2003-12-05
3
-4
/
+53
*
* lib/soap/netHttpClient.rb: proxy support did not work. fixed.
nahi
2003-12-05
10
-38
/
+645
*
* eval.c (rb_exec_end_proc): maintain tmp_end_procs.
matz
2003-12-05
2
-3
/
+7
*
* eval.c (rb_exec_end_proc): should not clear end_procs and
matz
2003-12-05
3
-8
/
+26
*
* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.
akr
2003-12-05
2
-2
/
+12
*
MANIFEST: add files.
nobu
2003-12-05
1
-0
/
+2
*
* ext/stringio/stringio.c (strio_read): follow IO#read.
nobu
2003-12-05
8
-14
/
+93
*
2003-12-05
nobu
2003-12-05
1
-3
/
+3
*
* dln.c (aix_loaderror): should not use member named 'errno' which
matz
2003-12-04
4
-14
/
+27
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises):
nobu
2003-12-04
2
-12
/
+30
*
Try to give nicer error messages on internal failures
dave
2003-12-04
1
-1
/
+17
*
* lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):
nobu
2003-12-04
2
-0
/
+10
*
* parse.y (exc_list): allow expanding list. [ruby-dev:22134]
nobu
2003-12-04
2
-2
/
+10
*
* test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...
aamine
2003-12-04
2
-9
/
+10
*
mail address consistency.
nobu
2003-12-04
1
-4
/
+4
*
* lib/monitor.rb: use Object#__send__ instead of Object#send.
shugo
2003-12-04
2
-6
/
+10
*
* lib/soap/streamHandler.rb: support latest released version of
nahi
2003-12-04
2
-3
/
+10
*
* lib/soap/soap.rb: add SOAP::Env module for environment repository
nahi
2003-12-04
12
-311
/
+726
*
2003-12-04
nobu
2003-12-04
1
-3
/
+3
*
* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7
usa
2003-12-04
2
-4
/
+9
*
* lib/net/http.rb: update hyperlink to the Japanese document.
aamine
2003-12-04
2
-1
/
+5
*
[ruby-core:01881]
gotoyuzo
2003-12-04
1
-1
/
+1
*
* ext/openssl/ossl_asn1.c (asn1time_to_time): should check that
gotoyuzo
2003-12-04
2
-3
/
+6
*
* lib/webrick/server.rb (GenericServer#start): should rescue
gotoyuzo
2003-12-04
3
-6
/
+23
*
* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.
akr
2003-12-03
2
-2
/
+21
*
* io.c (argf_read): should not terminate on empty string; wait
matz
2003-12-03
4
-8
/
+25
*
Implicitly define classes in 'class <<ClassName' if we haven't come across th...
dave
2003-12-03
1
-1
/
+5
*
correct fcntl parameer
seki
2003-12-03
2
-1
/
+5
*
* configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found
matz
2003-12-03
4
-1
/
+25
*
MANIFEST: add lib/rdoc/dot/dot.rb.
nobu
2003-12-03
1
-0
/
+1
*
* 'format'==>'Kernel.format' (avoid override trouble)
nagai
2003-12-03
6
-63
/
+76
*
* Makefile.in (lex.c): try gperf first, and copy from the source
nobu
2003-12-03
2
-6
/
+7
*
Missing file
dave
2003-12-03
2
-1
/
+256
[prev]
[next]