Update my e-mail in source files

Update committed SF patches in changes
This commit is contained in:
Stanislav Shwartsman 2005-05-12 18:07:48 +00:00
parent fc343985c5
commit d10731f162
38 changed files with 87 additions and 108 deletions

View File

@ -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

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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 <gate at fidonet.org.il>
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public

View File

@ -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

View File

@ -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 <stl at fidonet.org.il>
//
// 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

View File

@ -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

View File

@ -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"

View File

@ -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 <stl at fidonet.org.il>
//
// 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
//
/////////////////////////////////////////////////////////////////////////

View File

@ -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 <stl at fidonet.org.il>
//
// 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
//
/////////////////////////////////////////////////////////////////////////

View File

@ -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 <stl at fidonet.org.il>
//
// 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
//
/////////////////////////////////////////////////////////////////////////

View File

@ -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 <stl at fidonet.org.il>
//
// 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
//
/////////////////////////////////////////////////////////////////////////

View File

@ -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)
* ==========================================================================*/
//////////////////////////////

View File

@ -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 <stl at fidonet.org.il>
//
// 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

View File

@ -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 <stl at fidonet.org.il>
//
// 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
//
/////////////////////////////////////////////////////////////////////////

View File

@ -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 <stl at fidonet.org.il>
//
// 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"

View File

@ -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 <stl at fidonet.org.il>
//
// 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
//
/////////////////////////////////////////////////////////////////////////

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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_

View File

@ -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"

View File

@ -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_

View File

@ -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"

View File

@ -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)

View File

@ -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"

View File

@ -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 <config.h> /* generated by configure script from config.h.in */

View File

@ -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"

View File

@ -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_

View File

@ -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 <gate at fidonet.org.il>
// Copyright (c) 2003 Stanislav Shwartsman
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// 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_

View File

@ -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 <gate at fidonet.org.il>
// Copyright (c) 2003 Stanislav Shwartsman
// Written by Stanislav Shwartsman <stl at fidonet.org.il>
//
// 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