summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | Modified Files: prio.h _win95.h primpl.h prdir.c prfile.c w95io.c ptio.c Tag: NSPR_UNICODE_PATHNAME_BRANCH
* Bug 162358: checked in proposed patch v4 (attachment 100805).wtc%netscape.com2002-11-139-0/+376
| | | | Tag: NSPR_UNICODE_PATHNAME_BRANCH
* 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 ↵seawood%netscape.com2002-11-065-90/+213
| | | | | | | is only available if the carbon toolkit is detected at build time. Original patch by Patrick Beard <beard@netscape.com> with modifications by Wan-Teh Chang <wtc@netscape.com>. Bug #131306 r=cls
* Bug 176543: handle the case of invoking a program wit no arguments. Thewtc%netscape.com2002-10-311-3/+3
| | | | | command line should be an empty string in that case. Initialize newEnvp. The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
* Bug 168831: fixed the bug that PR_Poll was ignoring out_flags reported bywtc%netscape.com2002-10-251-13/+16
| | | | | the poll methods of I/O layers on the Mac. This patch was written by jgmyers and reviewed by sfraser and wtc.
* Bug 115865: our code only uses the lower 32 bits of the result ofwtc%netscape.com2002-10-241-0/+1
| | | | QueryPerformanceFrequency, so assert that the higher 32 bits are all zeros.
* Bug 175668: merged the fix for the pointer aliasing bug from the 2001wtc%netscape.com2002-10-222-93/+104
| | | | | | version of dtoa.c. Removed the workaround of disabling compiler optimizations on AIX. Modified Files: Makefile.in prdtoa.c
* Converted runtests.ksh (rev. 1.25) into a Bourne shell script. Replacedwtc%netscape.com2002-10-131-0/+286
| | | | Korn shell's echo command by the printf command.
* Bug 165602: checked in Brian Ryner's changes to allow Mac OS X 10.2 buildswtc%netscape.com2002-09-263-101/+166
| | | | | to run on 10.1. r=wtc. Modified files: configure configure.in pr/src/misc/prdtoa.c
* Bug 168993: PR_Poll should clear out_flags for null fd's. r=jgmyers.wtc%netscape.com2002-09-245-0/+22
| | | | Modified files: bfile.c os2poll.c uxpoll.c w32poll.c ptio.c
* Bug 169569: always use the Solaris ld (/usr/ccs/bin/ld) to link NSPRwtc%netscape.com2002-09-192-19/+21
| | | | shared libraries. r=cls.
* Bug 72100: added macros for the maximum and minimum values of PRInt8,wtc%netscape.com2002-09-181-0/+36
| | | | PRUint8, PRInt16, PRUint16, PRInt32, and PRUint32. r=jkeiser.
* Bug 167375: configuration changes needed for building on BSD/OS 5.0.wtc%netscape.com2002-09-123-4/+14
| | | | | The patch is contributed by lidl@pix.net. Modified files: configure configure.in _bsdi.h
* Bug 166716: do not assert in the unimplemented memory-mapped filewtc%netscape.com2002-09-063-10/+3
| | | | | | functions. It is sufficient for them to fail with the not implemented error. Modified Files: bmmap.c macio.c os2misc.c
* Bug 166257: declare 'temp' with #if DEBUG because it is only used in codewtc%netscape.com2002-09-041-0/+2
| | | | that is ifdef'd with DEBUG. Thanks to timeless@bemail.org for the patch.
* Bug 166257: removed an unused variable. Thanks to timeless@bemail.org forwtc%netscape.com2002-09-041-2/+0
| | | | the fix.
* 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
| | | | targets).
* 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
| | | | | | that times out from the GetQueuedCompletionStatus call in the WINNT build. The fix is to shut down the CPU threads in PR_Cleanup. Modified Files: _winnt.h primpl.h ntthread.c prinit.c prucpu.c
* 1. Checked in the fix for bug 157241 to enable debugging with gcc/gdb onwtc%netscape.com2002-08-232-110/+139
| | | | | | | | | Linux with compiler optimizations on. 2. Cleaned up the fix for bug 137059. Replaced MOZ_DEBUG_ENABLE_DEFS by DEFINES. 3. Backed out portions of the fix for bug 161461 that broke the build under MKS toolkit. 4. Merged the fix for bug 141834 (using cygwin-wrapper) on the tip.
* 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
| | | | | unused function PR_SuspendAllSuspended. Use the pt_ prefix for static functions.
* Fixed the comments for PR_Poll. PR_Poll only works on sockets; the supportwtc%netscape.com2002-08-191-1/+4
| | | | for files is not portable. Document the fd field of PRPollDesc.
* The comments for PR_ConnectContinue incorrectly referred towtc%netscape.com2002-08-191-1/+1
| | | | PR_GetConnectStatus.
* Bug 160030: check for __sparc and __i386, which is defined by the Solariswtc%netscape.com2002-08-152-4/+4
| | | | | | compilers and gcc in strict ANSI conformance mode. sparc and i386 are not defined by the compilers in strict ANSI conformance mode. Modified Files: _solaris32.cfg _solaris64.cfg
* Bug 162930: fixed the bug that PR_GetSystemInfo always returns "sparc"wtc%netscape.com2002-08-151-0/+6
| | | | | as PR_SI_ARCHITECTURE on Solaris, even though Solaris also runs on x86. Thanks to Sonja Mirtitsch <sonja.mirtitsch@sun.com> for the fix.
* Fix build problem caused by having spaces in the username.seawood%netscape.com2002-08-102-105/+120
| | | | Bug #137059 r=dmose r=mcs
* Add compiler test for +Olit=all support for hpux cc.seawood%netscape.com2002-08-102-25/+88
| | | | Bug #146426 r=wtc
* Bug 158396: added comments explaining the importance of keeping the bufferwtc%netscape.com2002-08-091-2/+8
| | | | size and the sscanf format strings in sync.
* Misc build cleanup v1:seawood%netscape.com2002-08-082-121/+146
| | | | | Cleanup win32 configure output Bug #161461 r=bryner
* Remove explicitly linking against -lc on linux as it could break backwards ↵seawood%netscape.com2002-08-073-25/+23
| | | | | | | binary compatibility. Linking using gcc/g++ should automatically link against libc. Thanks to Franz.Sirl-kernel@lauterbach.com for the patch. Bug #72766 r=wtc,cls
* Bug 136344: added type casts to allow compilation with a C++ compiler.wtc%netscape.com2002-08-076-11/+11
| | | | The patch is contributed by Nick Blievers <nickb@adacel.com.au>.
* Bug 149195: added IPv6 support for IRIX. The patch is contributed bywtc%netscape.com2002-08-071-0/+5
| | | | nickb@adacel.com.au (Nick Blievers).
* 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 ↵sfraser%netscape.com2002-07-272-16/+43
| | | | problem was that the thread scheduling Timer Task would call WakeUpProcess() every time when we are blocked and not servicing NSPR threads (for example when tracking plugin controls). A side effect of this is to prevent Mac OS X from flushing the window back buffers, hence the drawing issues. Fix is to only call WakeUpProcess() if we've been through the scheduler since the last time. r=sdaglye, wtc. a=asa.
* Fixing the MachO (DARWIN) build, which broke when wtc checked in a patch in ↵sfraser%netscape.com2002-07-241-1/+1
| | | | bug 153525. r=bryner.
* Bug 153525: fixed build problems under gcc3 on Mac OS X. r=bryner.wtc%netscape.com2002-07-232-37/+13
| | | | Modified Files: _pth.h darwin.c
* Remove DARWIN define from osx builds as it cripples the feature set provided byseawood%netscape.com2002-07-181-4/+0
| | | | | OSX headers. Bug #154232 r=wtc sr=scc a=scc
* Bug 141614: restored Matthew Zahorik's net_server nonblocking connectwtc%netscape.com2002-07-173-7/+69
| | | | | | | logic, which accidentally got deleted when the BONE changes were checked in. This patch was contributed by Arougthopher <arougthopher@lizardland.net>. Modified Files: bfile.c bmisc.c bnet.c
* Bug 157347: deleted the code that tried to escape the quotes aroundwtc%netscape.com2002-07-171-66/+9
| | | | | command-line arguments. The patch was contributed by Michael Kaply <mkaply@us.ibm.com>. r=wtc.
* Bug 156633: the PR_CurrentThread nspr1.0 compatibility macro should be putwtc%netscape.com2002-07-111-0/+2
| | | | inside #ifndef NO_NSPR_10_SUPPORT.
* Fix for bug 139802; slow certificate authentication on Mac OS X. This was ↵sfraser%netscape.com2002-07-102-7/+26
| | | | caused by the application spending lots of time in WaitNextEvent, called from its main event loop (which is a good thing, in terms of CPU usage). The problem is that NSPR threads then don't get enough time. This patch give the process scheduler a kick in the pants when NSPR is going to switch to another of its threads. r=wtc, r=sdagley