summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close SeaMonkey_M4_BRANCHSeaMonkey_M4_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'SeaMonkey_M4_BRANCH'cvs2hg1999-04-080-0/+0
|
* Fix for SunOS 4 builds.SeaMonkey_M4_BASERDF_19990407_BASEbriano%netscape.com1999-04-081-2/+1
|
* Make it possible to prefix mozilla dlls that conflict with system dlls.SeaMonkey_M3_BASERDF_SCRIPTABLE_19990317_BASERDF_19990326_BASENSPRPUB_LIB3_NAME_CHANGE_BASEN3ramiro%netscape.com1999-03-122-3/+3
|
* Changes to fix the Irix N32/egcs build; thanks to Jason Heirtzler ↵akkana%netscape.com1999-03-091-0/+2
| | | | <jasonh@cthulhu.engr.sgi.com>
* Uninitialized variablesRDF_19990305_BASEmcafee%netscape.com1999-03-051-2/+2
|
* cdefs.h and mcom_db.h also exist in mozilla/include, merging some changes ↵mcafee%netscape.com1999-03-022-13/+81
| | | | over to these versions in anticipation of retiring the mozilla/include versions of these files.
* Turn of "modification date caching" so that dependencies are sure to work.XTech99Stablesar%netscape.com1999-02-111-0/+0
|
* Fixed unsigned problems.warren%netscape.com1999-02-061-2/+2
|
* Better include line, alternative to Elliot Lee's patch in mozilla.patchesmcafee%netscape.com1999-01-291-2/+2
|
* Ignore generated files.ramiro%netscape.com1999-01-261-0/+2
|
* Compiler warningmcafee%netscape.com1999-01-231-3/+0
|
* Missing licensemcafee%netscape.com1999-01-221-0/+15
|
* Woops, forgot the license.mcafee%netscape.com1999-01-221-0/+17
|
* moving from STDARG to autoconf-blessed STDC_HEADERSmcafee%netscape.com1999-01-221-9/+5
|
* Add tests if ENABLE_TESTS=1.mcafee%netscape.com1999-01-221-0/+4
|
* hooked up STDARG to the autoconf definition.mcafee%netscape.com1999-01-221-1/+3
|
* Bringing dbm/tests into the new autoconf worldmcafee%netscape.com1999-01-221-66/+5
|
* STDARG=1 is the default until we can autoconf thismcafee%netscape.com1999-01-221-0/+8
|
* Don't include local cdefs.h if we have a system version.cls%seawood.org1999-01-181-0/+2
|
* Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.RDF_122898_BASEramiro%netscape.com1998-12-151-1/+1
| | | | | This will fix the problem many people are reporting wrt conflicts with system libraries that have the same names.
* Add cvsignore entries for makefiles generated bu autoconf.ramiro%netscape.com1998-12-054-0/+4
|
* Removing static makefiles as a part of the transition to Autoconf. I have ↵cyeh%netscape.com1998-11-210-0/+0
|\ | | | | | | | | | | | | | | | | | | taken great care to only remove makefiles affailiated with building nglayout. I have also verified that the build at this point in time succesfully builds with autoconf. If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES. If I removed a makefile that you need, please e-mail cyeh@netscape.com.
* \ fixup commit for tag 'RDF_19981124_BASE'RDF_19981124_BASEcvs2hg1998-11-180-0/+0
|\ \ | |/
* | fixup commit for tag 'NGT_TECHDEMO_RELEASE'NGT_TECHDEMO_RELEASEcvs2hg1998-11-180-0/+0
|\ \ | |/
* | fixup commit for tag 'NGT_TECHDEMO_19981125_BASE'NGT_TECHDEMO_19981125_BASEcvs2hg1998-11-184-151/+0
|/
* Updated checks for solaris. Started using platform.h.STATIC_MAKEFILEScls%seawood.org1998-11-182-2/+2
|
* An include was missing, breaking the Irix buildakkana%netscape.com1998-11-171-0/+1
|
* Patch from fraioli@dg-rtp.dg.com (Marc J. Fraioli) to unbreak DGUX.ramiro%netscape.com1998-11-041-0/+5
|
* Added ifndef HAVE_SYS_CDEFS_H around cdefs.h include. Approved by ↵cls%seawood.org1998-10-281-0/+2
| | | | terry@netscape.com
* Sync'd various Makefile.ins to their Makefile counterparts.OjiFunctionalFreeze_POINT_19981229MozillaSourceClassic_19981026_BASEMozillaClassicLayout_19981021cls%seawood.org1998-10-211-1/+1
| | | | | | Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS. Changed LIBNSPR refs to NSPR_LIBS. Removed leftover NSPR20 ifdefs.
* removing obsolete files. use MANIFEST instead.cyeh%netscape.com1998-10-050-0/+0
|\
* \ fixup commit for tag 'WINCE_PORT_BASE'WINCE_PORT_BASEcvs2hg1998-10-020-0/+0
|\ \ | |/
* | fixup commit for tag 'PROGRESS_19981006_BASE'PROGRESS_19981006_BASEcvs2hg1998-10-020-0/+0
|\ \ | |/
* | fixup commit for tag 'INCLUDE_SPRINGCLEANING_BASE'INCLUDE_SPRINGCLEANING_BASEcvs2hg1998-10-021-17/+0
|/
* Add support for DGUX. Remove my previous dumbass hack.ramiro%netscape.com1998-10-022-42/+0
|
* fraioli@dg-rtp.dg.com (Marc J. Fraioli) writes the following:ramiro%netscape.com1998-10-012-0/+42
| | | | | | | | | | | | | | I used the SYS_BYTEORDER_H macro to decide whether or not to include <sys/byteorder.h>. This seems appropriate, but I'm happy to have the feature test changed to DGUX if this breaks some other platform. ramiro@netscape.com writes the follwing: There probably is a proper way to do this in a completely XP way, but dbm has been hacked so much that such a change is likely to break a random platform out there. Im protecting this code with #if defined(DGUX) to be really safe.
* Updated projects for Pro4. Turned off mod-date caching for depend builds. ↵pinkerton%netscape.com1998-09-291-0/+0
| | | | Using InterfacesStubs wrapper where appropriate for Carbon.
* removing old NSPR20 #ifdefscyeh%netscape.com1998-09-285-27/+0
|
* Compile this file only if HAVE_SNPRINTF is not defined so that wePROGRESS_19980920_BASEwtc%netscape.com1998-09-201-0/+4
| | | | | won't accidentally override the system's snprintf and vsnprintf functions. This patch is contributed by Soren Juul Moller <sjm@nwc.dk>.
* Compiler warning on Linuxmcafee%netscape.com1998-09-161-2/+2
|
* AUTOCONF_1_0 landing.PROGRESS_19980909_BASEPROGRESS_19980824_BASEColorSync_19980824_BASEcls%seawood.org1998-08-196-2/+176
|
* Rhapsody doesn't have malloc.hNGLayoutStability2_BASEmcafee%netscape.com1998-08-181-1/+1
|
* Deleted the code that sets BYTE_ORDER to LITTLE_ENDIAN on Linux, whicwtc%netscape.com1998-08-131-8/+3
| | | | | | on big-endian machines. Use __osf__ instead of __alpha to identify Digital Unix, which has <machine/endian.h>. Files changed: mozilla/include/mcom_db.h, mozilla/dbm/include/mcom_db.h.
* Export lib as soon as it is built, instead of waiting until installOJI_19980727_TIP_MERGEOJI_19980727_BASENGLayoutStability_BASEscullin%netscape.com1998-07-211-1/+1
| | | | phase.
* remove conflict caused by NORAMNDY_BEACH merge.PLUGIN_MODULE_19980708_BASENORMANDY_DDAY_BASEcyeh1998-06-231-4/+1
|
* Normandy Merge ....spider1998-06-221-0/+4
|
* First Checked In.RDF_BASE_060398OJI_19980618_TIP_MERGE1OJI_19980618_BASENORMANDY_BEACH_BASEscc1998-06-021-0/+17
|
* Changes for the new build system; unify prefix files.OJI_19980528_TEMP_BASEsfraser1998-05-284-36/+57
|
* Fix warningssfraser1998-05-271-1/+1
|