scullin
|
c14e8a1fee
|
IRIX build fixes.
|
1998-04-14 01:56:50 +00:00 |
scullin
|
ff36242b80
|
Signed.
|
1998-04-14 01:49:52 +00:00 |
scullin
|
33aa28f409
|
UNIX version of raptor.mak
|
1998-04-14 01:49:20 +00:00 |
rjc
|
9ef3a7b01c
|
Appletalk is Mac only.
|
1998-04-14 01:31:02 +00:00 |
rjc
|
1c3dd2afa3
|
(Mac) Appletalk data source.
|
1998-04-14 01:26:35 +00:00 |
rjc
|
88f1f95ed5
|
First Checked In.
|
1998-04-14 01:24:59 +00:00 |
rjc
|
e3ff6b6698
|
Fix bugs with makeNewID().
|
1998-04-14 01:24:06 +00:00 |
wtc
|
3cbd446da0
|
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
|
3c00e3be1d
|
Added/Improved header file comments
|
1998-04-14 00:31:59 +00:00 |
briano
|
0d5ced9da6
|
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
|
a464c182c5
|
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
|
7f26b36fb3
|
Changed the 'MACLINUX' macro reference to 'MKLINUX'. Again.
|
1998-04-14 00:15:11 +00:00 |
briano
|
f3b78d2995
|
Changed the 'MACLINUX' macro reference to 'MKLINUX'.
|
1998-04-14 00:00:42 +00:00 |
ftang
|
9f55be21c6
|
(This is for the previous checkin) Fix warnning. Thanks tenthumbs@cybernex.net
|
1998-04-14 00:00:06 +00:00 |
ftang
|
c44f03b6f5
|
Fix one warning. Thanks for
|
1998-04-13 23:58:48 +00:00 |
briano
|
243f658f77
|
Changed the 'MACLINUX' macro reference to 'MKLINUX'. Again.
|
1998-04-13 23:56:35 +00:00 |
pinkerton
|
875fbb2ad4
|
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
|
c4248e7af1
|
Got rid of compiler warnings. We acknowledge the help of Nathan
Torkington <gnat@frii.com>.
|
1998-04-13 22:55:27 +00:00 |
pinkerton
|
2853334222
|
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
|
357aea8a96
|
Got rid of compiler warnings. We acknoweldge the help of Nathan
Torkington <gnat@frii.com>.
|
1998-04-13 22:49:10 +00:00 |
wtc
|
560ea6a186
|
localtime_r is declared on Solaris only if _REENTRANT is defined.
|
1998-04-13 22:48:07 +00:00 |
wtc
|
a4f2389bb1
|
Got rid of compiler warnings. We acknowledge the help of Nathan
Torkington <gnat@frii.com>.
|
1998-04-13 22:46:48 +00:00 |
wtc
|
c7857a66e2
|
Fixed printf format mismatch problems. We acknowledge the help of
Nathan Torkington <gnat@frii.com>.
|
1998-04-13 22:26:32 +00:00 |
kipp
|
17688503cb
|
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
|
effbe1bcf8
|
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
|
3253db98fe
|
Added function declarations to eliminate compiler warnings.
|
1998-04-13 22:22:43 +00:00 |
wtc
|
18e0173f20
|
Added declaration of _MD_YIELD.
|
1998-04-13 22:21:00 +00:00 |
wtc
|
706f08ab19
|
Fixed compiler warnings, mostly by adding function declarations.
|
1998-04-13 22:19:51 +00:00 |
wtc
|
175649407a
|
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
|
9947ffdd28
|
Fixed printf format mismatches. Fixed are provided by Nathan Torkington
<gnat@frii.com>.
|
1998-04-13 22:02:11 +00:00 |
wtc
|
7901e2987e
|
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
|
971bc1b729
|
Removed the -Wno-format compiler switch. We do want to get printf
format mismatch warnings.
|
1998-04-13 21:44:55 +00:00 |
wtc
|
f60c104088
|
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
|
4637e91612
|
signed
|
1998-04-13 21:32:58 +00:00 |
kipp
|
be119ad042
|
Removed woofer
|
1998-04-13 21:27:25 +00:00 |
kipp
|
15c19523e7
|
nuked
|
1998-04-13 21:27:12 +00:00 |
kipp
|
bc8c5300a4
|
pubbed
|
1998-04-13 21:23:46 +00:00 |
hshaw
|
270ec7de04
|
bump rev to 3.1
|
1998-04-13 21:12:08 +00:00 |
kipp
|
6ff26e3b6d
|
another makefile tweak
|
1998-04-13 21:08:14 +00:00 |
hshaw
|
82f66cb5a6
|
Free the lizard
|
1998-04-13 21:07:10 +00:00 |
kipp
|
b18134c5e8
|
Repaired build problems w/ layout/base dependencies
|
1998-04-13 20:56:42 +00:00 |
kipp
|
ce57a9f3d1
|
more files to pull
|
1998-04-13 20:50:21 +00:00 |
kipp
|
049d6d862b
|
bug fixed
|
1998-04-13 20:39:27 +00:00 |
kipp
|
4717009d75
|
moved to pub
|
1998-04-13 20:24:54 +00:00 |
guha
|
de1f9eacec
|
Fix the problem with sitemaps going away on page
transition
|
1998-04-13 02:00:34 +00:00 |
ramiro
|
cb27b15f2a
|
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
|
dccddcca21
|
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
|
91a2f39392
|
Sitemap bugfixes.
|
1998-04-10 21:00:30 +00:00 |
wtc
|
531582e7ac
|
Declare _MD_EarlyInit() to eliminate 'undeclared function' compiler warning.
Contributed by Nat <gnat@frii.com>.
|
1998-04-09 19:50:19 +00:00 |
wtc
|
85101e8718
|
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 |