summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla bug 106496: PR_NewTCPSocketPair should check the source of thewtc%netscape.com2002-01-231-2/+18
* Bugzilla bug 119935: we need to set the priority of the new thread only ifwtc%netscape.com2002-01-232-1/+14
* Bugzilla bug 119384: deleted two assertions that contained illegal typewtc%netscape.com2002-01-231-2/+0
* Fixed compiler warnings.wtc%netscape.com2002-01-2321-55/+54
* Fixed if-else indentation style.wtc%netscape.com2002-01-222-10/+6
* Fix #99561 (on NSPR tip). Use MPSemaphore calls rather than WaitNextEvent to...sdagley%netscape.com2002-01-225-32/+138
* Bugzilla bug 100776: handle non-blocking connect correctly on OS/2.wtc%netscape.com2002-01-188-773/+657
* Bugzilla bug 118631: a correct implementation of _PR_CreateOS2Process.wtc%netscape.com2002-01-121-115/+139
* Bugzilla bug 119406: fixed a misspelling. Thanks to Nick Blieverswtc%netscape.com2002-01-111-1/+1
* Landing BeOS BONE support.seawood%netscape.com2002-01-109-305/+591
* Bugzilla bug 112987: correctly detect the FreeBSD versions in which poll()wtc%netscape.com2002-01-051-5/+14
* Define IS_64 for FreeBSD/alpha.wtc%netscape.com2002-01-021-4/+5
* Make building for Darwin/x86 work. The patch is from Matt Watson.wtc%netscape.com2002-01-022-23/+21
* Recent versions of freebsd have a threadsafe poll.seawood%netscape.com2002-01-012-3/+4
* Bugzilla bug 96199: added _PR_CleanupMW() to clean up the static datawtc%netscape.com2001-12-284-0/+14
* Bugzilla bug 96198: added _PR_CleanupDtoa() to destroy the locks createdwtc%netscape.com2001-12-284-0/+13
* Bugzilla bug 96197: added _PR_CleanupCallOnce() to destroy the lock andwtc%netscape.com2001-12-283-0/+10
* Bugzilla bug 96122: use _PR_ShutdownLinker() on all platforms to clean upwtc%netscape.com2001-12-285-13/+39
* Bugzilla bug 96112: destroys _pr_logLock in _PR_CleanupLog(). The patch iswtc%netscape.com2001-12-271-0/+5
* Bugzilla bug 95839: added _PR_CleanupNet() to destroy the locks created bywtc%netscape.com2001-12-274-0/+19
* Bugzilla bug 113935: truncate the log file if it already exists.wtc%netscape.com2001-12-271-1/+1
* Bugzilla bug 110868: PR_FileDesc2NativeHandle should look for the NSPRwtc%netscape.com2001-12-271-14/+8
* Bugzilla bug 110869: defining the FORCE_PR_ASSERT macro allows one towtc%netscape.com2001-12-271-2/+2
* Bugzilla bug 48308: checked in part of the patch to bring NSPR up towtc%netscape.com2001-12-264-10/+21
* Bugzilla bug 115149: clean up threads properly on non-emx platforms.wtc%netscape.com2001-12-204-50/+29
* Bugzilla bug 97485: added the zone allocator (implemented by Nelsonwtc%netscape.com2001-12-204-0/+378
* Updated the test for the NSPR 4.2 release.wtc%netscape.com2001-12-181-6/+6
* Fix bug 106999 -- implement Mac atomic operations using Open Transport routin...sfraser%netscape.com2001-12-072-0/+39
* Bugzilla bug 113740: do not use the 32-bit SPARC assembly implementation ofwtc%netscape.com2001-12-073-6/+6
* Bugzilla bug 113906: Made _PR_MD_OPEN more efficient. The patch iswtc%netscape.com2001-12-071-16/+25
* Do not build NSPR optimized if MOZ_TRACE_MALLOC is set.seawood%netscape.com2001-12-061-1/+1
* Revert to using standard config.sub & config.guess entries for OS/2.seawood%netscape.com2001-12-024-30/+15
* Adding test for gcc -pipe feature.seawood%netscape.com2001-12-022-52/+140
* Use -no-cpp-precomp instead of -traditional-cpp for darwinseawood%netscape.com2001-11-142-2/+2
* Tell BSD strip to just strip local & debug symbols rather than all symbols fo...seawood%netscape.com2001-11-032-22/+24
* Moved darwin section to proper platform location.seawood%netscape.com2001-11-032-79/+83
* Adding strtok.c per bug 106372sfraser%netscape.com2001-11-011-0/+0
* Use PL_strcmp instead of strcmp to avoid having to include <string.h>.wtc%netscape.com2001-11-011-1/+1
* Added lib/tests/Makefile to the list of makefiles to be generated bywtc%netscape.com2001-10-316-1/+167
* Bugzilla bug 106771: support building on HP-UX 11.11. The patch is fromwtc%netscape.com2001-10-262-5/+5
* Convert all rhapsody (pre-beta-macosx) references to darwin.seawood%netscape.com2001-10-2618-66/+32
* Rename rhapsody to darwinseawood%netscape.com2001-10-253-8/+8
* Bugzilla bug 71179: Neutrino needs the RTLD_GROUP flag to load Netscapewtc%netscape.com2001-10-171-0/+5
* Bugzilla bug 77197: use spawn in Neutrino because fork & exec does notwtc%netscape.com2001-10-171-0/+42
* Bugzilla bug 92085: checked in a Neutrino patch fromwtc%netscape.com2001-10-172-2/+3
* Bugzilla bug 77188: checked in a configure patch for Neutrino fromwtc%netscape.com2001-10-172-37/+47
* Bugzilla bug 105154: fixed a timing problem in OS/2's implementation ofwtc%netscape.com2001-10-161-2/+6
* We don't assert on invalid arguments now.wtc%netscape.com2001-10-161-5/+0
* Bugzilla bug 104269: allow one to specify an includedir or dist_includedirwtc%netscape.com2001-10-163-96/+102
* Install *.cfg files used for cross-compilingseawood%netscape.com2001-10-131-1/+3