summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set NSPR version to 4.2.2.moz_win_20021108moz_win_20021104moz_win_20021026moz_win_20021014moz_ux_20021108moz_ux_20021104moz_ux_20021026moz_ux_20021014NSPR_4_2_2_RELEASENSPR_4_2_BRANCHwtc%netscape.com2002-10-011-2/+2
* Bug 169569: always use the Solaris ld (/usr/ccs/bin/ld) to link NSPRwtc%netscape.com2002-09-192-19/+21
* Bug 166716: do not assert in the unimplemented memory-mapped filewtc%netscape.com2002-09-063-10/+3
* fixup commit for branch 'NSPR_4_2_BRANCH'cvs2hg2002-08-280-0/+0
* Use cygwin-wrapper only when we are using cygwin (the mingw and cygwinmoz_win_20021009moz_ux_20021009moz_20020919ROGC_20020930_FREEZENSPR_4_2_BASENSPR_4_2_2_RC1wtc%netscape.com2002-08-282-26/+32
* Merged the fix for bug 141834 (using cygwin-wrapper) on the tip.wtc%netscape.com2002-08-281-0/+1
* Set NSPR version to 4.2.2 Beta.wtc%netscape.com2002-08-281-3/+3
* Updated for NSPR 4.2.2.wtc%netscape.com2002-08-282-8/+8
* Bug 161998: fixed the race condition between PR_Cleanup and a CPU threadwtc%netscape.com2002-08-285-0/+60
* 1. Checked in the fix for bug 157241 to enable debugging with gcc/gdb onwtc%netscape.com2002-08-232-110/+139
* Added cygwin-wrapper to the tip. Bug 141834.wtc%netscape.com2002-08-231-0/+17
* Bug 164161: made PR_ResumeSet and PR_ResumeTest static and remove thewtc%netscape.com2002-08-231-24/+18
* Fixed the comments for PR_Poll. PR_Poll only works on sockets; the supportwtc%netscape.com2002-08-191-1/+4
* The comments for PR_ConnectContinue incorrectly referred towtc%netscape.com2002-08-191-1/+1
* Bug 160030: check for __sparc and __i386, which is defined by the Solariswtc%netscape.com2002-08-152-4/+4
* Bug 162930: fixed the bug that PR_GetSystemInfo always returns "sparc"wtc%netscape.com2002-08-151-0/+6
* Fix build problem caused by having spaces in the username.seawood%netscape.com2002-08-102-105/+120
* Add compiler test for +Olit=all support for hpux cc.seawood%netscape.com2002-08-102-25/+88
* Bug 158396: added comments explaining the importance of keeping the bufferwtc%netscape.com2002-08-091-2/+8
* 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-073-25/+23
* Bug 136344: added type casts to allow compilation with a C++ compiler.wtc%netscape.com2002-08-076-11/+11
* Bug 149195: added IPv6 support for IRIX. The patch is contributed bywtc%netscape.com2002-08-071-0/+5
* Bug 158396: fixed an off-by-one error. Replaced -1 by the EOF macro.wtc%netscape.com2002-08-071-4/+4
* Fix bug 158927 -- controls not drawing correctly in QuickTime plugin. The pro...sfraser%netscape.com2002-07-272-16/+43
* Fixing the MachO (DARWIN) build, which broke when wtc checked in a patch in b...sfraser%netscape.com2002-07-241-1/+1
* Bug 153525: fixed build problems under gcc3 on Mac OS X. r=bryner.wtc%netscape.com2002-07-232-37/+13
* Remove DARWIN define from osx builds as it cripples the feature set provided byseawood%netscape.com2002-07-181-4/+0
* Bug 141614: restored Matthew Zahorik's net_server nonblocking connectwtc%netscape.com2002-07-173-7/+69
* Bug 157347: deleted the code that tried to escape the quotes aroundwtc%netscape.com2002-07-171-66/+9
* Bug 156633: the PR_CurrentThread nspr1.0 compatibility macro should be putwtc%netscape.com2002-07-111-0/+2
* Fix for bug 139802; slow certificate authentication on Mac OS X. This was cau...sfraser%netscape.com2002-07-102-7/+26
* Bug 119098: fixed the problem building NSPR tests on OS/2. The patch iswtc%netscape.com2002-07-0919-249/+351
|\
| * Set NSPR version to 4.2.1.wtc%netscape.com2002-06-291-2/+2
| * Bug 150157: DosWrite is not returning an error when the disk is full.wtc%netscape.com2002-06-221-0/+6
| * Updated for NSPR 4.2.1.wtc%netscape.com2002-06-201-4/+4
| * The previous checkin didn't work. Backed it out.wtc%netscape.com2002-06-141-1/+1
| * Bug 151722: addr is in shared memory and is modified by another process, sowtc%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 125819: fixed problems compiling using gcc on OSF1. The patch iswtc%netscape.com2002-06-144-16/+47
| * Update 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-3/+3
| * Bug 136458: removed the old -O workaround and use -m68020-60. The patch iswtc%netscape.com2002-06-133-46/+26
| * Bug 144886: On platforms with gethostbyname2, add the infrastructure forwtc%netscape.com2002-06-131-6/+192
| * Bug 97475: the new 'af' field needs to be moved to the end of thewtc%netscape.com2002-06-131-1/+1
| * Bug 97475: some platforms, such as OpenVMS, require us to pass the exactwtc%netscape.com2002-06-133-0/+26
| * Fix real_install rules so that headers are still installed correctly if inclu...seawood%netscape.com2002-06-133-3/+3
| * Bug 134099: Worked around two BeOS bugs. 1. connect does not implicitlywtc%netscape.com2002-06-113-3/+15
| * Bug 92516: _MD_gethostname returns the host's IP address on Mac so thewtc%netscape.com2002-05-312-0/+8
| * Fix typo that was causing pthreads to be selected by default on OpenBSD even ...seawood%netscape.com2002-05-292-4/+4