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
*
* numeric.c (flo_eq): alway check if operands are NaN.
matz
2004-05-20
1
-0
/
+10
*
At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...
dave
2004-05-20
1
-0
/
+6
*
* lib/mkmf.rb (have_type): do not check pointer to incomplete type,
nobu
2004-05-20
1
-0
/
+6
*
* test/ruby/envutil.rb (EnvUtil::rubybin): give priority to
nobu
2004-05-19
1
-2
/
+4
*
revert mis-edited entry
nobu
2004-05-19
1
-5
/
+5
*
* test/inlinetest.rb (InlineTest::loadtest): requiring library with
nobu
2004-05-19
1
-7
/
+13
*
* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to public
nagai
2004-05-19
1
-0
/
+5
*
* lib/net/http.rb: support TRACE.
aamine
2004-05-18
1
-0
/
+4
*
* lib/net/http.rb: do not use class variables.
aamine
2004-05-18
1
-0
/
+4
*
* lib/csv.rb: writes lines with "\n" when row separator is not given.
nahi
2004-05-18
1
-0
/
+55
*
* lib/yaml.rb: added rdoc to beginning of lib.
why
2004-05-18
1
-0
/
+4
*
* node.h (NEW_DSTR): adjust list length.
nobu
2004-05-18
1
-0
/
+6
*
* eval.c (rb_method_node): search cache entry first.
matz
2004-05-18
1
-0
/
+4
*
Add ruby-dev number to ChangeLog
ocean
2004-05-17
1
-0
/
+2
*
* ext/socket/socket.c (setup_domain_and_type): honor duck typing.
matz
2004-05-17
1
-0
/
+7
*
* numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.
ocean
2004-05-17
1
-0
/
+9
*
* lib/yaml/baseemitter.rb (indent_text): was forcing a mod value
why
2004-05-16
1
-0
/
+5
*
* lib/drb/drb.rb: Cosmetic documentation changes.
gsinclair
2004-05-16
1
-0
/
+4
*
* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to
akr
2004-05-16
1
-0
/
+7
*
* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1
ocean
2004-05-15
1
-0
/
+4
*
* ext/syck/depend: add ruby's headers.
eban
2004-05-15
1
-0
/
+4
*
* ext/syck/MANIFEST, ext/syck/depend: new file.
nobu
2004-05-15
1
-1
/
+10
*
* lib/yaml.rb: removed fallback to pure Ruby parser.
why
2004-05-15
1
-0
/
+23
*
* 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
/
+20
*
ChangeLog: typo fix.
eban
2004-05-14
1
-2
/
+2
*
* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.
nagai
2004-05-14
1
-0
/
+11
*
* test/ruby/test_float.rb: Add test for util.c revision 1.42.
ocean
2004-05-14
1
-0
/
+4
*
* 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
*
* ext/syck/rubyext.c (yaml_org_handler): some empty strings were
why
2004-05-13
1
-0
/
+5
*
* 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
-3
/
+8
*
* 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
*
* lib/net/protocol.rb (each_crlf_line): remove junk line.
aamine
2004-05-10
1
-0
/
+4
*
Change symbol lookup scheme in HTML generation
dave
2004-05-10
1
-0
/
+5
*
* eval.c (eval): warning during eval should not cause deadlock.
matz
2004-05-10
1
-0
/
+8
*
Search parent for unqualified constants
dave
2004-05-10
1
-0
/
+5
*
* lib/net/pop.rb (loggin): append "\n".
aamine
2004-05-09
1
-0
/
+8
*
* lib/net/ftp.rb: ported documentation improvement from 1.8 branch
gsinclair
2004-05-09
1
-0
/
+8
*
* test/ruby/test_float.rb: added test_strtod to test Float("0").
nahi
2004-05-09
1
-0
/
+4
*
* lib/yaml/store.rb: use FileUtils::copy.
eban
2004-05-09
1
-0
/
+4
*
* regex.c : removed unused file.
ksaito
2004-05-09
1
-0
/
+4
*
* io.c (rb_f_open): open should not ignore block when "to_open"
matz
2004-05-08
1
-0
/
+9
*
* lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]
aamine
2004-05-07
1
-0
/
+12
*
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
/
+7
[next]