This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: frysk-common/ChangeLog


The branch, master has been updated
       via  c5a53ab70bbd3acf3a8aee24627e651bb04127ee (commit)
      from  86395789e16a674353533d7b897df0f24ce4d2df (commit)

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

- Log -----------------------------------------------------------------
commit c5a53ab70bbd3acf3a8aee24627e651bb04127ee
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Dec 7 20:05:57 2007 -0500

    frysk-common/ChangeLog
    2007-12-07  Andrew Cagney  <cagney@redhat.com>
    
    	* mkenum.sh (map): Construct the String to Enum table using the
    	enum's name, not string.

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

Summary of changes:
 frysk-common/ChangeLog |    5 +++++
 frysk-common/mkenum.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog
index 9d5bb00..3391c74 100644
--- a/frysk-common/ChangeLog
+++ b/frysk-common/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-07  Andrew Cagney  <cagney@redhat.com>
+
+	* mkenum.sh (map): Construct the String to Enum table using the
+	enum's name, not string.
+
 2007-12-06  Andrew Cagney  <cagney@redhat.com>
 
 	* frysk-common.ac (--enable-jar-compile): When JAVAC is GCJ,
diff --git a/frysk-common/mkenum.sh b/frysk-common/mkenum.sh
index 0413152..201c56f 100644
--- a/frysk-common/mkenum.sh
+++ b/frysk-common/mkenum.sh
@@ -100,7 +100,7 @@ print_member ()
     if test -z "${op}" ; then
 	if test x"$print" != x- ; then
 	    map="${map}
-${sp}    map.put (${_name}.enumString, ${_name});"
+${sp}    map.put (${_name}.enumName, ${_name});"
 	    valueOf="${valueOf}
 ${sp}    case ${_name}_: return ${_name};"
 	fi


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]