aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-07-0322-0/+1879
* * added filesnahi2004-07-0338-731/+1258
* * lib/pstore.rb (transaction): safer backup scheme. [ruby-list:39102]nobu2004-07-012-100/+82
* * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu2004-06-281-1/+1
* * lib/mkmf.rb (libpathflag): should not quote here.nobu2004-06-261-1/+1
* * lib/mkmf.rb (libpathflag, dir_config): quote directory names ifnobu2004-06-261-2/+2
* Fixed parsing of %r{} when generating source popupdave2004-06-221-0/+1
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-06-221-1/+1
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-19/+31
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-05-272-361/+349
* * lib/pathname.rb (Pathname#initialize): fix pathname initializationakr2004-05-271-1/+9
* * marshal.c (w_class): should not dump singleton class.matz2004-05-272-11/+9
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-263-10/+24
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-251-23/+176
* test Kernel.open accepts pathname object.akr2004-05-241-0/+15
* SYSTEM identifiers must be absolutedave2004-05-242-3/+3
* 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