[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bochs-cvs
Subject:    [Bochs-cvs] CVS: bochs/fpu control_w.h, 1.7, 1.8 f2xm1.cc, 1.4,
From:       Stanislav Shwartsman <sshwarts () users ! sourceforge ! net>
Date:       2007-03-23 21:27:16
Message-ID: E1HUrI4-0001DS-Ec () sc8-pr-cvs3 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/bochs/bochs/fpu
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3936/fpu

Modified Files:
	control_w.h f2xm1.cc ferr.cc fpatan.cc fprem.cc fpu.cc 
	fpu_arith.cc fpu_compare.cc fpu_const.cc fpu_constant.h 
	fpu_load_store.cc fpu_misc.cc fpu_tags.cc fpu_trans.cc 
	fsincos.cc fyl2x.cc poly.cc softfloat-macros.h 
	softfloat-round-pack.cc softfloat-round-pack.h 
	softfloat-specialize.cc softfloat-specialize.h softfloat.cc 
	softfloat.h softfloatx80.cc softfloatx80.h status_w.h tag_w.h 
Log Message:
Change my e-mail to #SF one


Index: control_w.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/control_w.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- control_w.h	12 May 2005 18:07:45 -0000	1.7
+++ control_w.h	23 Mar 2007 21:27:12 -0000	1.8
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2004 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: f2xm1.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/f2xm1.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- f2xm1.cc	12 May 2005 18:07:45 -0000	1.4
+++ f2xm1.cc	23 Mar 2007 21:27:12 -0000	1.5
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #define FLOAT128

Index: ferr.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/ferr.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ferr.cc	6 Mar 2006 22:03:04 -0000	1.7
+++ ferr.cc	23 Mar 2007 21:27:12 -0000	1.8
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpatan.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpatan.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fpatan.cc	12 May 2005 18:07:45 -0000	1.5
+++ fpatan.cc	23 Mar 2007 21:27:12 -0000	1.6
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #define FLOAT128

Index: fprem.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fprem.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fprem.cc	12 May 2005 18:07:45 -0000	1.5
+++ fprem.cc	23 Mar 2007 21:27:12 -0000	1.6
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #include "softfloatx80.h"

Index: fpu.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu.cc,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- fpu.cc	8 Sep 2006 11:26:04 -0000	1.21
+++ fpu.cc	23 Mar 2007 21:27:12 -0000	1.22
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpu_arith.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_arith.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fpu_arith.cc	6 Mar 2006 22:03:04 -0000	1.8
+++ fpu_arith.cc	23 Mar 2007 21:27:13 -0000	1.9
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpu_compare.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_compare.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fpu_compare.cc	6 Mar 2006 22:03:04 -0000	1.8
+++ fpu_compare.cc	23 Mar 2007 21:27:13 -0000	1.9
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpu_const.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_const.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fpu_const.cc	6 Mar 2006 22:03:04 -0000	1.7
+++ fpu_const.cc	23 Mar 2007 21:27:13 -0000	1.8
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpu_constant.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_constant.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fpu_constant.h	12 May 2005 18:07:46 -0000	1.5
+++ fpu_constant.h	23 Mar 2007 21:27:13 -0000	1.6
@@ -28,7 +28,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 //////////////////////////////

Index: fpu_load_store.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_load_store.cc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fpu_load_store.cc	5 Apr 2006 17:31:35 -0000	1.11
+++ fpu_load_store.cc	23 Mar 2007 21:27:13 -0000	1.12
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpu_misc.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_misc.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fpu_misc.cc	6 Mar 2006 22:03:04 -0000	1.9
+++ fpu_misc.cc	23 Mar 2007 21:27:13 -0000	1.10
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpu_tags.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_tags.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fpu_tags.cc	12 May 2005 18:07:46 -0000	1.4
+++ fpu_tags.cc	23 Mar 2007 21:27:13 -0000	1.5
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fpu_trans.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fpu_trans.cc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fpu_trans.cc	6 Mar 2006 22:03:04 -0000	1.10
+++ fpu_trans.cc	23 Mar 2007 21:27:13 -0000	1.11
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: fsincos.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fsincos.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fsincos.cc	12 May 2005 18:07:47 -0000	1.4
+++ fsincos.cc	23 Mar 2007 21:27:13 -0000	1.5
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #define FLOAT128

Index: fyl2x.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/fyl2x.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fyl2x.cc	12 May 2005 18:07:47 -0000	1.9
+++ fyl2x.cc	23 Mar 2007 21:27:13 -0000	1.10
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #define FLOAT128

Index: poly.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/poly.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- poly.cc	12 May 2005 18:07:47 -0000	1.3
+++ poly.cc	23 Mar 2007 21:27:13 -0000	1.4
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #define FLOAT128

Index: softfloat-macros.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloat-macros.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- softfloat-macros.h	12 May 2005 18:07:47 -0000	1.7
+++ softfloat-macros.h	23 Mar 2007 21:27:13 -0000	1.8
@@ -29,7 +29,7 @@
 
 /*============================================================================
  * Adapted for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #ifndef _SOFTFLOAT_MACROS_H_

Index: softfloat-round-pack.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloat-round-pack.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- softfloat-round-pack.cc	28 Aug 2006 18:48:51 -0000	1.8
+++ softfloat-round-pack.cc	23 Mar 2007 21:27:13 -0000	1.9
@@ -31,7 +31,7 @@
 
 /*============================================================================
  * Adapted for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #include "softfloat.h"

Index: softfloat-round-pack.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloat-round-pack.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- softfloat-round-pack.h	12 May 2005 18:07:47 -0000	1.5
+++ softfloat-round-pack.h	23 Mar 2007 21:27:13 -0000	1.6
@@ -29,7 +29,7 @@
 
 /*============================================================================
  * Adapted for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #ifndef _SOFTFLOAT_ROUND_PACK_H_

Index: softfloat-specialize.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloat-specialize.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- softfloat-specialize.cc	12 May 2005 18:07:47 -0000	1.3
+++ softfloat-specialize.cc	23 Mar 2007 21:27:13 -0000	1.4
@@ -31,7 +31,7 @@
 
 /*============================================================================
  * Adapted for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #include "softfloat.h"

Index: softfloat-specialize.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloat-specialize.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- softfloat-specialize.h	6 Mar 2006 22:03:04 -0000	1.7
+++ softfloat-specialize.h	23 Mar 2007 21:27:13 -0000	1.8
@@ -34,7 +34,7 @@
 
 /*============================================================================
  * Adapted for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #define int16_indefinite ((Bit16s)0x8000)

Index: softfloat.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloat.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- softfloat.cc	12 May 2005 18:07:47 -0000	1.9
+++ softfloat.cc	23 Mar 2007 21:27:13 -0000	1.10
@@ -31,7 +31,7 @@
 
 /*============================================================================
  * Adapted for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #include "softfloat.h"

Index: softfloat.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloat.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- softfloat.h	12 May 2005 18:07:48 -0000	1.9
+++ softfloat.h	23 Mar 2007 21:27:13 -0000	1.10
@@ -29,7 +29,7 @@
 
 /*============================================================================
  * Adapted for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #include <config.h>      /* generated by configure script from config.h.in */

Index: softfloatx80.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloatx80.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- softfloatx80.cc	12 May 2005 18:07:48 -0000	1.7
+++ softfloatx80.cc	23 Mar 2007 21:27:13 -0000	1.8
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #include "softfloatx80.h"

Index: softfloatx80.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/softfloatx80.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- softfloatx80.h	12 May 2005 18:07:48 -0000	1.5
+++ softfloatx80.h	23 Mar 2007 21:27:13 -0000	1.6
@@ -20,7 +20,7 @@
 
 /*============================================================================
  * Written for Bochs (x86 achitecture simulator) by
- *            Stanislav Shwartsman (stl at fidonet.org.il)
+ *            Stanislav Shwartsman [sshwarts at sourceforge net]
  * ==========================================================================*/ 
 
 #ifndef _SOFTFLOATX80_EXTENSIONS_H_

Index: status_w.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/status_w.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- status_w.h	12 May 2005 18:07:48 -0000	1.9
+++ status_w.h	23 Mar 2007 21:27:13 -0000	1.10
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: tag_w.h
===================================================================
RCS file: /cvsroot/bochs/bochs/fpu/tag_w.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tag_w.h	12 May 2005 18:07:48 -0000	1.6
+++ tag_w.h	23 Mar 2007 21:27:13 -0000	1.7
@@ -3,7 +3,7 @@
 /////////////////////////////////////////////////////////////////////////
 //
 //   Copyright (c) 2003 Stanislav Shwartsman
-//          Written by Stanislav Shwartsman <stl at fidonet.org.il>
+//          Written by Stanislav Shwartsman [sshwarts at sourceforge net]
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bochs-cvs mailing list
Bochs-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bochs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic