Re: makefiles issues

2005-12-08 Thread Liviu Nicoara
Martin Sebor wrote: I see. I'm not sure whether this ever worked or that it was intended to. The current behavior, when no target is specified, is to create BUILDDIR and try to build everything. I suppose specifying a target would let us build just the specified target (and its dependencies),

Re: makefiles issues

2005-12-08 Thread Martin Sebor
Liviu Nicoara wrote: Martin Sebor wrote: I see. I'm not sure whether this ever worked or that it was intended to. The current behavior, when no target is specified, is to create BUILDDIR and try to build everything. I suppose specifying a target would let us build just the specified target

[jira] Created: (STDCXX-85) build process fails in TOPDIR if target (lib, etc.) specified

2005-12-08 Thread Liviu Nicoara (JIRA)
build process fails in TOPDIR if target (lib, etc.) specified - Key: STDCXX-85 URL: http://issues.apache.org/jira/browse/STDCXX-85 Project: STDCXX Type: Bug Components: Build Versions: 4.1.2

Re: Any ideas on these StdLib build errors?

2005-12-08 Thread Martin Sebor
Jeremy Dean wrote: I am getting the following errors when trying to build the Standard Library on AIX 5.3 with the Visual Age 7.0 compiler: xlCcore_r -q64 -D_RWCONFIG=12s -I./../../../include -I./../../../include/ansi -I./../../.. -I.. -I. -D_RWBUILD_std -O -D_REENTRANT -qsuppress=1500-029

Re: test for lib.alg.generate

2005-12-08 Thread Martin Sebor
Anton Pevtsov wrote: The attached file contains my attempt to update this test and port it to new test driver. Here I implemented special class to be used as Size (some integral type) in the generate_n algorithm. I plan to update the lib.alg.fill test in the same way. Thanks. I tightened up

[jira] Created: (STDCXX-86) [MSVC 8.0] compilation error on the use of __value

2005-12-08 Thread Martin Sebor (JIRA)
[MSVC 8.0] compilation error on the use of __value -- Key: STDCXX-86 URL: http://issues.apache.org/jira/browse/STDCXX-86 Project: STDCXX Type: Bug Components: Build Versions: 4.1.2 Environment: MSVC 8.0

[jira] Commented: (STDCXX-86) [MSVC 8.0] compilation error on the use of __value

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-86?page=comments#action_12359756 ] Martin Sebor commented on STDCXX-86: The identifier __value is listed among the C++ Keywords as a Microsoft extension:

[jira] Resolved: (STDCXX-86) [MSVC 8.0] compilation error on the use of __value

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-86?page=all ] Martin Sebor resolved STDCXX-86: Resolution: Fixed Fixed with the referenced change. [MSVC 8.0] compilation error on the use of __value

[jira] Resolved: (STDCXX-83) std::generate_n() assumes Size can be decremented

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-83?page=all ] Martin Sebor resolved STDCXX-83: Resolution: Fixed Fixed and test case added with the referenced changes. std::generate_n() assumes Size can be decremented

[jira] Closed: (STDCXX-86) [MSVC 8.0] compilation error on the use of __value

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-86?page=all ] Martin Sebor closed STDCXX-86: -- [MSVC 8.0] compilation error on the use of __value -- Key: STDCXX-86 URL:

[jira] Closed: (STDCXX-83) std::generate_n() assumes Size can be decremented

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-83?page=all ] Martin Sebor closed STDCXX-83: -- std::generate_n() assumes Size can be decremented - Key: STDCXX-83 URL:

[jira] Closed: (STDCXX-81) [EDG eccp/Solaris 10] error compiling assert.cpp

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-81?page=all ] Martin Sebor closed STDCXX-81: -- [EDG eccp/Solaris 10] error compiling assert.cpp Key: STDCXX-81 URL:

[jira] Closed: (STDCXX-76) [MSVC 8.0] std::uncaught_exception() always true

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-76?page=all ] Martin Sebor closed STDCXX-76: -- [MSVC 8.0] std::uncaught_exception() always true Key: STDCXX-76 URL:

[jira] Closed: (STDCXX-63) [EDG eccp] error type long long is nonstandard in example ostream1.cpp

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-63?page=all ] Martin Sebor closed STDCXX-63: -- Fix confirmed. [EDG eccp] error type long long is nonstandard in example ostream1.cpp

[jira] Closed: (STDCXX-56) [gcc -Wshadow] warning from deque and vector

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-56?page=all ] Martin Sebor closed STDCXX-56: -- Fix confirmed. [gcc -Wshadow] warning from deque and vector Key: STDCXX-56 URL:

[jira] Closed: (STDCXX-50) [gcc/IRIX] ld warning 84: library is not used for resolving any symbol

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-50?page=all ] Martin Sebor closed STDCXX-50: -- Fix confirmed. [gcc/IRIX] ld warning 84: library is not used for resolving any symbol --

