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] frysk system monitor/debugger branch, master, updated. 5ece74f14d68ecbe840fa56644740ab26b614971


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 "frysk system monitor/debugger".

The branch, master has been updated
       via  5ece74f14d68ecbe840fa56644740ab26b614971 (commit)
       via  c4602fb8f5e32895cd2bb51d597523194a9c0200 (commit)
      from  55e198f683d22fd3d6c8fde69b3006383b054a2d (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 -----------------------------------------------------------------
commit 5ece74f14d68ecbe840fa56644740ab26b614971
Merge: c4602fb8f5e32895cd2bb51d597523194a9c0200 55e198f683d22fd3d6c8fde69b3006383b054a2d
Author: Teresa Thomas <tthomas@redhat.com>
Date:   Thu Nov 1 13:00:37 2007 -0400

    Merge branch 'master' of ssh://sources.redhat.com/git/frysk
    
    Conflicts:
    
    	frysk-core/frysk/value/ChangeLog
    
    Framework to evaluate arithmetic expressions using double dispatch.
    
    frysk-core/frysk/value/ChangeLog
    2007-11-01  Teresa Thomas  <tthomas@redhat.com>
    
    	* IntegerUnit.java: New file.
    	* FloatingPointUnit.java: New file.
    	* AddressUnit.java: New file.
    	* ArithmeticUnit.java: New file.
    	* ArithmeticType.java (add): Use getALU.
    	* Type.java (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	* IntegerType.java (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	(getALU(PointerType)): New.
    	* FloatingPointType.java (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	* PointerType.java: (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	(getALU(PointerType)): New.
    	(add): Delete.
    
    frysk-core/frysk/pkglibdir/ChangeLog
    2007-11-01 Teresa Thomas <tthomas@redhat.com>
    
    	* funit-addresses.c (float_): New.
    	(double_): New.

commit c4602fb8f5e32895cd2bb51d597523194a9c0200
Author: Teresa Thomas <tthomas@redhat.com>
Date:   Thu Nov 1 12:57:26 2007 -0400

    frysk-core/frysk/value/ChangeLog
    2007-11-01  Teresa Thomas  <tthomas@redhat.com>
    
    	* IntegerUnit.java: New file.
    	* FloatingPointUnit.java: New file.
    	* AddressUnit.java: New file.
    	* ArithmeticUnit.java: New file.
    	* ArithmeticType.java (add): Use getALU.
    	* Type.java (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	* IntegerType.java (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	(getALU(PointerType)): New.
    	* FloatingPointType.java (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	* PointerType.java: (getALU(Type)): New.
    	(getALU(IntegerType)): New.
    	(getALU(FloatingPointType)): New.
    	(getALU(PointerType)): New.
    	(add): Delete.
    
    frysk-core/frysk/pkglibdir/ChangeLog
    2007-11-01 Teresa Thomas <tthomas@redhat.com>
    
    	* funit-addresses.c (float_): New.
    	(double_): New.

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

Summary of changes:
 frysk-core/frysk/pkglibdir/ChangeLog               |    5 ++
 frysk-core/frysk/pkglibdir/funit-addresses.c       |    2 +
 .../value/{VoidType.java => AddressUnit.java}      |   54 ++++++++++++-------
 frysk-core/frysk/value/ArithmeticType.java         |   20 +++-----
 frysk-core/frysk/value/ArithmeticUnit.java         |   51 ++++++++++++++++++
 frysk-core/frysk/value/ChangeLog                   |   22 ++++++++
 frysk-core/frysk/value/FloatingPointType.java      |   16 ++++++
 ...ScratchLocation.java => FloatingPointUnit.java} |   43 ++++++++--------
 frysk-core/frysk/value/IntegerType.java            |   20 +++++++
 .../value/{ClassType.java => IntegerUnit.java}     |   20 ++++---
 frysk-core/frysk/value/PointerType.java            |   27 +++++-----
 frysk-core/frysk/value/Type.java                   |   10 ++++
 12 files changed, 215 insertions(+), 75 deletions(-)
 copy frysk-core/frysk/value/{VoidType.java => AddressUnit.java} (64%)
 create mode 100644 frysk-core/frysk/value/ArithmeticUnit.java
 copy frysk-core/frysk/value/{ScratchLocation.java => FloatingPointUnit.java} (72%)
 copy frysk-core/frysk/value/{ClassType.java => IntegerUnit.java} (84%)


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]