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

543 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org d2a7c1e86a Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 15:35:02 +00:00
bienvenu%nventure.com 85cc429e4e handle case where mork is writing out an incremental change, and it's a remove row, and the row isn't in any table, but has dirty cells, 371672, sr=mscott 2007-02-28 17:04:22 +00:00
mozilla%weilbacher.org 0a260190a0 OS/2 version of SQLite 3.3 is upstream and working fine, so I can remove
the note about OS/2 from README.MOZILLA.
2007-02-19 22:49:15 +00:00
mozilla%weilbacher.org 23f94458b1 [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 5, changes to SQLite. r=abwillis1, sr=vlad 2006-12-22 20:12:03 +00:00
vladimir%pobox.com 175f419861 b=32989, start page is not displayed on win9x if non-ascii chars in profile path (sqlite win9x utf8/CP safety), r=brettw 2006-07-24 21:42:43 +00:00
dveditz%cruzio.com f3e1ecabf0 Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
sergei_d%fi.tartu.ee 32b400b12b [BeOS] Build broken in sqlite, Bug 330340, p=doug@sheltonfamily.org, r=sergei_d, sr= mailto:brettw@gmail.com. 2006-06-04 18:41:52 +00:00
timeless%mozdev.org c139a43d25 Bug 337917 Make consumers stop using cids from other modules
r=bienvenu sr=neil
2006-06-03 23:40:27 +00:00
mkaply%us.ibm.com e7fba5faea #333835
r=mkaply (OS/2 only)
Patch from Daniel Kruse - Fix tempfile problem on OS/2
Bring back clobbered OS/2 change
Update README to remind people not to overwrite the OS/2 change.
We are still trying to get the OS/2 SQLite changes accepted upstream
2006-05-23 14:13:09 +00:00
brettw%gmail.com 403aed7344 Bug 338155 r=vlad Upgrade to sqlite 3.3.5 2006-05-22 17:48:14 +00:00
cbiesinger%web.de 1fe4516c9f bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
brettw%gmail.com 874364b9ab Bug 336314 r=darin Make storage threadsafe 2006-05-03 23:29:12 +00:00
benjamin%smedbergs.us 876f09528d Bug 335421 - Make FF+XR work on windows, r=mento 2006-04-27 13:37:15 +00:00
brettw%gmail.com c61574d768 Update readme and add patch file to repository for bug 331158. 2006-04-11 17:35:25 +00:00
brettw%gmail.com 17604382f8 Bug 331158 r=vlad Add preload capability to sqlite pager cache. 2006-04-11 17:05:08 +00:00
brettw%gmail.com cc073c22f0 Bug 328598 r=bryner Expire history as you browse for faster shutdown times. Now
that we don't write a bunch of stuff at shutdown, we can re-enable 0 fill for
security.
2006-04-10 22:30:54 +00:00
cbiesinger%web.de 721753fffa 330340 fix BeOS build: don't define THREADSAFE - it's not needed
r=tqh,brettw patch by Doug Shelton <doug@sheltonfamily.org>
2006-04-02 12:59:24 +00:00
mkaply%us.ibm.com 8a43badd31 #283316
r=mkaply, sr=mkaply (OS/2 only)
Patch from Peter Weilbacher - more OS/2 only SQLite fixes
2006-03-20 16:07:36 +00:00
mkaply%us.ibm.com 1444786ee7 OS/2 crashes on startup 2006-03-16 17:21:52 +00:00
brettw%gmail.com abfbc4dc52 Bug 328598 r=vladimir Rollback 0-fill deleted DB entries and vacuum on
explicit clear to improve shutdown times.
2006-03-10 21:02:32 +00:00
mkaply%us.ibm.com 36abd0488c OS/2 build bustage in SQLITE due to move to 3.3.4 - #283316 - patch from Daniel Kruse 2006-03-09 20:04:34 +00:00
bryner%brianryner.com ff04987920 trying to fix windows tinderbox bustage, r=marria 2006-03-02 05:11:47 +00:00
cbiesinger%web.de 9caa091abf trying to fix balsa bustage 2006-03-01 15:26:26 +00:00
bryner%brianryner.com aa420a36d8 Speedups for nsMorkReader and history import (bug 327330). r=brettw 2006-03-01 02:51:43 +00:00
brettw%gmail.com 17fd68bbc6 Bug 328140, r=vladimir 0-fill deleted data so deleted history is not exposed
in the file.
2006-02-23 01:05:23 +00:00
brettw%gmail.com b06468ea47 Bug 328213, r=vladimir Upgrade to sqlite 3.3.4. 2006-02-22 20:47:51 +00:00
cbiesinger%web.de e1bd7c777d Bug 318918 work around gcc 2.9x bug with #line. patch by Doug Shelton
<doug@sheltonfamily.org> r=bsmedberg
2006-02-21 18:30:04 +00:00
brettw%gmail.com 4fe052e02a *** empty log message *** 2006-02-16 03:02:32 +00:00
benjamin%smedbergs.us 0a4a17a223 Bug 327188 - enable places by default, r=bryner 2006-02-15 18:46:10 +00:00
benjamin%smedbergs.us 51e6d212be Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 15:57:04 +00:00
vladimir%pobox.com e7019c7b42 b=326458, Upgrade tree sqlite to 3.3.3 2006-02-08 21:10:11 +00:00
bryner%brianryner.com 0ff9d4e39d Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. 2006-01-26 19:17:04 +00:00
bryner%brianryner.com d1332ab455 Addressing sr comments from darin. Bug 322369. 2006-01-18 01:21:36 +00:00
bryner%brianryner.com 3d0901e174 Use the Mork reader class to import old history files, removing the dependency on Mork itself. Bug 322369, r=brettw. 2006-01-18 01:01:41 +00:00
bryner%brianryner.com 86d5ea9d59 Add a lightweight reader for Mork files. Bug 322369, r=brettw. 2006-01-18 01:00:22 +00:00
vladimir%pobox.com 7ec2aabd8f Upgrade to SQLite 3.2.7, r=darin 2005-12-13 19:49:36 +00:00
timeless%mozdev.org 8e0a0fb22e Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bsmedberg%covad.net dff1dea638 Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
mkaply%us.ibm.com 463a0cdc79 Fix doublespacing 2005-10-20 19:43:42 +00:00
mkaply%us.ibm.com da8c1261db #283316
r=vlad
Patch from abwillis - OS/2 SQLite changes
2005-10-20 18:55:10 +00:00
vladimir%pobox.com 9e163a98f6 Update to SQLite 3.2.2 2005-08-20 01:23:48 +00:00
mkaply%us.ibm.com 3d36110950 #283316
r/sr/a=mkaply - OS/2 only
From Andy Willis/Andrew MacIntyre - OS/2 SQLite support
2005-08-02 17:34:56 +00:00
vladimir%pobox.com a2c032d796 add missing file to sqlite3, r=shaver 2005-06-10 01:27:31 +00:00
bryner%brianryner.com 4bb474ed24 Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann 2005-06-09 20:51:18 +00:00
vladimir%pobox.com c82a6a196e fix for homegrown transfer_bindings 2005-05-12 20:11:41 +00:00
dougt%meer.net 373d7db1ba Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
vladimir%pobox.com da74a9c3af b=291991, fix sqlite_schema stuff in mozStorageStatement, again r=shaver 2005-04-26 22:44:53 +00:00
vladimir%pobox.com e608d4ffc9 add parameter_indexes api 2005-04-13 23:25:41 +00:00
bsmedberg%covad.net 66a9f8e901 Followup to bug 288626 to fix MSVC.net2003 static builds, a=asa 2005-04-07 13:15:29 +00:00
vladimir%pobox.com 9cdb31d07c Update to sqlite 3.2.1, r=me 2005-03-30 21:49:20 +00:00
vladimir%pobox.com 1960db032b Revert config.h change, copied over too many files from 3.2.0, r=me 2005-03-24 23:00:32 +00:00
vladimir%pobox.com 7be0b0b8dc Update to SQLite 3.2.0 2005-03-22 23:10:06 +00:00
bsmedberg%covad.net d3d9589cf0 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
smfr%smfr.org add0e57c80 Bug 283074: make sure MORK_ASSERTION fires on Mac by paying attention to XP_MACOSX, not XP_MAC. r/sr=bienvenu. 2005-02-27 21:59:54 +00:00
timeless%mozdev.org 17a1a59dd0 Bug 173634 flawfinder warnings in xp_str.h: kill xp_str.h, xp_path.h and clean out old/dead defines/code
r=mkaply sr=alecf
Removing dead code guarded by: BUG_21013 MORK_USE_XP_STDLIB notdef OLDWAY UNREADY_CODE
Removing  *Apple*Decode* files which aren't being built
2005-01-17 10:16:02 +00:00
gerv%gerv.net a68362bcf1 iBug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-27 18:45:32 +00:00
bienvenu%nventure.com 9efab0c0ff fix 272602 compress commit on clean db was not writing out .msf file, sr=mscott 2004-12-02 18:08:16 +00:00
bienvenu%nventure.com a3df80a5ed fix 269861 make mork not write any data or touch timestamp if the db is not dirty, sr=mscott 2004-11-15 19:56:01 +00:00
vladimir%pobox.com b9cdaf6bda Update to SQLite 3.0.8 2004-10-13 19:30:19 +00:00
vladimir%pobox.com 42c8ec91cc b=263211, sqlite3 and storage landing - step 1; r=darin,sr=shaver 2004-10-08 22:03:06 +00:00
gerv%gerv.net 7043d82836 Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups. 2004-07-16 19:09:02 +00:00
neil%parkwaycc.co.uk 50aed93726 Actually use rv b=228780 r=me rs=brendan moa=bienvenu 2004-06-22 16:06:12 +00:00
m_kato%ga2.so-net.ne.jp c578d3ce71 bug 226238. WinXP 64bit Port for mozilla/db. r/sr=bienvenu 2004-04-29 04:26:21 +00:00
gerv%gerv.net 1fbea7974e Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:37:13 +00:00
gerv%gerv.net 692411203a Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
blakeross%telocity.com dcdb8bb306 Fix 177360: URL Bar history drop down displays entries in reverse chronological order. r=bienvenu sr=ben 2004-02-21 02:49:06 +00:00
blakeross%telocity.com 17e0b216dd Fix 177360: URL Bar history drop down displays entries in reverse chronological order. r=bienvenu sr=ben 2004-02-21 02:49:05 +00:00
bsmedberg%covad.net 1f4ab81acd Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net f0bfff2628 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
bienvenu%nventure.com 008b5c9ecc fix 221797 flush mork db file buffers on win98, r=me, sr=mscott, a=asa, initial patch by Christian Franke 2003-12-11 00:40:40 +00:00
bryner%brianryner.com 7f4af2e0f9 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 21:50:21 +00:00
bzbarsky%mit.edu 9fad7154b6 constification of static strings in mork. Bug Bug 209226, patch by
ataylor@its.to (Andrew Taylor), r/sr=alecf, sr=bzbarsky.
2003-06-18 02:49:00 +00:00
seawood%netscape.com 8f112a4226 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com 6934dc37a9 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
cls%seawood.org ab74b36ce8 XP code changes required for mingw landing.
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
dbaron%dbaron.org 0b5c7134c9 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 19:35:36 +00:00
hewitt%netscape.com 3a54c5f8ee 174403 - morkTable::RowToPos doesn't quite work, r=blake, sr=bienvenu 2002-11-21 04:59:37 +00:00
bienvenu%netscape.com 411bef80a7 allow mork to open db's with more than 64K rows, with help from leon.zhang@sun.com r=cavin, sr=alecf, 105497 2002-09-24 14:11:01 +00:00
seawood%netscape.com 3a6afee554 Adding placeholders to silence cvs warnings 2002-09-20 09:14:42 +00:00
dougt%netscape.com c5e8f896cd 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
seawood%netscape.com 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
seawood%netscape.com 8f6f1756ce Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
dbaron%fas.harvard.edu 2bf216c9e2 Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
alecf%netscape.com f0263ddf07 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
bienvenu%netscape.com e8e6806c3d fix occurance of potential (not actual) unitialized variable use in mork atom rs=sspitzer 2002-05-20 20:24:41 +00:00
bienvenu%netscape.com e8d8a7b4d8 backing out last checkin 2002-05-16 00:53:09 +00:00
bienvenu%netscape.com 9f4976859b fix mork warnings on linux, r=bienvenu, sr=sspitzer, patch by godsham@ntsource.com 2002-05-16 00:51:31 +00:00
bienvenu%netscape.com 444dda1af7 fix crash importing long mailing list r=naving, sr=sspitzer 62084 2002-05-08 03:16:22 +00:00
bienvenu%netscape.com 73bd1defc9 fix compiler warnings patch by godsham@ntsource.com r=bzbarsky sr=bienvenu 129208 2002-04-20 16:45:09 +00:00
mkaply%us.ibm.com a4d5b4a337 At least I only broke us - forgot include 2002-03-26 13:04:48 +00:00
mkaply%us.ibm.com b72bc1dac5 #132474
Mistake in original checkin - fix from pedemont - was causing MAJOR OS/2 runtime bustage
2002-03-26 03:08:13 +00:00
mkaply%us.ibm.com cfa5157739 #132474
r=bienvenu, sr=sspitzer, a=asa
Use sopen/fdopen instead of fopen for mork on OS/2 - we don't support opening the same file twice
2002-03-22 21:18:11 +00:00
dougt%netscape.com 4c803332db 130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org 2002-03-21 23:43:21 +00:00
bienvenu%netscape.com 94fe4f5cfe backout most recent mork changes to fix build bustage 2002-02-17 03:11:14 +00:00
bienvenu%netscape.com db646df7cd fix more mork build warnings rs=sspitzer 2002-02-17 02:30:05 +00:00
bienvenu%netscape.com 47c218a8de fix build warnings rs=sspitzer 2002-02-16 22:46:31 +00:00
sfraser%netscape.com d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
bienvenu%netscape.com 558a14cfd0 fix crash parsing mork files rs=sspitzer 114900 2002-01-10 01:42:26 +00:00
bienvenu%netscape.com 79a74439f1 implement nsMorkRowCellCursor::NextCell r/sr =sspitzer 114117 2002-01-07 15:10:16 +00:00
seawood%netscape.com e5fc3853f2 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
seawood%netscape.com 3738d752bc Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ccarlen%netscape.com 31d6aca7e7 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
ccarlen%netscape.com eec09f1b7d Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
bienvenu%netscape.com d90286769f fix crash loading corrupt history.dat file, cut down on mork memory growth when history does link coloring, r=naving, sr=alecf, sspitzer 113287 113354 2001-12-04 21:04:56 +00:00
bryner%netscape.com d0853df42f Removing unused MORK_OBSOLETE and MORK_ALONE code. r=bienvenu, sr=alecf. 2001-12-03 23:35:23 +00:00
alecf%netscape.com 4469c3d659 fix for assertion that would be caused by my next checkin, checking in for bienvenu, r=alecf, sr=sspitzer bug 111333 2001-11-27 05:16:35 +00:00
bzbarsky%mit.edu 0b19fcf775 Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
bienvenu%netscape.com 7761c64c96 fix tinderbox bustage on solaris, patch from roland mainz, r=bzbarsky, sr=bienvenu 111574 2001-11-23 19:17:05 +00:00
bienvenu%netscape.com 1d9f43f787 fix hpux bustage, only define delet eoperator when debugging mem useage 2001-11-22 02:56:49 +00:00
bienvenu%netscape.com b54c205b4b fix aix bustage 2001-11-22 00:37:07 +00:00
bienvenu%netscape.com 3370ba1a08 fix hpux build bustage, use delete directly as per compiler error msg 2001-11-22 00:15:16 +00:00
sspitzer%netscape.com 62b3fe465a build changes for #110820 2001-11-21 21:53:26 +00:00
bienvenu%netscape.com 4513038300 xpcomize mork and remove orkin layer from mork, r=naving, sr=sspitzer 110850 2001-11-21 21:52:12 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
dbaron%fas.harvard.edu f56bfe4127 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
bienvenu%netscape.com 057da89510 fix a bunch of mork memory leaks r=naving, sr=sspitzer 99111 21114 and others 2001-10-06 01:16:24 +00:00
gerv%gerv.net d0a9b189f2 License changes, take 2. Bug 98089. mozilla/db/, mozilla/dbm/. 2001-09-25 01:25:13 +00:00
gerv%gerv.net 2a80f3fea9 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org da68f3ed78 bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
scc%mozilla.org 6907287ceb bug #98089: ripped new license 2001-09-19 20:40:05 +00:00
scc%mozilla.org 63e86dc84f bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com e25262c61f One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com 3826eb9902 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
alecf%netscape.com fed01025f6 add REQUIRES support to jpeg, sun-java, db, etc.. b=98371 r=cls 2001-09-10 20:48:38 +00:00
cls%seawood.org 8405a1984e Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
waterson%netscape.com 0877b1a573 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org 6ed1e7934a Missed one.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:28:54 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
bienvenu%netscape.com dd5e053580 fix 62658 handle non-zero yarn form fields for future history work, r=alecf, sr=sspitzer 2001-05-09 13:34:08 +00:00
kandrot%netscape.com d5bd552195 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
cls%seawood.org 25c6dc1c7e Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
shaver%mozilla.org e2dc3d6d88 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
dprice%netscape.com 3e31ab9946 65845 - new order files 2001-04-05 06:02:32 +00:00
rickg%netscape.com c1ce80ae83 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
disttsc%bart.nl 6e48266508 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
dprice%netscape.com 1b42d68e45 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
dprice%netscape.com 5184a7104b # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
naving%netscape.com 02d3e6994d 59501 r=naving sr=bienvenu. Thanks to spayne@dccnet.com for providing the patch.
Replacing error codes with XPCOM error codes
2001-02-22 23:43:46 +00:00
dprice%netscape.com fc5a7ddbf1 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
bienvenu%netscape.com 116fcd7b82 remove unused code r/sr mscott,waterson no bug 2001-01-09 22:23:05 +00:00
bryner%uiuc.edu 1793d214ea Removing more dead .cvsignore files. Not part of build. 2000-12-28 21:12:05 +00:00
bienvenu%netscape.com 7dbc960938 change array growth algorithm to reduce allocs and copies r=alecf,sr=waterson 59279 2000-12-16 15:10:24 +00:00
cls%seawood.org fc9c54cb3d Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
bienvenu%netscape.com 1e1e47ee86 don't write out row comments for mork, r=waterson 44556 2000-07-26 21:14:34 +00:00
bienvenu%netscape.com 3421f488ee fix mork memory leak, a+r=waterson 35913 2000-07-05 22:40:17 +00:00
terry%mozilla.org b6c72bffe0 TripleDB has been completely rewritten. Now requires Sleepycat Berkeley DB. 2000-06-22 23:11:37 +00:00
bienvenu%netscape.com 120f8ee7fd fix build warning 14653 2000-06-22 13:55:44 +00:00
cls%seawood.org 33edc21c9c 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 7317fe15aa fix build warnings 2000-04-22 18:42:51 +00:00
jim_nance%yahoo.com 9c782f88eb Fix for 34949. Problem with 64 bit pointers.
r=wtc
2000-04-22 00:32:03 +00:00
putterman%netscape.com 0921a83400 Turn off probe maps. This speeds up loading a folder. r=bienvenu. 2000-04-20 03:46:32 +00:00
chuang%netscape.com 7279874849 Fix assigning invalid pointer. r=putterman 2000-04-18 06:19:09 +00:00
jim_nance%yahoo.com 2113c7ffbd configure 2000-04-17 11:16:40 +00:00
bienvenu%netscape.com 3aa43e7e72 fix case of nscore.h include 2000-04-14 03:05:46 +00:00
bienvenu%netscape.com 940a1a0132 teach mdb about nspr types r=sspitzer 2000-04-14 03:03:25 +00:00
cls%seawood.org 372343f97f 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 57978e5c23 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 3329afd914 mork performance improvements by davidmc, r=bienvenu 2000-04-01 17:07:38 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
brade%netscape.com 7a8342d9d2 fix paths for move to CW5 (bug #25779) 2000-02-02 15:27:53 +00:00
pp%ludusdesign.com 3656910f28 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 96afa5d7af *** empty log message *** 2000-01-31 22:40:33 +00:00
dougt%netscape.com 6f1083f877 Converting to use nsIModule macro. r=dp. 2000-01-03 22:59:05 +00:00
sspitzer%netscape.com 56bafad9e0 fix warnings. 1999-12-28 21:49:14 +00:00
bienvenu%netscape.com 471abc1eb0 fix leak of 16K in compress commit,r=davidmc 14208 1999-12-23 06:32:40 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
shaver%netscape.com 78129c3200 readme from Daniel Howard 1999-11-25 00:29:45 +00:00
cls%seawood.org a6e331edd8 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 d91cf0678c fix build warning 1999-11-16 04:55:37 +00:00
bienvenu%netscape.com d6a4048ff0 fix trivial build warnings, unused variables 1999-11-10 23:58:39 +00:00
bienvenu%netscape.com 2840308432 fix build warnings about unused variables 1999-11-10 03:59:45 +00:00
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
dmose%mozilla.org a7b7757e6d updating license to xPL 1.1 1999-11-02 06:56:28 +00:00
bienvenu%netscape.com cda5110fee 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 85c6df051f try not to leak all environments r=davidmc 1999-10-07 14:45:26 +00:00
bienvenu%netscape.com aaf885d10e try not to leak all factories r=davidmc 1999-10-07 14:43:44 +00:00
bienvenu%netscape.com bcf8716fef use nsIModule for Mork r=mscott no bug 1999-10-07 14:26:15 +00:00
beard%netscape.com b547c2ffb0 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 5600520198 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 609641c452 fix several warnings. we only need to declare this a friend once. 1999-09-22 08:17:46 +00:00
sspitzer%netscape.com d30971382c fix build bustage. (it was me, not davidmc) 1999-09-22 05:38:10 +00:00
sspitzer%netscape.com 6966878509 changes for davidmc. 1999-09-22 05:35:43 +00:00
davidmc%netscape.com eb00f13df4 changes for hash tables and zone pooling. 1999-09-22 05:35:28 +00:00
davidmc%netscape.com e5e62ee2c5 add these. not part of the build yet. 1999-09-22 05:06:37 +00:00
sspitzer%netscape.com c071e79cdd ignore generated makefile 1999-09-16 11:32:19 +00:00
mscott%netscape.com 4475c037d2 remove obsolete reference to nsMgCore.h 1999-09-10 18:34:57 +00:00
briano%netscape.com 9697722005 General cleanup. 1999-09-10 00:59:21 +00:00
mscott%netscape.com 7b2259cdd0 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 cee0772a49 Cleaned it up. 1999-09-07 23:53:09 +00:00
mscott%netscape.com 2b8e8819ae adjust depth to account for new directory position in the mozilla tree. 1999-09-07 23:32:25 +00:00
mscott%netscape.com 05b45f8768 build mork and mdb. (not part of the build). 1999-09-07 23:30:36 +00:00
mscott%netscape.com fe789103ec 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 f77114396d Adjust depth to account for new location in mozilla tree. 1999-09-07 23:22:40 +00:00
mscott%netscape.com e2392fbaad Not part of the build yet. Makefile to build mdb and mork. 1999-09-07 23:21:21 +00:00
davidmc%netscape.com fb0013ca1b First Checked In. 1999-09-03 22:32:58 +00:00
bienvenu%netscape.com 405e088d80 comment out code not ready to compile yet 1999-09-03 22:29:59 +00:00
bienvenu%netscape.com fc903d7944 add new files to makesystem 1999-09-03 22:25:46 +00:00
davidmc%netscape.com e3d6030b4e files, sorting, searching 1999-09-03 22:23:21 +00:00
davidmc%netscape.com 3fc0c4177a First Checked In. 1999-09-03 22:19:04 +00:00
davidmc%netscape.com 9a50957c58 interface changes for sorting, searching, and files. 1999-09-03 22:12:58 +00:00
bienvenu%netscape.com 10855247b5 fix assert about auto assigning ids by commenting out atom zapping code 1999-08-29 16:50:48 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
slamm%netscape.com 96a104b9b9 Removed items from DIRS that do not exist. 1999-08-24 21:45:26 +00:00
jdunn%netscape.com 8228453710 HP's native compiler won't allow delete's of void *... so since this
was allocated as an array of chars, i will cast the void * to char * and that works
1999-08-21 00:43:08 +00:00
davidmc%netscape.com 174a3260d4 First Checked In. 1999-08-10 21:52:13 +00:00
mscott%netscape.com 1659608160 fix warning...we were shadowing a variable called count. 1999-08-05 23:06:23 +00:00
mscott%netscape.com c24b425661 Fix warnings...link is a global variable and we were shadowing it. 1999-08-05 23:02:51 +00:00
bienvenu%netscape.com a9ef6f67df fix memory leak of writer 1999-08-01 17:01:32 +00:00
briano%netscape.com 845dc59072 Added NSPR_LIBS so it the shared lib would build on IRIX. 1999-07-30 23:36:14 +00:00
davidmc%netscape.com d36efe0ba8 moving row positions; responding to parse 1999-07-20 23:37:06 +00:00
davidmc%netscape.com a6fc56c1bc moving row positions; parsing 1999-07-20 23:36:38 +00:00
davidmc%netscape.com 4c490446a8 moving row positions 1999-07-20 23:36:08 +00:00
davidmc%netscape.com 6e70b91985 add inline method for inverse of 'isempty' -> 'hasmembers' 1999-07-20 23:29:05 +00:00
davidmc%netscape.com 27e9148acd cleanup 1999-07-20 23:24:51 +00:00
davidmc%netscape.com a5efbb7348 cutting row syntax 1999-07-20 23:23:53 +00:00
sspitzer%netscape.com 49dc7cbee3 fix warnings 1999-07-17 18:32:18 +00:00
bienvenu%netscape.com 07a48b70d6 incremental writing, memory leak fixed for davidmc 1999-07-14 15:52:46 +00:00
terry%mozilla.org 572e023755 Allow a way to finely control the order of query results. 1999-07-12 22:09:23 +00:00
terry%mozilla.org 394c1ec39b Bullet-proof some error-handling code. 1999-07-07 18:46:53 +00:00
terry%mozilla.org 23967285b8 Defend against multiple #include of this file. 1999-07-07 18:46:46 +00:00
terry%mozilla.org 0d3c57ae2a I finally came to my senses and made a separate src subdirectory (so that I can add other directories for tests and stuff.) 1999-07-07 18:03:15 +00:00
brendan%mozilla.org 9ace60125c Removing mozilla/db due to incompatible license. 1999-07-07 08:02:17 +00:00
brendan%mozilla.org 6d41d3f4f8 Removing mozilla/db due to incompatible license. 1999-07-07 07:44:43 +00:00
terry%mozilla.org cdc29d2204 Very quick description of what TripleDB is. 1999-07-06 23:46:05 +00:00
terry%mozilla.org 8714a1fb87 Initial checkin of tripledb, the 'triples' database engine. 1999-07-06 23:36:39 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
briano%netscape.com 68800776e3 Unix fixes, specifically for SunOS 4. 1999-07-02 02:05:41 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
mcafee%netscape.com 4725767eb2 BeOS changes 1999-06-29 09:19:14 +00:00
briano%netscape.com 2117183a72 Cleanup and deleted the reference to NSPR_LIBS to fix the OpenBSD build. 1999-06-28 23:27:40 +00:00
bienvenu%netscape.com 08c1cbf6b6 get rid of link against dso 1999-06-22 23:15:58 +00:00
bienvenu%netscape.com 4c4199a248 replace mork with msgmork 1999-06-22 23:08:25 +00:00
alecf%netscape.com be48037e1c remove -lmork 1999-06-22 23:08:24 +00:00
alecf%netscape.com 56fb7829b5 ignore generated files 1999-06-22 23:01:01 +00:00
bienvenu%netscape.com 74e90ee32f change name of mork lib to libmsgmork 1999-06-22 20:40:17 +00:00
bienvenu%netscape.com 9863c83da2 make mork a dll 1999-06-22 20:36:04 +00:00
bienvenu%netscape.com 2dde332087 make mork a dll /so 1999-06-22 20:34:14 +00:00
ducarroz%netscape.com b2080f2aef fix wrong PPC target in debug 1999-06-22 18:59:54 +00:00
ducarroz%netscape.com bf51c58595 First Checked In. 1999-06-21 23:04:20 +00:00
bienvenu%netscape.com 9eb02714b6 make mork a dll 1999-06-21 21:24:08 +00:00
sspitzer%netscape.com efacaf1816 remove several warnings 1999-06-19 21:34:32 +00:00
sspitzer%netscape.com d03bc12900 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
sspitzer%netscape.com 6e2a3cc01a giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com a80e4efdcf remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
mscott%netscape.com 72b5ef7afd remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 21:11:16 +00:00
putterman%netscape.com a90cd82a2c Fix some memory leaks. 1999-06-07 20:53:22 +00:00
mscott%netscape.com 3d0e344c29 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00