From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Handling of commits in emacs-23 branch and trunk. Date: Wed, 14 Jul 2010 19:56:47 +0200 Message-ID: <1AF78EA3-DC1E-4A11-87B2-23389EB68B59@swipnet.se> References: <4C3D6B74.6030500@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (iPhone Mail 8A293) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1279131153 5620 80.91.229.12 (14 Jul 2010 18:12:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2010 18:12:33 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 14 20:12:29 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ6RX-00054T-IA for ged-emacs-devel@m.gmane.org; Wed, 14 Jul 2010 20:12:27 +0200 Original-Received: from localhost ([127.0.0.1]:58711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ6RW-0003Ae-HV for ged-emacs-devel@m.gmane.org; Wed, 14 Jul 2010 14:12:26 -0400 Original-Received: from [140.186.70.92] (port=50134 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ6Pa-0001xU-BY for emacs-devel@gnu.org; Wed, 14 Jul 2010 14:10:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZ6CD-0002iy-RM for emacs-devel@gnu.org; Wed, 14 Jul 2010 13:56:39 -0400 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:35434) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ6C9-0002hm-1T; Wed, 14 Jul 2010 13:56:33 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id D4F81E9569; Wed, 14 Jul 2010 19:56:30 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqVEAFSXPUxV4S0jPGdsb2JhbACDH4RSlxZmDAEBAQE1La9ckS+BKYMJcgQ X-IronPort-AV: E=Sophos;i="4.55,202,1278280800"; d="scan'208";a="105386171" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 14 Jul 2010 19:56:30 +0200 Original-Received: from [172.20.199.248] (janiphone [172.20.199.248]) by coolsville.localdomain (Postfix) with ESMTPSA id BB8B87FA05A; Wed, 14 Jul 2010 19:56:29 +0200 (CEST) In-Reply-To: X-Mailer: iPhone Mail (8A293) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127304 Archived-At: I still have to make Gtk+ 3 fixes in the trunk so I went ahead and used old s= tyle.=20 Jan D. 14 jul 2010 kl. 17:27 skrev Dan Nicolaescu : > Jan Dj=C3=A4rv writes: >=20 >> Hello. >>=20 >> Now that trunk ia ANSI-C-ified, how shall emacs-23 commits that change >> prototypes or add functions be handeled? Shall we put them in >> emacs-23 with P__ + K&R and then fix them in trunk when they get >> merged there, or just convert to ANSI-C in emacs-23 also? >=20 > Add new functions as standard C, there's already a few like that in > emacs-23, so it's impossible to compile with a K&R compiler, so using > K&R will just generate more work when merging to the trunk. > If a function definition/declaration changes, convert it to standard C.