summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-06-28* configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu
2004-06-26* lib/mkmf.rb (libpathflag): should not quote here.nobu
2004-06-26* lib/mkmf.rb (libpathflag, dir_config): quote directory names ifnobu
2004-06-22Fixed parsing of %r{} when generating source popupdave
2004-06-22* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo
2004-06-09* lib/uri/generic.rb (URI::Generic::merge,akira
2004-05-27 * lib/logger.rb: leading 0 padding of timestamp usec part.nahi
2004-05-27* lib/pathname.rb (Pathname#initialize): fix pathname initializationakr
2004-05-27* marshal.c (w_class): should not dump singleton class.matz
2004-05-26Allow "do" after "for". Fix up css for standalone code windowdave
2004-05-25* ext/syck/syck.c (syck_new_parser): clear parser on init.why
2004-05-24test Kernel.open accepts pathname object.akr
2004-05-24SYSTEM identifiers must be absolutedave
2004-05-21Add '()' around parameters that don't have themdave
2004-05-20* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-20At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave
2004-05-20* lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu
2004-05-17* ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz
2004-05-16REXML version bump.ser
2004-05-16Fixed REXML bug #14: StreamParser reports doctype events to listeners again.ser
2004-05-16Cross-ported the REXML changes (3.0.8) from the development branch to theser
2004-05-16This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-05-16* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-16 * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair
2004-05-16 * lib/text/unit.rb: Removed :nodoc: directive (it prevented effectivegsinclair
2004-05-16lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove.eban
2004-05-16 * lib/test/unit/**/*.rb: Removed :nodoc: directives (many weregsinclair
2004-05-13* lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira
2004-05-13lib/drb/observer.rb: remove debug print.eban
2004-05-13* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira
2004-05-12* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu
2004-05-12* lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr
2004-05-10Change symbol lookup scheme in HTML generationdave
2004-05-10Search parent for unqualified constantsdave
2004-05-09 * lib/net/ftp.rb: improved documentationgsinclair
2004-05-07Allow multiple arguments to includedave
2004-05-07* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-05-06* lib/net/imap.rb (string): accept NIL.shugo
2004-05-05Don't include &block if we have yield parametersdave
2004-05-04use recv instead of recvfromseki
2004-05-04 * lib/gserver.rb: documentedgsinclair
2004-05-04 * lib/xmlrpc/README.txt: introduced for documentation purposesgsinclair
2004-05-03Fix parsing problem with yield within blockdave
2004-05-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-26add tests.akr
2004-04-24-ser