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
*
Add '()' around parameters that don't have them
dave
2004-05-21
2
-0
/
+6
*
* lib/csv.rb: fixed a few bugs around multi char record/field separator.
nahi
2004-05-20
4
-86
/
+251
*
* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]
nobu
2004-05-20
2
-3
/
+10
*
* ext/socket/socket.c: check SCM_RIGHTS macro addition to
akr
2004-05-20
2
-9
/
+27
*
* ext/socket/socket.c (make_hostent_internal): remove debug print.
matz
2004-05-20
1
-1
/
+0
*
* numeric.c (flo_eq): alway check if operands are NaN.
matz
2004-05-20
8
-28
/
+44
*
2004-05-20
eban
2004-05-20
1
-3
/
+3
*
At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...
dave
2004-05-20
2
-1
/
+13
*
* lib/mkmf.rb (have_type): do not check pointer to incomplete type,
nobu
2004-05-20
2
-2
/
+8
*
* rescue LoadError. [ruby-dev:23539]
gotoyuzo
2004-05-19
4
-7
/
+35
*
* test/ruby/envutil.rb (EnvUtil::rubybin): give priority to
nobu
2004-05-19
2
-3
/
+7
*
revert mis-edited entry
nobu
2004-05-19
1
-5
/
+5
*
* test/inlinetest.rb (InlineTest::loadtest): requiring library with
nobu
2004-05-19
2
-8
/
+15
*
2004-05-19
eban
2004-05-19
1
-3
/
+3
*
* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to public
nagai
2004-05-19
2
-1
/
+6
*
* lib/net/http.rb: support TRACE.
aamine
2004-05-18
2
-0
/
+16
*
* lib/net/http.rb: do not use class variables.
aamine
2004-05-18
2
-5
/
+9
*
* lib/csv.rb: writes lines with "\n" when row separator is not given.
nahi
2004-05-18
3
-611
/
+463
*
* lib/yaml.rb: added rdoc to beginning of lib.
why
2004-05-18
1
-18
/
+58
*
* lib/yaml.rb: added rdoc to beginning of lib.
why
2004-05-18
2
-8
/
+125
*
* node.h (NEW_DSTR): adjust list length.
nobu
2004-05-18
3
-1
/
+8
*
2004-05-18
eban
2004-05-18
1
-3
/
+3
*
* eval.c (rb_method_node): search cache entry first.
matz
2004-05-18
2
-0
/
+10
*
* test for OpenSSL::X509
gotoyuzo
2004-05-17
6
-0
/
+804
*
Add ruby-dev number to ChangeLog
ocean
2004-05-17
1
-0
/
+2
*
parse.y: typo fix(tWORD_BEG -> tWORDS_BEG).
eban
2004-05-17
1
-1
/
+1
*
* ext/socket/socket.c (setup_domain_and_type): honor duck typing.
matz
2004-05-17
3
-8
/
+26
*
* numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.
ocean
2004-05-17
2
-11
/
+19
*
* add a new sample script
nagai
2004-05-16
3
-0
/
+406
*
Cross-ported fix for REXML bug #14, StreamParser and doctype events.
ser
2004-05-16
2
-4
/
+7
*
------------------------------------------------------------------------
ser
2004-05-16
4
-6
/
+6
*
------------------------------------------------------------------------
ser
2004-05-16
2
-9
/
+19
*
* lib/yaml/baseemitter.rb (indent_text): was forcing a mod value
why
2004-05-16
2
-115
/
+120
*
2004-05-17
eban
2004-05-16
1
-3
/
+3
*
Forgot to update the manifest with the new files :-/
ser
2004-05-16
1
-0
/
+2
*
Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.
ser
2004-05-16
2
-0
/
+167
*
------------------------------------------------------------------------
ser
2004-05-16
8
-956
/
+1001
*
* lib/drb/drb.rb: Cosmetic documentation changes.
gsinclair
2004-05-16
2
-7
/
+11
*
* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to
akr
2004-05-16
4
-14
/
+74
*
* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1
ocean
2004-05-15
2
-0
/
+8
*
* 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
[next]