Skip to content
Snippets Groups Projects
  1. Sep 28, 2009
    • Brad King's avatar
      Convert KWSys to OSI-approved BSD License · 62db264e
      Brad King authored
      This converts the KWSys license to a pure 3-clause OSI-approved BSD
      License.  We drop the previous license clause requiring modified
      versions to be plainly marked.  We also update the KWSys copyright to
      cover the full development time range.
      62db264e
  2. Jun 12, 2009
    • Brad King's avatar
      COMP: Avoid double-initialization in KWSys String · 6c8b0ce2
      Brad King authored
      The KWSys String implementation of strcasecmp initialized 'result'
      immediately before assigning to it.  Borland produces a warning in this
      case, so this commit removes the extra initialization.
      6c8b0ce2
  3. Jun 10, 2009
    • Brad King's avatar
      COMP: Avoid String.c inclusion by Compaq templates · 7ecacbfa
      Brad King authored
      The Compaq compiler (on VMS) includes 'String.c' in source files that
      use the stl string while looking for template definitions.  This was the
      true cause of double-inclusion of the 'kwsysPrivate.h' header.  We work
      around the problem by conditionally compiling the entire source file on
      a condition only true when really building the source.
      7ecacbfa
  4. Dec 11, 2007
Loading