From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Clinton Ebadi Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: ttn's changes update (modsup) Date: Wed, 24 Mar 2004 01:22:11 -0500 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1080109331.2325.12.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1739979027==" X-Trace: sea.gmane.org 1080109426 17299 80.91.224.253 (24 Mar 2004 06:23:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2004 06:23:46 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 24 07:23:37 2004 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 1B61nd-0000Jv-00 for ; Wed, 24 Mar 2004 07:23:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B61nK-0008Is-0X for guile-user@m.gmane.org; Wed, 24 Mar 2004 01:23:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B61n1-0008AO-Qv for guile-user@gnu.org; Wed, 24 Mar 2004 01:22:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B61mP-000781-Oq for guile-user@gnu.org; Wed, 24 Mar 2004 01:22:54 -0500 Original-Received: from [206.46.170.103] (helo=out003.verizon.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B61mO-00074p-6H; Wed, 24 Mar 2004 01:22:20 -0500 Original-Received: from localhost ([151.196.176.209]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040324062212.HOTB2031.out003.verizon.net@localhost>; Wed, 24 Mar 2004 00:22:12 -0600 Original-Received: from clinton by localhost with local (Exim 3.36 #1 (Debian)) id 1B61mF-00043p-00; Wed, 24 Mar 2004 01:22:11 -0500 Original-To: guile-user@gnu.org, guile-devel@gnu.org X-Mailer: Ximian Evolution 1.4.5 X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [151.196.176.209] at Wed, 24 Mar 2004 00:22:11 -0600 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Mime-version: 1.0 Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2982 gmane.lisp.guile.devel:3564 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2982 --===============1739979027== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-h4kGd4HXFFC2+1E5dvns" --=-h4kGd4HXFFC2+1E5dvns Content-Type: text/plain Content-Transfer-Encoding: quoted-printable My progress on generating patches for ttn's stuff against Guile HEAD halted a little while ago because I had way too much work to do at school. I have another patch ready to include ice-9/md-data.scm and libguile/modsup.h but there is a bit of a problem. modsup.h extends the GH_ namespace. If it were to be included in the main Guile branch, it would all need to be changed to SCM_. There are also a few calls to scm_register_*_module_xxx, which could be replaced by the new module stuff, except for the automatic export of symbols from the module (which could be fairly easily done with a quick loop over the module bindings). If modsup.h is imported, then the scripts to manage the module catalogs would also be needed. And that means the new-style (scripts PROGAM) module and the new guile-config. The new guile-config means that ice-9/boot-9.scm has to contain the config catalog, which means that the am-frag system for generating boot-9.scm from fragments in the ice-9/boot-9/ directory must be imported. This will be more fun than I thought. -- http://unknownlamer.org AIM:unknownlamer IRC:unknown_lamer@freenode#hprog I use Free Software because I value freedom over features. --=-h4kGd4HXFFC2+1E5dvns Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBAYSkTdgGh8PQDV0sRAm+QAKDY4m+5u+TjjGwyEEqvDXZlU0AKzACeJ5/E HI/p5XFiQi4OZGKY4Rhqyqs= =MaYU -----END PGP SIGNATURE----- --=-h4kGd4HXFFC2+1E5dvns-- --===============1739979027== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user --===============1739979027==--