Netscape Portable Runtime
NSPR provides platform independence for non-GUI operating system
facilities. These facilities include threads, thread synchronization,
normal file and network I/O, interval timing and calendar time, basic
memory management (malloc and free), and shared library linking.
- Developed at mozilla:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/mozilla-nspr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000013 13 Bytes | |
mozilla-nspr.changes | 0000021284 20.8 KB | |
mozilla-nspr.spec | 0000003793 3.7 KB | |
nspr-4.12.tar.gz | 0001135458 1.08 MB |
Revision 59 (latest revision is 85)
Dominique Leuenberger (dimstar_suse)
accepted
request 368754
from
Wolfgang Rosenauer (wrosenauer)
(revision 59)
- update to version 4.12 * added a PR_GetEnvSecure function, which attempts to detect if the program is being executed with elevated privileges, and returns NULL if detected. It is recommended to use this function in general purpose library code. * fixed a memory allocation bug related to the PR_*printf functions * exported API PR_DuplicateEnvironment, which had already been added in NSPR 4.10.9 * added support for FreeBSD aarch64 * several minor correctness and compatibility fixes
Comments 0