From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15885 invoked by alias); 29 Jun 2011 14:58:57 -0000 Received: (qmail 15867 invoked by uid 9078); 29 Jun 2011 14:58:56 -0000 Date: Wed, 29 Jun 2011 14:58:00 -0000 Message-ID: <20110629145856.15865.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: rebase ChangeLog rebase.c Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2011-q2/txt/msg00034.txt.bz2 CVSROOT: /sourceware/projects/cygwin-apps-home/cvsfiles Module name: rebase Changes by: corinna@sourceware.org 2011-06-29 14:58:56 Modified files: . : ChangeLog rebase.c Log message: * rebase.c (ALLOCATION_SLOT): New variable to keep allocation granularity. (main): Define status once at the start of main. Initialize ALLOCATION_SLOT from system info. Recalculate cygwin_dll_image_base and cygwin_dll_image_size and add comments to explain why. (rebase): Only check for Cygwin DLL if down_flag is TRUE. Add comment to explain why. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase.c.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4