summaryrefslogtreecommitdiff
path: root/dbm
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for tag 'JSS_3_4_1_BETA1'JSS_3_4_1_BETA1cvs2hg2003-07-2139-8219/+0
|
* 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
| | | | Bug #202510 r=darin
* #201807mkaply%us.ibm.com2003-04-161-1/+1
| | | | | r=wtc Corrupt databases on GCC because we were opening the file in the wrong mode
* #95128mkaply%us.ibm.com2003-01-203-11/+0
| | | | | | | r=pedemont, r=wtc, sr=dmose OS/2 only - remove dependency on OS/2 specific dirent in dbm code That was also the previous checkin to mcom_db.h - messed up the comment
* #165752mkaply%us.ibm.com2003-01-201-0/+8
| | | | | r=pedemont, sr=blizzard (OS/2 only) OS/2 only - make -splash work
* 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
| | | | Aaron Lehmann <aaronl@vitelus.com>, r=timeless, sr=bzbarsky
* Use -mdynamic-no-pic when building non-PIC code with gcc 3.1 on MacOS 10.2 ↵bryner%netscape.com2002-08-311-0/+1
| | | | (bug 165851). r=cls.
* 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
| | | | | Allow the cache to grow if necessary to hold large objects. r=nelsonb,wtc. Modified Files: h_bigkey.c hash_buf.c
* 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
| | | | | Remove cruft from xp_mcom.h & xp_str.h. Bug #38061 r=brendan sr=alecf a=valeski
* Bug 106386 rid source of misspellingstimeless%mac.com2002-03-191-1/+1
| | | | r=db48x sr=blake a=asa
* Use dynamic library & xpidl_module names from nmake build for win32 gmake ↵seawood%netscape.com2002-01-162-0/+8
| | | | | | builds for compatibility. bug #58981 sr=jag
* Landing the rest of the win32 gmake changes:seawood%netscape.com2001-12-181-2/+6
| | | | | | | | | * 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
* Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete ↵ccarlen%netscape.com2001-12-111-0/+0
| | | | .mcp files. r=pink/sr=sfraser
* Adding new files for conversion to CW7 and XML project files. Bug 98349 ↵ccarlen%netscape.com2001-12-1047-0/+12650
|\ | | | | | | r=pink/sr=sfraser.
* | 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 ↵ccarlen%netscape.com2001-12-101-0/+4326
| | | | r=pink/sr=sfraser.
* Bugzilla bug 111287: checked in a patch from Dave Inglis <dinglis@qnx.com>wtc%netscape.com2001-11-272-2/+6
| | | | | to fix the QNX6 port of dbm. r=wtc. Modified files: include/mcom_db.h src/hash.c
* 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
| | | | | fixes. r=mcafee. Modified files: src/h_page.c src/hash.c tests/lots.c
* Bugzilla bug 103892: include <stdlib.h> rather than <malloc.h> for thewtc%netscape.com2001-10-241-4/+0
|\ | | | | | | malloc functions. r=cls.
| * 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
| | | | | | SVR4 for Solaris. Modified Files: include/mcom_db.h include/ncompat.h src/memmove.c
* Bugzilla bug 105173: restored the test for HAVE_COMPAT_H because wewtc%netscape.com2001-10-191-2/+1
| | | | | no longer define SVR4 on Solaris. I may use __SVR4 instead after verifying that all Solaris compilers define it.
* Bugzilla bug 105173: in mcom_db.h, put the tests for HAVE_XXX_H insidewtc%netscape.com2001-10-193-82/+69
| | | | | | #ifdef __DBINTERFACE_PRIVATE so that users of this exported header don't have to define these HAVE_XXX_H macros. Define __DBINTERFACE_PRIVATE in dbm/macbuild/DBMConfig.h and dbm/src/Makefile.win. r=brendan@mozilla.org
* 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
| | | | | struct hashhdr from int32 to uint32. Modified files: dbm/include/hash.h dbm/src/hash.c
* 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
| | | | macro '__const'. <sys/stdsyms.h> on HP-UX 11.00 defines '__const'.
* Bugzilla bug 103881: <sys/cdefs.h> as opposed to <cdefs.h> should bewtc%netscape.com2001-10-114-28/+3
| | | | | | | included if HAVE_SYS_CDEFS_H is defined. Other cleanups related to cdefs.h. r=shaver. Modified files: dbm/src/snprintf.c dbm/include/cdefs.h dbm/include/mcom_db.h dbm/include/nsres.h
* Fix a compiler warning (comparision between signed and unsigned). Thewtc%netscape.com2001-10-091-1/+1
| | | | return value of strlen() is size_t.
* A better way to fix compiler warnings (signed/unsigned comparison) thatwtc%netscape.com2001-10-091-2/+2
| | | | looks closer to the original code.
* Fixed the comment about the updateEOF member of HTAB. The update_EOF()wtc%netscape.com2001-10-081-1/+1
| | | | function is not "closing and reopening the file".
* 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
| | | | Bug #98371 sr=alecf
* 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
| | | | | | to Javier Pedemonte <pedemont@us.ibm.com> for the patch. r=relyea,wtc. sr=blizzard. a=asa@mozilla.org for the trunk and mozilla0.9.2. Modified files: h_page.c mktemp.c
* Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, ↵cls%seawood.org2001-06-181-2/+1
| | | | | | | 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
* OS/2 TB breakmkaply%us.ibm.com2001-03-141-1/+1
| | | | Don't even get me started
* OS/2 TB breakmkaply%us.ibm.com2001-03-141-1/+1
| | | | Is there a reason an XP_OS2 was thrown in on Win32 only code?
* Fix bugzilla bugs 69753 and 39465. Temporary DB files are now creatednelsonb%netscape.com2001-03-144-40/+169
| | | | | | | in $TMP, $TMPDIR or $TEMP, if possible. On windows, temporary DB files are now opened in binary mode and are removed when the progam terminates or the DB is closed. Multiple temp DB files can now be created in the same program. EOF value on disk is now updated when file is extended.
* carbon changes. r=pink/sdagley/beard. a=sfraser.pinkerton%netscape.com2001-02-135-10/+11
|\
| * fixup commit for tag 'NSS32RtmAll'NSS32RtmAllcvs2hg2001-02-1046-8179/+0
|/