• Show log

    Commit

  • Hash : d15bc0d1
    Author : David Turner
    Date : 2002-04-12T09:31:48

            * README.UNX: updated the Unix-specific quick-compilation guide to
              warn about the GNU Make requirement at compile time..
    
            * include/freetype/config/ftstdlib.h,
              include/freetype/config/ftconfig.h,
              include/freetype/config/ftheader.h,
              include/freetype/internal/ftmemory.h,
              include/freetype/internal/ftobjs.h,
    
              src/autohint/ahoptim.c,
    
              src/base/ftdbgmem.c, src/base/ftdebug.c,
              src/base/ftmac.c,    src/base/ftobjs.c,
              src/base/ftsystem.c,
    
              src/cache/ftcimage.c, src/cache/ftcsbits.c,
    
              src/cff/cffdriver.c, src/cff/cffload.c, src/cff/cffobjs.c,
    
              src/cid/cidload.c, src/cid/cidparse.c, src/cid/cidriver.c,
    
              src/pcf/pcfdriver.c, src/pcf/pcfread.c,
    
              src/psaux/t1cmap.c, src/psaux/t1decode.c,
    
              src/pshinter/pshalgo1.c, src/pshinter/pshalgo2.c,
              src/pshinter/pshrec.c,
    
              src/psnames/psmodule.c,
    
              src/raster/ftraster.c,
    
              src/sfnt/sfdriver.c, src/sfnt/ttload.c, src/sfnt/ttpost.c,
    
              src/smooth/ftgrays.c,
    
              src/type1/t1afm.c,  src/type1/t1driver.c, src/type1/t1gload.c,
              src/type1/t1load.c, src/type1/t1objs.c,   src/type1/t1parse.c:
    
                added the new configuration file "ftstdlib.h" used to define
                aliases for all ISO C library functions used by the engine
                (e.g. strlen, qsort, setjmp, etc...)
    
                this eases the porting of FreeType 2 to exotic environments like
                XFree86 modules/extensions..
    
                also removed many #include <string.h>, #include <stdlib.h>, etc...
                from the engine's sources where they're not needed..
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/freetype.git
    Git SSH git@git.kmx.io:kc3-lang/freetype.git
    Public access ? public
    Description
    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README

  •   Special note to Unix users
      ==========================
    
      Please   read  the  file   "README.UNX",  it   contains  important
      information  regarding  the   installation  of  FreeType  on  Unix
      systems, especially GNU based operating systems like GNU/Linux.
    
    
      FreeType 2.1.0
      ==============
    
      Please   read  the  docs/CHANGES   file,  it   contains  IMPORTANT
      INFORMATION.
    
      Read  the  files "docs/INSTALL"  or  "docs/BUILD" for installation
      instructions.
    
      Note  that the  FreeType 2  documentation  is now  available as  a
      separate package from our sites.  See:
    
        ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.1.0.tar.bz2
        ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.1.0.tar.gz
        ftp://ftp.freetype.org/pub/freetype2/ftdoc210.zip
    
    
      Reports
      =======
    
      Please  report  bugs  by  e-mail to  `devel@freetype.org'.   Don't
      forget to send  a detailed explanation of the  problem -- there is
      nothing worse  than receiving a  terse message that only  says "it
      doesn't work".
    
    
    
      Enjoy!
    
    
        The FreeType Team