See also
Issues from previous
releases for issues that may be pertinent from versions of GNUPro Toolkit
prior to this release.
The following documentation
discusses new features and alerts for this release of GNUPro Toolkit.
-
The malloc routines in the embedded
C library have been updated. The library includes a new header file, <malloc.h>,
and some useful new functions, including memalign and mallinfo
. The malloc routines now always call __malloc_lock and
__malloc_unlock to lock and unlock access to the memory pool.
The library provides default versions of these functions which do nothing;
if you invoke malloc from multiple threads, or reentrantly, you
should provide your own versions of these functions. See GNUPro
C Library in GNUPro Libraries for more details.
-
This release contains GNUPro for the Windows
environment, specifically, the Windows NT 4.0 (WinNT4.0-sp3)
and the Windows 95 environments (Win95-osr2),
using the GNUPro cygwin32 tools.
Unix by default does not have spaces in
any of the system paths whereas the NT and Win95 products use them
(such as in "My Documents").
Make sure when using the tools that this alerts you to the file naming
conventions.
As for the engineering of cygwin32,
some general parameters need further discussion.
At the time of the documentation's
completion for the
gnupro-98r1 version of distribution, a thorough
testing process hadn't finalized for rebuilding. For current documentation,
contact your Cygnus sales representative. See also
Rebuilding
from Source in
GNUPro Advanced Topics.