scullin
|
c706c01f42
|
IRIX build fixes.
|
1998-04-14 01:56:50 +00:00 |
|
scullin
|
4992860633
|
Signed.
|
1998-04-14 01:49:52 +00:00 |
|
scullin
|
83e4239b9c
|
UNIX version of raptor.mak
|
1998-04-14 01:49:20 +00:00 |
|
rjc
|
6687d44e47
|
Appletalk is Mac only.
|
1998-04-14 01:31:02 +00:00 |
|
rjc
|
0aa182a826
|
(Mac) Appletalk data source.
|
1998-04-14 01:26:35 +00:00 |
|
rjc
|
9d166d8786
|
First Checked In.
|
1998-04-14 01:24:59 +00:00 |
|
rjc
|
e92f0624d4
|
Fix bugs with makeNewID().
|
1998-04-14 01:24:06 +00:00 |
|
wtc
|
1c10b9066d
|
Deleted the unused variable 'count' in _PR_MD_INTERVAL_PER_SEC(). We
acknowledge Rick Osborne <rick@spacey.net> for reporting this problem
and suggesting a fix.
|
1998-04-14 01:06:32 +00:00 |
|
kmcclusk
|
f44a95e7d7
|
Added/Improved header file comments
|
1998-04-14 00:31:59 +00:00 |
|
briano
|
1520ffa6e3
|
Added support for M68k Linux. Thanks to Jes Sorensen (Jes.Sorensen@cern.ch) for the patch.
|
1998-04-14 00:26:45 +00:00 |
|
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 |
|