freetype2/builds
David Turner d15bc0d13a * 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..
2002-04-12 09:31:48 +00:00
..
amiga * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
ansi * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
beos * src/base/ftbbox.c (BBox_Cubic_Check): rewrote function to use 2001-04-25 18:11:16 +00:00
compiler moving documents to the "docs" directory 2001-05-24 15:00:19 +00:00
dos * builds/dos/detect.mk: Correcting the order for Borland compilers: 2001-12-25 20:54:33 +00:00
mac * src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning. 2001-12-16 08:17:33 +00:00
os2 * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
unix * builds/vms/ftconfig.h: Rename LOCAL_DEF and LOCAL_FUNC to 2002-03-29 07:43:04 +00:00
vms * builds/vms/ftconfig.h: Rename LOCAL_DEF and LOCAL_FUNC to 2002-03-29 07:43:04 +00:00
win32 * builds/win32/ftdebug.c: New file. 2002-01-19 02:20:45 +00:00
detect.mk * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
freetype.mk * builds/freetype.mk (FT_CFLAGS): Use $(INCLUDE_FLAGS) first. 2002-02-19 16:30:15 +00:00
link_dos.mk * src/sfnt/ttcmap.c (code_to_index2): Handle code values with 2001-09-10 13:11:52 +00:00
link_std.mk * src/sfnt/ttcmap.c (code_to_index2): Handle code values with 2001-09-10 13:11:52 +00:00
modules.mk * src/pcf/*: New driver module for PCF font format (used in 2001-01-01 17:25:21 +00:00
newline * include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c, 2001-05-11 14:25:57 +00:00
toplevel.mk * include/freetype/config/ftconfig.h: Add two more `L's to 2001-06-20 08:06:50 +00:00