aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MANIFEST: removed trailing white spaces.eban2004-05-211-1/+1
* Add '()' around parameters that don't have themdave2004-05-212-0/+6
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-204-86/+251
* * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu2004-05-202-3/+10
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-202-9/+27
* * ext/socket/socket.c (make_hostent_internal): remove debug print.matz2004-05-201-1/+0
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-208-28/+44
* 2004-05-20eban2004-05-201-3/+3
* At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave2004-05-202-1/+13
* * lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu2004-05-202-2/+8
* * rescue LoadError. [ruby-dev:23539]gotoyuzo2004-05-194-7/+35
* * test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu2004-05-192-3/+7
* revert mis-edited entrynobu2004-05-191-5/+5
* * test/inlinetest.rb (InlineTest::loadtest): requiring library withnobu2004-05-192-8/+15
* 2004-05-19eban2004-05-191-3/+3
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-192-1/+6
* * lib/net/http.rb: support TRACE.aamine2004-05-182-0/+16
* * lib/net/http.rb: do not use class variables.aamine2004-05-182-5/+9
* * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi2004-05-183-611/+463
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-181-18/+58
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-182-8/+125
* * node.h (NEW_DSTR): adjust list length.nobu2004-05-183-1/+8
* 2004-05-18eban2004-05-181-3/+3
* * eval.c (rb_method_node): search cache entry first.matz2004-05-182-0/+10
* * test for OpenSSL::X509gotoyuzo2004-05-176-0/+804
* Add ruby-dev number to ChangeLogocean2004-05-171-0/+2
* parse.y: typo fix(tWORD_BEG -> tWORDS_BEG).eban2004-05-171-1/+1
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-173-8/+26
* * numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.ocean2004-05-172-11/+19
* * add a new sample scriptnagai2004-05-163-0/+406
* Cross-ported fix for REXML bug #14, StreamParser and doctype events.ser2004-05-162-4/+7
* ------------------------------------------------------------------------ser2004-05-164-6/+6
* ------------------------------------------------------------------------ser2004-05-162-9/+19
* * lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy2004-05-162-115/+120
* 2004-05-17eban2004-05-161-3/+3
* Forgot to update the manifest with the new files :-/ser2004-05-161-0/+2
* Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.ser2004-05-162-0/+167
* ------------------------------------------------------------------------ser2004-05-168-956/+1001
* * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair2004-05-162-7/+11
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-164-14/+74
* * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean2004-05-152-0/+8
* * ext/syck/depend: commit miss.eban2004-05-151-1/+1
* * ext/syck/depend: add ruby's headers.eban2004-05-152-10/+16
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-155-21/+47
* 2004-05-15eban2004-05-151-3/+3
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-1511-347/+369
* * eval.c (eval): forgot to restore $SAFE value before evaluatingmatz2004-05-142-0/+6
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-148-48/+54
* ChangeLog: typo fix.eban2004-05-141-2/+2
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-144-116/+99