[jira] Closed: (STDCXX-54) [gcc/IRIX] warning: passing of negative value to unsigned int

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-54?page=all ] Martin Sebor closed STDCXX-54: -- Fix confirmed. [gcc/IRIX] warning: passing of negative value to unsigned int - Key:

[jira] Closed: (STDCXX-14) [Windows] atomic.{S,s} causing svn client errors

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-14?page=all ] Martin Sebor closed STDCXX-14: -- Fix confirmed. [Windows] atomic.{S,s} causing svn client errors Key: STDCXX-14 URL:

[jira] Closed: (STDCXX-18) bizarre failures due to missing BUILDDIR

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-18?page=all ] Martin Sebor closed STDCXX-18: -- Fix confirmed. bizarre failures due to missing BUILDDIR Key: STDCXX-18 URL:

[jira] Closed: (STDCXX-15) [MSVC] EXCEPTION_DTOR test crashes with VC 7.1 debug

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-15?page=all ] Martin Sebor closed STDCXX-15: -- Fix confirmed. [MSVC] EXCEPTION_DTOR test crashes with VC 7.1 debug Key: STDCXX-15

[jira] Closed: (STDCXX-21) [Cygwin] wcodecvt.cpp:840: warning: comparison is always true due to limited range of data type

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-21?page=all ] Martin Sebor closed STDCXX-21: -- Fix confirmed. [Cygwin] wcodecvt.cpp:840: warning: comparison is always true due to limited range of data type

[jira] Closed: (STDCXX-25) string::insert() curruption inserting self

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-25?page=all ] Martin Sebor closed STDCXX-25: -- Fix confirmed. string::insert() curruption inserting self -- Key: STDCXX-25 URL:

[jira] Closed: (STDCXX-38) [Compaq C++ -O2] build failure due to _RWSTD_*_HAS_DENORM not defined

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-38?page=all ] Martin Sebor closed STDCXX-38: -- Fix confirmed. [Compaq C++ -O2] build failure due to _RWSTD_*_HAS_DENORM not defined -

[jira] Closed: (STDCXX-39) [Cygwin] gas reports junk in atomic.s

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-39?page=all ] Martin Sebor closed STDCXX-39: -- Fix confirmed. [Cygwin] gas reports junk in atomic.s - Key: STDCXX-39 URL:

[jira] Closed: (STDCXX-44) [MIPSpro 7.41] crashes due to conflicts with libCio.so

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-44?page=all ] Martin Sebor closed STDCXX-44: -- Fix confirmed. [MIPSpro 7.41] crashes due to conflicts with libCio.so -- Key: STDCXX-44

[jira] Closed: (STDCXX-46) [VAC++ 7.0.0.3] duplicate definition of std::div in cstdlib

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-46?page=all ] Martin Sebor closed STDCXX-46: -- Fix confirmed. [VAC++ 7.0.0.3] duplicate definition of std::div in cstdlib - Key:

[jira] Closed: (STDCXX-45) [MIPSpro] make wide (64-bit) builds possible

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-45?page=all ] Martin Sebor closed STDCXX-45: -- Fix confirmed. [MIPSpro] make wide (64-bit) builds possible Key: STDCXX-45 URL:

[jira] Resolved: (STDCXX-84) std::fill_n() assumes Size can be decremented

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-84?page=all ] Martin Sebor resolved STDCXX-84: Resolution: Fixed Resolved. Will close when a test has been added to the test suite. std::fill_n() assumes Size can be decremented

[jira] Resolved: (STDCXX-67) std::istream::getline(buffer, 0) writes past the end of buffer

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-67?page=all ] Martin Sebor resolved STDCXX-67: Resolution: Fixed Resolved. To be closed after a test has been added to the test suite. std::istream::getline(buffer, 0) writes past the end of buffer

[jira] Resolved: (STDCXX-60) std::istream::get(char*, size_type) doesn't store NUL on failure

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-60?page=all ] Martin Sebor resolved STDCXX-60: Resolution: Fixed Fixed. To be closed after a test exercising this has been added to the test suite. std::istream::get(char*, size_type) doesn't store

[jira] Closed: (STDCXX-80) [gcc 4] build error due to missing mapfile.gcc-4

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-80?page=all ] Martin Sebor closed STDCXX-80: -- Resolution: Fixed Fixed with the referenced change. [gcc 4] build error due to missing mapfile.gcc-4

[jira] Closed: (STDCXX-64) [HP aCC 3,5 +w] Warning (suggestion) 933: Null macro argument

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-64?page=all ] Martin Sebor closed STDCXX-64: -- Resolution: Fixed Fixed with the referenced change. [HP aCC 3,5 +w] Warning (suggestion) 933: Null macro argument

[jira] Updated: (STDCXX-66) implement large file support in iostreams

2005-12-08 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-66?page=all ] Martin Sebor updated STDCXX-66: --- Component: 27. Input/Output Summary: implement large file support in iostreams (was: Errors accessing large files) implement large file support in