Граф коммитов

296 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org f375638526 Removing use of unneeded dbm module from win32 build 1999-11-14 00:52:48 +00:00
cls%seawood.org b68d17371a Removing dependency upon security/freenav module. r=alecf 1999-11-13 23:51:49 +00:00
cls%seawood.org a201ccbc4e Oops. Wrapping that in a ifdef until a proper fix is determined 1999-11-10 00:59:30 +00:00
cls%seawood.org 535128ff07 Commented out ExtCacheDBInfo struct & uses of it in net.h as it's not used since Necko landed. r=warren
Removed dbm from allmakefiles.sh & mozilla/Makefile.in.
1999-11-09 23:52:25 +00:00
dmose%mozilla.org 42fc94a6ec updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
ramiro%fateware.com a426b260aa Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
way to accomplish the same thing using linker version scripts.
r=cls@seawood.org
1999-10-22 07:11:43 +00:00
syd%netscape.com 4a5558b38e Export platform.h. This is legacy stuff that should be removed eventually.
r=mcafee.
1999-10-08 22:37:37 +00:00
alecf%netscape.com 400df58bd4 oops, remove XP_UNIX specific stuff which was busting things 1999-10-08 00:37:17 +00:00
alecf%netscape.com 1271723969 exorcise xp.h from compose header files, in preparation for nsIModule landing
r=sspitzer
1999-10-07 23:55:42 +00:00
sfraser%netscape.com f1602bfebe Export xp_regexp.h, for libjar. r=sdagley 1999-10-06 01:19:18 +00:00
briano%netscape.com ae1c3f157f Cleanup. Why is this makefile still around? 1999-09-10 08:35:22 +00:00
alecf%netscape.com f000c2ad91 switch to using correct NSPR types and PR_TRUE/PR_FALSE/etc 1999-09-08 03:56:37 +00:00
cls%seawood.org 0c8478aa48 Removed unnecessary USE_AUTOCONF ifdef. 1999-09-06 20:24:44 +00:00
mgleeson1%netscape.com a4ceb42079 removed #ifdef for hpux for _INT16 and _INT32 1999-09-03 22:14:37 +00:00
alecf%netscape.com 7c47db64ff remove shadow warnings 1999-08-07 19:34:06 +00:00
dveditz%netscape.com f1029f3aad warning cleanup 1999-07-30 23:59:53 +00:00
slamm%netscape.com 65d598e7ab Fix compiler warnings 1999-07-16 17:39:03 +00:00
ramiro%netscape.com 9200ddaebb Checkin another chunk of Alex Larsson's non-exported symbol reduction
patch.  All changes protected by  MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
1999-07-07 09:02:21 +00:00
waterson%netscape.com 5571006c19 Fix some compiler warnings; replaced variable names that shadowed global symbols. 1999-07-03 04:06:07 +00:00
mcafee%netscape.com a3797a36bb Putting EHOSTDOWN inside an ifdef to fix BeOS breakage. 1999-07-01 10:56:48 +00:00
tague%netscape.com 613343a957 Eliminate unix builld warnings from libi18n.h 1999-06-29 07:57:30 +00:00
leaf%mozilla.org 91206a5f0e removing cgi.h, which, apparently, is not needed anymore. 1999-06-28 16:11:39 +00:00
valeski%netscape.com 0607a1d128 removed unnecessary file cgi.h (bug 8916). if someone needs it there and I'm not around, check with mcafee. 1999-06-28 13:13:12 +00:00
mcafee%netscape.com 8f966d205d Changes for BeOS. 1999-06-26 21:39:54 +00:00
mcafee%netscape.com a019fdd9db Changes for BeOS. 1999-06-26 21:32:57 +00:00
mcafee%netscape.com d5632751f6 Adding case for BeOS. 1999-06-26 19:59:32 +00:00
mcafee%netscape.com a7fd91a5da Changes for BeOS. 1999-06-26 19:49:21 +00:00
mcafee%netscape.com 1b18f8fcc2 Changes for BeOS 1999-06-26 19:48:02 +00:00
mcafee%netscape.com 81df420794 Changes for BeOS. 1999-06-26 19:42:53 +00:00
mcafee%netscape.com 75bc17fd75 Changes for BeOS. 1999-06-26 19:24:41 +00:00
mcafee%netscape.com f442231c9d Changes for BeOS 1999-06-26 19:21:50 +00:00
sspitzer%netscape.com d79b625b6c fix warning. 1999-06-26 05:57:29 +00:00
pnunn%netscape.com 458e7b2596 added to image def's. pnunn. 1999-06-25 20:14:31 +00:00
alecf%netscape.com 06a3bbc5fe back out previous checkin - busts on windows 1999-06-16 00:59:24 +00:00
alecf%netscape.com bb73de7547 if 0 and static a bunch of functions that aren't used anywhere 1999-06-16 00:51:20 +00:00
briano%netscape.com e2165f5ea2 Changed all the platform-specific ifdefs wrt XP_RANDOM to use HAVE_RANDOM instead. 1999-06-10 04:05:28 +00:00
ssu%netscape.com dbe644b4a4 Moving result #defines out where others can use them 1999-06-10 01:58:50 +00:00
morse%netscape.com 4080fe81f1 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
waterson%netscape.com cabd0d3e30 Single public include directory on Win32. 1999-06-03 18:34:27 +00:00
sspitzer%netscape.com 1117b07845 fix for #6031. the summary file names for newsgroups are based on
the newsgroup name.  if the name is too long for the native file
system, use the hash function to come up with a new name.

move that has code out of xp_hash.c and into newsSummarySpec.cpp

in 4.x, this was the only place it was used anyways.

fix my debugging printf.

re-arrange addressbook makefiles in mailnews/makefiles so that people
who use obj-dir can build.
1999-05-21 22:21:23 +00:00
briano%netscape.com 5d7096cde2 Eliminate the need to use -DQNX by switching to __QNX__, predefined by the compiler. 1999-05-14 01:46:00 +00:00
waterson%netscape.com c6bb43c603 Turn this off. It's just getting in the way of real PR_LOG use. 1999-04-28 03:32:29 +00:00
dveditz%netscape.com 981ef8b057 removing obsolete header 1999-04-28 00:19:29 +00:00
dveditz%netscape.com 040ca12c04 pulling mkreg back out of netlib 1999-04-27 22:05:39 +00:00
beard%netscape.com b65d3bfe4a reworked XP_ASSERT not to depend on <PP_Types.h> nor <UException.h> which are PowerPlant specific. 1999-04-25 06:43:04 +00:00
morse%netscape.com d7cd548b20 net.h 1999-04-21 03:47:59 +00:00
alecf%netscape.com 231826c11e ok, this is retarded. I'm fixing this once and for all.
if Bool is defined to be ANY kind of type we already know about, this is going to barf.
1999-04-16 22:29:59 +00:00
toshok%hungry.com 8486ace28c unix doesn't need FARPROC here either (thanks to nspr.) 1999-04-07 06:15:14 +00:00
spence%netscape.com 0e767a9a6b new state added to the http state machine to allow async dialog authentication 1999-04-07 04:40:51 +00:00
gagan%netscape.com dc83d61414 N2 landing... everybody run! duck! hide...! It really should be ok. 1999-03-25 00:22:56 +00:00