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
...
*
* test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.
nahi
2003-10-05
5
-5
/
+43
*
* test/testunit/runit/test_testresult.rb: removed some unnecessary
ntalbott
2003-10-05
2
-17
/
+6
*
* lib/rubyunit.rb: aliasing TestCase into the top level is
ntalbott
2003-10-05
7
-9
/
+721
*
* lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.
nahi
2003-10-05
2
-3
/
+8
*
* lib/test/unit/assertions.rb: will use pp for output if available.
ntalbott
2003-10-05
3
-10
/
+41
*
* lib/test/unit/assertions.rb: made small improvements to assertion
ntalbott
2003-10-04
4
-104
/
+100
*
* lib/test/unit/assertions.rb: refactored message building.
ntalbott
2003-10-04
2
-108
/
+98
*
delete CVS confliction indicator. sorry.
gotoyuzo
2003-10-04
1
-1
/
+0
*
* ext/openssl/ossl_asn1.h: global symbols should be declared
gotoyuzo
2003-10-04
2
-18
/
+24
*
* test/ruby/test_exception.rb (test_else): added.
akira
2003-10-04
2
-0
/
+96
*
2003-10-05
eban
2003-10-04
1
-3
/
+3
*
* marshal.c (w_object): instance variable dump do not cause error
matz
2003-10-04
7
-29
/
+80
*
* lib/test/unit/assertions.rb: changed assertion messages to rely more
ntalbott
2003-10-04
3
-64
/
+106
*
* lib/drb/acl.rb, lib/drb/ssl.rb: added.
seki
2003-10-04
1
-0
/
+6
*
* add lib/drb/acl.rb, lib/drb/ssl.rb
seki
2003-10-04
1
-0
/
+2
*
add acl.rb, ssl.rb
seki
2003-10-04
2
-0
/
+329
*
exit from a thread using 'break'
seki
2003-10-04
1
-1
/
+1
*
* MANIFEST: added these files:
eban
2003-10-04
1
-0
/
+7
*
* gc.c (Init_stack): the type of space is changed to unsigned int
eban
2003-10-04
2
-1
/
+6
*
* lib/soap/netHttpClient.rb: follow http-access2. hosts which matches
nahi
2003-10-04
4
-5
/
+43
*
* lib/pathname.rb (initialize): raise ArgumentError if argument has
akr
2003-10-04
2
-19
/
+115
*
* test/uri/* (6 files): added.
akira
2003-10-04
7
-1
/
+1079
*
* lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.
akira
2003-10-04
4
-3
/
+7
*
* lib/test/unit/testsuite.rb: changed #<< to return self, and added
ntalbott
2003-10-03
5
-23
/
+63
*
* ext/syck/rubyext.c: default keys handled.
why
2003-10-03
4
-10
/
+1189
*
* ext/openssl/extconf.rb: add check for X509V3_set_nconf.
gotoyuzo
2003-10-03
3
-0
/
+12
*
ossl_asn1.h was included twice.
gotoyuzo
2003-10-03
2
-3
/
+0
*
* lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform,
nahi
2003-10-03
8
-134
/
+1200
*
2003-10-04
eban
2003-10-03
1
-3
/
+3
*
* lib/pathname.rb (initialize): duplicate and freeze argument.
akr
2003-10-03
2
-3
/
+31
*
* MANIFEST: add following files:
eban
2003-10-03
1
-281
/
+284
*
* ext/openssl/ossl_asn1.c: add DER encoder and decoder.
gotoyuzo
2003-10-03
7
-14
/
+1035
*
* lib/test/unit.rb: refactored to use optparse.
ntalbott
2003-10-03
4
-29
/
+111
*
2003-10-03
eban
2003-10-03
1
-3
/
+3
*
* lib/test/unit/assertions.rb: added a default message for #assert,
ntalbott
2003-10-02
11
-67
/
+219
*
ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7
gotoyuzo
2003-10-02
1
-1
/
+1
*
ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7
gotoyuzo
2003-10-02
1
-1
/
+1
*
* ext/iconv/iconv.c (iconv_failure_initialize): conform with
nobu
2003-10-02
2
-43
/
+58
*
* time.c (Init_Time): define initialize. [ruby-dev:21469]
nobu
2003-10-02
2
-0
/
+5
*
* ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.
gotoyuzo
2003-10-02
10
-5
/
+375
*
* time.c (time_load): restore instance variables (if any) before
matz
2003-10-02
6
-80
/
+189
*
* ext/iconv/iconv.c (iconv_fail): now yield erred substring, and
nobu
2003-10-02
2
-7
/
+42
*
* variable.c (rb_const_defined_0): look up constants in Object as
nobu
2003-10-02
3
-7
/
+20
*
* lib/test/unit/assertions.rb: should not capture an
ntalbott
2003-10-02
7
-17
/
+40
*
* eval.c (rb_thread_raise): prototype; avoid VC++ warning.
usa
2003-10-01
2
-1
/
+5
*
2003-10-02
eban
2003-10-01
1
-3
/
+3
*
* eval.c (rb_f_block_given_p): real required condition is
matz
2003-10-01
2
-3
/
+14
*
* variable.c (rb_const_defined_at): should exclude constants from
matz
2003-10-01
2
-7
/
+16
*
* test/logger/test_logger.rb: unlinking file before close causes problem under
nahi
2003-10-01
7
-77
/
+95
*
* ext/etc/etc.c (etc_getgrent): typo.
nobu
2003-10-01
2
-3
/
+3
[prev]
[next]