Ignore:
Timestamp:
2000-07-28T16:50:53+12:00 (24 years ago)
Author:
sjboddie
Message:

Removed CVS logging information from source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/display.cpp

    r1217 r1310  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.21  2000/06/18 22:56:55  sjboddie
    31    fixed a bug that I'd introduced earlier when attempting to get things
    32    compiling on VC++ 6.0 - the gsdl-2.22 release (and possibly 2.21) was
    33    affected and wouldn't have displayed chinese and Arabic characters
    34    correctly
    35 
    36    Revision 1.20  2000/05/12 03:09:23  sjboddie
    37    minor modifications to get web library compiling under VC++ 6.0
    38 
    39    Revision 1.19  2000/04/06 19:57:58  cs025
    40    Correcting a correction - reinstated all lib files due to silly
    41    CVS confusion.
    42 
    43    Revision 1.17  2000/02/29 21:00:38  sjboddie
    44    fixed some compiler warnings
    45 
    46    Revision 1.16  1999/11/25 21:53:08  sjboddie
    47    fixed bug in logout
    48 
    49    Revision 1.15  1999/09/24 02:25:35  rjmcnab
    50    removed limitation on the number of arguments that a macro can have
    51 
    52    Revision 1.14  1999/09/07 04:57:41  sjboddie
    53    added gpl notice
    54 
    55    Revision 1.13  1999/08/31 07:59:11  rjmcnab
    56    Generalised spaces to unicode spaces, added ability to automatically detect
    57    whether the input file is Unicode or UTF-8 and read the file in the
    58    appropriate way, and improved the error messages slightly.
    59 
    60    Revision 1.12  1999/07/21 20:46:12  rjmcnab
    61    fixed small bug
    62 
    63    Revision 1.11  1999/07/21 07:26:30  rjmcnab
    64    Added more operators to _If_, changed quoting of parameters so that
    65    ' can be used to quote but it is removed, and made slight optimisation
    66    so that macros that don't contain other macros aren't expanded.
    67 
    68    Revision 1.10  1999/03/01 20:39:54  sjboddie
    69 
    70    Added eq and ne functionality to _If_
    71 
    72    Revision 1.9  1999/03/01 01:18:09  sjboddie
    73 
    74    Fixed bug in _If_ when value being tested was only one character
    75    long (e.g. "0" or "1")
    76 
    77    Revision 1.8  1999/02/28 23:15:29  rjmcnab
    78 
    79    Made _If_ recognise 'false' and '0' as being false.
    80 
    81    Revision 1.7  1999/02/08 01:26:11  rjmcnab
    82 
    83    Improved the error reporting.
    84 
    85    Revision 1.6  1999/01/19 08:30:23  rjmcnab
    86 
    87    Added a method to determine whether a macro has been defined.
    88 
    89    Revision 1.5  1999/01/19 01:38:12  rjmcnab
    90 
    91    Made the source more portable.
    92 
    93    Revision 1.4  1999/01/12 01:50:57  rjmcnab
    94 
    95    Standard header.
    96 
    97    Revision 1.3  1999/01/08 02:33:13  rjmcnab
    98 
    99    Added standard header to source files.
    100 
    101  */
    102 
    10325
    10426#include "display.h"
     
    17271649  return display;
    17281650}
    1729 
Note: See TracChangeset for help on using the changeset viewer.