From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 25 19:31:24 2014 Received: (at submit) by debbugs.gnu.org; 25 Sep 2014 23:31:24 +0000 Received: from localhost ([127.0.0.1]:52398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXIVP-0006tO-Kq for submit@debbugs.gnu.org; Thu, 25 Sep 2014 19:31:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40548) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXIVM-0006tE-6h for submit@debbugs.gnu.org; Thu, 25 Sep 2014 19:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXIVE-0001uJ-Fq for submit@debbugs.gnu.org; Thu, 25 Sep 2014 19:31:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXIVE-0001sr-D0 for submit@debbugs.gnu.org; Thu, 25 Sep 2014 19:31:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXIV3-00051E-2v for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 19:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXIUw-0001pR-R6 for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 19:31:01 -0400 Received: from limerock01.mail.cornell.edu ([128.84.13.241]:46111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXIUw-0001mk-ML for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 19:30:54 -0400 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s8PNDhLV013906 for ; Thu, 25 Sep 2014 19:13:43 -0400 Received: from [192.168.1.7] (cpe-67-249-176-226.twcny.res.rr.com [67.249.176.226]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s8PNDgq8020881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 25 Sep 2014 19:13:43 -0400 Message-ID: <5424A1A5.3020402@cornell.edu> Date: Thu, 25 Sep 2014 19:13:41 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.4.50; More typos in recent w32term.h change Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) I think the following patch should be applied in order to (a) take account of the fact that USE_STACK_LISP_OBJECTS is always defined in the current lisp.h; and (b) exclude the 64-bit case on Cygwin. === modified file 'src/w32term.h' --- src/w32term.h 2014-09-25 17:28:48 +0000 +++ src/w32term.h 2014-09-25 23:05:35 +0000 @@ -30,7 +30,7 @@ re-align the stack at function entry. Further details about this can be found in http://www.peterstock.co.uk/games/mingw_sse/. */ #ifdef __GNUC__ -# if defined USE_STACK_LISP_OBJECTS && !defined _W64 \ +# if USE_STACK_LISP_OBJECTS && !defined _W64 && !defined __x86_64__ \ && __GNUC__ + (__GNUC_MINOR__ > 1) >= 5 # define ALIGN_STACK __attribute__((force_align_arg_pointer)) # else Ken In GNU Emacs 24.4.50.5 (i686-pc-cygwin) of 2014-09-25 on moufang Repository revision: 117952 juri@jurta.org-20140925205558-frm6u28shvcuml9a Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-w32 --with-file-notification=no --enable-checking=yes,glyphs 'CFLAGS=-O0 -g3'' Configured features: XPM JPEG TIFF GIF PNG IMAGEMAGICK DBUS ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t Recent input: M-x r e p o r t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind w32 multi-tty emacs) Memory information: ((conses 8 78071 6361) (symbols 24 17816 0) (miscs 20 43 148) (strings 16 12654 3411) (string-bytes 1 313507) (vectors 8 10025) (vector-slots 4 390451 2262) (floats 8 70 302) (intervals 28 202 30) (buffers 520 12)) From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 26 03:07:30 2014 Received: (at 18562) by debbugs.gnu.org; 26 Sep 2014 07:07:30 +0000 Received: from localhost ([127.0.0.1]:52536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXPcn-0004fG-VI for submit@debbugs.gnu.org; Fri, 26 Sep 2014 03:07:30 -0400 Received: from mtaout24.012.net.il ([80.179.55.180]:43265) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXPck-0004f5-Uw for 18562@debbugs.gnu.org; Fri, 26 Sep 2014 03:07:27 -0400 Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NCH00100Y3WDM00@mtaout24.012.net.il> for 18562@debbugs.gnu.org; Fri, 26 Sep 2014 10:01:46 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCH00LPKY6Y0340@mtaout24.012.net.il>; Fri, 26 Sep 2014 10:01:46 +0300 (IDT) Date: Fri, 26 Sep 2014 10:07:26 +0300 From: Eli Zaretskii Subject: Re: bug#18562: 24.4.50; More typos in recent w32term.h change In-reply-to: <5424A1A5.3020402@cornell.edu> X-012-Sender: halo1@inter.net.il To: Ken Brown Message-id: <83y4t6uafl.fsf@gnu.org> References: <5424A1A5.3020402@cornell.edu> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18562 Cc: 18562@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Thu, 25 Sep 2014 19:13:41 -0400 > From: Ken Brown > > I think the following patch should be applied in order to (a) take > account of the fact that USE_STACK_LISP_OBJECTS is always defined in the > current lisp.h; and (b) exclude the 64-bit case on Cygwin. > > === modified file 'src/w32term.h' > --- src/w32term.h 2014-09-25 17:28:48 +0000 > +++ src/w32term.h 2014-09-25 23:05:35 +0000 > @@ -30,7 +30,7 @@ > re-align the stack at function entry. Further details about this > can be found in http://www.peterstock.co.uk/games/mingw_sse/. */ > #ifdef __GNUC__ > -# if defined USE_STACK_LISP_OBJECTS && !defined _W64 \ > +# if USE_STACK_LISP_OBJECTS && !defined _W64 && !defined __x86_64__ \ > && __GNUC__ + (__GNUC_MINOR__ > 1) >= 5 > # define ALIGN_STACK __attribute__((force_align_arg_pointer)) > # else Thanks, committed. From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 26 08:18:00 2014 Received: (at 18562-done) by debbugs.gnu.org; 26 Sep 2014 12:18:00 +0000 Received: from localhost ([127.0.0.1]:52852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXUTH-0005UH-Pd for submit@debbugs.gnu.org; Fri, 26 Sep 2014 08:18:00 -0400 Received: from limerock04.mail.cornell.edu ([128.84.13.244]:37814) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXUTE-0005U8-Tu for 18562-done@debbugs.gnu.org; Fri, 26 Sep 2014 08:17:57 -0400 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock04.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s8QCHuEQ002468; Fri, 26 Sep 2014 08:17:56 -0400 Received: from [192.168.1.7] (cpe-67-249-176-226.twcny.res.rr.com [67.249.176.226]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s8QCHs1s008826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 26 Sep 2014 08:17:54 -0400 Message-ID: <54255971.4010003@cornell.edu> Date: Fri, 26 Sep 2014 08:17:53 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#18562: 24.4.50; More typos in recent w32term.h change References: <5424A1A5.3020402@cornell.edu> <83y4t6uafl.fsf@gnu.org> In-Reply-To: <83y4t6uafl.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 18562-done Cc: 18562-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) Version: 24.5 Closing. From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 04 12:32:22 2014 Received: (at control) by debbugs.gnu.org; 4 Oct 2014 16:32:22 +0000 Received: from localhost ([127.0.0.1]:33179 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaSFp-0002hC-Jn for submit@debbugs.gnu.org; Sat, 04 Oct 2014 12:32:21 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:59991) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaSFm-0002h3-Hj for control@debbugs.gnu.org; Sat, 04 Oct 2014 12:32:19 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XaSFj-0005By-Pf; Sat, 04 Oct 2014 12:32:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21552.8463.712517.884718@gnu.org> Date: Sat, 4 Oct 2014 12:32:15 -0400 From: Glenn Morris To: GNU bug tracker automated control server Subject: update fixed Emacs bugs for version number change X-Debbugs-No-Ack: yes X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) fixed 18502 25.1 notfixed 18502 24.5 fixed 16204 25.1 notfixed 16204 24.5 fixed 18557 25.1 notfixed 18557 24.5 fixed 18562 25.1 notfixed 18562 24.5 fixed 18265 25.1 notfixed 18265 24.5 fixed 16567 25.1 notfixed 16567 24.5 From unknown Fri Jun 20 07:28:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 02 Nov 2014 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator