summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'PROGRESS_19980909_BRANCH'PROGRESS_19980909_BRANCHcvs2hg1998-09-090-0/+0
|
* Fixed dprintf as suggested by Patrick Beard (beard@netscape.com).PROGRESS_19980909_BASEwtc%netscape.com1998-09-091-5/+3
| | | | | | | Now dprintf calls PR_vsnprintf instead of PR_vsmprintf, so that dprintf does not allocate memory. This is because PR_Assert (which calls dprintf) can get called at interrupt time, and it is unsafe to allocate memory at interrupt time on the Mac.
* Backed out an accidental change of the setting of OBJDIR_NAME in thewtc%netscape.com1998-09-081-1/+1
| | | | previous revision.
* Changed checks for LINUX to linux as linux is defined by the compiler and ↵cls%seawood.org1998-09-041-2/+2
| | | | fixes autoconf breakage under libc5.
* On Unix, include <sys/types.h> for 'uint'.wtc%netscape.com1998-09-041-1/+3
|
* Added PR_DestroyLogModule.warren%netscape.com1998-09-012-1/+27
|
* Made counts be unsigned.warren%netscape.com1998-09-012-3/+3
|
* Fixed problem of autoconf not using ACCFLAGS when using --enable-debug.cls%seawood.org1998-08-291-0/+4
|
* Enabled dependencies for autoconf.cls%seawood.org1998-08-271-0/+1
|
* Updates to autoconf files.cls%seawood.org1998-08-263-0/+15
|
* AUTOCONF_1_0 landing.PROGRESS_19980824_BASEColorSync_19980824_BASEcls%seawood.org1998-08-1957-12/+3892
|
* Define HAVE_LONG_LONG because gcc/g++ support 'long long'.NGLayoutStability2_BASEwtc%netscape.com1998-08-181-0/+1
|
* Use $< so that VPATH works.wtc%netscape.com1998-08-131-1/+1
|
* Increase the timer interval from 1ms to 8ms.wtc%netscape.com1998-08-13471-0/+139332
|\
* | fixup commit for tag 'Mac_CW4_BASE'Mac_CW4_BASEcvs2hg1998-08-13471-139332/+0
|/
* OPTIMIZER: use -O2 in optimized builds. Do not use -g (for now) inwtc%netscape.com1998-08-131-0/+5
| | | | debug builds because it would produce a huge executable.
* Linux/Alpha needs the -mieee compiler flag to turn on IEEE floatingwtc%netscape.com1998-08-121-1/+1
| | | | point arithmetics.
* Checked in DG/UX port contributed by Marc Fraioli <fraioli@dg-rtp.dg.com>.wtc%netscape.com1998-08-1112-10/+442
| | | | | | | New files: dgux.mk, _dgux.cfg, _dgux.h, and dgux.c. Files changed: lib/msgc/tests/Makefile, pr/include/md/Makefile, _unixos.h, prosdep.h, prsocket.c, pr/src/md/unix/Makefile, pr/src/md/unix/objs.mk, unix.c.
* Shared libraries on FreeBSD must have version numbers in their names.wtc%netscape.com1998-08-101-0/+2
| | | | | | So set DLL_SUFFIX to so.1.0. Thanks to Bret Ford <bford@uop.cs.uop.edu> for reporting the problem and Thomas Mueller <tmueller@privat.prodata.de> for verifying the fix.
* The local threads don't work on RedHat 5.1 Sparc Linux (with glibc2).wtc%netscape.com1998-08-101-0/+18
| | | | | | I suspect it's because glibc2's setjmp/longjmp (Sparc version) does not allow us to modify the jmp_buf. So I added some comments and a #error directive to force the build to fail.
* Enable pthreads-based Mozilla build. TO do a pthreads-based build,wtc%netscape.com1998-08-101-0/+2
| | | | | set the environment variable USE_PTHREADS to 1. Files changed: mozilla/config/OSF1.mk, mozilla/nsprpub/config/OSF1.mk.
* added base64.c to fix Raptor buildNGLayoutStability_BASEpierre%netscape.com1998-08-051-0/+0
|
* Backed out accidental check-in from OJI branch merge.wtc%netscape.com1998-08-011-1/+1
|
* Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.warren%netscape.com1998-07-314-1/+4
|
* Committed from OJI_19980618_TIP_MERGE1.OJI_19980727_BASEwarren%netscape.com1998-07-282-0/+418
|
* Use -std1 (strict ANSI C) instead of -std (ANSI C but allows commonwtc%netscape.com1998-07-251-2/+2
| | | | | programming practices disallowed by the standard). Define OSF1V4 for all V4.x versions.
* Fixed MOZ_PROF to build optimized with symbols.waterson%netscape.com1998-07-241-20/+8
|
* Merged Linux/MIPS patch contributed by Ralf <ralf@uni-koblenz.de>.wtc%netscape.com1998-07-242-0/+78
| | | | Files changed: _linux.cfg and _linux.h.
* Bugzilla bug #263: Merged the NetBSD port of NSPR contributed bywtc%netscape.com1998-07-1716-25/+665
| | | | Frank van der Linden <frank@wins.uva.nl>.
* glowcode, the right way. bug 299200 a:dondanm1998-07-104-4/+4
|
* glowcode. bug 299200 a:don.danm1998-07-095-0/+37
|
* 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.