Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 14:39:03 -0500 (CDT)
From:      Antoine Beaupré <antoine@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/include/sysinstall Feature.hh libh/lib/sysinstall Feature.cc
Message-ID:  <20020612193903.7B48F1742F@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
antoine     2002/06/12 14:39:03 CDT

  Modified files:
    include/sysinstall   Feature.hh 
    lib/sysinstall       Feature.cc 
  Log:
  re-implement Version::compare() using a string tokenizer instead of just
  string comparison since I can't prove that string comparison is right
  
  there is now a string tokenizer in Version which should probably be
  moved somewhere else, but I don't see where yet, so to minimize
  dependencies, I'll just keep it there
  
  both implementations (tokenize() and compare()) are trivial and will
  have to be optimized
  
  Revision  Changes    Path
  1.10      +7 -1      libh/include/sysinstall/Feature.hh
  1.11      +40 -13    libh/lib/sysinstall/Feature.cc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020612193903.7B48F1742F>