summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'PLUGIN_MODULE_19980708_BRANCH'PLUGIN_MODULE_19980708_BRANCHcvs2hg1998-07-010-0/+0
|
* In _PR_MD_OPEN_DIR, we append \*.* to the directory name,PLUGIN_MODULE_19980708_BASEwtc1998-07-012-4/+34
| | | | | | but if the directory name ends in a slash or backslash, we do not append the backslash. Files changed: ntio.c and w95io.c.
* Bug #180965: Mac gets PR_IO_PENDING_ERROR. Inwtc1998-06-261-14/+24
| | | | | | | | | SendReceiveStream and SendReceiveDgram, make sure that we set the io_pending flag of the current thread to PR_FALSE before we return. In gethostbyname(), just store the OS error code in me->md.osErrCode. Do not call macsock_map_error() to map to NSPR error code.
* NORMANDY_DDAY merge...spider1998-06-251-1/+1
|
* Normandy Merge ....NORMANDY_DDAY_BASEspider1998-06-221-0/+1
|
* Bugzilla bug #351: Removed two extra '>' characters.OJI_19980618_BASENORMANDY_BEACH_BASEwtc1998-06-091-2/+2
| | | | Thanks to Romain Vignes <rvignes@cal.fr> for the problem report and fix.
* Port to Sparc Linux. Files changed: _linux.cfg, _linux.h.wtc1998-06-092-3/+67
|
* On HP-UX, we should just include <model.h> and use its definitionwtc1998-06-081-2/+4
| | | | | | of the types int8, int16, and int32. This way people can include nspr header and model.h in any order and won't get "type defined twice" errors.
* Change to improve GC benchmarks, from Raman Tenneti <raman@netscape.com>wtc1998-06-081-13/+21
| | | | of the Java group.
* Use -32 flag for compiler and linker explicitly on IRIX 6.x. This iswtc1998-06-083-5/+14
| | | | | necessary on IRIX 6.4 where -n32 is the default. Thanks to Tomi (a CS student in Finland whose last name I forget) for the patch.
* First Checked In.scc1998-06-044-0/+29
|
* In debug build, define MOZ_NO_DEBUG_RTL to use the nondebug versionwtc1998-06-041-0/+4
| | | | of the Microsoft VC run-time library.
* Backed out revision 3.7. First, XP_PC not only means Win NT and Win 95,wtc1998-06-031-2/+0
| | | | | | | but also WIN16 and OS2. I don't think WIN16 and OS2 have GetLastError(). Second, we always call DllErrorInternal() with the argument _MD_ERRNO(), and _MD_ERRNO() is defined as GetLastError() on NT and Win95.
* Backed out revision 3.2. In C and C++, a pointer to any datatypeRDF_BASE_060398wtc1998-06-031-1/+1
| | | | | can be implicitly cast to void *. So the explicit (void *) cast in the argument for PR_Free() should not be necessary.
* back out change. inadvertently checked in self-modifying build codejgellman1998-06-031-1/+1
|
* merge from OJI branchjgellman1998-06-033-2/+4
|
* Moved the definition of _AIX_AtomicSet() to the outside of thewtc1998-06-021-13/+14
| | | | | #ifndef AIX4_1 block. Thanks to C. Fung <carsonf@torolab.ibm.com> for reporting this problem.
* First Checked In.OJI_19980528_TEMP_BASEscc1998-05-301-0/+44
|
* Changed for new build systemsfraser1998-05-281-0/+0
|
* Removed unused variables. Thanks to Wei Tsang Ooiwtc1998-05-271-2/+0
| | | | <weitsang@cs.cornell.edu> for the patch.
* Use the stabs debug format on Solaris x86, because the default dwarfwtc1998-05-271-0/+9
| | | | | format does not work. This patch is provided by Soren Juul Moller <sjm@nwc.dk>.
* Merged gcc support from the HP-UX Mozilla Patching Kit version 3.00wtc1998-05-271-4/+24
| | | | | (http://hpux.csc.liv.ac.uk/hppd/mozilla/), maintained by Richard K Lloyd <hpux@csc.liv.ac.uk>.
* Added some more headers to exportsfraser1998-05-271-0/+6
|
* First Checked In.sfraser1998-05-271-0/+5
|
* First Checked In.XML_BASEsfraser1998-05-234-0/+62
|
* OSF1 V3.2 does not have <machines/builtins.h>, which declares theRDF_BASEwtc1998-05-221-0/+4
| | | | | atomic routines. Thanks to Andrew Cassin <acassin@cs.mu.oz.au> for this patch.
* Renamed nsstring.[c|h] to macstdlibextras.[c|h] because of the naming ↵SMARTUPDATE_BASEatotic1998-05-151-1/+1
| | | | conflict with Raptor (which uses ns prefix exclusively).
* Merged NSPRPUB_19980508_BRANCH to the main trunk. The 19980508wtc1998-05-1428-85/+323
| | | | | branch is a temporary branch for us to copy the latest changes from our internal development tree to the public mozilla tree.
* In Rhapsody 5.1 (DR2), the C++ compiler is named c++.wtc1998-05-141-0/+4
|
* Added new test files.NSPRPUB_19980508_BASEwtc1998-05-084-0/+985
|
* Use cc -bundle to build loadable modules on Rhapsody. Thanks towtc1998-05-081-1/+8
| | | | Matt Watson <mwatson@apple.com> for the patch.
* The type of the third argument for accept, recvfrom, getsockname, andwtc1998-05-081-2/+2
| | | | getpeername is 'int', not 'size_t'.
* Fixed comment.wtc1998-05-082-6/+6
|
* Merged patches from Matt Watson <mwatson@apple.com> to make loadablewtc1998-05-081-16/+12
| | | | modules work on Rhapsody. Still have a few kinks to iron out.
* Matt Watson <mwatson@apple.com> pointed out that it is not safe towtc1998-05-081-1/+1
| | | | redefine FD_SETSIZE on Rhapsody.
* Added a few function declarations and header inclusions to get rid ofwtc1998-05-082-2/+54
| | | | compiler warnings.
* Merged Rhapsody patches contributed by Matt Watson <mwatson@apple.com>.wtc1998-05-081-0/+6
|
* Merged patches contributed by Matt Watson <mwatson@apple.com>.wtc1998-05-081-7/+5
|
* Matt Waston <mwatson@apple.com> taught me what common symbols areNORMANDY_BASEwtc1998-05-071-1/+11
| | | | and to compile with -fno-common.
* Fixed Bugzilla bug #235: Define the macro _PR_HAVE_SOCKADDR_LEN towtc1998-05-071-0/+1
| | | | | | indicate that struct sockaddr_in on BSD/OS has a sa_len field. The code in unix.c checks this macro. We acknowledge Bert Driehuis <driehuis@playbeing.com> for reporting the bug and suggesting a fix.
* Moved Rhapsody's shared library rule from rules.mk to Rhapsody.mk.wtc1998-05-072-9/+2
|
* Bugzilla bug #218: define HAVE_STRERROR only if it is not yet defined.wtc1998-05-071-0/+2
| | | | | Thanks to David Nebinger (dnebinger@synertech.highmark.com) for reporting the problem and suggesting the fix.
* Bugzilla bug #265: Use full pathname /usr/ccs/bin/as (as opposed to justwtc1998-05-071-11/+7
| | | | | | | 'as') to assemble os_SunOS_ultrasparc.s because we need the -P option of Solaris 'as' to run cpp and process header file inclusion. This way we won't accidentally get GNU 'as', which doesn't understand -P. We acknowledge Paul Kanz (pkanz@conix.com) for suggesting the fix.
* On Alpha Linux, the mmap'd stack needs to be made executable becausewtc1998-05-071-0/+8
| | | | | setjmp/signal seem to put machine instructions on the stack. This fix is contributed by gatgul@voicenet.com (Uncle George).
* The stack pointer is the 0th element in the jmp_buf.wtc1998-05-072-2/+2
|
* Define IP_MULTICAST to get the IP multicast macro/struct definitionswtc1998-05-061-0/+7
| | | | | in netinet/in.h on SINIX 5.43. We acknowledge the help of Sanjay Gupta <gupta@informix.com>.
* Checked in (unfinished) Rhapsody port provided by Chris McAfee andwtc1998-05-0522-35/+871
| | | | | Chris Toshok (mcafee, toshok@netscape.com). It is classic NSPR, local threads only (based on setjmp/longjmp).
* Bug fix for 83769. Add MOZILLA_HOME/lib to the list of library_paths.radha1998-05-011-3/+17
|
* Set up pointers to the stack-pointer/frame-pointer words in the thread'ssrinivas1998-05-011-0/+6
| | | | context structure. Useful for displaying thread stacks in the debugger.
* Initialize the outermost stack frame for the thread and setup pointers to thesrinivas1998-05-011-0/+29
| | | | | stack-pointer/frame-pointer words in the thread's context structure. Useful for displaying thread stacks in the debugger.