dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
brendan%netscape.com
57d266d4fb
- Add unsigned casts to relational expressions, silencing warnings at the cost
...
of failing to check negative-wraparound of int32 operands.
- Add casts and XXX comments to MSG_* calls that lack prototypes.
- #ifdef XP_UNIX around MimeHeaders_do_unix_display_hook_hack.
1998-10-26 19:25:17 +00:00
cls%seawood.org
001ed2ffd4
Sync'd various Makefile.ins to their Makefile counterparts.
...
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
cyeh%netscape.com
e57d98572a
reflect NO_SECURITY changes in Makefile
1998-10-16 18:53:47 +00:00
cyeh%netscape.com
476259443f
remove NO_SECURITY
1998-10-15 22:42:14 +00:00
mjudge%netscape.com
7f09382fb3
ender carpool
1998-10-14 20:24:50 +00:00
cyeh%netscape.com
6893a3c1fc
something is wrong. for whatever reason there was a -DNO_SECURITY
...
that was always enabled, whether security was enabled or not. this caused
a confusion on the compile line, there -DMOZ_SECURITY and -DNO_SECURITY would
be simultaneously defined.
as a temporary hack, duplicate the logic on mozilla/config/config.mk
so that ifdef NO_SECURITY -DNO_SECURITY, else -DMOZ_SECURITY.
what a mess. this needs to be fixed right.
1998-10-13 06:08:31 +00:00
kin%netscape.com
d3aacf7376
Fixes for build Unix bustage when MOZ_ENDER_MIME is defined. Added checks
...
for MOZ_MAIL_COMPOSE.
1998-10-12 21:50:42 +00:00
cyeh%netscape.com
80deef52d3
Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY
1998-10-12 21:27:12 +00:00
mjudge%netscape.com
4cf0272700
only need strip_continuous
1998-10-09 02:56:30 +00:00
mjudge%netscape.com
cce33f60db
adding ifdefs that should be harmless
1998-10-09 02:49:52 +00:00
cls%seawood.org
69f97f2f54
Moved NSPR libraries into $(NSPR_LIBS). Changed link commands to use $(NSPR_LDFLAGS) $(NSPR_LIBS).
1998-10-02 08:58:54 +00:00
cls%seawood.org
07b1e47884
Finished off MOZ_USER_DIR patch. This allows developers to change config-dir at compile time. Defaults to .netscape for classic build and .mozilla for autoconf build.
1998-09-30 00:23:45 +00:00
akkana%netscape.com
1d2cdca4b7
Remove rosetta references from mail compose code
1998-09-24 21:46:32 +00:00
mcafee%netscape.com
2d6de2d94f
Uninitialized variable compiler warnings on Linux
1998-09-16 09:01:25 +00:00
cls%seawood.org
af731eee4a
Sync'd.
1998-09-09 08:15:05 +00:00
akkana%netscape.com
8ad1f09c73
Remove vcards from MOZ_MAIL_COMPOSE
1998-09-08 19:30:41 +00:00
cls%seawood.org
a1294edb2f
Updated.
1998-09-05 10:25:13 +00:00
akkana%netscape.com
f735cd1314
mailto doesn't need mimevcrd.c after all
1998-09-04 22:07:25 +00:00
akkana%netscape.com
6d3704a0ee
Mailto landing (ifdef MOZ_MAIL_COMPOSE). Aproved by mwelch.
...
Turns off MOZILLA_30, which Jamie says is probably a bad idea;
this will be reworked in the future.
1998-09-04 19:07:08 +00:00
cls%seawood.org
9c74df02ff
Updates to autoconf files.
1998-08-26 04:04:57 +00:00
cls%seawood.org
90d0af1408
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
jwz%mozilla.org
a4a0684211
I could tell you what this patch was for, but then I'd have to shoot you.
1998-08-10 03:50:04 +00:00
jwz%mozilla.org
829cd98506
add -DNO_SECURITY so that it works on the internal Netscape builds as well
...
(which do have security, but which do not have a libmime with S/MIME code.)
1998-08-10 00:24:00 +00:00
jwz%mozilla.org
6ce77c912a
build and link against libmime (on Unix only, until I find some victims to
...
test things out on the other platforms.)
1998-08-09 03:53:14 +00:00
jwz%mozilla.org
a22863e4cc
various tweaks to get libmime to build, and be linkable with the
...
rest of Mozilla.
1998-08-09 03:51:51 +00:00
jwz%mozilla.org
65f8cfd443
in order to make libmime compile without libmsg, moved some
...
utility functions from libmsg/msgutil.c to new files
libxp/xp_linebuf.c and libnet/mkbuf.c:
msg_GrowBuffer ==> XP_GrowBuffer
msg_LineBuffer ==> XP_LineBuffer
msg_ReBuffer ==> XP_ReBuffer
msg_MakeRebufferingStream ==> NET_MakeRebufferingStream
1998-08-09 03:49:12 +00:00
jwz%mozilla.org
91f0db2e92
Got libmime and the mimefilt program to build in the public Mozilla code base.
...
Mostly I did this by turning on -DMOZILLA_30, which eliminates most of
the, uh, "progress" made in libmime since 3.0. That this worked highlights
the fact that the 3.x libmime had far fewer cross-dependencies on libmsg
than 4.x did.
1998-08-08 02:20:33 +00:00
jwz%mozilla.org
07acf4cd3b
In 2.x/3.x, this file was lib/libmsg/addr.c.
...
In 4.x, it was lib/libmsg/addrutil.cpp. (They felt the need to convert it
to C++ for no adequately explainable reason, and to add some dependencies
on the rest of libmsg.)
Since libmime needs this, and libmsg isn't being built, I converted it
back to C, removed the libmsg dep, and put a copy of this file here.
Someday, something more sensible should be done. Like deleting the copy
in libmsg, perhaps.
1998-08-08 02:17:51 +00:00
sman%netscape.com
9617e0a9f3
libmime updates: security cleansing
1998-07-24 21:05:24 +00:00
ramiro%netscape.com
b50ae3dfab
Fix a broken INCLUDES += ./
...
Should be INCLUDES += -I./
Im not really sure why this is needed since the current mime is on the
REQUIRES list. I had to fix this cause 'make depend' was breaking because
of the misplaced './'
1998-07-16 07:25:12 +00:00
pierre
338555653b
Following my MOZ_DARK checkin 2 weeks ago, changed a "((long (*) (char *, uint32, void *))" to "((int32 (*) (char *, uint32, void *))". Just in case...
1998-07-14 01:17:15 +00:00
ricardob
d7fcea553e
free mail unix changes
1998-07-07 18:29:09 +00:00
pierre
0e2c6bd9f5
Mac MOZ_DARK
1998-07-02 02:38:19 +00:00
ricardob
a4fff7cf8e
Use MOZ_SECURITY
1998-07-02 01:15:11 +00:00
terry
c3a66fb00e
Patch by Dawn Endico <dawn@cannibal.mi.org> -- add comment at top.
1998-07-01 13:53:28 +00:00
terry
28520818f6
Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some
...
comments, added a README file.
1998-06-30 14:06:34 +00:00
sman
80a0e01e10
Whether or not we compile CALENDAR, we still want to image VCARDs.
...
Had to move a define 2 lines down to make this happen.
1998-06-26 23:43:04 +00:00
spider
8f94f24ac8
Normandy Merge ....
1998-06-22 21:21:28 +00:00
ltabb
781c480871
Free the lizard
1998-03-28 02:44:41 +00:00