HP-UX 11i Version 1.5 Release Notes, May 2001
Table Of Contents
- 1 Overview of the Release Notes
- 2 Workstation/Server Specific Information
- 3 HP-UX Features
- 4 File and Disk Management
- 5 Networking
- 6 Commands and System Calls
- 7 Programming
- aC++ Libraries
- Changes to libc
- libcres.a Library
- New libdcekt.sl and libdcecpkt.sl Libraries
- New Linux Compatible API Library
- New locale Libraries
- New Unwind Library
- X11 Libraries
- SNMP
- Machine Dependent Headers
- Threadsafe Documentation
- Obsolescence and Deprecation of APIs
- Linker Toolset
- gprof Multiple Shared Library Profiling
- CXperf Performance Monitoring Support
- HP Caliper
- WDB Debugger Tool
- ADB Debugger Tool
- Fortran
- Packaging for Specific Releases
- 8 Other Functionality

Programming
libcres.a Library
Chapter 7102
libcres.a Library
The libcres.a library is an archive of functions (select functions from
libc) that are leaf functions that do not use shared data. The intent of
this library is to provide performance critical applications with the
ability to call certain performance critical functions more efficiently than
would be possible if those functions were in a shared library. This library
is useful because, from the HP-UX 11i Version 1.5 (B.11.20) release
onwards, libc is no longer available in archive form.
The libcres usage model has changed significantly, it does not need to be
linked with the application explicitly. The libcres.a linkage is handled
automatically by the tool chain.
The functions in libcres.a may change in future releases.
libcres.a Documentation
For more information, see the libcres.a (5) manual page.