Go to file
Werner Lemberg 0f4d90d294 * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT):
Removed.  ANSI C doesn't (explicitly) allow macro expansion in
arguments using `##'.
(FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE): Use directory
names directly.  Make them configurable.  Use `##' to strip leading
and trailing spaces from arguments.

* builds/unix/ft2unix.h: Adapted.

* src/base/ftsystem.c (ft_alloc, ft_realloc, ft_free, ft_io_stream,
ft_close_stream): Use FT_CALLBACK_DEF.

* builds/unix/ftsystem.c: Use new header scheme.
(FT_Done_Memory): Use free() from FT_Memory structure.

* src/base/ftinit.c, src/base/ftmac.c: Header scheme fixes.

* include/freetype/config/ft2build.h (FT2_CONFIG_ROOT,
FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE,
FT_SOURCE_FILE): Use `##' operator to be really ANSI C compliant.
2000-12-12 22:28:12 +00:00
builds * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): 2000-12-12 22:28:12 +00:00
docs * builds/module.mk: Replaced `xxx #' with `xxx$(space). 2000-12-06 16:31:30 +00:00
include * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): 2000-12-12 22:28:12 +00:00
obj Ignore some UNIX shared build files. 2000-11-04 08:35:44 +00:00
src * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): 2000-12-12 22:28:12 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
CHANGES - updating the header inclusion scheme to use <ft2build.h> by 2000-12-04 22:53:55 +00:00
ChangeLog * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): 2000-12-12 22:28:12 +00:00
INSTALL * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
LICENSE.TXT fixed typos in the license 2000-11-09 19:14:11 +00:00
Makefile Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00