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
*
* io.c (rb_io_gets_m): set lastline ($_) even when read line is
matz
2004-06-04
1
-0
/
+5
*
* eval.c (rb_eval): bad influence on frame node.
nobu
2004-05-28
1
-1
/
+7
*
* lib/pathname.rb (Pathname#initialize): fix pathname initialization
akr
2004-05-27
1
-0
/
+5
*
* io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]
ocean
2004-05-27
1
-1
/
+5
*
* lib/pstore.rb (transaction): allow overriding dump and load.
matz
2004-05-27
1
-0
/
+7
*
* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.
shugo
2004-05-27
1
-0
/
+5
*
* io.c (rb_io_fwrite): should check if errnro == ENOENT, too.
eban
2004-05-27
1
-0
/
+2
*
* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.
eban
2004-05-27
1
-0
/
+5
*
* test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).
nahi
2004-05-27
1
-0
/
+4
*
* lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and
nahi
2004-05-26
1
-0
/
+13
*
* eval.c (rb_eval, eval): make line number consistent on eval with
nobu
2004-05-26
1
-1
/
+6
*
Allow "do" after "for". Fix up css for standalone code window
dave
2004-05-26
1
-0
/
+10
*
* io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]
nobu
2004-05-26
1
-0
/
+4
*
fix ML reference.
nobu
2004-05-26
1
-1
/
+1
*
* ext/syck/syck.c (syck_new_parser): clear parser on init.
why
2004-05-25
1
-0
/
+10
*
* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block
nobu
2004-05-25
1
-0
/
+7
*
* ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):
gotoyuzo
2004-05-24
1
-0
/
+5
*
SYSTEM identifiers must be absolute
dave
2004-05-24
1
-0
/
+5
*
* MANIFEST: add test/openssl/test_x509store.rb.
nobu
2004-05-22
1
-0
/
+6
*
* ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsend
nagai
2004-05-21
1
-0
/
+5
*
Add '()' around parameters that don't have them
dave
2004-05-21
1
-0
/
+5
*
* lib/csv.rb: fixed a few bugs around multi char record/field separator.
nahi
2004-05-20
1
-0
/
+6
*
* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]
nobu
2004-05-20
1
-1
/
+8
*
* ext/socket/socket.c: check SCM_RIGHTS macro addition to
akr
2004-05-20
1
-0
/
+6
*
* 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
[next]