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
*
* lib/drb/drb.rb: Cosmetic documentation changes.
gsinclair
2004-05-16
1
-0
/
+4
*
* lib/text/unit.rb: Removed :nodoc: directive (it prevented effective
gsinclair
2004-05-16
1
-0
/
+5
*
* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to
akr
2004-05-16
1
-0
/
+7
*
* lib/test/unit/**/*.rb: Removed :nodoc: directives (many were
gsinclair
2004-05-16
1
-0
/
+5
*
* fixed typo.
akira
2004-05-15
1
-1
/
+1
*
* eval.c (eval): forgot to restore $SAFE value before evaluating
matz
2004-05-14
1
-0
/
+5
*
* range.c (range_each_func): terminates loop if generating value
matz
2004-05-14
1
-0
/
+10
*
* eval.c (eval): warning during eval should not cause deadlock.
matz
2004-05-14
1
-0
/
+8
*
* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.
nagai
2004-05-14
1
-0
/
+11
*
* util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.
ocean
2004-05-14
1
-0
/
+5
*
* lib/net/telnet.rb (Net::Telnet::login): "options" can specify
akira
2004-05-13
1
-0
/
+5
*
* hash.c (delete_if_i): use st_delete_safe() (via
eban
2004-05-13
1
-0
/
+6
*
* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.
akira
2004-05-13
1
-0
/
+4
*
* pack.c (pack_pack): always add with null for 'Z'.
nobu
2004-05-13
1
-0
/
+6
*
* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.
nobu
2004-05-12
1
-4
/
+9
*
* lib/resolv.rb (Resolv::DNS::Config): make it configurable without
akr
2004-05-12
1
-0
/
+5
*
* ext/openssl/ossl_x509name.c: attribute value of DC (short name of
gotoyuzo
2004-05-12
1
-0
/
+5
*
* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...
nagai
2004-05-12
1
-0
/
+5
*
fix rdoc
dave
2004-05-12
1
-0
/
+4
*
Change symbol lookup scheme in HTML generation
dave
2004-05-10
1
-0
/
+5
*
Search parent for unqualified constants
dave
2004-05-10
1
-0
/
+10
*
* lib/net/ftp.rb: improved documentation
gsinclair
2004-05-09
1
-0
/
+8
*
Allow multiple arguments to include
dave
2004-05-07
1
-0
/
+5
*
* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...
aamine
2004-05-07
1
-0
/
+5
*
add freeze test for dbm and gdbm.
akr
2004-05-07
1
-1
/
+1
*
* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)
matz
2004-05-07
1
-0
/
+29
*
* util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.
ocean
2004-05-07
1
-0
/
+5
*
* ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]
nagai
2004-05-07
1
-0
/
+4
*
use numerichost if cannot resolve hostname
seki
2004-05-06
1
-0
/
+5
*
* lib/yaml/rubytypes.rb (to_yaml): added instance variable handling
why
2004-05-06
1
-0
/
+13
*
* lib/net/imap.rb (string): accept NIL.
shugo
2004-05-06
1
-0
/
+6
*
Don't include &block if we have yield parameters
dave
2004-05-05
1
-0
/
+6
*
use recv instead of recvfrom
seki
2004-05-04
1
-0
/
+4
*
* lib/gserver.rb: documented
gsinclair
2004-05-04
1
-0
/
+4
*
* lib/xmlrpc/README.txt: introduced for documentation purposes
gsinclair
2004-05-04
1
-0
/
+4
*
Fix parsing problem with yield within block
dave
2004-05-03
1
-0
/
+5
*
* renewal Ruby/Tk
nagai
2004-05-01
1
-0
/
+4
*
* time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT.
eban
2004-04-30
1
-0
/
+4
*
* lib/yaml/rubytypes.rb: passing Range tests.
why
2004-04-26
1
-0
/
+18
*
* README.EXT, README.EXT.ja: fixed wrong function signature.
nobu
2004-04-26
1
-0
/
+5
*
Alias alias to instance methods
dave
2004-04-26
1
-0
/
+5
*
Fix bug where consecutive headings were merged
dave
2004-04-24
1
-0
/
+5
*
* version.c (ruby_show_copyright): obtain copyright year from
nobu
2004-04-23
1
-1
/
+11
*
* lib/mkmf.rb: $hdrdir should not contain macros for backward
nobu
2004-04-23
1
-1
/
+6
*
* lib/pathname.rb: sync taint/freeze flag between
akr
2004-04-23
1
-0
/
+5
*
* parse.y (stmt, arg, aref_args): should not make sole splat into
nobu
2004-04-23
1
-0
/
+5
*
* lib/resolv.rb: don't use Regexp#source to embed regexps.
akr
2004-04-23
1
-0
/
+6
*
* parse.y (aref_args): should pass expanded list. [ruby-core:02793]
nobu
2004-04-21
1
-0
/
+4
*
check hash tuple size
seki
2004-04-21
1
-0
/
+4
*
* lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.
akr
2004-04-21
1
-1
/
+5
[next]