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 |
wtc
|
38562e5e21
|
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
|
24663925ea
|
Add dialup to free source
|
1998-04-09 04:22:42 +00:00 |
selmer
|
f664dcea33
|
add the ascii files
|
1998-04-09 04:11:30 +00:00 |
selmer
|
eedf70b6f9
|
add ascii files
|
1998-04-09 04:07:52 +00:00 |
selmer
|
76d07b6455
|
Add binaries with -kb
|
1998-04-09 03:54:33 +00:00 |
ramiro
|
f8a298050d
|
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
|
f15cef08ec
|
fix windows bustage removing libcnv compression.
|
1998-04-09 02:02:37 +00:00 |
ramiro
|
9465b61f4b
|
make sure XmNlist gets defined
|
1998-04-09 01:47:59 +00:00 |
cyeh
|
b9e328bb44
|
change log, with proper . extension
|
1998-04-09 01:18:48 +00:00 |
cyeh
|
e0533b8d36
|
Remove for legal reasons.
|
1998-04-09 00:33:14 +00:00 |
valeski
|
043c8c0ec6
|
various null checks, fixes 107730, rev'd by malmer
|
1998-04-09 00:07:08 +00:00 |
montulli
|
bc93ff1562
|
fix really small pics bug by calling Illegal_to_underscore
Rev: gagan
|
1998-04-08 21:23:19 +00:00 |
pinkerton
|
5393bba715
|
Added public DoInlineEditing() (rev sdagley, appr don)
|
1998-04-08 20:30:13 +00:00 |
pinkerton
|
a73da497bc
|
added public DoInlineEdit for the node edit HT event and made RefreshCellRange public (it was protected, but is public in LTreeView). (rev sdagley, appr don)
|
1998-04-08 20:29:54 +00:00 |
pinkerton
|
28338ba4d2
|
Redid workspace selection/shelf notification to fix some bugs. Also now responds to HT's node edit event, though it is still commented out because of redraw problems. Added a slew of comments to make the class (and the messaging scheme) understandable and point out where redraw bugs are. (rev sdagley, appr don)
|
1998-04-08 20:29:18 +00:00 |
pinkerton
|
0db82b6522
|
now an LBroadcaster to tell the title area about a change to the current workspace so the name is always correct. (rev sdagley, appr don)
|
1998-04-08 20:27:48 +00:00 |
pinkerton
|
8730acb5f6
|
Now current with rewrite of FE/HT messages for opening/closing shelf and setting current workspace. (rev sdagley, appr don)
|
1998-04-08 20:27:24 +00:00 |
pinkerton
|
b6340c6012
|
The LCaption in the title area was not correctly bound to the left and the right so it did not grow when the window grew. (rev sdagley, appr don)
|
1998-04-08 20:26:26 +00:00 |
pinkerton
|
6290922b01
|
Added a stack-based class for setting/restoring the HT event notification mask (rev sdagley, appr don)
|
1998-04-08 20:25:51 +00:00 |
guha
|
d4a158f84b
|
2.1 vs 3.1 lossage
|
1998-04-08 05:34:52 +00:00 |
guha
|
12313dc0aa
|
makefile.win fix
|
1998-04-08 05:06:33 +00:00 |
guha
|
3a0295473d
|
Spankage for new XML to build on Mac
|
1998-04-08 04:48:26 +00:00 |
guha
|
1174b3398e
|
Fix Mac bustage by adding required casts
|
1998-04-08 04:44:28 +00:00 |