summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 199324: changed all i?86 checks to i*86 because Cygwin's "uname -m"NSPR_4_3_RTMwtc%netscape.com2003-03-272-6/+6
* Use NSPR_4_3_RTM instead of NSPR_4_3_RELEASE. I decided to follow NSS'swtc%netscape.com2003-03-271-1/+1
* Set NSPR version to 4.3.wtc%netscape.com2003-03-271-2/+2
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-226-21/+43
* Bug 135450: OS/2 only - don't set priority if it is the default.wtc%netscape.com2003-03-223-2/+19
* Do not use cygwin-wrapper if we are using MKS Korn Shell. We determinewtc%netscape.com2003-03-222-24/+28
* Bug 192797: improved the implementation of PR_Poll for Win32. Increasewtc%netscape.com2003-03-201-3/+30
* Bug 195411: added the LL_MaxUint function and the LL_MAXUINT macro.wtc%netscape.com2003-03-045-4/+20
* Backed out the previous checkin. I'd like to come up with a better patchwtc%netscape.com2003-02-281-30/+3
* Bug 192797: improved the implementation of PR_Poll for Win32. Increasewtc%netscape.com2003-02-281-3/+30
* Bug 164841: use high performance timers (again) on OS/2.wtc%netscape.com2003-02-281-4/+44
* Added a comment.wtc%netscape.com2003-02-281-0/+6
* Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION.wtc%netscape.com2003-02-284-7/+7
* Removed obsolete PR_CLIENT_BUILD and PR_CLIENT_BUILD_UNIX make variables.wtc%netscape.com2003-02-271-11/+0
* Removed unused file module.df.wtc%netscape.com2003-02-271-42/+0
* Bug 191948: a better implementation of PR_GetLibraryFilePathname for 32-bitwtc%netscape.com2003-02-271-15/+27
* Bug 191703: if struct tm has the nonstandard tm_zone and tm_gmtoff fields,wtc%netscape.com2003-02-261-7/+5
* Added a comment explaining why we force the use of absolute symlinks onwtc%netscape.com2003-02-261-0/+2
* Deleted blank lines at the end of the file.wtc%netscape.com2003-02-261-3/+0
* Bug 193380: added IPv6 support on HP-UX 11i or later. Cleaned up thewtc%netscape.com2003-02-263-28/+53
* Bug 191270: passed the XXX_RETURN_ON_ERROR flags to several Mac OS Xwtc%netscape.com2003-02-261-5/+22
* Only force the use of absolute symlinks on Darwin when building Mozilla.seawood%netscape.com2003-02-262-3/+6
* Bug 192015: implemented the PR_GetLibraryFilePathname function for OpenVMS.wtc%netscape.com2003-02-251-0/+154
* Bug 191823: implement PR_GetLibraryFilePathname for OS/2. The patch iswtc%netscape.com2003-02-251-0/+21
* Bug 193007: export PR_CreateThread and PR_SetError and new NSPR 4.3wtc%netscape.com2003-02-252-1/+123
* Bug 186745: use the BSD getifaddrs() function to query the presence ofwtc%netscape.com2003-02-251-1/+2
* Bug 194298: inherit from the shell instead of the parent. The patch iswtc%netscape.com2003-02-241-1/+1
* Default to using absolute symlinks when building on Darwin.seawood%netscape.com2003-02-231-0/+11
* Bug 186745: on FreeBSD, use the getifaddrs function to query the presencewtc%netscape.com2003-02-221-1/+1
* Bug 192589: keep querying the presence of IPv4 and IPv6 interfaces until atwtc%netscape.com2003-02-221-7/+27
* Bug 193969: implemented atomic routines for Darwin PPC in assembly.wtc%netscape.com2003-02-225-25/+136
* Changed License: MPL to MPL/GPL.kirk.erickson%sun.com2003-02-131-1/+1
* Bug 192364: the "echo" command is not necessary. Use $(dist_includedir),wtc%netscape.com2003-02-131-2/+2
* Bug 189501: use the PR_VERSION macro in prinit.h for version info. Thewtc%netscape.com2003-02-131-10/+8
* Bug 192962: include <string.h> for the declaration of memcpy.wtc%netscape.com2003-02-122-0/+3
* checking in 2nd part on my fix to generate prototype filr,NSPR_4_3_BETA1sonja.mirtitsch%sun.com2003-02-081-2/+2
* checking in Kirk's patchsonja.mirtitsch%sun.com2003-02-081-1/+5
* changing PRODUCT VERSIONsonja.mirtitsch%sun.com2003-02-082-3/+11
* Bug 189501: added three directories. Without these, /usr/include/mps isn'twtc%netscape.com2003-02-041-0/+3
* Bug 191270: added the ability to load a dynamic shared library (.dylib) onwtc%netscape.com2003-02-041-1/+17
* Bug 189501: added support for building Linux RPMs. The patch and new fileswtc%netscape.com2003-02-046-13/+226
* Should pass NSUNLINKMODULE_OPTION_NONE instead of FALSE as the secondwtc%netscape.com2003-01-231-1/+1
* Bug 90010: added support for Linux for s390 and s390x. The patch iswtc%netscape.com2003-01-233-2/+99
* Bug 188439: fixed a bug in the PR_Poll implementation forwtc%netscape.com2003-01-205-59/+102
* Bug 80082: need to install libnspr_flt4.so in dist/bin too, for the Mozillawtc%netscape.com2003-01-201-0/+1
* Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch iswtc%netscape.com2003-01-2019-206/+200
* Bug 185687: added PR_CallOnceWithArg, a version of PR_CallOnce that allowswtc%netscape.com2003-01-183-0/+34
* Bug 189332: Implemented the new function PR_GetLibraryFilePathname forwtc%netscape.com2003-01-1713-10/+405
* Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two newwtc%netscape.com2003-01-1611-11/+121
* MACOS_DEPLOYMENT_TARGET only needs to be defined if we are building onwtc%netscape.com2003-01-152-33/+33