From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28653 invoked by alias); 27 Jul 2014 00:06:49 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 28623 invoked by uid 55); 27 Jul 2014 00:06:49 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug guile/17146] pre-compile scheme files Date: Sun, 27 Jul 2014 00:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: guile X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00167.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17146 --- Comment #1 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 186fcde0c6134aed28526d925b1360db95d47171 (commit) from 4122867a4227d29b46377c2a44eae803a482d89f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=186fcde0c6134aed28526d925b1360db95d47171 commit 186fcde0c6134aed28526d925b1360db95d47171 Author: Doug Evans Date: Sat Jul 26 17:01:09 2014 -0700 PR guile/17146 preparatory work. * data-directory/Makefile.in (GUILE_FILES): Add support.scm. * guile/lib/gdb/support.scm: New file. * guile/guile.c (gdbscm_init_module_name): Change to "gdb". * guile/lib/gdb.scm: Load gdb/init.scm as an include file. All uses updated. * guile/lib/gdb/init.scm (SCM_ARG1, SCM_ARG2): Moved to support.scm. All uses updated. (%assert-type): Ditto, and renamed to assert-type. (%exception-print-style): Delete. testsuite/ * gdb.guile/types-module.exp: Add tests for wrong type arguments. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 14 ++++++++++++++ gdb/data-directory/Makefile.in | 1 + gdb/guile/guile.c | 2 +- gdb/guile/lib/gdb.scm | 4 ++-- gdb/guile/lib/gdb/boot.scm | 2 +- gdb/guile/lib/gdb/experimental.scm | 3 +-- gdb/guile/lib/gdb/init.scm | 18 +----------------- gdb/guile/lib/gdb/iterator.scm | 5 +++-- gdb/guile/lib/gdb/printing.scm | 16 +++++++++------- gdb/guile/lib/gdb/{boot.scm => support.scm} | 23 +++++++++++++---------- gdb/guile/lib/gdb/types.scm | 12 ++++++------ gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.guile/types-module.exp | 12 ++++++++++++ 13 files changed, 70 insertions(+), 48 deletions(-) copy gdb/guile/lib/gdb/{boot.scm => support.scm} (60%) -- You are receiving this mail because: You are on the CC list for the bug.