summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Looked up the W functions at runtime.NSPR_UNICODE_PATHNAME_BRANCHwtc%netscape.com2002-11-276-7/+290
* Changed UCS2 to UTF16.wtc%netscape.com2002-11-277-52/+52
* Bug 162358: checked in proposed patch v4 (attachment 100805).wtc%netscape.com2002-11-139-0/+376
* fixup commit for branch 'NSPR_UNICODE_PATHNAME_BRANCH'cvs2hg2002-11-090-0/+0
* Remove $(CONFIG) from real_install target. It was a typo anyway.NSPR_UNICODE_PATHNAME_BASEseawood%netscape.com2002-11-091-1/+1
* Add CFM, CFBundle and mach-o library loading support to OSX NSPR. Support is...seawood%netscape.com2002-11-065-90/+213
* 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 bywtc%netscape.com2002-10-251-13/+16
* Bug 115865: our code only uses the lower 32 bits of the result ofwtc%netscape.com2002-10-241-0/+1
* Bug 175668: merged the fix for the pointer aliasing bug from the 2001wtc%netscape.com2002-10-222-93/+104
* Converted runtests.ksh (rev. 1.25) into a Bourne shell script. Replacedwtc%netscape.com2002-10-131-0/+286
* Bug 165602: checked in Brian Ryner's changes to allow Mac OS X 10.2 buildswtc%netscape.com2002-09-263-101/+166
* Bug 168993: PR_Poll should clear out_flags for null fd's. r=jgmyers.wtc%netscape.com2002-09-245-0/+22
* Bug 169569: always use the Solaris ld (/usr/ccs/bin/ld) to link NSPRwtc%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 filewtc%netscape.com2002-09-063-10/+3
* Bug 166257: declare 'temp' with #if DEBUG because it is only used in codewtc%netscape.com2002-09-041-0/+2
* Bug 166257: removed an unused variable. Thanks to timeless@bemail.org forwtc%netscape.com2002-09-041-2/+0
* Updated for NSPR 4.3.wtc%netscape.com2002-08-281-5/+6
* Set NSPR version to 4.3 Beta.wtc%netscape.com2002-08-281-3/+3
* Updated for NSPR 4.3.wtc%netscape.com2002-08-281-4/+4
* 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