summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add '()' around parameters that don't have themdave2004-05-211-0/+1
* * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu2004-05-201-2/+2
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-202-26/+25
* At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave2004-05-201-1/+7
* * lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu2004-05-201-2/+2
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-8/+18
* REXML version bump.ser2004-05-161-4/+4
* Fixed REXML bug #14: StreamParser reports doctype events to listeners again.ser2004-05-161-2/+5
* Cross-ported the REXML changes (3.0.8) from the development branch to theser2004-05-1612-969/+1024
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-162-0/+167
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-161-19/+2
* * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair2004-05-161-9/+9
* * lib/text/unit.rb: Removed :nodoc: directive (it prevented effectivegsinclair2004-05-161-1/+11
* lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove.eban2004-05-161-1/+1
* * lib/test/unit/**/*.rb: Removed :nodoc: directives (many weregsinclair2004-05-1616-177/+145
* * lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira2004-05-131-4/+8
* lib/drb/observer.rb: remove debug print.eban2004-05-131-2/+0
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-05-131-0/+4
* * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu2004-05-121-2/+2
* * lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr2004-05-121-35/+92
* Change symbol lookup scheme in HTML generationdave2004-05-101-4/+12
* Search parent for unqualified constantsdave2004-05-101-0/+8
* * lib/net/ftp.rb: improved documentationgsinclair2004-05-095-418/+507
* Allow multiple arguments to includedave2004-05-071-4/+8
* * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine2004-05-071-1/+1
* * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz2004-05-079-22/+25
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-063-75/+197
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-061-8/+27
* Don't include &block if we have yield parametersdave2004-05-053-0/+12
* use recv instead of recvfromseki2004-05-041-1/+1
* * lib/gserver.rb: documentedgsinclair2004-05-041-2/+76
* * lib/xmlrpc/README.txt: introduced for documentation purposesgsinclair2004-05-041-0/+31
* Fix parsing problem with yield within blockdave2004-05-032-1/+8
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-015-0/+1805
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-4/+8
* add tests.akr2004-04-261-0/+27
* -ser2004-04-247-27/+49
* Fix bug where consecutive headings were mergeddave2004-04-241-1/+1
* * lib/mkmf.rb: $hdrdir should not contain macros for backwardnobu2004-04-231-2/+1
* * lib/pathname.rb: sync taint/freeze flag betweenakr2004-04-231-1/+33
* * lib/resolv.rb: don't use Regexp#source to embed regexps.akr2004-04-231-11/+11
* check hash tuple sizeseki2004-04-211-5/+2
* * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr2004-04-211-5/+15
* * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu2004-04-1826-60/+60
* Allow for HAVE_PROTOTYPES macrodave2004-04-181-4/+12
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21
* change pattern matching [druby-ja:98]seki2004-04-131-1/+3
* * lib/net/http.rb: should not overwrite HTTP request header. [ruby-list:39543]aamine2004-04-131-4/+4
* enable document for Kernel.open.akr2004-04-121-1/+1
* Forgot to check special case at top leveldave2004-04-111-2/+2