summaryrefslogtreecommitdiff
path: root/pr/include
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'AVIARY_1_0_20040515_BRANCH'THUNDERBIRD_0_6_RELEASETHUNDERBIRD_0_6_BASENETSCAPE_7_2_RELEASEMOZILLA_1_7_RELEASEMOZILLA_1_7_RC3MOZILLA_1_7_RC2MOZILLA_1_7_RC1MOZILLA_1_7_3_RELEASEMOZILLA_1_7_2_RELEASEMOZILLA_1_7_2_BASEMOZILLA_1_7_1_RELEASECAMINO_0_8_RELEASECAMINO_0_8_BETACAMINO_0_8_1_RELEASEAVIARY_20040809_MERGEPOINTAVIARY_1_0_20040515_BASEcvs2hg2004-04-1650-422/+1269
* 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-261-4/+6
* Bugzilla bug 115149: clean up threads properly on non-emx platforms.wtc%netscape.com2001-12-201-5/+4
* Bugzilla bug 97485: added the zone allocator (implemented by Nelsonwtc%netscape.com2001-12-201-0/+17
* Fix bug 106999 -- implement Mac atomic operations using Open Transport routin...sfraser%netscape.com2001-12-071-0/+19
* Bugzilla bug 113740: do not use the 32-bit SPARC assembly implementation ofwtc%netscape.com2001-12-071-1/+5
* Convert all rhapsody (pre-beta-macosx) references to darwin.seawood%netscape.com2001-10-265-10/+10
* Rename rhapsody to darwinseawood%netscape.com2001-10-252-7/+7
* Bugzilla bug 92085: checked in a Neutrino patch fromwtc%netscape.com2001-10-172-2/+3
* Install *.cfg files used for cross-compilingseawood%netscape.com2001-10-131-1/+3
* Fix for 100353 -- handle polling for read and write on different threads, and...sfraser%netscape.com2001-10-091-2/+1
* Bugzilla bug 84035: backed out the changes to the PRMonitor functionswtc%netscape.com2001-09-282-1/+47
* Fix for bug 71718. Make Mac NSPR work on dual CPU Mac OS X macines by using M...sfraser%netscape.com2001-09-272-0/+62
* Deleted unused prototypes for _PR_Unlock, _PR_SuspendThread, andwtc%netscape.com2001-09-151-4/+0
* Bugzilla bug 95836: Added _PR_CleanupIO() and made it callwtc%netscape.com2001-09-071-0/+1
* Bugzilla bug 95773: Added _PR_CleanupEnv() and call it from PR_Cleanup().wtc%netscape.com2001-09-071-0/+1
* Bugzilla bug 95784: added _PR_CleanupLayerCache and call it fromwtc%netscape.com2001-08-301-0/+1
* Bugzilla bug 95668: added _PR_CleanupThreads and call it from PR_Cleanup.wtc%netscape.com2001-08-291-0/+1
* Bugzilla bug 95659: added _PR_CleanupStacks(), which is called fromwtc%netscape.com2001-08-291-0/+1
* Bugzilla bug #88102: checked in a patch from Colin BlakesNSPRPUB_PRE_4_2_CLIENT_BASEwtc%netscape.com2001-08-151-0/+2
* Bugzilla bug 84361: added large file support for Linux.wtc%netscape.com2001-06-271-0/+2
* Bugzilla bug 81011: Changed the return type of _PR_MD_TEST_AND_LOCK fromwtc%netscape.com2001-06-245-5/+6
* Bugzilla Bug 63049: 64-bit Solaris does not need the libultrasparc4.sowtc%netscape.com2001-06-241-1/+3
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-231-6/+6
* Bugzilla bug #40941: Checked in Linux/ia64 patch from Bill Nottinghamwtc%netscape.com2001-06-091-0/+10
* Bugzilla bug #84035: we can't assume that 0 is an invalid value for thewtc%netscape.com2001-06-042-24/+4
* Bugzilla 81666. new os2 lockinglarryh%netscape.com2001-06-041-4/+4
* Bugzilla bug #51135: IPv6 support on OpenVMS. Thanks to Colin Blakeswtc%netscape.com2001-05-221-0/+19
* Removed all Makefile's. The new autoconf build system uses Makefile.in's.wtc%netscape.com2001-05-174-362/+0
* Verified that the autoconf build system is equivalent to the classicwtc%netscape.com2001-05-151-4/+2
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-125-161/+19
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-123-4/+3
* Set NSPR version to 4.2 Beta.wtc%netscape.com2001-05-121-3/+3
* Bugzilla bug #76896: added PR_CALLBACK for OS/2. Thanks to Michael Kaplywtc%netscape.com2001-05-083-3/+3
* Fix bug 29338 "PR_Poll should not poll (spin) on Mac". Checking in for sfras...gordon%netscape.com2001-03-131-0/+1
* Bugzilla bug #62877: deleted unused code added in the previous checkin.wtc%netscape.com2001-03-021-5/+0
* Bugzilla bug #62877: checked in patches contributed by Javier Pedemontewtc%netscape.com2001-03-022-1/+13
* Bugzilla bug #70295: do not hold _pr_flock_lock while calling the MDwtc%netscape.com2001-02-271-1/+3
* Fix nspr autoconf for OpenVMS.cls%seawood.org2001-02-251-1/+1
* Bugzilla bug #69496: set the minimum thread stack size on OpenVMS.wtc%netscape.com2001-02-221-0/+1
* fix for bug 66508. r=pinkerton, sr=sfraser. Landing fix from 6.0 branch to d...gordon%netscape.com2001-02-071-1/+1
* Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), $(include...cls%seawood.org2001-01-218-21/+21
* Sync'ing long lost changes between Makefile & Makefile.incls%seawood.org2000-12-301-3/+9
* Bugzilla bug #63697: NetBSD 1.5 or newer has IPv6. Thanks towtc%netscape.com2000-12-281-0/+6
* Bugzilla bug #61746: make NSPR local threads work on more NetBSD platforms.wtc%netscape.com2000-12-101-28/+77
* Bugzilla: 61747. netbsdlarryh%netscape.com2000-12-011-2/+2
* Bugzilla: 46651. buffsize -> bufsizelarryh%netscape.com2000-10-111-1/+1
* Bugzilla: 55271. Attach thread on BeOSlarryh%netscape.com2000-10-101-2/+3
* Bugzilla bug #53902: a better way to fix the va_list compilation problemwtc%netscape.com2000-10-101-0/+1