cls%seawood.org
8754202470
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
bienvenu%netscape.com
68f3be9dfe
fix build warnings
2000-04-22 18:42:51 +00:00
jim_nance%yahoo.com
1d29b85f66
Fix for 34949. Problem with 64 bit pointers.
...
r=wtc
2000-04-22 00:32:03 +00:00
putterman%netscape.com
5a6b2917ac
Turn off probe maps. This speeds up loading a folder. r=bienvenu.
2000-04-20 03:46:32 +00:00
chuang%netscape.com
cd05e988b1
Fix assigning invalid pointer. r=putterman
2000-04-18 06:19:09 +00:00
jim_nance%yahoo.com
c742799ac5
configure
2000-04-17 11:16:40 +00:00
bienvenu%netscape.com
16a48320b1
fix case of nscore.h include
2000-04-14 03:05:46 +00:00
bienvenu%netscape.com
f45fdae2eb
teach mdb about nspr types r=sspitzer
2000-04-14 03:03:25 +00:00
cls%seawood.org
fdd09457b4
Fix for EXTRA_DSO_LIBS in rules.mk
...
OS/2 Makefile.in changes (Patch 4a). Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
bienvenu%netscape.com
13937da825
mork performance improvements by davidmc, r=bienvenu
2000-04-01 17:07:38 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
brade%netscape.com
49568eb54e
fix paths for move to CW5 (bug #25779 )
2000-02-02 15:27:53 +00:00
pp%ludusdesign.com
1f1b827704
Oops, had a problem during the previous commit...
...
Replacing ::GetIID() with NS_GET_IID(). r=dp@netscape.com
2000-01-31 22:44:04 +00:00
pp%ludusdesign.com
07294f59bb
*** empty log message ***
2000-01-31 22:40:33 +00:00
dougt%netscape.com
2e995c5f17
Converting to use nsIModule macro. r=dp.
2000-01-03 22:59:05 +00:00
sspitzer%netscape.com
949620ddc1
fix warnings.
1999-12-28 21:49:14 +00:00
bienvenu%netscape.com
0951f12c16
fix leak of 16K in compress commit,r=davidmc 14208
1999-12-23 06:32:40 +00:00
warren%netscape.com
96ec037ac6
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
shaver%netscape.com
6a6af11448
readme from Daniel Howard
1999-11-25 00:29:45 +00:00
cls%seawood.org
d0b4f004c4
Applied fix to mork for BeOS. Patch submitted by Duncan Wilcox <duncan@be.com>.
1999-11-20 11:03:43 +00:00
bienvenu%netscape.com
2c273657df
fix build warning
1999-11-16 04:55:37 +00:00
bienvenu%netscape.com
03d87a22be
fix trivial build warnings, unused variables
1999-11-10 23:58:39 +00:00
bienvenu%netscape.com
fd96ea6a26
fix build warnings about unused variables
1999-11-10 03:59:45 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
dmose%mozilla.org
6196f6192c
updating license to xPL 1.1
1999-11-02 06:56:28 +00:00
bienvenu%netscape.com
21690a558f
fix mork linked list which was disabling more than one table change from getting recorded r=davidmc
1999-10-15 00:05:10 +00:00
bienvenu%netscape.com
de1cec3e95
try not to leak all environments r=davidmc
1999-10-07 14:45:26 +00:00
bienvenu%netscape.com
751078ac84
try not to leak all factories r=davidmc
1999-10-07 14:43:44 +00:00
bienvenu%netscape.com
4fc5944688
use nsIModule for Mork r=mscott no bug
1999-10-07 14:26:15 +00:00
beard%netscape.com
9eae33066d
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
davidmc%netscape.com
a623bf600e
http://bugzilla.mozilla.org/show_bug.cgi?id=14886
should not affect runtime until compiler switches change
in morkConfig.h; so only build is affected. Checkin permission
from choffman last Friday.
1999-09-28 23:09:49 +00:00
sspitzer%netscape.com
d6fe772d27
fix several warnings. we only need to declare this a friend once.
1999-09-22 08:17:46 +00:00
sspitzer%netscape.com
deeda694cf
fix build bustage. (it was me, not davidmc)
1999-09-22 05:38:10 +00:00
sspitzer%netscape.com
60e5c2f425
changes for davidmc.
1999-09-22 05:35:43 +00:00
davidmc%netscape.com
9bb49dd990
changes for hash tables and zone pooling.
1999-09-22 05:35:28 +00:00
davidmc%netscape.com
3e4dfe74cd
add these. not part of the build yet.
1999-09-22 05:06:37 +00:00
sspitzer%netscape.com
7790346dec
ignore generated makefile
1999-09-16 11:32:19 +00:00
mscott%netscape.com
952fbbc19b
remove obsolete reference to nsMgCore.h
1999-09-10 18:34:57 +00:00
briano%netscape.com
de44b4d417
General cleanup.
1999-09-10 00:59:21 +00:00
mscott%netscape.com
855d60c608
Not part of the build yet. Adjust the project depth for this project to account for the fact that it is now in mozilla\db instead of mozilla\mailnews\db.
1999-09-09 02:21:26 +00:00
briano%netscape.com
463f07e845
Cleaned it up.
1999-09-07 23:53:09 +00:00
mscott%netscape.com
ee5f21ce44
adjust depth to account for new directory position in the mozilla tree.
1999-09-07 23:32:25 +00:00
mscott%netscape.com
83ac2226be
build mork and mdb. (not part of the build).
1999-09-07 23:30:36 +00:00
mscott%netscape.com
7d19651e48
Adjust depth to account for new location in the mozilla tree. (not part of the build yet>
1999-09-07 23:23:01 +00:00
mscott%netscape.com
af926992c6
Adjust depth to account for new location in mozilla tree.
1999-09-07 23:22:40 +00:00
mscott%netscape.com
ff4a614d17
Not part of the build yet. Makefile to build mdb and mork.
1999-09-07 23:21:21 +00:00
davidmc%netscape.com
5dbc2f05f7
First Checked In.
1999-09-03 22:32:58 +00:00
bienvenu%netscape.com
753cfbafd3
comment out code not ready to compile yet
1999-09-03 22:29:59 +00:00
bienvenu%netscape.com
79b3a1efd0
add new files to makesystem
1999-09-03 22:25:46 +00:00