On Tue, Apr 03, 2007 at 01:52:30PM +0000, [EMAIL PROTECTED] wrote:
> Alexey Tourbin <[EMAIL PROTECTED]> wrote:
> > 
> > I have a few other modifications in which my sqlite3 snapshot differs
> > from that of cvs, which are
> > 1) debian patch for lemon,
> > 2) backward compatibility fix for nbytes==0 in sqlite3Prepare(),
> > 3) O_NOATIME flag in sqlite3CrashOpenExclusive() with delFlag==1
> > 4) SQLITE_TEMPNAME_SIZE=PATH_MAX in src/os.h
> > 5) --version-script=libsqlite3.map for libsqlite3.la
> > 6) default path for sqlite3UnixDlopen()
> > 
> 
> Can you post a complete set of diffs between your code and
> that which is in CVS?

Sure, here is (almost) complete diff.  The exact command which
I used to generatate the diff is

diff -urpN -b 
--exclude={.git,CVS,aclocal.m4,configure,config.{guess,sub},ltmain.sh} 
--ignore-matching-lines={'\$Id\>','\$Revision\>','\$Header\>'} sqlite3.checkout 
sqlite3

which excludes SCM and autoconf-generated stuff.  Here the 'sqlite3'
directory is my working tree, and 'sqlite3.checkout' is fresh plain
cvs checkout which I have just made (also to verify that git-cvsimport
is reliable).

(The diff is attached.)

Attachment: sqlite3-3.3.14-alt1.diff.gz
Description: GNU Zip compressed data

Attachment: pgpgQCHyqseGt.pgp
Description: PGP signature

Reply via email to