RE: Null src pointer in memcpy?

2008-04-11 Thread Eric Lemings
I was just asking because I observed such a call in _rw_bufcat(). It happens when the printf-like functions in tests/src/printf.cpp are creating a new buffer for formatting operations. Brad. -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor

_RWSTD_NO_BOOL vs _RWSTD_NO_NATIVE_BOOL

2008-04-11 Thread Farid Zaripov
In library headers somewhere used _RWSTD_NO_BOOL and somewhere - _RWSTD_NO_NATIVE_BOOL. The _RWSTD_NO_BOOL.is determined at configure step, but _RWSTD_NO_NATIVE_BOOL - not. At the same time _RWSTD_NO_NATIVE_BOOL mentioned in readme file, while _RWSTD_NO_BOOL - doesn't. What the difference

Re: _RWSTD_NO_BOOL vs _RWSTD_NO_NATIVE_BOOL

2008-04-11 Thread Martin Sebor
Farid Zaripov wrote: In library headers somewhere used _RWSTD_NO_BOOL and somewhere - _RWSTD_NO_NATIVE_BOOL. The _RWSTD_NO_BOOL.is determined at configure step, but _RWSTD_NO_NATIVE_BOOL - not. At the same time _RWSTD_NO_NATIVE_BOOL mentioned in readme file, while _RWSTD_NO_BOOL - doesn't.