Commit Graph

470514 Commits

Author SHA1 Message Date
briano
3917989287 Changed 'MACLINUX' back to 'MKLINUX' so the MkLinux builds will work.
Added support for M68k Linux.  Thanks to Jes Sorensen (Jes.Sorensen@cern.ch) for the patch.
1998-04-14 00:24:56 +00:00
briano
befbf5c05b Changed the 'MACLINUX' macro reference to 'MKLINUX'. Again. 1998-04-14 00:15:11 +00:00
briano
5d7ea70ca3 Changed the 'MACLINUX' macro reference to 'MKLINUX'. 1998-04-14 00:00:42 +00:00
ftang
cde941036a (This is for the previous checkin) Fix warnning. Thanks tenthumbs@cybernex.net 1998-04-14 00:00:06 +00:00
ftang
3e66641cfb Fix one warning. Thanks for 1998-04-13 23:58:48 +00:00
briano
1a301d1756 Changed the 'MACLINUX' macro reference to 'MKLINUX'. Again. 1998-04-13 23:56:35 +00:00
pinkerton
ad4cdae831 Draw menu separators in tree with icon, but no text (used to have text that said "<Separator>" and no icon). (rev sdagley, appr sdagley). 1998-04-13 22:55:56 +00:00
wtc
9d7242d3d8 Got rid of compiler warnings. We acknowledge the help of Nathan
Torkington <gnat@frii.com>.
1998-04-13 22:55:27 +00:00
pinkerton
6409e2542b Fix for dragging toolbar over the finder and releasing mouse, which before would crash the Finder. (rev sdagley, appr sdagley) 1998-04-13 22:54:57 +00:00
wtc
3204b4d5fc Got rid of compiler warnings. We acknoweldge the help of Nathan
Torkington <gnat@frii.com>.
1998-04-13 22:49:10 +00:00
wtc
1f5be81692 localtime_r is declared on Solaris only if _REENTRANT is defined. 1998-04-13 22:48:07 +00:00
wtc
d7e8e8cce0 Got rid of compiler warnings. We acknowledge the help of Nathan
Torkington <gnat@frii.com>.
1998-04-13 22:46:48 +00:00
wtc
01db978aa9 Fixed printf format mismatch problems. We acknowledge the help of
Nathan Torkington <gnat@frii.com>.
1998-04-13 22:26:32 +00:00
kipp
2611284982 made more robust by cd'ing into the correct top level dir before each build rule 1998-04-13 22:25:36 +00:00
wtc
e8f3cf3f95 In PR_GetSpecialFD, cast the PRSpecialFD variable 'osfd' to int
because some compilers make the enum PRSpecialFD an unsigned int
type and complain that 'osfd' is always >= PR_StandardInput, which
has the value 0.
1998-04-13 22:25:13 +00:00
wtc
1a658dc679 Added function declarations to eliminate compiler warnings. 1998-04-13 22:22:43 +00:00
wtc
15e1a7fd39 Added declaration of _MD_YIELD. 1998-04-13 22:21:00 +00:00
wtc
72d6375ce2 Fixed compiler warnings, mostly by adding function declarations. 1998-04-13 22:19:51 +00:00
wtc
428ceeffc5 Fixed compiler warnings, mostly undeclared functions. We acknoweldge
the help of Nathan Torkington <gnat@frii.com>.
1998-04-13 22:04:19 +00:00
wtc
e2d8a68f59 Fixed printf format mismatches. Fixed are provided by Nathan Torkington
<gnat@frii.com>.
1998-04-13 22:02:11 +00:00
wtc
63c20c82b4 Fixed compiler warnings, mostly in printf format mismatches. Most of
the fixes are supplied by Nathan Torkington <gnat@frii.com>.
1998-04-13 22:00:47 +00:00
wtc
2b38842e8d Removed the -Wno-format compiler switch. We do want to get printf
format mismatch warnings.
1998-04-13 21:44:55 +00:00
wtc
6068e6d056 Do not build pr/tests by default. This shortens the default build
time.  Also, use 'rm -r -f' instead of 'rm -rf' because the 'rm'
command of tcsh.exe on Win32 does not understand clustered command
line options.
1998-04-13 21:40:18 +00:00
kipp
1ad73ce55f signed 1998-04-13 21:32:58 +00:00
kipp
e573807e7a Removed woofer 1998-04-13 21:27:25 +00:00
kipp
895113a41c nuked 1998-04-13 21:27:12 +00:00
kipp
118f0d6466 pubbed 1998-04-13 21:23:46 +00:00
hshaw
0538b01b8a bump rev to 3.1 1998-04-13 21:12:08 +00:00
kipp
29d92261b7 another makefile tweak 1998-04-13 21:08:14 +00:00
hshaw
2db6787cfc Free the lizard 1998-04-13 21:07:10 +00:00
kipp
98505cde5e Repaired build problems w/ layout/base dependencies 1998-04-13 20:56:42 +00:00
kipp
ade61d2a68 more files to pull 1998-04-13 20:50:21 +00:00
kipp
2cf035e95e bug fixed 1998-04-13 20:39:27 +00:00
kipp
098bef52b4 moved to pub 1998-04-13 20:24:54 +00:00
guha
733b8f4f5e Fix the problem with sitemaps going away on page
transition
1998-04-13 02:00:34 +00:00
ramiro
732f560a99 Make the local file system browser work on unix. The 'file:///' url
prefix was missing.
Thanks to Dan McGuirk <djm@indirect.com>.
1998-04-13 01:38:17 +00:00
ramiro
a6c5440cee Add editor back to the preferences and fix the editor startup problem.
Thanks to Dan McGuirk <djm@indirect.com>
1998-04-13 01:30:26 +00:00
guha
7b57538d39 Sitemap bugfixes. 1998-04-10 21:00:30 +00:00
wtc
7d61cbfe99 Declare _MD_EarlyInit() to eliminate 'undeclared function' compiler warning.
Contributed by Nat <gnat@frii.com>.
1998-04-09 19:50:19 +00:00
wtc
6c8e7f8f24 Fixed 'unused variable' warning for the variable 'nfds' in select()
on local-threads-only platforms.  This is pointed out by many people,
including Nat <gnat@frii.com>.
1998-04-09 19:44:46 +00:00
wtc
666c848a9f Fixed 'unused variable' compiler warning in prsocket.c. This is pointed
out by many people, including Nat <gnat@frii.com>.
1998-04-09 19:41:13 +00:00
selmer
11f1d47b66 Add dialup to free source 1998-04-09 04:22:42 +00:00
selmer
ffd139a44a add the ascii files 1998-04-09 04:11:30 +00:00
selmer
aae9412c46 add ascii files 1998-04-09 04:07:52 +00:00
selmer
29a162b238 Add binaries with -kb 1998-04-09 03:54:33 +00:00
ramiro
a98b646759 Dont change the cursor to a watch when space-ing through a document.
thanks to Darrell Kindred <dkindred@cmu.edu>
reviewed by djw@netscape.com.
1998-04-09 02:41:49 +00:00
cyeh
33e6fce94c fix windows bustage removing libcnv compression. 1998-04-09 02:02:37 +00:00
ramiro
67489b61c3 make sure XmNlist gets defined 1998-04-09 01:47:59 +00:00
cyeh
bf93c6ed62 change log, with proper . extension 1998-04-09 01:18:48 +00:00
cyeh
6aaa2c79b7 Remove for legal reasons. 1998-04-09 00:33:14 +00:00