freetype/src/base
Werner Lemberg 858f310b80 Completely revised FreeType's make management.
. In all makefiles `/' is used as the path separator.  The
  conversion to the real path separators is done as late as
  possible using $(subst ...).

. $(HOSTSEP) no longer exists.  Now, $(SEP) gives the path separator
  for the operating system, and the new $(COMPILER_SEP) the path
  separator for the compiler tools.

. $(BUILD) has been renamed to $(BUILD_DIR).  In general, all
  directory variables end with `_DIR'.  The variants ending in `_'
  (like `BASE_' have been removed).

The following ChangeLog entries only describe changes which are
not related to the redesign.

* builds/beos/beos-def.mk (BUILD_DIR): Fix typo.
* builds/compiler/watcom.mk (LINK_LIBRARY): Fix linker call to avoid
overlong arguments as suggested by J. Ali Harlow
<ali@avrc.city.ac.uk>.
* builds/dos/dos-wat.mk: New file.
* builds/freetype.mk (FREETYPE_H): Include header files from the
`devel' subdirectory.

* builds/os2/os2-dev.mk, builds/unix/unixddef.mk,
builds/unix/unixddef.mk, builds/win32/w32-bccd.mk,
builds/win32/w32-dev.mk (BUILD_DIR): Fix path.

* builds/unix/configure.ac, builds/unic/configure: Updated.
* builds/unix/unix-def.in (DISTCLEAN): Add `freetype2.pc'.


* devel/ftoption.h: Updated.
2003-06-09 04:46:30 +00:00
..
descrip.mms * include/freetype/ftstroker.h: Renamed to... 2003-06-07 04:02:21 +00:00
ftapi.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftbase.c * builds/unix/aclocal.m4: Comment out definition of 2003-05-11 07:12:26 +00:00
ftbbox.c * src/base/ftmac.c (FT_New_Face_From_SFNT): Handle CFF files also. 2003-05-15 06:44:09 +00:00
ftbdf.c * src/base/ftbdf.c (FT_Get_BDF_Property): Check for valid 2003-04-23 18:14:51 +00:00
ftcalc.c Fixes from the stable branch: 2002-04-02 14:50:31 +00:00
ftdbgmem.c Cleanups; adding some copyrights; formatting. 2003-04-23 05:38:13 +00:00
ftdebug.c * src/sfnt/ttpost.c (load_post_names, tt_face_free_ps_names, 2002-09-27 11:09:23 +00:00
ftexcept.c * include/freetype/internal/fthash.h, src/base/fthash.c: 2002-05-01 08:46:56 +00:00
ftgloadr.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftglyph.c * src/pshinter/pshalgo1.[ch], src/pshinter/pshalgo2.[ch]: Removed. 2003-05-28 22:42:41 +00:00
fthash.c * src/sfnt/ttload.c, src/sfnt/ttload.h, src/sfnt/ttdriver.c: changing 2002-07-11 23:41:14 +00:00
ftinit.c Making ftgrays.c compile stand-alone again. 2002-09-16 06:15:31 +00:00
ftlist.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftmac.c * src/base/ftmac.c (FT_New_Face_From_SFNT): s/rlen/sfnt_size/ to 2003-06-07 05:13:22 +00:00
ftmm.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftnames.c * src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link) 2002-06-08 06:47:18 +00:00
ftobject.c * src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c, 2002-08-22 20:35:36 +00:00
ftobjs.c * src/autohint/ahhint.c (ah_hinter_hint_edges): Removed. Just a 2003-06-03 11:51:43 +00:00
ftoutln.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftpfr.c Cleanups; adding some copyrights; formatting. 2003-04-23 05:38:13 +00:00
ftstream.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftstroke.c * include/freetype/ftstroker.h: Renamed to... 2003-06-07 04:02:21 +00:00
ftsynth.c * src/pshinter/pshalgo1.[ch], src/pshinter/pshalgo2.[ch]: Removed. 2003-05-28 22:42:41 +00:00
ftsysio.c adding experimental (alpha) exception support code + system code 2002-04-25 21:42:59 +00:00
ftsysmem.c adding experimental (alpha) exception support code + system code 2002-04-25 21:42:59 +00:00
ftsystem.c * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
fttrigon.c * src/base/fttrigon.c (FT_Vector_Rotate): Avoid rounding errors 2003-05-17 12:07:45 +00:00
fttype1.c Minor fixes. Formatting. 2002-06-22 13:35:41 +00:00
ftutil.c s/ft_memset/FT_MEM_SET/. 2002-07-28 05:05:24 +00:00
ftwinfnt.c Cleanups; adding some copyrights; formatting. 2003-04-23 05:38:13 +00:00
ftxf86.c * src/bdf/descrip.mms, src/type42/descrip.mms: New files. 2002-05-30 19:22:14 +00:00
Jamfile * include/freetype/ftstroker.h: Renamed to... 2003-06-07 04:02:21 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00