freetype2/src/base
David Turner 60b32e16e7 2002-11-05 David Turner <david@freetype.org>
* include/freetype/config/ftoption.h, src/gzip/ftgzip.c: added
        support for the FT_CONFIG_OPTION_SYSTEM_ZLIB option, used to specify
        the use of system-wide zlib.

        Note that this macro, as well as FT_CONFIG_OPTION_BYTECODE_INTERPRETER,
        is not #undef-ed anymore. This allows the build system to define them
        depending on the configuration (typically by adding -D flags at
        compile time).

        * src/sfnt/ttcmap0.c (tt_face_build_cmaps): removed compiler warnings
        in optimized mode relative to the "volatile" local variables. This was
        not a compiler bug after all, but the fact that a pointer to a volatile
        variable is not the same than a volatile pointer to a variable :-)

        the fix was to change  "volatile FT_Byte*  p"
        into                   "FT_Byte* volatile  p"

        * src/pfr/pfrload.c, src/pfr/pfrdrivr.c, src/gzip/inftrees.c: removed
        compiler warnings in optimized modes

        * src/gzip/*.[hc]: modified our ZLib copy in order to prevent exporting
        any zlib function names outside of the component. This prevents linking
        problems on some platforms, when applications want to link FreeType
        _and_ ZLib together.


2002-11-05  Juliusz  <jch@pps.jussieu.fr>

        * src/psaux/psobjs.c (ps_table_add): modified increment loop in
        order to implement exponential behaviour
2002-11-06 22:32:54 +00:00
..
Jamfile 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00
descrip.mms * include/freetype/internal/internal.h, include/freetype/ftpfr.h, 2002-10-31 08:30:19 +00:00
ftapi.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftbase.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftbbox.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftbdf.c * include/freetype/config/ftheader.h (FT_BEZIER_H): Removed. 2002-05-22 05:41:06 +00:00
ftcalc.c Fixes from the stable branch: 2002-04-02 14:50:31 +00:00
ftdbgmem.c s/ft_memset/FT_MEM_SET/. 2002-07-28 05:05:24 +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/sfnt/ttpost.c (load_post_names, tt_face_free_ps_names, 2002-09-27 11:09:23 +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 * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +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 * include/freetype/internal/internal.h, include/freetype/ftpfr.h, 2002-10-31 08:30:19 +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 * include/freetype/internal/internal.h, include/freetype/ftpfr.h, 2002-10-31 08:30:19 +00:00
ftstream.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftstroker.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftsynth.c * include/freetype/internal/internal.h, include/freetype/ftpfr.h, 2002-10-31 08:30:19 +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 * include/freetype/fttrigon.h, src/base/fttrigon.c: adding 2002-07-01 21:35:17 +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
ftxf86.c * src/bdf/descrip.mms, src/type42/descrip.mms: New files. 2002-05-30 19:22:14 +00:00
rules.mk * include/freetype/internal/internal.h, include/freetype/ftpfr.h, 2002-10-31 08:30:19 +00:00