You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Werner Lemberg
b24e8ba28a
[Savannah bug #43682 ] Add/remove `void' casts to some functions.
...
We use a cast to indicate that we intentionally ignore a function's
return value. However, this doesn't apply to API functions where
errors can only happen for trivially invalid input.
* src/base/ftstroke.c (FT_Glyph_Stroke, FT_Glyph_StrokeBorder),
src/base/ftsynth.c (FT_GlyphSlot_Embolden), src/cff/cffgload.c
(cff_slot_load), src/pfr/pfrdrivr.c (pfr_get_kerning),
src/type1/t1load.c (parse_encoding), src/type42/t42parse.c
(t42_parse_encoding): Do it.
10 years ago
..
Jamfile
Add license.
20 years ago
module.mk
FT_USE_MODULE declares things as:
16 years ago
pfr.c
* src/pfr/pfrsbit.h, src/pfr/pfrsbit.c, src/pfr/pfrload.c,
23 years ago
pfrcmap.c
[cff, pfr, psaux, winfonts] Fix Savannah bug #43676 .
10 years ago
pfrcmap.h
Remove trailing whitespace. From Alexei.
18 years ago
pfrdrivr.c
[Savannah bug #43682 ] Add/remove `void' casts to some functions.
10 years ago
pfrdrivr.h
Remove trailing spaces.
13 years ago
pfrerror.h
Prepare source code for amalgamation.
13 years ago
pfrgload.c
Better tracing of loaded glyphs.
12 years ago
pfrgload.h
Formatting; adding file headers.
23 years ago
pfrload.c
Fix clang static analyzer and compiler warnings.
11 years ago
pfrload.h
Remove trailing whitespace. From Alexei.
18 years ago
pfrobjs.c
Fix Savannah bug #42788 .
11 years ago
pfrobjs.h
* src/pfr/pfrobjs.c, src/pfr/pfrobjs.h (pfr_face_init,
21 years ago
pfrsbit.c
Minor.
10 years ago
pfrsbit.h
Formatting; adding file headers.
23 years ago
pfrtypes.h
pfr: Fix a data type mismatching with its source.
16 years ago
rules.mk
* src/gzip/ftgzip.c (ft_gzip_file_fill_output): Handle Z_STREAM_END
22 years ago