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
*
* ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry.
nagai
2006-11-07
1
-1
/
+1
*
* ext/tk/lib/tk/itemconfig.rb: minor bug fix.
nagai
2006-11-07
6
-33
/
+86
*
* class.c (rb_include_module): revert duplicate inclusion of
matz
2006-11-07
4
-5
/
+28
*
* eval.c (method_missing): update old argument adjustment.
matz
2006-11-07
2
-4
/
+11
*
2006-11-07
matz
2006-11-07
1
-3
/
+3
*
* eval.c (when_check): need to splat for NODE_ARGSCAT as well.
matz
2006-11-07
2
-2
/
+10
*
* string.c (Init_String): remove duplicated definition of
matz
2006-11-06
2
-1
/
+5
*
* eval.c (svalue_to_avalue): need to splat but no error.
matz
2006-11-06
4
-33
/
+68
*
* ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, and
nagai
2006-11-06
10
-190
/
+1676
*
2006-11-06
matz
2006-11-06
1
-3
/
+3
*
* parse.y (arg_dup_check): vid may be nameless internal id.
matz
2006-11-06
3
-1
/
+6
*
updated based on date2 3.9.7.
tadf
2006-11-05
2
-9
/
+39
*
2006-11-05
tadf
2006-11-05
1
-3
/
+3
*
* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]
shugo
2006-11-04
2
-1
/
+5
*
2006-11-04
shugo
2006-11-04
1
-3
/
+3
*
* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaround
matz
2006-11-02
3
-0
/
+38
*
2006-11-03
matz
2006-11-02
1
-3
/
+3
*
ChangeLog: add ML entry.
matz
2006-11-02
1
-1
/
+1
*
* lib/set.rb (Set#^): Fix XOR operation against a container that
knu
2006-11-02
2
-2
/
+14
*
* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
matz
2006-11-02
1
-2
/
+2
*
* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
matz
2006-11-02
2
-1
/
+10
*
* string.c: class Symbol is no longer subclass of String. also
matz
2006-11-02
2
-1
/
+61
*
* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should
matz
2006-11-02
10
-21
/
+37
*
2006-11-02
matz
2006-11-02
1
-3
/
+3
*
* array.c: revert lfree shift/unshift boost patch to avoid unknown
matz
2006-11-02
2
-91
/
+24
*
* ruby.h (struct RArray): revert embedding ptr in RVALUE.
matz
2006-11-01
4
-207
/
+114
*
* string.c (hash): use Bob Jenkins' hash algorithm.
matz
2006-11-01
2
-88
/
+118
*
* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor
knu
2006-11-01
3
-5
/
+14
*
2006-11-01
knu
2006-11-01
1
-4
/
+4
*
* time.c (time_dup): duplicate the class of original time.
matz
2006-10-31
3
-6
/
+14
*
2006-10-31
matz
2006-10-31
1
-3
/
+3
*
* array.c (ary_shared_first): should address offset after
matz
2006-10-31
2
-0
/
+6
*
* Makefile.in (miniruby): add XLDFLAGS.
nobu
2006-10-30
3
-14
/
+19
*
* dir.c (glob_helper): get rid of possible memory leak.
nobu
2006-10-30
3
-30
/
+108
*
* bignum.c (rb_big2str0): use better approximation.
usa
2006-10-30
2
-2
/
+6
*
ChangeLog: add patch submitter.
matz
2006-10-30
1
-2
/
+2
*
* bignum.c (rb_big2str0): wrong allocation length.
matz
2006-10-30
2
-1
/
+6
*
* eval.c (rb_eval): fix commit miss. [ruby-dev:29707]
matz
2006-10-30
2
-1
/
+5
*
2006-10-30
matz
2006-10-30
1
-3
/
+3
*
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-10-30
4
-13
/
+31
*
fix offset value in STATE_CHECK_BUFF_INIT()
kosako
2006-10-29
3
-4
/
+9
*
merge Oniguruma 4.4.5
kosako
2006-10-28
7
-26
/
+97
*
2006-10-28
matz
2006-10-27
1
-3
/
+3
*
* marshal.c (r_object0): missing break. [ruby-core:09345]
matz
2006-10-27
2
-0
/
+5
*
2006-10-27
matz
2006-10-27
1
-3
/
+3
*
* enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() after
matz
2006-10-27
2
-1
/
+6
*
* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.
gotoyuzo
2006-10-26
3
-0
/
+10
*
* enumerator.c: remove by_slice and by_cons.
matz
2006-10-26
2
-67
/
+10
*
* ext/digest/digest.c (Init_digest): typo.
usa
2006-10-26
2
-1
/
+5
*
2006-10-26
usa
2006-10-26
1
-3
/
+3
[next]