Commit Graph

93 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
db81023cc4 Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
mkaply%us.ibm.com
c2beac891c Tinderbox break - remove OS/2 only code 2000-07-10 20:29:36 +00:00
mkaply%us.ibm.com
1e88b1cf64 OS/2 only tinderbox break - we will probably still break on a link, but at least we will compile 2000-07-10 14:48:47 +00:00
mkaply%us.ibm.com
7e7f2a42a7 Tinderbox break - remove OS/2 includes 2000-07-10 12:53:08 +00:00
cls%seawood.org
cb31f6e62d More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
cls%seawood.org
5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
mkaply%us.ibm.com
d7236ee829 # 25555
r= pavlov@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-03-07 21:00:06 +00:00
cls%seawood.org
52b103d9d3 Mingw32 fixes. 2000-03-02 15:58:02 +00:00
cls%seawood.org
deb12d64ee Remove the HAVE_UINT define & uint typedef as NSPR unconditionally typedefs uint. 2000-03-02 15:57:10 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
brade%netscape.com
49568eb54e fix paths for move to CW5 (bug #25779) 2000-02-02 15:27:53 +00:00
akkana%netscape.com
e3baf152e0 18391: Remove MAX and MIN. Fix from cls@seawood.org, reviewed by me 2000-01-26 01:35:17 +00:00
cls%seawood.org
cb43cdd902 Oops, I missed the c++ comments in the review. 2000-01-01 22:45:52 +00:00
mcafee%netscape.com
9f3d5d8eb0 Fixing compile warnings on Unix, patch from kiel@pobox.com (21494). r=cls@seawood.org,mcafee@netscape.com 1999-12-28 08:02:07 +00:00
sfraser%netscape.com
11bbeee76c First Checked In. 1999-12-07 06:43:19 +00:00
sfraser%netscape.com
5f8d12f8d4 File Removed. 1999-12-07 06:36:12 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
dmose%mozilla.org
5312eacf8c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
slamm%netscape.com
2e6f458c03 Add memmove to autoconf tests. 1999-09-18 02:55:39 +00:00
slamm%netscape.com
3447e0068a Fix a build warning (do not compile a file if it isn't needed). 1999-09-17 20:28:28 +00:00
cls%seawood.org
bdd69cd299 Only use HAVE_UINT to check whether uint is defined. 1999-09-16 14:58:16 +00:00
cls%seawood.org
adf94e4618 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
briano%netscape.com
e8197f828d Minor rearrangement. 1999-09-10 09:32:42 +00:00
briano%netscape.com
c0e147efdf Got rid of a couple of superfluous macros. 1999-09-10 09:31:12 +00:00
briano%netscape.com
0f040f7ad3 Added the NPL blurb that was missing. 1999-09-10 09:30:29 +00:00
sspitzer%netscape.com
ea67644152 being anal, ignore me. 1999-09-03 22:32:35 +00:00
mgleeson1%netscape.com
51ba3639b8 #ifdef around a #define such that it isnt defined twice 1999-09-03 22:09:35 +00:00
briano%netscape.com
51d59f6f69 Cleaned it up and eliminated the pointless #!gmake. 1999-09-01 23:27:16 +00:00
cyeh%netscape.com
780c169cc7 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:41:20 +00:00
ramiro%netscape.com
18b5e04d18 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
dveditz%netscape.com
340c1d9c62 removing LITENESS 1999-07-30 23:54:36 +00:00
briano%netscape.com
5ca4aa0b87 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
mcafee%netscape.com
c898af2497 Adding support for Alpha NT. Patch provided by Bob Meader. 1999-07-21 00:40:58 +00:00
dp%netscape.com
461e552458 ssize_t aint available on windoze. Fixing build. - mcafee & dp 1999-07-15 00:58:11 +00:00
mcafee%netscape.com
6b837eb2d2 Fixing warning errors (9245) 1999-07-15 00:17:20 +00:00
mcafee%netscape.com
65953591c1 Fix VMS bustage. Patch submitted by Colin Blake. 1999-07-07 06:46:35 +00:00
sspitzer%netscape.com
5c94a579a9 fix warnings. 1999-07-01 07:53:37 +00:00
sspitzer%netscape.com
d07322f19a fix the "ANSI C forbids an empty source file" warning.
of course this introduce the "defined but not used" warning.
I'll fix that when later.
1999-06-26 04:36:48 +00:00
mcafee%netscape.com
33f0dbc0ec strerror() should only be implemented if we don't HAVE_STRERROR. Fixes BeOS build. Patch provided by Duncan Wilcox. (duncan@be.com) 1999-06-25 12:40:11 +00:00
mcafee%netscape.com
e3c1c8239c Patch for BeOS, thanks to Duncan Wilcox. 1999-06-15 01:24:06 +00:00
briano%netscape.com
c745e9587a Fix for platforms that don't have memory.h. 1999-06-05 00:34:35 +00:00
waterson%netscape.com
4287b83347 Single public include directory on Win32. 1999-06-03 18:34:27 +00:00
briano%netscape.com
9f7bc3c783 Eliminate the need to use -DQNX by switching to __QNX__, predefined by the compiler. 1999-05-14 01:46:00 +00:00
briano%netscape.com
5eee2f1052 Fix for QNX. stat doesn't have st_blksize. 1999-05-13 03:04:42 +00:00
briano%netscape.com
a0c1dbe55d Added support for QNX, and replaced a pile of platform-specific ifdefs with HAVE_SYS_BYTEORDER_H. 1999-05-13 01:40:19 +00:00
briano%netscape.com
615ed6ddf1 Fix for QNX. Need to tell it what uint is.... 1999-05-12 23:44:27 +00:00
briano%netscape.com
02869b2558 Fix for bug 5770. Thanks to lennox@cs.columbia.edu. 1999-05-05 23:38:15 +00:00
braddr%puremagic.com
07ad78ff79 Add missing include file to define sprintf 1999-04-10 08:15:52 +00:00
braddr%puremagic.com
1e50b6b9c1 Brace an if to shut ecgs up and possibly prevent an accident in the future. 1999-04-10 08:12:37 +00:00
briano%netscape.com
0336a17f9c Fix for SunOS 4 builds. 1999-04-08 23:51:11 +00:00