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/syck/depend: commit miss.
eban
2004-05-15
1
-1
/
+1
*
* ext/syck/depend: add ruby's headers.
eban
2004-05-15
2
-10
/
+16
*
* ext/syck/MANIFEST, ext/syck/depend: new file.
nobu
2004-05-15
5
-21
/
+47
*
2004-05-15
eban
2004-05-15
1
-3
/
+3
*
* lib/yaml.rb: removed fallback to pure Ruby parser.
why
2004-05-15
11
-347
/
+369
*
* eval.c (eval): forgot to restore $SAFE value before evaluating
matz
2004-05-14
2
-0
/
+6
*
* range.c (range_each_func): terminates loop if generating value
matz
2004-05-14
8
-48
/
+54
*
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
4
-116
/
+99
*
* test/ruby/test_float.rb: Add test for util.c revision 1.42.
ocean
2004-05-14
2
-0
/
+6
*
2004-05-14
eban
2004-05-14
1
-3
/
+3
*
* util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.
ocean
2004-05-14
2
-8
/
+11
*
* lib/net/telnet.rb (Net::Telnet::login): "options" can specify
akira
2004-05-13
2
-4
/
+13
*
* ext/syck/rubyext.c (yaml_org_handler): some empty strings were
why
2004-05-13
2
-1
/
+6
*
2004-05-13
eban
2004-05-13
1
-3
/
+3
*
* pack.c (pack_pack): always add with null for 'Z'.
nobu
2004-05-13
2
-11
/
+19
*
* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.
nobu
2004-05-12
2
-5
/
+10
*
* lib/resolv.rb (Resolv::DNS::Config): make it configurable without
akr
2004-05-12
2
-35
/
+97
*
* ext/openssl/ossl_x509name.c: attribute value of DC (short name of
gotoyuzo
2004-05-12
2
-0
/
+6
*
* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...
nagai
2004-05-12
3
-18
/
+308
*
2004-05-12
eban
2004-05-12
1
-3
/
+3
*
fix rdoc
dave
2004-05-12
2
-0
/
+6
*
Fix for 'incomplete bug fix' for 1.41.
shigek
2004-05-11
1
-1
/
+1
*
* lib/net/protocol.rb (each_crlf_line): remove junk line.
aamine
2004-05-10
2
-1
/
+4
*
Change symbol lookup scheme in HTML generation
dave
2004-05-10
2
-4
/
+17
*
* eval.c (eval): warning during eval should not cause deadlock.
matz
2004-05-10
4
-5
/
+16
*
2004-05-10
eban
2004-05-10
1
-3
/
+3
*
Search parent for unqualified constants
dave
2004-05-10
2
-0
/
+13
*
* lib/net/pop.rb (loggin): append "\n".
aamine
2004-05-09
2
-1
/
+9
*
* lib/net/ftp.rb: ported documentation improvement from 1.8 branch
gsinclair
2004-05-09
6
-478
/
+520
*
* test/ruby/test_float.rb: added test_strtod to test Float("0").
nahi
2004-05-09
2
-0
/
+16
*
* lib/yaml/store.rb: use FileUtils::copy.
eban
2004-05-09
2
-1
/
+6
*
2004-05-09
eban
2004-05-09
1
-3
/
+3
*
MANIFEST: remove regex.c.
eban
2004-05-09
1
-1
/
+0
*
* regex.c : removed unused file.
ksaito
2004-05-09
2
-26
/
+4
*
* io.c (rb_f_open): open should not ignore block when "to_open"
matz
2004-05-08
6
-14
/
+17
*
2004-05-08
eban
2004-05-08
1
-3
/
+3
*
* win32ole.c: add RDoc style comment.
suke
2004-05-08
1
-61
/
+183
*
add a test for Kernel.open(Pathname.new(...)) { ... }.
akr
2004-05-07
1
-0
/
+4
*
* lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]
aamine
2004-05-07
2
-66
/
+111
*
Allow multiple arguments to include
dave
2004-05-07
2
-4
/
+13
*
* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...
aamine
2004-05-07
3
-1
/
+26
*
2004-05-07
eban
2004-05-07
1
-3
/
+3
*
add freeze test for dbm and gdbm.
akr
2004-05-07
4
-1
/
+40
*
* parse.y (string_content): turn off NODE_NEWLINE flag to avoid
matz
2004-05-07
22
-109
/
+270
*
* util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.
ocean
2004-05-07
2
-27
/
+26
*
use numerichost if cannot resolve hostname
seki
2004-05-06
2
-5
/
+10
*
* ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]
nagai
2004-05-06
2
-1
/
+5
*
2004-05-06
eban
2004-05-06
1
-3
/
+3
*
MANIFEST: add lib/xmlrpc/README.txt.
eban
2004-05-06
1
-0
/
+1
[next]