summaryrefslogtreecommitdiff
path: root/pr
Commit message (Expand)AuthorAgeFilesLines
* Bug 212566: _pr_ipv6_v6only_on_by_default needs to be defined for DARWINwtc%netscape.com2003-07-141-18/+28
* Bug 126937: implement PR_GetSysfdTableMax and PR_SetSysfdTableSize forwtc%netscape.com2003-07-091-4/+18
* Bug 211512: worked around Mac OS X Panther Beta's bug that the IPV6_V6ONLYwtc%netscape.com2003-07-091-6/+32
* Use standard __declspec keyword instead of _declspec.seawood%netscape.com2003-06-251-13/+8
* Bug 207614: fixed the way prcpucfg.h is created on OpenVMS so that itsCFM_LAST_RITESwtc%netscape.com2003-06-061-1/+9
* Bug 207421: use /Op to disable some floating-point optimizations of MSVCwtc%netscape.com2003-06-061-0/+10
* Bug 206815: fixed a benign UMR in the PR_Poll implementations based onwtc%netscape.com2003-05-232-0/+2
* Bug 205582: map EHOSTUNREACH to PR_HOST_UNREACHABLE_ERROR on Unix. r=darin.FIREBIRD_0_6_RELEASEwtc%netscape.com2003-05-141-0/+3
* Bug 200335: need to cast pthread_t (which could be a pointer) to anwtc%netscape.com2003-05-141-1/+1
* Set NSPR version to 4.4 Beta.wtc%netscape.com2003-05-141-2/+2
* Bug 203317: getipnodebyxxx routines are not thread-safe on OpenVMS, so wewtc%netscape.com2003-04-301-0/+18
* Bug 104529: on OS/2, when writing to the command-line console, we mustwtc%netscape.com2003-04-181-0/+38
* Added an empty comment line to cause the mapfile to get rebuilt. This iswtc%netscape.com2003-04-101-0/+1
* Bug 126932: make runtests.{sh,ksh} work on OS/2. Include the header forwtc%netscape.com2003-04-093-2/+9
* Bug 190538: checked in again the change that was backed out.wtc%netscape.com2003-04-092-23/+68
* Bugzilla 190538: backed out the previous checkin because it broke the OS/2wtc%netscape.com2003-04-092-68/+23
* Bug 200561: cite the bug number in the comment.wtc%netscape.com2003-04-091-1/+1
* Bug 200561: do not include <string.h> in optimized builds for AIX so thatwtc%netscape.com2003-04-091-0/+9
* Bug 190538: use the cross-platform syntax of the *.def files (copied fromwtc%netscape.com2003-04-092-23/+68
* Bug 198634: we need to implement PR_DetachThread on the platforms thatwtc%netscape.com2003-04-091-0/+12
* Add PR_GetPathSeparator function.seawood%netscape.com2003-04-043-0/+17
* Turn off optimizations for prprf.c on OS/2 to avoid PR_snprintf problem.MOZILLA_1_4a_RELEASEseawood%netscape.com2003-04-011-0/+8
* Bug 188246: support OS/2.wtc%netscape.com2003-03-261-1/+1
* Bug 188246: support building NSPR with gcc 3.x on OS/2. also fixed thewtc%netscape.com2003-03-2614-83/+175
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-221-0/+4
* Bug 198634: fixes to OS/2 threading code. The patch is contributed bywtc%netscape.com2003-03-223-2/+19
* Bug 195411: added the LL_MaxUint function and the LL_MAXUINT macro.wtc%netscape.com2003-03-045-4/+20
* 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
* 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-271-7/+5
* Bug 191270: added the ability to load a dynamic shared library (.dylib) onwtc%netscape.com2003-02-261-4/+37
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-265-2/+102
* Backed out the previous checkin. Just noticed that the Mozilla trunk iswtc%netscape.com2003-02-265-102/+2
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-265-2/+102
* Bug 193380: added IPv6 support on HP-UX 11i or later. Cleaned up thewtc%netscape.com2003-02-261-0/+7
* Bug 192015: implemented the PR_GetLibraryFilePathname function for OpenVMS.wtc%netscape.com2003-02-251-0/+154
* Bug 191823: implement the PR_GetLibraryFilePathname function for OS/2. Thewtc%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
* Backed out the previous checkin. Mozilla Tinderbox is failing a test. Iwtc%netscape.com2003-02-231-18/+2
* Bug 191270: added the ability to load a dynamic shared library (.dylib) onwtc%netscape.com2003-02-231-2/+18
* Bug 186745: on FreeBSD, use the getifaddrs function to query the presencewtc%netscape.com2003-02-221-1/+1
* Bug 192589: added a comment explaining what the bug fix does.wtc%netscape.com2003-02-221-0/+5
* Bug 192589: keep querying the presence of IPv4 and IPv6 interfaces untilwtc%netscape.com2003-02-221-7/+22
* Bug 193969: implemented atomic routines for Darwin PPC in assembly.wtc%netscape.com2003-02-222-3/+16
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2003-02-221-0/+92
* Removed the temporary fix in the previous checkin.wtc%netscape.com2003-01-211-3/+0