May 04, 2005
Download from http://stlsoft.org/downloads.html#stlsoft_1_8_3b9; unittest zip has also been updated

Bug fixes only. I intend to release 1.8.3 in the 3rd week of May, with updated docs and incorporating any last errors that anyone detects between now and then

Src-diffs:

From 1.8.3 beta 8 => 1.8.3 beta 9

  root-dir-1: H:\3Pty\stlsoft\1.8.3-beta8
  root-dir-2: H:\3Pty\stlsoft\1.8.3-beta9
Items unchanged from H:\3Pty\stlsoft\1.8.3-beta8 to
H:\3Pty\stlsoft\1.8.3-beta9:             507
Items changed from H:\3Pty\stlsoft\1.8.3-beta8 to
H:\3Pty\stlsoft\1.8.3-beta9:               37
Items changed (major) from H:\3Pty\stlsoft\1.8.3-beta8 to
H:\3Pty\stlsoft\1.8.3-beta9:       0
Items changed (minor) from H:\3Pty\stlsoft\1.8.3-beta8 to
H:\3Pty\stlsoft\1.8.3-beta9:       10
  inprogress\mfcstl\string_traits.hpp
1.0.1.1      => 1.1.3.4     ; 25th April 2005     => 4th May 2005
  inprogress\stlsoft\string_container_slice_functions.hpp
1.0.2.2      => 1.2.2.5     ; 27th April 2005     => 4th May 2005
  inprogress\stlsoft\string_traits_fwd.hpp
1.1.1.2      => 1.3.1.4     ; 25th April 2005     => 1st May 2005
  inprogress\stlsoft\string_trim_functions.hpp
1.0.4.4      => 1.1.4.9     ; 27th April 2005     => 4th May 2005
  inprogress\stlsoft\string_view.hpp
2.4.1.21     => 2.5.2.24    ; 23rd April 2005     => 1st May 2005
  stlsoft_simple_string.h
2.6.1.171    => 2.7.3.174   ; 25th April 2005     => 4th May 2005
  stlsoft_string_traits.h
2.2.1.47     => 2.4.1.49    ; 25th April 2005     => 29th April 2005
  stlsoft_type_traits.h
2.0.1.13     => 2.1.2.16    ; 16th October 2004   => 4th May 2005
  stlsoft_unittest.h
2.0.1.15     => 2.1.1.16    ; 26th February 2005  => 27th April 2005
  unittest\simple_unittester.cpp
2.0.2.9      => 2.1.2.11    ; 28th February 2005  => 1st May 2005
Items changed (revision) from H:\3Pty\stlsoft\1.8.3-beta8 to
H:\3Pty\stlsoft\1.8.3-beta9:    24
Items changed (edit) from H:\3Pty\stlsoft\1.8.3-beta8 to
H:\3Pty\stlsoft\1.8.3-beta9:        0
Items changed (unversioned) from H:\3Pty\stlsoft\1.8.3-beta8 to
H:\3Pty\stlsoft\1.8.3-beta9: 3
Items deleted from H:\3Pty\stlsoft\1.8.3-beta8:
0
Items added to H:\3Pty\stlsoft\1.8.3-beta9:
1
  H:\3Pty\stlsoft\1.8.3-beta9\inprogress\atlstl\string_traits.hpp



May 04, 2005
Matthew wrote:

> Download from http://stlsoft.org/downloads.html#stlsoft_1_8_3b9; unittest zip has also been updated
> 
> Bug fixes only. I intend to release 1.8.3 in the 3rd week of May, with updated docs and incorporating any last errors that anyone detects between now and then

This built just fine now, on Fedora Core 1 with GCC 3.3.2:

+ ./bin/stlsoft.unittest.gcc33.rangelib
Running RangeLib unittests
+ ./bin/stlsoft.unittest.gcc33.stlsoft
Running STLSoft unittests
+ ./bin/stlsoft.unittest.gcc33.unixstl
Running UNIXSTL unittests
+ exit 0

The spec file for building RPMS can be found at this URL:

http://www.algonet.se/~afb/d/stlsoft.spec

You will also need this little "config script" template:

http://www.algonet.se/~afb/d/stlsoft-config.in

It will eventually build stlsoft-1.8.3-0.9beta.noarch.rpm

--anders