ref: 4539b3eec8b3ce2aaddeb667a6838003b9a4e8a8
parent: 5e240c1270785a5c4b41f47238ffab29799467c5
author: Werner Lemberg <[email protected]>
date: Tue Sep 8 03:05:26 EDT 2009
Whitespace.
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,7 +52,7 @@
* src/truetype/ttgload.c (compute_glyph_metrics): `vertBearingX' is
now calculated as described by the Adobe PDF Spec.
-2009-09-01 John Tytgat <[email protected]>
+2009-09-01 John Tytgat <[email protected]>
Fix custom cmap for empty Type 1 font (Savannah bug #27294).
@@ -81,7 +81,7 @@
* src/base/ftstream.c (FT_Stream_Seek), src/base/ftsystem.c
(ft_ansi_stream_io): Implement it.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Cast a charcode to 32-bit in cmap format 14 parser.
@@ -91,7 +91,7 @@
FT_CMap_CharVarIndexFunc prototype, FT_ULong arguments
are replaced by FT_UInt32 arguments.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Cast a charcode to 32-bit in cmap format 12 parser.
@@ -99,7 +99,7 @@
Insert explicit cast from FT_UFast to FT_UInt32
for return value.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
psaux: Fix a few casts to FT_Int32 value.
@@ -107,7 +107,7 @@
Fix a few casts setting `value' from FT_Long to FT_Int32,
because `value' is typed as FT_Int32 since 2009-06-22.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Fix a data type mismatching with its source.
@@ -116,7 +116,7 @@
it is set by FT_UInt tt_cmap13_char_map_binary() or
TT_CMap13->cur_gindex.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Extend a few local variables to load 32-bit values.
@@ -123,7 +123,7 @@
* src/sfnt/ttkern.c (tt_face_load_kern): Extend `count'
and `kern' to load 32-bit values.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pfr: Extend `num_aux' to take 32-bit value.
@@ -130,7 +130,7 @@
* src/pfr/pfrload.c (pfr_phy_font_load): Extend
`num_aux' to load 32-bit value.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops.
@@ -139,7 +139,7 @@
int to fit PCF_Face->nprops. The number of truncated
properties is shown in the trace message.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gxvalid: Extend a few local variables to reduce the casts.
@@ -146,7 +146,7 @@
* src/gxvalid/gxvmorx.c (gxv_morx_subtables_validate):
Extend `type' and `rest' to take FT_ULong values.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gxvalid: Extend `settingTable' to take 32-bit offset.
@@ -153,7 +153,7 @@
* src/gxvalid/gxvfeat.c (gxv_feat_name_validate):
Extend `settingTable' to take 32-bit offset.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
autofit: Cast FT_Long glyph_count to compare with FT_UInt GID.
@@ -162,7 +162,7 @@
globals->glyph_count to FT_ULong, to compare with FT_UInt
gindex.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
smooth: Exclude 16-bit system in invalid pitch/height check.
@@ -171,7 +171,7 @@
16-bit range, to avoid the overflows. On 16-bit system,
this checking inserts a conditional that never occurs.
-2009-07-03 suzuki toshiya <[email protected]>
+2009-07-03 suzuki toshiya <[email protected]>
cff: Type large constants > 0x7FFF as long for 16-bit systems.
@@ -180,7 +180,7 @@
are typed signed integer that is less than 0x8000 on
16-bit systems.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
base: Remove an unused variable.
@@ -187,7 +187,7 @@
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): Remove an
unused variable `library'. glyph->library is used.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Check higher bits in flags for non ILP32 systems.
@@ -209,7 +209,7 @@
the 3rd argument.
(FTC_SBitCache_LookupScaler): Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Ignore invalid GIDs in glyph name lookup.
@@ -220,7 +220,7 @@
Restrict glyph name lookup to FT_UInt GID.
Genuine TrueType can hold 16-bit glyphs.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pcf: Fix a comparison between FT_Long and FT_ULong.
@@ -227,7 +227,7 @@
* src/pcf/pcfread.c (pcf_get_bitmaps): Return an error
if PCF_Face->nemetrics is negative.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gxvalid: Guarantee `nFeatureFlags' size up to 32-bit.
@@ -235,7 +235,7 @@
Extend the 3rd argument `nFeatureFlags' to FT_ULong.
* src/gxvalid/gxvmort.h: Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Insert explicit cast for LP64 system.
@@ -242,7 +242,7 @@
* src/sfnt/ttkern.c (tt_face_load_kern): Insert
cast from unsigned long to FT_UInt32.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gxvalid: Guarantee `just' table size upto 32-bit.
@@ -250,7 +250,7 @@
The type of `offset' is changed from FT_UInt to
FT_Offset, for 16-bit platforms.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gxvalid: Guarantee `trak' table size upto 32-bit.
@@ -258,7 +258,7 @@
The type of `offset' is changed from FT_UInt to
FT_Offset, for 16-bit platforms.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
type1: Fix a data type mismatching with its source.
@@ -265,7 +265,7 @@
* include/freetype/internal/t1types.h: The type of
T1_Face->buildchar is matched with T1_Decorder->top.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pfr: Fix a data type mismatching with its source.
@@ -274,7 +274,7 @@
calculated with the pointer difference, in
pfr_extra_item_load_kerning_pairs().
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pfr: Fix a data type mismatching with its source.
@@ -282,7 +282,7 @@
is extended from FT_UInt32 to FT_Offset, because it is
calculated with the pointer difference in pfr_phy_font_load().
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pfr: Fix a data type mismatching with its source.
@@ -290,7 +290,7 @@
is extended from FT_UInt32 to FT_Long, because it is
loaded by FT_STREAM_POS() in pfr_phy_font_load().
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
smooth: Improve the format in debug message.
@@ -297,7 +297,7 @@
* src/smooth/ftgrays.c (gray_dump_cells): Improve the
format specifications to dump variables.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Fix a data type mismatching with its source.
@@ -304,7 +304,7 @@
* src/sfnt/sfobjs.c (sfnt_load_face): The type of
local `flags' is matched with FT_Face->face_flags.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
psaux: Fix a data type mismatching with its source.
@@ -312,7 +312,7 @@
T1_DecorderRec.buildchar is matched with
T1_DecorderRec.top.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Extend TrueType GX packed deltas to FT_Offset.
@@ -321,7 +321,7 @@
FT_Int to FT_Offset, because its source can be cvt
table size calculated from stream position.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Extend mmvar_len to hold size_t values.
@@ -330,7 +330,7 @@
FT_Offset, because TT_Get_MM_Var() calculates it
by sizeof() results.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Check invalid function number in IDEF instruction.
@@ -337,7 +337,7 @@
* src/truetype/ttinterp.c (Ins_IDEF): Check
if the operand fits to 8-bit opcode limitation.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Check invalid function number in FDEF instruction.
@@ -344,7 +344,7 @@
* src/truetype/ttinterp.c (Ins_FDEF): Check
if the operand fits 16-bit function number.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Truncate the deltas of composite glyph at 16-bit values.
@@ -357,7 +357,7 @@
loaded by ft_var_readpackeddeltas(). However,
the limitation about the summed deltas is unclear.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Truncate the instructions upto 16-bit per a glyph.
@@ -364,7 +364,7 @@
* src/truetype/ttgload.c (TT_Hint_Glyph): Truncate
the instructions upto 16-bit length per a glyph.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Cast the numerical operands to 32-bit for LP64 systems.
@@ -373,7 +373,7 @@
operands passed to TrueType operator) to FT_Int32
(the argument of TT_MulFix14()).
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Cast the project vector to 32-bit for LP64 system.
@@ -381,7 +381,7 @@
Insert casts from FT_Pos (the arguments `dx', `dy')
to FT_UInt32 (the argument to TT_DotFix14()).
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Cast the scaling params to 32-bit for LP64 system.
@@ -389,7 +389,7 @@
Insert casts from long (return value of FT_MulFix()) to
FT_Int32 (the argument to FT_SqrtFixed()).
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Cast a character code to FT_UInt32 for LP64 system.
@@ -402,7 +402,7 @@
compared with FT_UInt32 values in public API, replacing
FT_UFast is not recommended.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Cast a character code to FT_UInt32 for LP64 system.
@@ -410,7 +410,7 @@
Insert the casts from unsigned long constant to
FT_UInt32.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Extend TT_BDF->strings_size to FT_ULong for huge BDF.
@@ -422,7 +422,7 @@
to load TT_BDF->string_size is matched with
TT_BDF->string_size.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
psaux: Handle the string length by FT_Offset variables.
@@ -439,7 +439,7 @@
* src/psaux/afmparse.h (afm_parser_next_key):
Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pcf: Fix some data types mismatching with their sources.
@@ -447,7 +447,7 @@
of `nbitmaps', `i', `sizebitmaps' are matched with
the type of area FT_Bitmap.pitch * FT_Bitmap.rows.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pcf: Handle the string length by size_t variables.
@@ -465,7 +465,7 @@
to FT_ALLOC(), via ft_glyphslot_alloc_bitmap(). At
least, using unsigned type is better.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pcf: Fix some data types mismatching with their sources.
@@ -473,7 +473,7 @@
pcf_has_table_type): The type of 3rd argument
`ntables' is matched with PCF_Toc->count.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
otvalid: Truncate the glyph index to 16-bit.
@@ -482,7 +482,7 @@
pass FT_UInt num_glyphs to backend functions
otv_{GPOS|GSUB|GDEF|JSTF|MATH}_validate().
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Insert explict casts for LP64 systems.
@@ -492,7 +492,7 @@
is introduced for the comparisons with 0x10000L for
LP64 platform.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Fix some data types mismatching with their sources.
@@ -517,7 +517,7 @@
because it is passed to FT_ALLOC() to specify the
size of buffer.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
XXX_cmap_encoding_char_next() return FT_UInt32 values.
@@ -553,7 +553,7 @@
extend to FT_UInt32, to cover unsigned 32-bit
`numVarSelectorRecords' in cmap14 table header.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
truetype: Extend TT_Face->num_locations for broken TTFs.
@@ -566,7 +566,7 @@
Remove unrequired 16-bit truncation for FT_UInt
TT_Face->num_locations.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
smooth: Fix some data types mismatching with their sources.
@@ -595,7 +595,7 @@
(gray_hline): The argument `acount' is extended to
TCoord, to match with the parameters in the callers.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cff: Fix some data types mismatching with their sources.
@@ -617,7 +617,7 @@
matched with the `scaling' argument to
cff_parse_dynamic().
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
autofit: Fix some data types mismatching with their sources.
@@ -644,7 +644,7 @@
(af_latin_compute_stem_width): The type of `delta' is
matched to `dist' and `org_dist'.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
autofit: Count the size of the memory object by ptrdiff_t.
@@ -664,7 +664,7 @@
for the edges `min', `max', `mid' in the memory
buffer should be typed FT_PtrDist.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
autofit: Fix for unused variable `first'.
@@ -671,7 +671,7 @@
* src/autofit/afhints.c (af_glyph_hints_reload): Insert
FT_UNUSED() to hide the unused variable warning.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
Improve bitmap size or pixel variables for 16-bit systems.
@@ -729,7 +729,7 @@
`supplement' from FT_Long to FT_ULong to fit the signedness
to the type in public API.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
psaux: Prevent invalid arguments to afm_parser_read_vals().
@@ -739,7 +739,7 @@
* src/psaux/afmparse.h (afm_parser_read_vals): Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
base: Prevent some overflows on LP64 systems.
@@ -767,7 +767,7 @@
(FT_Vector_Rotate): The long constant 1L is casted to
FT_Int32 to calculate FT_Int32 `half'.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cff: Cast the long variables to 32-bit for LP64 systems.
@@ -781,7 +781,7 @@
Replace the casts to FT_Long by the casts to FT_Int32
for LP64 platforms.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pcf: Improve PCF_PropertyRec.value names on LP64 platforms.
@@ -799,7 +799,7 @@
* src/pcf/pcfread.c (pcf_get_properties, pcf_load_font):
Reflect PCF_PropertyRec.value change.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
pcf: Fix some data types mismatching with their sources.
@@ -810,7 +810,7 @@
an overflow is checked and casted to unsigned 32-bit
integer.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
bdf: Improve bdf_property_t.value names for LP64 platforms.
@@ -829,7 +829,7 @@
* src/bdf/bdflib.c (_bdf_add_property): Reflect
bdf_property_t.value change.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
bdf: Fix some data types mismatching with their sources.
@@ -840,7 +840,7 @@
is set by charcode, an overflow is checked and
casted to unsigned 32-bit integer.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
autofit: Improve Unicode range definitions.
@@ -857,7 +857,7 @@
* src/autofit/afcjk.c (af_cjk_uniranges): Declare
the ranges by AF_UNIRANGE_REC.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
smooth: Fix a data type mismatching with its source.
@@ -865,7 +865,7 @@
`area' is matched with the 3rd argument `area'
of gray_hline().
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
smooth: Fix a data type mismatching with its source.
@@ -872,7 +872,7 @@
* src/smooth/ftgrays.c (gray_render_line): The type
of `area' is matched with TWorker.area.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Disable the legacy compatibility if 16-bit system.
@@ -882,7 +882,7 @@
via legacy convension.
(FTC_SBitCache_Lookup): Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Check 32-bit glyph index on 16-bit systems.
@@ -890,7 +890,7 @@
Check overflow caused by the face including large
number of glyphs > 64k.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Fix some data types mismatching with their sources.
@@ -902,7 +902,7 @@
* src/cache/ftccache.h (FTC_CACHE_LOOKUP_CMP): The type
of `_idx' is matched with FTC_Cache->{p,mask}.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Fix some data types mismatching with their sources.
@@ -910,7 +910,7 @@
of `xadvance' and `yadvance' are matched with
FT_GlyphSlot->advance.{x|y}.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cache: Cast NULL to a required function type explicitly.
@@ -917,7 +917,7 @@
* src/cache/ftcmanag.c (FTC_Manager_RemoveFaceID):
Insert explicit cast from NULL to function type.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
fttypes.h: Cast FT_MAKE_TAG output to FT_Tag exlicitly.
@@ -924,7 +924,7 @@
* include/freetype/fttypes.h (FT_MAKE_TAG):
Cast the result to FT_Tag.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
psnames: Handle Unicode codepoints by FT_UInt32 variables.
@@ -933,7 +933,7 @@
(ps_unicode_value): Return the value by unsigned 32-bit
integer instead of unsigned long.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
psaux: Use size_t variable to pass the buffer size.
@@ -951,7 +951,7 @@
* src/psaux/psobjs.c (ps_parser_to_bytes): Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
type1: Use size_t variable to pass the string length.
@@ -968,7 +968,7 @@
AFM_ParserRec.get_index, the length of token
`len' is casted to size_t.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cid: Fix some data types mismatching with their sources.
@@ -976,7 +976,7 @@
`read_len' and `stream_len' are matched to
FT_Stream->size. Unrequired cast is removed.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cff: Fix for unused variable `rest'.
@@ -983,7 +983,7 @@
* src/cff/cffparse.c (cff_parse_real): Insert
FT_UNUSED() to hide the unused variable warning.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
cff: Fix some data types mismatching with their sources.
@@ -994,7 +994,7 @@
* src/cff/cffobjs.c (cff_size_select): Ditto.
(cff_size_request): Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
bdf: Fix some data types mismatching with their sources.
@@ -1016,7 +1016,7 @@
to size_t, to take the value by ft_strlen(). Also the
types of `len', `nn', `mm' are matched.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
sfnt: Count the size of the memory object by ptrdiff_t.
@@ -1025,7 +1025,7 @@
to match with size_t, which is appropriate type for the
object in the memory buffer.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
lzw: Count the size of the memory object by ptrdiff_t.
@@ -1039,7 +1039,7 @@
FT_Offset, to match with size_t, which is appropriate type
for the object in the memory buffer.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
otvalid: Count the table size on memory by ptrdiff_t.
@@ -1048,7 +1048,7 @@
FT_PtrDist because it is calculated by the memory
addresses.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset.
@@ -1059,7 +1059,7 @@
* src/otvalid/otvgsub.c (otv_ExtensionSubst_validate):
Ditto.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
ftobjs.c: Prevent an overflow in glyph index handling.
@@ -1066,7 +1066,7 @@
* src/base/ftobjs.c (FT_Face_GetCharsOfVariant):
Improve the cast in comparison to avoid the truncation.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
Improve the variable types in raccess_make_file_name().
@@ -1076,7 +1076,7 @@
(raccess_make_file_name): Change the type of new_length
to size_t.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
ftpatent.c: Fix for unused variable `error'.
@@ -1083,7 +1083,7 @@
* src/base/ftpatent.c (_tt_check_patents_in_range):
Fix warning for unused variable `error'.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
type1: Check invalid string longer than PostScript limit.
@@ -1090,7 +1090,7 @@
* src/type1/t1afm.c (t1_get_index): Check invalid string
which exceeds the limit of PostScript string/name objects.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gzip: Use FT2 zcalloc() & zfree() in ftgzip.c by default.
@@ -1101,7 +1101,7 @@
See discussion:
http://lists.gnu.org/archive/html/freetype-devel/2009-02/msg00000.html
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gzip: Distinguish PureC from TurboC on MSDOS.
@@ -1108,7 +1108,7 @@
* src/gzip/zutil.c (zcalloc, zcfree): Enable only for
MSDOS platform.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gxvalid: Insert PureC pragma to allow unevaluated variables.
@@ -1116,7 +1116,7 @@
warn against set-but-unevaluated variable in gxvalid
module.
-2009-07-31 suzuki toshiya <[email protected]>
+2009-07-31 suzuki toshiya <[email protected]>
gxvalid: Pass the union by the pointer instead of the value.
@@ -1654,7 +1654,7 @@
(TProfile): Replace `flow' member with `flags' bit field.
Update all affected code.
-2009-05-29 James Cloos <[email protected]>
+2009-05-29 James Cloos <[email protected]>
Enable autohinting for glyphs rotated by multiples of 90°.
@@ -2251,7 +2251,7 @@
`pitch' or `height' to be larger than 0xFFFF.
2009-03-20 Werner Lemberg <[email protected]>
- Tavis Ormandy <[email protected]>
+ Tavis Ormandy <[email protected]>
Fix validation for various cmap table formats.
@@ -2275,7 +2275,7 @@
* src/cff/cffload.c (cff_charset_load): Reject SID values larger
than 64999.
-2009-03-19 Vincent Richomme <[email protected]>
+2009-03-19 Vincent Richomme <[email protected]>
Update WinCE Visual C project files.
@@ -2290,7 +2290,7 @@
* builds/wince/ftdebug.c: Remove code guarded with `!_WIN32_WCE'.
Since Win32 is handled separately this is no longer needed.
-2009-03-19 Vincent Richomme <[email protected]>
+2009-03-19 Vincent Richomme <[email protected]>
Make `gzip' module compile on WinCE.