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.
suzuki toshiya
5f20c89215
apinames: Fix a buffer overrun for VMS platform.
...
Some output formats may rewrite symbol names during the output,
like the concatenation of "64__" suffix on VMS. To estimate
sufficient size to store symbol name, pass the output format
info to `names_add`. For VMS, `names_add` allocates longer
buffer to append "64__".
* apinames.c (SUFFIX_VMS_64ADDR): New macro of "64__".
(main): Pass the format info to `read_header_file`.
(read_header_file): Pass the format info to `names_add`.
(names_add): Receive the format info, and reserve the symbol
name buffer 4 byte longer in the case of VMS, to append the
suffix in `names_dump`.
5 months ago
..
autofit
Fix various typos.
7 months ago
base
Fix various typos.
7 months ago
bdf
[bdf,pcf,winfonts,sfnt] Remove barely used marcros.
8 months ago
bzip2
Update all copyright notices.
1 year ago
cache
* src/*/*: Fix C++ compilation; fix clang warnings.
7 months ago
cff
[cff, truetype] Validate variation axes immediately.
10 months ago
cid
Avoid n^2 scanning for binary data.
1 year ago
dlg
Update all copyright notices.
1 year ago
gxvalid
Update all copyright notices.
1 year ago
gzip
Update all copyright notices.
1 year ago
lzw
Update all copyright notices.
1 year ago
otvalid
Update all copyright notices.
1 year ago
pcf
[bdf,pcf,winfonts,sfnt] Remove barely used marcros.
8 months ago
pfr
Use unsigned tags `FT_Outline`.
9 months ago
psaux
* src/*/*: Fix C++ compilation; fix clang warnings.
7 months ago
pshinter
Use unsigned tags `FT_Outline`.
9 months ago
psnames
Update all copyright notices.
1 year ago
raster
Use unsigned tags `FT_Outline`.
9 months ago
sdf
Fix various typos.
7 months ago
sfnt
* src/sfnt/ttsbit.c (tt_face_load_sbix_image): Respect metrics_only.
6 months ago
smooth
Use unsigned point and contour indexing in `FT_Outline`.
9 months ago
svg
Update all copyright notices.
1 year ago
tools
apinames: Fix a buffer overrun for VMS platform.
5 months ago
truetype
Various minor documentation or formatting fixes.
7 months ago
type1
[truetype, type1] Use FT_DUP to duplicate data.
10 months ago
type42
Update all copyright notices.
1 year ago
winfonts
* src/winfonts/winfnt.c (fnt_face_get_dll_font): Unwrap arithmetic.
7 months ago