From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Thu, 19 Nov 2015 23:57:43 +0000 Message-ID: References: <877flswse5.fsf@lifelogs.com> <8737wgw7kf.fsf@lifelogs.com> <87io5bv1it.fsf@lifelogs.com> <87egfzuwca.fsf@lifelogs.com> <876118u6f2.fsf@lifelogs.com> <8737w3qero.fsf@lifelogs.com> <831tbn9g9j.fsf@gnu.org> <878u5upw7o.fsf@lifelogs.com> <83ziya8xph.fsf@gnu.org> <83y4du80xo.fsf@gnu.org> <564E6081.9010805@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0102def4e99ab30524ed86e3 X-Trace: ger.gmane.org 1447977489 20256 80.91.229.3 (19 Nov 2015 23:58:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 23:58:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert , Eli Zaretskii , Ted Zlatanov , =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 00:58:01 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZzZ5V-0002Ur-23 for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2015 00:58:01 +0100 Original-Received: from localhost ([::1]:44587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzZ5U-0000Fv-GJ for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 18:58:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzZ5P-0000C7-SW for emacs-devel@gnu.org; Thu, 19 Nov 2015 18:57:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzZ5O-0005Xq-VD for emacs-devel@gnu.org; Thu, 19 Nov 2015 18:57:55 -0500 Original-Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:38274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzZ5N-0005XM-Du; Thu, 19 Nov 2015 18:57:53 -0500 Original-Received: by wmec201 with SMTP id c201so357042wme.1; Thu, 19 Nov 2015 15:57:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=7+5BxgTZF8ahCVQIkNfFvJD5OWjlQKqPMXujtvmbCe0=; b=ll7P99OvEYAu1hzBOWIM5EskJOsDzGdzUKeuQYzBgA8uRsVh8pvetnTL0LYaEz9XTl dmP1qZDNvFPNQiwRNBaLwXaINZROBKwpBsdFEIpdNk17XHhuBHgXDLk6QlBob8ZcDoxx SR2vTCdHwSScGnKLNajMqDdxthZrP66nCTJulxjPK0civFrDpFwScgu1kpVzE9IjW4AU 4oUAfM+x0XiLtsoBk/MCMiSe5Ni10H2OW2HKJZBGl+pXOD3GwpHuU0SHGY25P749vQSU DVhve3pjafGKQQio+T3Ek0ufiaJ8JCknPp89S6o7rRHWumDaPIOasBAWPX2YnkkfPq60 4kUg== X-Received: by 10.194.87.39 with SMTP id u7mr11334195wjz.11.1447977472856; Thu, 19 Nov 2015 15:57:52 -0800 (PST) In-Reply-To: <564E6081.9010805@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194835 Archived-At: --089e0102def4e99ab30524ed86e3 Content-Type: text/plain; charset=UTF-8 Paul Eggert schrieb am Fr., 20. Nov. 2015 um 00:51 Uhr: > On 11/19/2015 02:41 PM, Philipp Stephani wrote: > > > > Yeah, that's a bug. I probably meant size to be declared as ptrdiff_t, > > which is what ASIZE returns. > > I've fixed this by changing size_t to ptrdiff_t in the new code (or to > int, if it's guaranteed to fit in INT_MAX). > > Thanks. I saw you changed some other members to ptrdiff_t (the public size members of emacs_runtime and emacs_env), is that intentional, and if so, what is the reason? Anyway, emacs-module.h now lacks an #include . --089e0102def4e99ab30524ed86e3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


Paul E= ggert <eggert@cs.ucla.edu> = schrieb am Fr., 20. Nov. 2015 um 00:51=C2=A0Uhr:
On 11/19/2015 02:41 PM, Philipp Stephani wrote:
>
> Yeah, that's a bug. I probably meant size to be declared as ptrdif= f_t,
> which is what ASIZE returns.

I've fixed this by changing size_t to ptrdiff_t in the new code (or to<= br> int, if it's guaranteed to fit in INT_MAX).


Thanks. I saw you changed some other m= embers to ptrdiff_t (the public size members of emacs_runtime and emacs_env= ), is that intentional, and if so, what is the reason? Anyway, emacs-module= .h now lacks an #include <stddef.h>.
--089e0102def4e99ab30524ed86e3--