This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rebase ChangeLog NEWS README configure.ac reba ...


CVSROOT:	/cvs/cygwin-apps
Module name:	rebase
Changes by:	jlt63@sourceware.org	2012-07-13 20:13:36

Modified files:
	.              : ChangeLog NEWS README configure.ac rebase-db.h 
	                 rebase-dump.c rebase.c 

Log message:
	Prepare for release 4.3.0.
	* configure.ac (AC_INIT): Bump version to 4.3.0.
	* rebase.c (short_options): Add -O option.
	(long_options): Add --oblivious option.
	(image_oblivious_flag): Add new BOOL flag, false by default, set
	by -O.
	(main): Only report non-rebaseable DLL if they should have been
	rebased, i.e. cannot_rebase has the MSB cleared.
	(parse_args): Handle -O/--oblivious, set image_oblivious_flag
	accordingly.  Fall through to -s, since it is implied.
	(usage): Add text for -O/--oblivious.
	(load_image_info): Set MSB of cannot_rebase for all entries found
	in database to ensure that they are not actually touched.
	(merge_image_info): Warn if an oblivious file is found to be in
	the database already.  The file will not be rebased to keep the
	database in sync.
	(save_image_info): Return immediately if image_oblivious_flag is
	set.
	* rebase.db.h (_img_info): Extend cannot_rebase flag to two bit.
	If the MSB is set, the file is protected from rebasing due to
	--oblivious currently in effect.
	* rebase-dump.c (help): Fix typo -- escape missing in help text.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/NEWS.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/README.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/configure.ac.diff?cvsroot=cygwin-apps&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase-db.h.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase-dump.c.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase.c.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]