Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Missing license | mcafee%netscape.com | 1999-01-22 | 1 | -0/+15 | |
| | ||||||
* | Woops, forgot the license. | mcafee%netscape.com | 1999-01-22 | 1 | -0/+17 | |
| | ||||||
* | moving from STDARG to autoconf-blessed STDC_HEADERS | mcafee%netscape.com | 1999-01-22 | 1 | -9/+5 | |
| | ||||||
* | Add tests if ENABLE_TESTS=1. | mcafee%netscape.com | 1999-01-22 | 1 | -0/+4 | |
| | ||||||
* | hooked up STDARG to the autoconf definition. | mcafee%netscape.com | 1999-01-22 | 1 | -1/+3 | |
| | ||||||
* | Bringing dbm/tests into the new autoconf world | mcafee%netscape.com | 1999-01-22 | 1 | -66/+5 | |
| | ||||||
* | STDARG=1 is the default until we can autoconf this | mcafee%netscape.com | 1999-01-22 | 1 | -0/+8 | |
| | ||||||
* | Don't include local cdefs.h if we have a system version. | cls%seawood.org | 1999-01-18 | 1 | -0/+2 | |
| | ||||||
* | Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.RDF_122898_BASE | ramiro%netscape.com | 1998-12-15 | 1 | -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.com | 1998-12-05 | 4 | -0/+4 | |
| | ||||||
* | Removing static makefiles as a part of the transition to Autoconf. I have ↵ | cyeh%netscape.com | 1998-11-21 | 0 | -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_BASE | cvs2hg | 1998-11-18 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
* | | fixup commit for tag 'NGT_TECHDEMO_RELEASE'NGT_TECHDEMO_RELEASE | cvs2hg | 1998-11-18 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
* | | fixup commit for tag 'NGT_TECHDEMO_19981125_BASE'NGT_TECHDEMO_19981125_BASE | cvs2hg | 1998-11-18 | 4 | -151/+0 | |
|/ | ||||||
* | Updated checks for solaris. Started using platform.h.STATIC_MAKEFILES | cls%seawood.org | 1998-11-18 | 2 | -2/+2 | |
| | ||||||
* | An include was missing, breaking the Irix build | akkana%netscape.com | 1998-11-17 | 1 | -0/+1 | |
| | ||||||
* | Patch from fraioli@dg-rtp.dg.com (Marc J. Fraioli) to unbreak DGUX. | ramiro%netscape.com | 1998-11-04 | 1 | -0/+5 | |
| | ||||||
* | Added ifndef HAVE_SYS_CDEFS_H around cdefs.h include. Approved by ↵ | cls%seawood.org | 1998-10-28 | 1 | -0/+2 | |
| | | | | terry@netscape.com | |||||
* | Sync'd various Makefile.ins to their Makefile counterparts.OjiFunctionalFreeze_POINT_19981229MozillaSourceClassic_19981026_BASEMozillaClassicLayout_19981021 | cls%seawood.org | 1998-10-21 | 1 | -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.com | 1998-10-05 | 0 | -0/+0 | |
|\ | ||||||
* \ | fixup commit for tag 'WINCE_PORT_BASE'WINCE_PORT_BASE | cvs2hg | 1998-10-02 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
* | | fixup commit for tag 'PROGRESS_19981006_BASE'PROGRESS_19981006_BASE | cvs2hg | 1998-10-02 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
* | | fixup commit for tag 'INCLUDE_SPRINGCLEANING_BASE'INCLUDE_SPRINGCLEANING_BASE | cvs2hg | 1998-10-02 | 1 | -17/+0 | |
|/ | ||||||
* | Add support for DGUX. Remove my previous dumbass hack. | ramiro%netscape.com | 1998-10-02 | 2 | -42/+0 | |
| | ||||||
* | fraioli@dg-rtp.dg.com (Marc J. Fraioli) writes the following: | ramiro%netscape.com | 1998-10-01 | 2 | -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.com | 1998-09-29 | 1 | -0/+0 | |
| | | | | Using InterfacesStubs wrapper where appropriate for Carbon. | |||||
* | removing old NSPR20 #ifdefs | cyeh%netscape.com | 1998-09-28 | 5 | -27/+0 | |
| | ||||||
* | Compile this file only if HAVE_SNPRINTF is not defined so that wePROGRESS_19980920_BASE | wtc%netscape.com | 1998-09-20 | 1 | -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 Linux | mcafee%netscape.com | 1998-09-16 | 1 | -2/+2 | |
| | ||||||
* | AUTOCONF_1_0 landing.PROGRESS_19980909_BASEPROGRESS_19980824_BASEColorSync_19980824_BASE | cls%seawood.org | 1998-08-19 | 6 | -2/+176 | |
| | ||||||
* | Rhapsody doesn't have malloc.hNGLayoutStability2_BASE | mcafee%netscape.com | 1998-08-18 | 1 | -1/+1 | |
| | ||||||
* | Deleted the code that sets BYTE_ORDER to LITTLE_ENDIAN on Linux, whic | wtc%netscape.com | 1998-08-13 | 1 | -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_BASE | scullin%netscape.com | 1998-07-21 | 1 | -1/+1 | |
| | | | | phase. | |||||
* | remove conflict caused by NORAMNDY_BEACH merge.PLUGIN_MODULE_19980708_BASENORMANDY_DDAY_BASE | cyeh | 1998-06-23 | 1 | -4/+1 | |
| | ||||||
* | Normandy Merge .... | spider | 1998-06-22 | 1 | -0/+4 | |
| | ||||||
* | First Checked In.RDF_BASE_060398OJI_19980618_TIP_MERGE1OJI_19980618_BASENORMANDY_BEACH_BASE | scc | 1998-06-02 | 1 | -0/+17 | |
| | ||||||
* | Changes for the new build system; unify prefix files.OJI_19980528_TEMP_BASE | sfraser | 1998-05-28 | 4 | -36/+57 | |
| | ||||||
* | Fix warnings | sfraser | 1998-05-27 | 1 | -1/+1 | |
| | ||||||
* | First Checked In.XML_BASE | sfraser | 1998-05-23 | 1 | -0/+17 | |
| | ||||||
* | bump rev to 3.1XPCOM_BASESMARTUPDATE_BASERDF_BASERAPTOR_INTEGRATION0_BASEOS2_BASEOJI_BASEOJI_1998_0527_TIP_MERGEOJI_19980527_TIP_MERGEOJI_19980521_TIP_MERGEOJI_19980430_BASEOJI_19980423_BASENORMANDY_BASEMAILTO_BASE | ltabb | 1998-03-28 | 0 | -0/+0 | |
| | ||||||
* | Free the lizard | ltabb | 1998-03-28 | 42 | -0/+7962 | |