summaryrefslogtreecommitdiff
path: root/dbm
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'PREFERENCES_20050101_BRANCH'cvs2hg2004-10-291-1/+9
* Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of t...bsmedberg%covad.net2004-01-071-0/+3
* Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of th...bsmedberg%covad.net2004-01-071-0/+2
* #215581mkaply%us.ibm.com2003-09-151-10/+2
* Set MODULE in makefiles at the top of a heirarchy so that module-deps lists a...cls%seawood.org2003-08-161-0/+1
* Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdevseawood%netscape.com2003-06-101-17/+0
* Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdevseawood%netscape.com2003-06-105-4422/+0
* Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.seawood%netscape.com2003-04-182-6/+0
* #201807mkaply%us.ibm.com2003-04-161-1/+1
* #95128mkaply%us.ibm.com2003-01-203-11/+0
* #165752mkaply%us.ibm.com2003-01-201-0/+8
* We don't use DEFS.seawood%netscape.com2003-01-081-2/+2
* Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch bybzbarsky%mit.edu2002-11-201-4/+2
* Use -mdynamic-no-pic when building non-PIC code with gcc 3.1 on MacOS 10.2 (b...bryner%netscape.com2002-08-311-0/+1
* Removing old nmake build makefiles. Bug #158528 r=pavlovseawood%netscape.com2002-08-101-38/+0
* Bugzilla bug 129080: Unroll the collect_data code. Pin the required buffers.wtc%netscape.com2002-04-272-42/+84
* Plug leak. (bug 124234)wtc%netscape.com2002-04-2746-0/+12664
|\
* | fixup commit for tag 'NSS_TIP_20020426'NSS_TIP_20020426cvs2hg2002-04-2646-12662/+0
|/
* Remove xp_core.h & xp_mem.h and all build references to them.seawood%netscape.com2002-03-271-2/+2
* Bug 106386 rid source of misspellingstimeless%mac.com2002-03-191-1/+1
* Use dynamic library & xpidl_module names from nmake build for win32 gmake bui...seawood%netscape.com2002-01-162-0/+8
* Landing the rest of the win32 gmake changes:seawood%netscape.com2001-12-181-2/+6
* Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp...ccarlen%netscape.com2001-12-111-0/+0
* Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pin...ccarlen%netscape.com2001-12-1047-0/+12650
|\
* | fixup commit for tag 'DDRINAN_TEST_NSS_TAG'DDRINAN_TEST_NSS_TAGcvs2hg2001-12-1047-12654/+0
|/
* Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pin...ccarlen%netscape.com2001-12-101-0/+4326
* Bugzilla bug 111287: checked in a patch from Dave Inglis <dinglis@qnx.com>wtc%netscape.com2001-11-272-2/+6
* Fix for 95128 - OS/2 build issuejpierre%netscape.com2001-11-222-2/+4
* Bugzilla bug 104645: Fixed compiler warnings. Improved compiler warningwtc%netscape.com2001-11-143-12/+14
* Bugzilla bug 103892: include <stdlib.h> rather than <malloc.h> for thewtc%netscape.com2001-10-241-4/+0
|\
| * fixup commit for tag 'DBM_1_6_BETA1'DBM_1_6_BETA1cvs2hg2001-10-243-31/+30
|/
* Bugzilla bug 105173: test the compiler-defined __SVR4 macro instead ofwtc%netscape.com2001-10-233-4/+5
* Bugzilla bug 105173: restored the test for HAVE_COMPAT_H because wewtc%netscape.com2001-10-191-2/+1
* Bugzilla bug 105173: in mcom_db.h, put the tests for HAVE_XXX_H insidewtc%netscape.com2001-10-193-82/+69
* Rewrote #ifndef #else #endif by the equivalent #ifdef #else #endif.wtc%netscape.com2001-10-171-3/+3
* Bugzilla bug 104444: change the type of the h_charkey member ofwtc%netscape.com2001-10-132-2/+2
* Rewrote #ifndef #else #endif with the equivalent #ifdef #else #endif.wtc%netscape.com2001-10-121-3/+3
* Bugzilla bug 103881: restored the protection for the redefinition ofwtc%netscape.com2001-10-121-0/+3
* Bugzilla bug 103881: <sys/cdefs.h> as opposed to <cdefs.h> should bewtc%netscape.com2001-10-114-28/+3
* Fix a compiler warning (comparision between signed and unsigned). Thewtc%netscape.com2001-10-091-1/+1
* A better way to fix compiler warnings (signed/unsigned comparison) thatwtc%netscape.com2001-10-091-2/+2
* Fixed the comment about the updateEOF member of HTAB. The update_EOF()wtc%netscape.com2001-10-081-1/+1
* License changes, take 2. Bug 98089. mozilla/db/, mozilla/dbm/.gerv%gerv.net2001-09-253-45/+93
* Use EXPORTS instead of installing headers by hand.cls%seawood.org2001-09-231-4/+1
* Oops.gerv%gerv.net2001-09-193-66/+21
* bug #98089: ripped new licensescc%mozilla.org2001-09-193-21/+66
* fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTMcvs2hg2001-07-111-4/+0
* Bugzilla bug #72014: fixed DBM temporary file problems on OS/2. Thankswtc%netscape.com2001-06-222-4/+14
* Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_L...cls%seawood.org2001-06-181-2/+1
* OS/2 TB breakmkaply%us.ibm.com2001-03-141-1/+1