Fix warning in gcc 9.3
Linux Mint 18 / Ubuntu 16.04 and later gtk-doc problems
Building the documentation is not a default option. I'm sorry that Linux Mint and...
OOPS, sorry -- I missed that index.sgml has now been removed from the makefile as...
Linux Mint 18 / Ubuntu 16.04 and later gtk-doc problems
fails to compile on host kernel versions with fc
uname method is now replaced by a new method which will test and score the best target...
Use a find and score loop to determine pkgconfi...
I think it would be better to drop the use of uname altogether and instead do a find...
currently we use this ugly workaround: https://build.opensuse.org/package/view_file/openSUSE:Factory/dbh/buildfix.patch...
We ran the configure script from the tarball, but I verified that the problem remains...
fixed gtkdoc issues. Git revision 2c364f2..f49cc62 A few other issues as well as...
FTBS - creation of HTML documentation fails because of missing calc.png file
Fixed issues with gtkdoc (bug #12)
fix the GHashTable link in doc
configure script produces invalid warning with parameter "--with-gdbm"
fixed in git revision 8b9106a..2c364f2
Apply JGMiller patch to configure (bug #14)
.so not created on installation
fails to compile on host kernel versions with fc
Either bug tracker is OK. I have not been able to get around to fixing this for the...
Invalid instructions in README file
rewrote installation instructions in README file, separating compilation from GIT...
Rewrote misleading parts in README file (JGMill...
configure script produces invalid warning with parameter "--with-gdbm"
fixed in git revision 7578fe2..7338976
configure is a Bourne shell script but contains a Bashism
Apply JGMiller patch for bug #11
fixed in git revision a628509..7578fe2
Syntax error for assignment of FDUPES_ACT in configure and configure.ac
Apply JGMiller patch for bug #10
Syntax error for assignment of rodentman1dir in configure and m4/rfm-conditionals.m4
fixed on git revision d582e1d..a628509
Apply JGMiller patch for bug #9
Invalid instructions in README file
The configure script is generated from configure.ac and the m4 files in the m4 sub-directory...
FTBS - creation of HTML documentation fails because of missing calc.png file
configure is a Bourne shell script but contains a Bashism
Syntax error for assignment of FDUPES_ACT in configure and configure.ac
Syntax error for assignment of rodentman1dir in configure and m4/rfm-conditionals.m4
fails to compile on host kernel versions with fc
(Edited out!)
I guess catastrophic corruption does occur after all, from an asynchronous crash...
I am curious about the library's resilience against database corruption, such as...
I had not thought about doing a read() for the maximum expected size. The only problem...
Release 5.0.22
Excellent, thank you! Just to give a little context, I have benchmarked scenarios...
Cleanups
Version 5.0.21
Excessive syscalls with tiny read() calls
read()'s from lines 1035, 1039, 1046 have been merged. read() in line 1063 and 1075...
Reduce number of read() calls from 6 to 3.
Since hard disks have their own cache and read huge chunks of data on each pass,...
Excessive syscalls with tiny read() calls
dbh_set_data() not updating data when growing record size
Correct. Thank you.
fix bug 5 from sourceforge tickets.
strncmp() should be replaced by memcmp()
That is correct. Fixed.
Update final comments regarding 5.0.20 release.
fix bug #6 from sourceforge tickets.
Excessive syscalls with tiny read() calls
strncmp() should be replaced by memcmp()
dbh_set_data() not updating data when growing record size
update md5 sum for windows cross compiling
Merge branch 'master' of ssh://git.code.sf.net/...
Created Archlinux PKGBUILD for 5.0.20
Tweaks for mingw cross compilation
Added dbh_find_top function
Update version and doc cleanup
msync does not allow ASYNC and INVALIDATE flags...
build fixes
Inline comments. Release 5.0.17
Comparison graphs now prepared.
Add text for update web page and make dist corr...
Resolve conflicts betwixt merges.
Merge branch 'master' of ssh://git.code.sf.net/...
Fix coverity detected issues
Merge branch 'master' of ssh://git.code.sf.net/...
Put debug messages in debug zone.