all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>, 8794@debbugs.gnu.org
Subject: bug#8794: (c) fix the cons<->int conversions
Date: Thu, 25 Feb 2016 17:19:02 +1030	[thread overview]
Message-ID: <87r3g1uvxd.fsf@gnus.org> (raw)
In-Reply-To: <4DE9363B.7090504@cs.ucla.edu> (Paul Eggert's message of "Fri, 03 Jun 2011 12:30:03 -0700")

This was a quite long thread, and some parts were supposed to be applied
later.  I've looked at a couple of those parts, and they seem to be
applied now:

grep --color -nH -e cons_to_unsigned *.c
charset.c:918:      unsigned code = cons_to_unsigned (val, UINT_MAX);
charset.c:931:      unsigned code = cons_to_unsigned (val, UINT_MAX);
charset.c:956:    charset.invalid_code = cons_to_unsigned (val, UINT_MAX);
charset.c:1853:  code = cons_to_unsigned (code_point, UINT_MAX);
data.c:2458:cons_to_unsigned (Lisp_Object c, uintmax_t max)
xselect.c:1663:    return cons_to_unsigned (obj, X_ULONG_MAX);

So I'm closing this bug report now.  If there were bits that were still
left dangling, please reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






      reply	other threads:[~2016-02-25  6:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-03  8:43 bug#8794: cons_to_long fixes; making 64-bit EMACS_INT the default Paul Eggert
2011-06-03 10:52 ` Eli Zaretskii
2011-06-03 17:53   ` Paul Eggert
2011-06-03 19:43     ` Eli Zaretskii
2011-06-04  3:05       ` Paul Eggert
2011-06-03 15:54 ` Stefan Monnier
2011-06-03 19:28   ` Paul Eggert
2011-06-05 12:00     ` Stefan Monnier
2011-06-06  8:39       ` Paul Eggert
2011-06-06 16:01         ` Stefan Monnier
2011-06-06  8:39       ` bug#8794: (a) uncontroversial fixes (2011-06-06 version) Paul Eggert
2011-06-06 17:17         ` Stefan Monnier
2011-06-06  8:39       ` bug#8794: (c) fix the cons<->int conversions " Paul Eggert
2011-06-06 17:18         ` Stefan Monnier
2011-06-03 19:29   ` bug#8794: (a) straightforward prerequisite fixes Paul Eggert
2011-06-03 19:29   ` bug#8794: (b) make the 64bit-on-32bit the default (if supported) Paul Eggert
2011-06-06 14:52     ` Stefan Monnier
2011-06-06 17:54       ` Paul Eggert
2011-06-06 17:54       ` Paul Eggert
2011-06-07  4:21       ` Paul Eggert
2011-06-03 19:30   ` bug#8794: (c) fix the cons<->int conversions Paul Eggert
2016-02-25  6:49     ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3g1uvxd.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=8794@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.