Cosmetics.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
diff --git a/ChangeLog b/ChangeLog
index 5ed769f..69a1584 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2012-09-17 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #37350.
+ [type1] Fix Savannah bug #37350.
* src/type1/t1parse.c (T1_Get_Private_Dict) <found>: Check for ASCII
storage only if we actually have at least four bytes.
@@ -236,7 +236,7 @@
2012-08-12 Alexei Podtelezhnikov <apodtele@gmail.com>
- Fix Savannah bug #37017.
+ [smooth] Fix Savannah bug #37017.
* src/smooth/ftgrays.c (gray_render_cubic): Use a different set of
checks when detecting super curvy splines to be split.
@@ -262,27 +262,27 @@
2012-07-31 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #37000.
+ [type1] Fix Savannah bug #37000.
* src/type1/t1load.c (parse_encoding): Fix order of checks.
2012-07-17 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #36833.
+ [psaux] Fix Savannah bug #36833.
* src/psaux/t1decode.c (t1operator_seac): `seac' is not a valid
operator if we want metrics only.
2012-07-16 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #36832.
+ [type1] Fix Savannah bug #36832.
* src/type1/t1load.c (parse_charstrings): Reject negative number of
glyphs.
2012-07-13 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #36829.
+ [type1] Fix Savannah bug #36829.
* src/type1/t1load.c (parse_encoding): Check cursor position after
call to T1_Skip_PS_Token.
@@ -360,7 +360,7 @@
2012-07-04 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #36091.
+ [autofit] Fix Savannah bug #36091.
* src/autofit/aflatin.c (af_latin_metrics_init_blues),
src/autofit/aflatin2.c (af_latin2_metrics_init_blues): Change the
@@ -765,7 +765,7 @@
2012-03-14 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #35833.
+ [type1] Fix Savannah bug #35833.
Based on the patch given in the bug report.
@@ -1774,7 +1774,7 @@
2011-09-27 Simon Bünzli <zeniko@gmail.com>
- Fix Savannah bug #34189.
+ [type1] Fix Savannah bug #34189.
* src/type1/t1load.c (T1_Open_Face): Initialize
`face->len_buildchar'.
@@ -1855,7 +1855,7 @@
2011-09-07 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #33816.
+ [cff] Fix Savannah bug #33816.
* src/cff/cfftypes.h (CFF_FontRecDictRec): New member
`has_font_matrix'.
@@ -1917,7 +1917,7 @@
2011-08-09 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #33975.
+ [cff] Fix Savannah bug #33975.
* src/cff/cffparse.c (cff_parse_font_matrix): Fix typo.
@@ -2049,7 +2049,7 @@
2011-07-02 Just Fill Bugs <mozbugbox@yahoo.com.au>
- Fix Savannah bug #33246.
+ [truetype] Fix Savannah bug #33246.
* src/truetype/ttobjs.c (tt_check_single_notdef): New function.
(tt_face_init): Use it to test FT_FACE_FLAG_SCALABLE.
@@ -2163,7 +2163,7 @@
2011-06-29 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #33663.
+ [bdf] Fix Savannah bug #33663.
* src/bdf/bdflib.c (_bdf_parse_glyphs): Handle negative values for
ENCODING correctly.
@@ -2717,7 +2717,7 @@
2011-04-13 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #33047.
+ [psaux] Fix Savannah bug #33047.
Patch submitted by anonymous reporter.
@@ -2810,7 +2810,7 @@
2011-03-07 Bram Tassyns <bramt@enfocus.be>
- Fix Savannah bug #27988.
+ [cff] Fix Savannah bug #27988.
* src/cff/cffobjs.c (remove_style): New function.
(cff_face_init): Use it to strip off the style part of the family
@@ -3642,14 +3642,14 @@
2010-10-12 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #31310.
+ [truetype] Fix Savannah bug #31310.
* src/truetype/ttgxvar.c (ft_var_readpackedpoints): Protect against
invalid `runcnt' values.
2010-10-08 Chris Liddell <chris.liddell@artifex.com>
- Fix Savannah bug #31275.
+ [sfnt] Fix Savannah bug #31275.
* src/sfnt/ttpost.c: Include FT_INTERNAL_DEBUG_H.
@@ -3708,7 +3708,7 @@
2010-10-02 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #31088 (sort of).
+ [sfnt] Fix Savannah bug #31088 (sort of).
* src/sfnt/ttload.c (tt_face_load_maxp): Always allocate at least 64
function entries.
@@ -3724,7 +3724,7 @@
2010-10-01 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
- Fix Savannah bug #31040.
+ [truetype] Fix Savannah bug #31040.
* src/truetype/ttinterp.c (free_buffer_in_size): Remove.
(TT_RunIns): Updated.
@@ -3958,7 +3958,7 @@
2010-08-17 Teijo Kinnunen <Teijo.Kinnunen@nuance.com>
- Fix Savannah bug #30788.
+ [cache] Fix Savannah bug #30788.
* src/cache/ftccache.c (FTC_Cache_Clear): Check `cache->buckets' for
NULL too.
@@ -4035,7 +4035,7 @@
2010-08-05 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30657.
+ [truetype] Fix Savannah bug #30657.
* src/truetype/ttinterp.c (BOUNDSL): New macro.
Change `BOUNDS' to `BOUNDSL' where appropriate.
@@ -4045,7 +4045,7 @@
2010-08-05 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30656.
+ [type42] Fix Savannah bug #30656.
* src/type42/t42parse.c (t42_parse_sfnts): Protect against negative
string_size.
@@ -4244,7 +4244,7 @@
2010-07-08 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30361.
+ [truetype] Fix Savannah bug #30361.
* src/truetype/ttinterp.c (Ins_IUP): Fix bounds check.
@@ -4365,7 +4365,7 @@
2010-06-30 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30263.
+ [smooth] Fix Savannah bug #30263.
* src/smooth/ftgrays.c (gray_render_span): Use cast to `unsigned
int' to avoid integer overflow.
@@ -4456,7 +4456,7 @@
2010-06-26 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30262.
+ [sfnt] Fix Savannah bug #30262.
* src/sfnt/ttload.c (tt_face_load_maxp): Limit `maxComponentDepth'
arbitrarily to 100 to avoid stack exhaustion.
@@ -4473,14 +4473,14 @@
2010-06-25 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30261.
+ [pfr] Fix Savannah bug #30261.
* src/pfr/pfrobjs.c (pfr_face_init): Reject fonts which contain
neither outline nor bitmap glyphs.
2010-06-25 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30254.
+ [cff] Fix Savannah bug #30254.
* src/cff/cffload.c (cff_index_get_pointers): Do sanity check for
first offset also.
@@ -4495,7 +4495,7 @@
2010-06-24 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30247.
+ [pcf] Fix Savannah bug #30247.
* src/pcf/pcfread.c (pcf_get_metrics): Disallow (invalid) fonts with
zero metrics.
@@ -4512,14 +4512,14 @@
2010-06-24 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30236.
+ [sfnt] Fix Savannah bug #30236.
* src/sfnt/ttcmap.c (tt_face_build_cmaps): Improve check for pointer
to `cmap_table'.
2010-06-24 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30235.
+ [pfr] Fix Savannah bug #30235.
* src/pfr/pfrgload.c (pfr_glyph_load_simple): Protect against
invalid indices if there aren't any coordinates for indexing.
@@ -4535,7 +4535,7 @@
2010-06-23 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30220.
+ [bdf] Fix Savannah bug #30220.
* include/freetype/fterrdef.h
(BDF_Err_Missing_Fontboundingbox_Field): New error code.
@@ -4547,21 +4547,21 @@
2010-06-21 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30168.
+ [pfr] Fix Savannah bug #30168.
* src/pfr/pfrgload.c (pfr_glyph_load_compound): Limit the number of
subglyphs to avoid endless recursion.
2010-06-20 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30145.
+ [psaux] Fix Savannah bug #30145.
* src/psaux/psobjs.c (t1_builder_add_contour): Protect against
`outline == NULL' which might happen in invalid fonts.
2010-06-19 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30135.
+ [bdf] Fix Savannah bug #30135.
* src/bdf/bdflib.c (_bdf_list_join): Don't modify value in static
string `empty'.
@@ -4569,14 +4569,14 @@
2010-06-15 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30108.
+ [autofit] Fix Savannah bug #30108.
* src/autofit/afglobal.c (af_face_globals_compute_script_coverage):
Properly mask AF_DIGIT bit in comparison.
2010-06-11 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30106.
+ [pshinter] Fix Savannah bug #30106.
Point numbers for FreeType's implementation of hinting masks are
collected before the final number of points of a glyph has been
@@ -4605,14 +4605,14 @@
2010-06-09 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30082.
+ [cff] Fix Savannah bug #30082.
* src/cff/cffgload.c (cff_decoder_parse_charstrings)
<cff_op_callothersubr>: Protect against stack underflow.
2010-06-08 Werner Lemberg <wl@gnu.org>
- Fix Savannah bug #30053.
+ [cff] Fix Savannah bug #30053.
* src/cff/cffparse.c (cff_parse_real): Handle border case where
`fraction_length' has value 10.
@@ -4658,7 +4658,7 @@
2010-05-21 Bram Tassyns <bramt@enfocus.be>
- Fix Savannah bug #27987.
+ [cff] Fix Savannah bug #27987.
* src/cff/cffobjs.c (remove_subset_prefix): New function.
(cff_face_init): Use it to adjust `cffface->family_name'.
@@ -4694,7 +4694,7 @@
2010-05-10 Ken Sharp <ken.sharp@artifex.com>
- Fix Savannah bug #29846.
+ [psaux] Fix Savannah bug #29846.
Previously we discovered fonts which used `setcurrentpoint' to set
the initial point of a contour to 0,0. This caused FreeType to
@@ -4713,9 +4713,9 @@
and real proper usage of the operator to work the same way as Adobe
interpreters apparently do.
- (t1_decoder_parse_charstrings): Make `setcurrentpoint' use the top
- two elements of the stack to establish unconditionally the current x
- and y coordinates.
+ * src/psaux/t1decode.c (t1_decoder_parse_charstrings): Make
+ `setcurrentpoint' use the top two elements of the stack to establish
+ unconditionally the current x and y coordinates.
Make the `flex' subroutine handling (OtherSubr 0) put the current
x,y coordinates onto the stack, instead of two dummy uninitialised
@@ -4723,7 +4723,7 @@
2010-04-14 Ken Sharp <ken.sharp@artifex.com>
- Fix Savannah bug #29444.
+ [psaux] Fix Savannah bug #29444.
* src/psaux/psobjs.c (t1_builder_start_point): Accept (invalid)
`lineto' immediately after `hsbw', in accordance with Acrobat, GS,
@@ -4731,21 +4731,21 @@
2010-04-14 Michał Cichoń <thedmd@artifexmundi.com>
- Fix Savannah bug #27999.
+ [psaux] Fix Savannah bug #27999.
* src/cache/ftcmanag.c (FTC_Manager_RemoveFaceID): Only remove
selected entry, not all.
2010-04-06 Jonathan Kew <jfkthame@gmail.com>
- Add overflow check to `fvar' table.
+ [truetype] Add overflow check to `fvar' table.
* src/truetype/ttgxvar.c (TT_Get_MM_Var): Check axis and instance
count.
2010-04-05 Ken Sharp <ken.sharp@artifex.com>
- Fix Savannah bug #29335.
+ [raster] Fix Savannah bug #29335.
* src/raster/ftraster.c (Line_Up): Use slow multiplication to
prevent overflow. This shouldn't have any serious impact on speed,
@@ -4768,7 +4768,7 @@
2010-04-01 John Tytgat <John.Tytgat@esko.com>
- Fix Savannah bug #29404.
+ [truetype] Fix Savannah bug #29404.
* src/truetype/ttgload.c: Revert change 2752bd1a (check on bit 1
of `head' table of TrueType fonts).
@@ -4787,20 +4787,20 @@
2010-03-11 Chris Liddell <chris.liddell@artifex.com>
- Fix Savannah bug #27442.
+ [raster] Fix Savannah bug #27442.
* src/raster/ftraster.c (ft_black_reset): Fix `buffer_size'.
2010-03-09 Werner Lemberg <wl@gnu.org>
- Remove unused variable.
+ [cff] Remove unused variable.
Reported by Graham.
* src/cff/cffparse.c (cff_parse_real): Remove `rest'.
2010-03-02 John Tytgat <John.Tytgat@esko.com>
- Improve CFF string (especially glyphname) lookup performance.
+ [cff] Improve CFF string (especially glyphname) lookup performance.
We do this by avoiding memory allocation and file I/O. This is
Savannah patch #7104.
@@ -4867,7 +4867,7 @@
2010-02-18 Chris Liddell <chris.liddell@artifex.com>
- Fix Savannah bug #28905.
+ [truetype] Fix Savannah bug #28905.
Initialize phantom points before calling the incremental interface
to update glyph metrics.