freetype2/builds/unix
Werner Lemberg e72c9fec17 Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
you should #define FT_STRUCTURE to the structure which will be filled.

Replaced FT_FIELD_REF with FT_FIELD_SIZE, FT_FIELD_SIZE_DELTA, and
FT_FIELD_OFFSET to make the code more readable; additionally, it should be
more portable because we no longer cast a pointer to an FT_UShort (which
e.g. fails with Sun's C++ compiler) but computes the difference between two
pointers which is guaranteed to work.

Fixing warnings (and C++ errors) while using Sun's latest cc and CC
incarnations.  Most of them are related to variable shadowing.
2000-07-31 18:59:02 +00:00
..
aclocal.m4 renaming "freetype2/config" to "freetype2/builds" 2000-07-08 00:22:20 +00:00
config.guess Update to latest versions. 2000-07-30 20:21:22 +00:00
config.sub Update to latest versions. 2000-07-30 20:21:22 +00:00
configure Making path of $INSTALL always absolute. 2000-07-31 10:56:42 +00:00
configure.in Making path of $INSTALL always absolute. 2000-07-31 10:56:42 +00:00
detect.mk re-adding a "unix-dev.mk". Debugging libtool output 2000-07-27 21:40:22 +00:00
ftconfig.in Formatting. 2000-07-20 06:57:41 +00:00
ftsystem.c Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 2000-07-31 18:59:02 +00:00
install-sh renaming "freetype2/config" to "freetype2/builds" 2000-07-08 00:22:20 +00:00
ltconfig Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to 2000-07-30 09:26:45 +00:00
ltmain.sh Updating to libtool 1.3.5. 2000-07-26 22:51:03 +00:00
mkinstalldirs Add `mkinstalldirs'. 2000-07-24 06:03:58 +00:00
unix-dev.mk re-adding a "unix-dev.mk". Debugging libtool output 2000-07-27 21:40:22 +00:00
unix.in Removing compiler warnings about unused portions of code. 2000-07-27 11:20:20 +00:00