summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'MOZILLA_1_2_BRANCH'MOZILLA_1_2_BRANCHcvs2hg2002-10-310-0/+0
* Bug 176543: handle the case of invoking a program wit no arguments. Thewtc%netscape.com2002-10-311-3/+3
* Bug 168831: fixed the bug that PR_Poll was ignoring out_flags reported byPHOENIX_0_4_RELEASEwtc%netscape.com2002-10-251-13/+16
* Bug 165602: checked in Brian Ryner's changes to allow Mac OS X 10.2 buildsPHOENIX_0_3_RELEASEPHOENIX_0_2_RELEASEMOZILLA_1_2b_RELEASEwtc%netscape.com2002-09-263-101/+166
* Bug 168993: PR_Poll should clear out_flags for null fd's. r=jgmyers.PAVLOV_20020924_TAGwtc%netscape.com2002-09-245-0/+22
* Bug 169569: always use the Solaris ld (/usr/ccs/bin/ld) to link NSPRPHOENIX_0_1_RELEASEwtc%netscape.com2002-09-192-19/+21
* Bug 72100: added macros for the maximum and minimum values of PRInt8,wtc%netscape.com2002-09-181-0/+36
* Bug 167375: configuration changes needed for building on BSD/OS 5.0.wtc%netscape.com2002-09-123-4/+14
* Bug 166716: do not assert in the unimplemented memory-mapped fileMOZILLA_1_2a_RELEASEwtc%netscape.com2002-09-063-10/+3
* Dummy change to force the Mozilla tinderbox to rebuild.wtc%netscape.com2002-08-281-1/+0
* Sync'ed up with the tip.wtc%netscape.com2002-08-2817-45/+110
* 1. Checked in the fix for bug 157241 to enable debugging with gcc/gdb onwtc%netscape.com2002-08-232-101/+121
* Fix build problem caused by having spaces in the username.SURESH_IM_STANDALONE_BASEseawood%netscape.com2002-08-102-105/+120
* Add compiler test for +Olit=all support for hpux cc.seawood%netscape.com2002-08-102-25/+88
* Merged the fix for bug 158396 from the tip (rev. 3.27 and rev. 3.28) towtc%netscape.com2002-08-091-6/+12
* Misc build cleanup v1:seawood%netscape.com2002-08-082-121/+146
* Remove explicitly linking against -lc on linux as it could break backwards bi...seawood%netscape.com2002-08-071-2/+2
* Remove explicitly linking against -lc on linux as it could break backwards bi...seawood%netscape.com2002-08-072-23/+21
* Bug 149195: added IPv6 support for IRIX. The patch is contributed bywtc%netscape.com2002-08-071-0/+5
* Fix bug 158927 -- controls not drawing correctly in QuickTime plugin. The pro...sfraser%netscape.com2002-07-272-16/+43
* Dummy white space change to cause Tinderbox to rebuild.wtc%netscape.com2002-07-241-0/+1
* Bug 153525: backed out the previous checkin because sfraser checked in awtc%netscape.com2002-07-241-12/+10
* Tidy up the whitespace from the last checkin. Ooops.sfraser%netscape.com2002-07-241-1/+1
* Fixing the MachO (DARWIN) build, which broke when wtc checked in a patch in b...sfraser%netscape.com2002-07-241-1/+1
* Dummy white space change to cause Tinderbox to rebuild.wtc%netscape.com2002-07-241-1/+0
* Bug 153525: fixed build breakage caused by the previous checkin.wtc%netscape.com2002-07-241-10/+12
* Dummy white space change to force the Tinderbox to rebuild.wtc%netscape.com2002-07-241-0/+1
* Bug 153525: fixed build problems under gcc2 on Mac OS X. r=bryner.wtc%netscape.com2002-07-242-37/+13
* Bug 141614: restored Matthew Zahorik's net_server nonblocking connectMOZILLA_1_1b_RELEASEwtc%netscape.com2002-07-183-7/+69
* Remove DARWIN define from osx builds as it cripples the feature set provided ...seawood%netscape.com2002-07-181-4/+0
* Merged the fix for bug 157347 from the tip (rev. 3.15) towtc%netscape.com2002-07-171-66/+9
* Fix for bug 139802; slow certificate authentication on Mac OS X. This was cau...sfraser%netscape.com2002-07-102-7/+26
* Merged the fix for bug 119098 from the trunk (rev. 1.38).wtc%netscape.com2002-07-091-5/+1
* Set NSPR version to 4.2.1.wtc%netscape.com2002-06-291-2/+2
* Merged the fix for bug 150157 from the tip (rev. 3.13).wtc%netscape.com2002-06-221-0/+6
* Explicitly use sh when calling the cygwin-wrapper script as some developers a...seawood%netscape.com2002-06-182-2/+2
* Fixing win32 gmake builds lack of debugging information problem by working ar...seawood%netscape.com2002-06-171-0/+17
* Fixing win32 gmake builds lack of debugging information problem by working ar...seawood%netscape.com2002-06-172-1/+2
* Fixing win32 gmake builds lack of debugging information problem by working ar...seawood%netscape.com2002-06-172-105/+114
* The previous checkin didn't work. Backed it out.wtc%netscape.com2002-06-141-1/+1
* Bug 151711: gcc on OSF1 needs to use the -mieee flag.wtc%netscape.com2002-06-142-18/+24
* Bug 151722: addr is in shared memory and is modified by another process, sowtc%netscape.com2002-06-141-1/+1
* Bug 125819: fixed problems compiling using gcc on OSF1. The patch iswtc%netscape.com2002-06-144-16/+47
* Cause Tinderbox to rebuild.wtc%netscape.com2002-06-131-1/+0
* Use +DD64 instead of +DA2.0W. +DD64 works for both PA-RISC and IA-64.wtc%netscape.com2002-06-131-1/+1
* Bugzilla bug 142345: fixed mistakes in _MD_OpenSharedMemory andwtc%netscape.com2002-06-131-2/+2
* Bugzilla bug 135008: fixed the bug that PL_Base64Decode may step beforewtc%netscape.com2002-06-131-1/+1
* Synch up with the tip.wtc%netscape.com2002-06-131-8/+12
* Updated the vercheck.c test for NSPR 4.2.1.wtc%netscape.com2002-06-131-4/+4
* Set NSPR version to 4.2.1 Beta.wtc%netscape.com2002-06-131-2/+2