freetype-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-cvs] ft2demos/src ftvalid.c ChangeLog


From: Masatake YAMATO
Subject: [ft-cvs] ft2demos/src ftvalid.c ChangeLog
Date: Fri, 16 Jun 2006 20:20:55 +0000

CVSROOT:        /sources/freetype
Module name:    ft2demos
Changes by:     Masatake YAMATO <jet>   06/06/16 20:20:55

Modified files:
        src            : ftvalid.c 
        .              : ChangeLog 

Log message:
        Rearrange code.
        (library): Make variable having global scope.
        (OT_VALIDATOR_SYMBOL): Removed.
        (GX_VALIDATOR_SYMBOL): Removed.
        (CKERN_VALIDATOR_SYMBOL): Removed.
        (validator_symbols): Removed.
        (ValidatorType::LAST_VALIDATE): New enum element used in loop sentinel.
        (ot_table_spec): Remove const modifier.
        (gx_table_spec): Remove const modifier.
        (Validator): New data type.
        (validators): New variable.
        (print_usage): Use validators.
        (report_header, report_result): Use validators.
        (is_ot_validator_implemented): New function.
        (is_gx_validator_implemented): New function.
        (is_ckern_validator_implemented): New function.
        (run_ckern_validator): Use validators.
        (main): Initialize library at the beginning of main.
        Use validators. Report messages and exit if the validator 
        specified by command line is not implemented in libfreetype2 
        linked to ftvalid.  Suggested by George Williams.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ft2demos/src/ftvalid.c?cvsroot=freetype&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/ft2demos/ChangeLog?cvsroot=freetype&r1=1.164&r2=1.165

Patches:

Index: ChangeLog
===================================================================
RCS file: /sources/freetype/ft2demos/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -b -r1.164 -r1.165
--- ChangeLog   9 Jun 2006 08:20:51 -0000       1.164
+++ ChangeLog   16 Jun 2006 20:20:55 -0000      1.165
@@ -1,3 +1,28 @@
+2006-06-17  Masatake YAMATO  <address@hidden>
+
+       * src/ftvalid.c: Rearrange code.
+       (library): Make variable having global scope.
+       (OT_VALIDATOR_SYMBOL): Removed.
+       (GX_VALIDATOR_SYMBOL): Removed.
+       (CKERN_VALIDATOR_SYMBOL): Removed.
+       (validator_symbols): Removed.
+       (ValidatorType::LAST_VALIDATE): New enum element used in loop sentinel.
+       (ot_table_spec): Remove const modifier.
+       (gx_table_spec): Remove const modifier.
+       (Validator): New data type.
+       (validators): New variable.
+       (print_usage): Use validators.
+       (report_header, report_result): Use validators.
+       (is_ot_validator_implemented): New function.
+       (is_gx_validator_implemented): New function.
+       (is_ckern_validator_implemented): New function.
+       (run_ckern_validator): Use validators.
+       (main): Initialize library at the beginning of main.
+       Use validators. Report messages and exit if the validator 
+       specified by command line is not implemented in libfreetype2 
+       linked to ftvalid.  Suggested by George Williams.
+
+
 2006-06-09  Werner Lemberg  <address@hidden>
 
        * src/ftcommon.c (FTDemo_Install_Font): Fix index range for MS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]