diff --git a/bochs/CHANGES b/bochs/CHANGES index 16e78667f..7a51c6825 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -223,6 +223,11 @@ Detailed change log : [1145423] stosq simulation bugfix by Avi Kivity [1151012] allow null ss on x86-64 by Avi Kivity [1153327] ignore segment bases in x86-64 by Avi Kivity + [1153511] Fixed broken screen update (VBE) + [1152808] use 'install' instead of 'cp' during installation by Avi Kivity + [1159626] bugfix [1156776] keyboard scanmode fault by Rene Kootstra + [843328] PATCH: support for Flat-style ToolBar with Win32GUI + [1198308] PATCH: fix incorrect moving mouse cursor when wheel used - SF patches partially applied [896733] Lazy flags, for more instructions, only 1 src op diff --git a/bochs/cpu/3dnow.cc b/bochs/cpu/3dnow.cc index cbafa894e..fdf30e093 100755 --- a/bochs/cpu/3dnow.cc +++ b/bochs/cpu/3dnow.cc @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: 3dnow.cc,v 1.15 2005-03-19 20:44:00 sshwarts Exp $ +// $Id: 3dnow.cc,v 1.16 2005-05-12 18:07:41 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/fetchdecode.h b/bochs/cpu/fetchdecode.h index 34abb4246..e086d57b4 100755 --- a/bochs/cpu/fetchdecode.h +++ b/bochs/cpu/fetchdecode.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fetchdecode.h,v 1.16 2005-03-23 01:45:16 kevinlawton Exp $ +// $Id: fetchdecode.h,v 1.17 2005-05-12 18:07:41 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2003 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/i387.h b/bochs/cpu/i387.h index 77d5eaa2a..636d938d9 100644 --- a/bochs/cpu/i387.h +++ b/bochs/cpu/i387.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: i387.h,v 1.28 2005-03-19 20:44:00 sshwarts Exp $ +// $Id: i387.h,v 1.29 2005-05-12 18:07:41 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2004 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/mmx.cc b/bochs/cpu/mmx.cc index 350db29e3..f89397ca1 100644 --- a/bochs/cpu/mmx.cc +++ b/bochs/cpu/mmx.cc @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: mmx.cc,v 1.44 2005-03-19 20:44:00 sshwarts Exp $ +// $Id: mmx.cc,v 1.45 2005-05-12 18:07:42 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/sse.cc b/bochs/cpu/sse.cc index c99681168..5df22318b 100644 --- a/bochs/cpu/sse.cc +++ b/bochs/cpu/sse.cc @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: sse.cc,v 1.31 2005-03-19 20:44:00 sshwarts Exp $ +// $Id: sse.cc,v 1.32 2005-05-12 18:07:43 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2003 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/sse_move.cc b/bochs/cpu/sse_move.cc index dad67042e..ae73de14b 100644 --- a/bochs/cpu/sse_move.cc +++ b/bochs/cpu/sse_move.cc @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: sse_move.cc,v 1.35 2005-03-19 20:44:01 sshwarts Exp $ +// $Id: sse_move.cc,v 1.36 2005-05-12 18:07:44 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2003 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/sse_pfp.cc b/bochs/cpu/sse_pfp.cc index c47d83af7..76a62838f 100644 --- a/bochs/cpu/sse_pfp.cc +++ b/bochs/cpu/sse_pfp.cc @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: sse_pfp.cc,v 1.20 2005-03-19 20:44:01 sshwarts Exp $ +// $Id: sse_pfp.cc,v 1.21 2005-05-12 18:07:44 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2003 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/sse_rcp.cc b/bochs/cpu/sse_rcp.cc index 3a800714e..98ebfdab5 100755 --- a/bochs/cpu/sse_rcp.cc +++ b/bochs/cpu/sse_rcp.cc @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: sse_rcp.cc,v 1.8 2005-03-19 20:44:01 sshwarts Exp $ +// $Id: sse_rcp.cc,v 1.9 2005-05-12 18:07:45 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2003 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/xmm.h b/bochs/cpu/xmm.h index 9745d5d6a..28f360d7d 100644 --- a/bochs/cpu/xmm.h +++ b/bochs/cpu/xmm.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: xmm.h,v 1.17 2005-03-19 20:44:01 sshwarts Exp $ +// $Id: xmm.h,v 1.18 2005-05-12 18:07:45 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2003 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/fpu/control_w.h b/bochs/fpu/control_w.h index 5af4aff3f..7cd9ca424 100644 --- a/bochs/fpu/control_w.h +++ b/bochs/fpu/control_w.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: control_w.h,v 1.6 2005-03-20 21:19:34 sshwarts Exp $ +// $Id: control_w.h,v 1.7 2005-05-12 18:07:45 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2004 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/fpu/f2xm1.cc b/bochs/fpu/f2xm1.cc index 1760f6956..244ae674f 100755 --- a/bochs/fpu/f2xm1.cc +++ b/bochs/fpu/f2xm1.cc @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #define FLOAT128 diff --git a/bochs/fpu/ferr.cc b/bochs/fpu/ferr.cc index 54bc2d881..cab6773c7 100755 --- a/bochs/fpu/ferr.cc +++ b/bochs/fpu/ferr.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: ferr.cc,v 1.5 2005-03-20 21:19:34 sshwarts Exp $ +// $Id: ferr.cc,v 1.6 2005-05-12 18:07:45 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// #define NEED_CPU_REG_SHORTCUTS 1 diff --git a/bochs/fpu/fpatan.cc b/bochs/fpu/fpatan.cc index 307a7d3c9..d8eb6e725 100755 --- a/bochs/fpu/fpatan.cc +++ b/bochs/fpu/fpatan.cc @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #define FLOAT128 diff --git a/bochs/fpu/fprem.cc b/bochs/fpu/fprem.cc index ee1b08d3b..f5b7e9968 100755 --- a/bochs/fpu/fprem.cc +++ b/bochs/fpu/fprem.cc @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #include "softfloatx80.h" diff --git a/bochs/fpu/fpu.cc b/bochs/fpu/fpu.cc index a0b743998..f30aad739 100644 --- a/bochs/fpu/fpu.cc +++ b/bochs/fpu/fpu.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu.cc,v 1.12 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu.cc,v 1.13 2005-05-12 18:07:45 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// diff --git a/bochs/fpu/fpu_arith.cc b/bochs/fpu/fpu_arith.cc index bb78a53e9..8d4af5cbf 100755 --- a/bochs/fpu/fpu_arith.cc +++ b/bochs/fpu/fpu_arith.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_arith.cc,v 1.6 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu_arith.cc,v 1.7 2005-05-12 18:07:45 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// diff --git a/bochs/fpu/fpu_compare.cc b/bochs/fpu/fpu_compare.cc index 78a3ac941..b2d4ca5f7 100755 --- a/bochs/fpu/fpu_compare.cc +++ b/bochs/fpu/fpu_compare.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_compare.cc,v 1.6 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu_compare.cc,v 1.7 2005-05-12 18:07:46 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// diff --git a/bochs/fpu/fpu_const.cc b/bochs/fpu/fpu_const.cc index 22ca68ef0..a2faaf104 100755 --- a/bochs/fpu/fpu_const.cc +++ b/bochs/fpu/fpu_const.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_const.cc,v 1.5 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu_const.cc,v 1.6 2005-05-12 18:07:46 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// diff --git a/bochs/fpu/fpu_constant.h b/bochs/fpu/fpu_constant.h index 131712464..188511484 100755 --- a/bochs/fpu/fpu_constant.h +++ b/bochs/fpu/fpu_constant.h @@ -28,7 +28,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ ////////////////////////////// diff --git a/bochs/fpu/fpu_load_store.cc b/bochs/fpu/fpu_load_store.cc index fa34be137..50d1dcaa1 100755 --- a/bochs/fpu/fpu_load_store.cc +++ b/bochs/fpu/fpu_load_store.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_load_store.cc,v 1.7 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu_load_store.cc,v 1.8 2005-05-12 18:07:46 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,9 +18,9 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// - #define NEED_CPU_REG_SHORTCUTS 1 #include "bochs.h" #define LOG_THIS BX_CPU_THIS_PTR diff --git a/bochs/fpu/fpu_misc.cc b/bochs/fpu/fpu_misc.cc index f5da4a8da..44209347a 100755 --- a/bochs/fpu/fpu_misc.cc +++ b/bochs/fpu/fpu_misc.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_misc.cc,v 1.7 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu_misc.cc,v 1.8 2005-05-12 18:07:46 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// diff --git a/bochs/fpu/fpu_tags.cc b/bochs/fpu/fpu_tags.cc index a0d3f5551..9098e9bfd 100644 --- a/bochs/fpu/fpu_tags.cc +++ b/bochs/fpu/fpu_tags.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_tags.cc,v 1.3 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu_tags.cc,v 1.4 2005-05-12 18:07:46 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// #include "softfloat.h" diff --git a/bochs/fpu/fpu_trans.cc b/bochs/fpu/fpu_trans.cc index 114b1b902..858727033 100755 --- a/bochs/fpu/fpu_trans.cc +++ b/bochs/fpu/fpu_trans.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_trans.cc,v 1.8 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: fpu_trans.cc,v 1.9 2005-05-12 18:07:46 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,6 +18,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// ///////////////////////////////////////////////////////////////////////// diff --git a/bochs/fpu/fsincos.cc b/bochs/fpu/fsincos.cc index 824783e9e..ea49647b7 100755 --- a/bochs/fpu/fsincos.cc +++ b/bochs/fpu/fsincos.cc @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #define FLOAT128 diff --git a/bochs/fpu/fyl2x.cc b/bochs/fpu/fyl2x.cc index 36e753800..0f6243348 100755 --- a/bochs/fpu/fyl2x.cc +++ b/bochs/fpu/fyl2x.cc @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #define FLOAT128 diff --git a/bochs/fpu/poly.cc b/bochs/fpu/poly.cc index 4c1bb5ad5..a4476ac75 100755 --- a/bochs/fpu/poly.cc +++ b/bochs/fpu/poly.cc @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #define FLOAT128 diff --git a/bochs/fpu/softfloat-macros.h b/bochs/fpu/softfloat-macros.h index 4a7a11687..ffabe5939 100755 --- a/bochs/fpu/softfloat-macros.h +++ b/bochs/fpu/softfloat-macros.h @@ -29,7 +29,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Adapted for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #ifndef _SOFTFLOAT_MACROS_H_ diff --git a/bochs/fpu/softfloat-round-pack.cc b/bochs/fpu/softfloat-round-pack.cc index 4bfaef76a..2893696be 100755 --- a/bochs/fpu/softfloat-round-pack.cc +++ b/bochs/fpu/softfloat-round-pack.cc @@ -31,7 +31,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Adapted for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #include "softfloat.h" diff --git a/bochs/fpu/softfloat-round-pack.h b/bochs/fpu/softfloat-round-pack.h index ba23c8eb9..d14a17c26 100755 --- a/bochs/fpu/softfloat-round-pack.h +++ b/bochs/fpu/softfloat-round-pack.h @@ -29,7 +29,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Adapted for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #ifndef _SOFTFLOAT_ROUND_PACK_H_ diff --git a/bochs/fpu/softfloat-specialize.cc b/bochs/fpu/softfloat-specialize.cc index 6b4214eed..da160355b 100755 --- a/bochs/fpu/softfloat-specialize.cc +++ b/bochs/fpu/softfloat-specialize.cc @@ -31,7 +31,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Adapted for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #include "softfloat.h" diff --git a/bochs/fpu/softfloat-specialize.h b/bochs/fpu/softfloat-specialize.h index 29cbe5975..4825875ba 100755 --- a/bochs/fpu/softfloat-specialize.h +++ b/bochs/fpu/softfloat-specialize.h @@ -32,7 +32,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Adapted for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #define int16_indefinite ((Bit16s)0x8000) diff --git a/bochs/fpu/softfloat.cc b/bochs/fpu/softfloat.cc index 8d64ee4db..774a2dea5 100755 --- a/bochs/fpu/softfloat.cc +++ b/bochs/fpu/softfloat.cc @@ -31,7 +31,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Adapted for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #include "softfloat.h" diff --git a/bochs/fpu/softfloat.h b/bochs/fpu/softfloat.h index b0cb0e572..2abe9a502 100755 --- a/bochs/fpu/softfloat.h +++ b/bochs/fpu/softfloat.h @@ -29,7 +29,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Adapted for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #include /* generated by configure script from config.h.in */ diff --git a/bochs/fpu/softfloatx80.cc b/bochs/fpu/softfloatx80.cc index 4f47e83c5..20fa1f27f 100755 --- a/bochs/fpu/softfloatx80.cc +++ b/bochs/fpu/softfloatx80.cc @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #include "softfloatx80.h" diff --git a/bochs/fpu/softfloatx80.h b/bochs/fpu/softfloatx80.h index 7b88df51a..89a2925fb 100755 --- a/bochs/fpu/softfloatx80.h +++ b/bochs/fpu/softfloatx80.h @@ -20,7 +20,7 @@ these four paragraphs for those parts of this code that are retained. /*============================================================================ * Written for Bochs (x86 achitecture simulator) by - * Stanislav Shwartsman (gate at fidonet.org.il) + * Stanislav Shwartsman (stl at fidonet.org.il) * ==========================================================================*/ #ifndef _SOFTFLOATX80_EXTENSIONS_H_ diff --git a/bochs/fpu/status_w.h b/bochs/fpu/status_w.h index 5f814cbd1..e89deb575 100644 --- a/bochs/fpu/status_w.h +++ b/bochs/fpu/status_w.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: status_w.h,v 1.8 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: status_w.h,v 1.9 2005-05-12 18:07:48 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2004 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,8 +17,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +///////////////////////////////////////////////////////////////////////// #ifndef _STATUS_H_ #define _STATUS_H_ diff --git a/bochs/fpu/tag_w.h b/bochs/fpu/tag_w.h index 7b4b60425..4feb3c466 100755 --- a/bochs/fpu/tag_w.h +++ b/bochs/fpu/tag_w.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: tag_w.h,v 1.5 2005-03-20 21:19:38 sshwarts Exp $ +// $Id: tag_w.h,v 1.6 2005-05-12 18:07:48 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2004 Stanislav Shwartsman -// Written by Stanislav Shwartsman +// Copyright (c) 2003 Stanislav Shwartsman +// Written by Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,8 +17,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +///////////////////////////////////////////////////////////////////////// #ifndef _TAG_W_H #define _TAG_W_H