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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/tk/lib/tk/itemconfig.rb: minor bug fix.
nagai
2006-11-07
1
-0
/
+4
*
* class.c (rb_include_module): revert duplicate inclusion of
matz
2006-11-07
1
-0
/
+5
*
* eval.c (method_missing): update old argument adjustment.
matz
2006-11-07
1
-0
/
+4
*
* eval.c (when_check): need to splat for NODE_ARGSCAT as well.
matz
2006-11-07
1
-0
/
+5
*
* string.c (Init_String): remove duplicated definition of
matz
2006-11-06
1
-0
/
+5
*
* eval.c (svalue_to_avalue): need to splat but no error.
matz
2006-11-06
1
-0
/
+15
*
* ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, and
nagai
2006-11-06
1
-0
/
+25
*
* parse.y (arg_dup_check): vid may be nameless internal id.
matz
2006-11-06
1
-0
/
+4
*
updated based on date2 3.9.7.
tadf
2006-11-05
1
-0
/
+4
*
* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]
shugo
2006-11-04
1
-0
/
+4
*
* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaround
matz
2006-11-02
1
-0
/
+6
*
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
1
-0
/
+5
*
* 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
1
-1
/
+6
*
* string.c: class Symbol is no longer subclass of String. also
matz
2006-11-02
1
-0
/
+5
*
* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should
matz
2006-11-02
1
-0
/
+17
*
* array.c: revert lfree shift/unshift boost patch to avoid unknown
matz
2006-11-02
1
-0
/
+5
*
* ruby.h (struct RArray): revert embedding ptr in RVALUE.
matz
2006-11-01
1
-0
/
+6
*
* string.c (hash): use Bob Jenkins' hash algorithm.
matz
2006-11-01
1
-0
/
+4
*
* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor
knu
2006-11-01
1
-0
/
+8
*
* time.c (time_dup): duplicate the class of original time.
matz
2006-10-31
1
-0
/
+8
*
* array.c (ary_shared_first): should address offset after
matz
2006-10-31
1
-0
/
+5
*
* Makefile.in (miniruby): add XLDFLAGS.
nobu
2006-10-30
1
-1
/
+5
*
* dir.c (glob_helper): get rid of possible memory leak.
nobu
2006-10-30
1
-0
/
+7
*
* bignum.c (rb_big2str0): use better approximation.
usa
2006-10-30
1
-0
/
+4
*
ChangeLog: add patch submitter.
matz
2006-10-30
1
-2
/
+2
*
* bignum.c (rb_big2str0): wrong allocation length.
matz
2006-10-30
1
-0
/
+5
*
* eval.c (rb_eval): fix commit miss. [ruby-dev:29707]
matz
2006-10-30
1
-0
/
+4
*
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-10-30
1
-0
/
+5
*
fix offset value in STATE_CHECK_BUFF_INIT()
kosako
2006-10-29
1
-0
/
+4
*
merge Oniguruma 4.4.5
kosako
2006-10-28
1
-1
/
+15
*
* marshal.c (r_object0): missing break. [ruby-core:09345]
matz
2006-10-27
1
-0
/
+4
*
* enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() after
matz
2006-10-27
1
-0
/
+5
*
* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.
gotoyuzo
2006-10-26
1
-0
/
+7
*
* enumerator.c: remove by_slice and by_cons.
matz
2006-10-26
1
-0
/
+4
*
* ext/digest/digest.c (Init_digest): typo.
usa
2006-10-26
1
-0
/
+4
*
* test/digest/test_digest_hmac.rb: added.
knu
2006-10-25
1
-0
/
+4
*
* ext/digest/test.sh: make this script work again.
knu
2006-10-25
1
-0
/
+4
*
* enumerator.c (enumerator_by_slice): new method added.
matz
2006-10-25
1
-0
/
+6
*
* enumerator.c (enum_each_slice, enum_each_cons): returns
matz
2006-10-25
1
-0
/
+8
*
* enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.
matz
2006-10-25
1
-0
/
+4
*
updated based on date2 3.9.6.
tadf
2006-10-24
1
-0
/
+5
*
* win32/mkexports.rb, win32/resource.rb: use unique variable names.
nobu
2006-10-24
1
-0
/
+4
*
ChangeLog: typo fixed
matz
2006-10-22
1
-1
/
+1
*
* marshal.c (r_object0): use return value from prov given as the
matz
2006-10-22
1
-0
/
+6
*
*** empty log message ***
matz
2006-10-22
1
-5
/
+0
*
* configure.in: alloca is broken; use C_ALLOCA instead.
matz
2006-10-22
1
-0
/
+5
*
*** empty log message ***
matz
2006-10-22
1
-0
/
+5
*
* signal.c (Init_signal): avoid duplicated installation of SIGCHLD
matz
2006-10-22
1
-0
/
+5
[next]