From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_done_malloc negatives [cvs] Date: Sun, 05 Oct 2003 17:21:27 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87d6db677s.fsf@zagadka.ping.de> References: <873cgbergf.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065367386 32631 80.91.224.253 (5 Oct 2003 15:23:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2003 15:23:06 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 05 17:23:04 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6Aiu-00089L-00 for ; Sun, 05 Oct 2003 17:23:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6Ai2-0007UG-Jv for guile-devel@m.gmane.org; Sun, 05 Oct 2003 11:22:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6Ahy-0007UA-J6 for guile-devel@gnu.org; Sun, 05 Oct 2003 11:22:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6AhS-0007R8-Sp for guile-devel@gnu.org; Sun, 05 Oct 2003 11:22:05 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6AhS-0007R5-Ia for guile-devel@gnu.org; Sun, 05 Oct 2003 11:21:34 -0400 Original-Received: from dialin.speedway42.dip88.dokom.de ([195.138.42.88] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1A6AjV-00076l-00 for guile-devel@gnu.org; Sun, 05 Oct 2003 17:23:41 +0200 Original-Received: (qmail 26169 invoked by uid 1000); 5 Oct 2003 15:21:27 -0000 Original-To: guile-devel@gnu.org In-Reply-To: <873cgbergf.fsf@zip.com.au> (Kevin Ryde's message of "Sat, 09 Aug 2003 08:04:48 +1000") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2845 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2845 Kevin Ryde writes: > In the cvs, does scm_done_malloc accept negative sizes? It looks like > it might not, since it calls scm_gc_register_collectable_memory which > accepts only a plain unsigned size_t. > > Would it be right (ie. compatible with past usage) to call the > "unregister" function for a negative? Yes, that would be better. Could you make that change (if you haven't already)? -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel