public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: scox@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Change line marker to ->
Date: Thu, 17 Jan 2008 02:51:00 -0000	[thread overview]
Message-ID: <20080117025142.16152.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  882c8ebdcc825139e58e50982810a0f00f1a229b (commit)
      from  10bf4ead4d7cc9e4299319c9507e1db8da9dbf7b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 882c8ebdcc825139e58e50982810a0f00f1a229b
Author: Stan Cox <scox@redhat.com>
Date:   Wed Jan 16 21:39:41 2008 -0500

    Change line marker to ->
    
    * ListCommand.java (interpret): Change line marker to ->
    * TestListCommand.java (testListPC): Ditto.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog            |    5 +++++
 frysk-core/frysk/hpd/ListCommand.java     |    6 +++---
 frysk-core/frysk/hpd/TestListCommand.java |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 0dd9104..291f3e6 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-16  Stan Cox  <scox@redhat.com>
+
+	* ListCommand.java (interpret): Change line marker to ->
+	* TestListCommand.java (testListPC): Ditto.
+
 2008-01-16  Andrew Cagney  <cagney@redhat.com>
 
 	* TaskData.java: Task.getBlockers() make private; use workaround.
diff --git a/frysk-core/frysk/hpd/ListCommand.java b/frysk-core/frysk/hpd/ListCommand.java
index 0161144..13c10aa 100644
--- a/frysk-core/frysk/hpd/ListCommand.java
+++ b/frysk-core/frysk/hpd/ListCommand.java
@@ -1,6 +1,6 @@
 // This file is part of the program FRYSK.
 //
-// Copyright 2005, 2006, 2007 Red Hat Inc.
+// Copyright 2005, 2006, 2007, 2008 Red Hat Inc.
 //
 // FRYSK is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by
@@ -187,9 +187,9 @@ class ListCommand extends ParameterizedCommand {
                     else if (lr.getLineNumber() == endLine)
                         break;
                     if (display && lr.getLineNumber() == exec_line)
-                        flag = "*";
+                        flag = "->";
 		    else
-			flag = " ";
+			flag = "  ";
 
                     if (display) {
 			int lineNumber = lr.getLineNumber();
diff --git a/frysk-core/frysk/hpd/TestListCommand.java b/frysk-core/frysk/hpd/TestListCommand.java
index 90b0e99..55fc8da 100644
--- a/frysk-core/frysk/hpd/TestListCommand.java
+++ b/frysk-core/frysk/hpd/TestListCommand.java
@@ -1,6 +1,6 @@
 // This file is part of the program FRYSK.
 //
-// Copyright 2007 Red Hat Inc.
+// Copyright 2007, 2008 Red Hat Inc.
 //
 // FRYSK is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ public class TestListCommand extends TestLib {
 	e.expect("121.*121");
 	e.expect("122.*122.*main");
 	e.expect("123.*123");
-	e.expect("\\* 124.*124");
+	e.expect("-> 124.*124");
 	e.expect("125.*125");
         e.send("quit\n");
         e.expect("quit.*\nQuitting...");


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2008-01-17  2:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20080117025142.16152.qmail@sourceware.org \
    --to=scox@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).