From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13497 invoked by alias); 29 Mar 2012 05:49:38 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 13460 invoked by uid 9674); 29 Mar 2012 05:49:36 -0000 Date: Thu, 29 Mar 2012 05:49:00 -0000 Message-ID: <20120329054936.13445.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-autoload: . X-Git-Refname: refs/heads/archer-jankratochvil-autoload X-Git-Reftype: branch X-Git-Oldrev: 52f13c3140d7212cfe288e9ec3697f1040bdf3fe X-Git-Newrev: 35bc74010587a44dff427583a729ea95d68e8bb2 X-SW-Source: 2012-q1/txt/msg00100.txt.bz2 List-Id: The branch, archer-jankratochvil-autoload has been updated via 35bc74010587a44dff427583a729ea95d68e8bb2 (commit) via b7cd7d7bba279916436f48d48fb0b40dcf15a82f (commit) via bdf2f1ab5b5c43e4b13285e712ec4768649c94d3 (commit) via 664ca7893c1fa98d1a6693f2ed7db4b606213e16 (commit) via fb5d0fd9aeccb7de144ce27012607ce82fac8ca4 (commit) via 180678527a18ecdf1a8084e3aaca287213bc034a (commit) from 52f13c3140d7212cfe288e9ec3697f1040bdf3fe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 35bc74010587a44dff427583a729ea95d68e8bb2 Author: Jan Kratochvil Date: Thu Mar 29 07:49:22 2012 +0200 . commit b7cd7d7bba279916436f48d48fb0b40dcf15a82f Merge: 52f13c3 bdf2f1a Author: Jan Kratochvil Date: Thu Mar 29 07:48:03 2012 +0200 Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal commit bdf2f1ab5b5c43e4b13285e712ec4768649c94d3 Merge: 8335447 664ca78 Author: Jan Kratochvil Date: Thu Mar 29 07:48:02 2012 +0200 Merge branch 'secmove-misc2-warn-safepath' into secmove-misc2-warn-safepath-debug commit 664ca7893c1fa98d1a6693f2ed7db4b606213e16 Merge: 1806785 fb5d0fd Author: Jan Kratochvil Date: Thu Mar 29 07:48:02 2012 +0200 Merge branch 'secmove-misc2-warn' into secmove-misc2-warn-safepath commit fb5d0fd9aeccb7de144ce27012607ce82fac8ca4 Author: Jan Kratochvil Date: Thu Mar 29 07:47:52 2012 +0200 . commit 180678527a18ecdf1a8084e3aaca287213bc034a Author: Jan Kratochvil Date: Thu Mar 29 07:46:33 2012 +0200 . ----------------------------------------------------------------------- Summary of changes: gdb/doc/gdb.texinfo | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 63f1c94..36bdcaa 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20731,8 +20731,9 @@ is enabled or disabled. (gdb) show auto-load gdb-scripts: Canned sequences of commands auto-loading is on. libthread-db: Inferior specific libthread_db auto-loading is on. -local-gdbinit: Current directory .gdbinit script auto-loading is on. +local-gdbinit: Current directory .gdbinit script auto-loading is warn-and-yes. python-scripts: Python scripts auto-loading is on. +safe-path: Directory list safe to hold auto-loaded files is /usr/local. @end smallexample @anchor{info auto-load} hooks/post-receive -- Repository for Project Archer.