freetype2/docs
David Turner b280537b6d * src/base/ftdbgmem.c, docs/DEBUG.TXT: added new environment variables
to control memory debugging with FreeType. See the description of
    "FT2_DEBUG_MEMORY", "FT2_ALLOC_TOTAL_MAX" and "FT2_ALLOC_COUNT_MAX"
    in DEBUG.TXT

    * src/cache/ftccache.c, src/cache/ftccmap.c, src/cache/ftcsbits.c,
    ftlru.c: fixed the cache sub-system to correctly deal with out-of-memory
    conditions.

    * src/pfr/pfrobjs.c, src/pfr/pfrsbits.c: fixing compiler warnings and a
    small memory leak

    * src/psaux/psobjs.c (t1_reallocate_table): fixed a bug (memory leak) that
    only happened when trying to resize an array would end in an OOM.

    * src/smooth/ftgrays.c: removed compiler warnings / volatile bug

    * src/truetype/ttobjs.c: removed segmentation fault that happened in
    tight memory environments.
2003-03-13 21:07:51 +00:00
..
BUGS Formatting. 2002-01-09 21:01:18 +00:00
BUILD updated documentation for 2.1.4 2003-01-24 08:30:36 +00:00
CHANGES reduce compiler warnings 2003-02-25 21:44:11 +00:00
DEBUG.TXT * src/base/ftdbgmem.c, docs/DEBUG.TXT: added new environment variables 2003-03-13 21:07:51 +00:00
FTL.txt preparing 2.1.0 release 2002-04-15 12:01:10 +00:00
GPL.txt Moving FreeType license to doc dir. 2000-11-02 07:53:08 +00:00
INSTALL * Makefile, configure, */*.mk, builds/unix/unix-def.in, 2002-06-14 08:09:25 +00:00
PATENTS * docs/PATENTS: Typo fixed (Thanks to Detlef "Hawkeye" Wuerkner) in the URL for the on-line resource. 2002-01-21 21:57:38 +00:00
TODO * docs/CHANGES, docs/VERSION.DLL, docs/TODO: updating documentation for 2003-01-31 10:12:40 +00:00
VERSION.DLL * docs/CHANGES, docs/VERSION.DLL, docs/TODO: updating documentation for 2003-01-31 10:12:40 +00:00
license.txt Formatting. 2001-12-05 01:22:05 +00:00
modules.txt * builds/amiga/makefile, builds/amiga/smakefile, 2002-05-28 22:38:05 +00:00
readme.vms moving documents to the "docs" directory 2001-05-24 15:00:19 +00:00

readme.vms

How to build the freetype2 library on VMS
-----------------------------------------

Just type one of the following depending on the type of external entries you
want:

  mms

or

  mms/macro=("COMP_FLAGS=/name=(as_is,short)")

The library is avalaible in the directory

  [.LIB]

To compile applications using freetype2 you'll need to define the logical
FREETYPE pointing to the directory

  [.INCLUDE.FREETYPE]

(i.e., if the directory in which this README.VMS file is located is
$disk:[freetype] then define the logical with

  define freetype $disk:[freetype.include.freetype]

This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha V7.2-1.


  Any problems can be reported to

    joukj@hrem.stm.tudelft.nl


      Jouk Jansen