./devel/nspr, Platform-neutral API for system level and libc like functions

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 4.38.2, Package name: nspr-4.38.2, Maintainer: pkgsrc-users

Netscape Portable Runtime (NSPR) provides a platform-neutral API for system
level and libc-like functions. The API is used in the Mozilla clients, many
of Red Hat's and Oracle's server applications, and other software offerings.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1001.361 KB

Version history: (Expand)


CVS history: (Expand)


   2025-11-11 09:59:30 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
nspr: update to 4.38.2.

- Fixed a syntax error in test file parsetm.c,
  which was introduced in 4.38.1
   2025-11-10 21:51:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
nspr: update to 4.38.1.

- Incorrect time value produced by PR_ParseTimeString and
  PR_ParseTimeStringToExplodedTime if input string doesn't
  specify seconds.
   2025-11-05 12:32:38 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
nspr: update to 4.38.

- Removed support for HPUX and _PR_POLL_WITH_SELECT.
- Fixed a bug in pt_TCP_SendTo on macOS
- Ensure parameter passed to isalpha() is unsigned char.
   2025-07-18 00:06:58 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
nspr: update to 4.37.

Changes not found.
   2024-10-22 14:52:02 by Ryo ONODERA | Files touched by this commit (7) | Package updated
Log message:
devel/nspr: Update to 4.36

Changelog:
NSPR 4.36 contains the following changes:
- remove support for OS/2
- remove support for Unixware, Bsdi, old AIX, old HPUX9 & scoos
- remove support for Windows 16 bit
- renamed the prwin16.h header to prwin.h
- configure was updated from 2.69 to 2.71
- various build, test and automation script fixes
- major parts of the source code were reformatted
   2023-06-27 12:44:01 by Taylor R Campbell | Files touched by this commit (2)
Log message:
devel/nspr: Don't install compile-et.pl in cross-builds.

Nor prerr.properties.

Not sure if these are ever useful for native builds, but
compile-et.pl is a build-time executable with the wrong interpreter
for cross builds.
   2022-12-16 00:01:17 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
nspr: properly fix nspr/pr/src/pthreads/ptthread.c; pkglint fixes
   2022-09-12 15:12:44 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
nspr: update to 4.35.

NSPR 4.35 contains the following changes:
- fixes for building with clang
- use the number of online processors for the
  PR_GetNumberOfProcessors() API on some platforms
- fix build on mips+musl libc
- Add support for the LoongArch 64-bit architecture