David Turner
950c669060
* include/freetype/internal/ftmemory.h, src/base/ftdbgmem.c: modified
...
the debugging memory manager to report the location (source file name
+ line number) where leaked memory blocks are allocated in the source
file.. funny, isn't it ??
24 years ago
David Turner
869fc49017
Added a new debugging memory manager implementation. See the
...
FT_DEBUG_MEMORY macro definition in "ftoption.h", as well as the
file "src/base/ftdbgmem.c"
24 years ago
Tom Kacvinsky
a006a0f5ec
2001-10-21 Tom Kacvinsky <tjk@ams.org>
...
* src/cff/cffload.c (CFF_Done_Font): Free subfonts array only if
we are working with a CID keyed CFF font. Otherwise, a variable
that was never allocated memory might freed. This is a correction
to the previous patch for freeing subfonts.
24 years ago
Tom Kacvinsky
dfa4568432
In function CFF_Done_Font, make sure that subfonts are freed only if
...
we are working with a CID keyed CFF font. This is to avoid freeing a
variable that might not have been allocated.
24 years ago
Tom Kacvinsky
726a4fa6f1
2001-10-21 Tom Kacvinsky <tjk@ams.org>
...
* src/cff/cffload.c (CFF_Done_Font): Free the subfonts array to
avoid a memory leak.
24 years ago
Tom Kacvinsky
98289a2a65
In function CFF_Done_Font, make sure to free the subfonts array to
...
avoid a memory leak.
24 years ago
David Turner
12d40dac42
* src/type1/t1load.c: fixed memory leak bugs that appeared with certain
...
synthetized fonts (e.g. CourierBoldOblique, a.k.a. "cobo_____.pfb")
* src/pshinter/pshalgo2.c, src/pshinter/pshalgo1.c,
src/pshinter/pshglob.c: removing compiler warnings in pedantic modes
(in multi-object compilation mode, mainly)
24 years ago
Tom Kacvinsky
e6eaadf683
Added another entry for t1load.c related to synthetic fonts: make sure
...
that custom encodings are not loaded twice (thus avoiding a memory
leak).
24 years ago
Tom Kacvinsky
629bf286e7
In function parse_encoding, add a test to make sure that custom
...
encodings (i.e., neither StandardEncoding nor ExpertEncoding) are not
loaded twice when the Type 1 font is synthetic.
24 years ago
Tom Kacvinsky
3beab5bd13
Added entries for changes to t1load.c.
24 years ago
Tom Kacvinsky
48f26bc748
In functions parse_font_name and parse_subrs, added a test for when
...
loading synthetic fonts to make sure that the font name and
subrotuines are not loaded twice. This is to remove a memory leak
that occurs because the original allocation for these objects is not
deallocated when the objects are read the second time.
24 years ago
Werner Lemberg
620ec14955
renaming todo -> TODO
24 years ago
David Turner
7e4b52d17b
getting rid of compiler warnings
24 years ago
David Turner
3b9f1e096d
another small test of the CVS loginfo setup
24 years ago
David Turner
0d7ccf1d4e
adding or updating files to the old build system to compile
...
the library with the Postscript hinter correctly..
24 years ago
David Turner
b3e1b292cd
just testing the CVS loginfo setup
24 years ago
David Turner
043be66c15
just testing the CVS loginfo setup
24 years ago
David Turner
b347aaa206
just testing the CVS loginfo setup
24 years ago
David Turner
ec3c28a847
just testing the CVS loginfo setup
24 years ago
David Turner
8e005d502d
just testing the CVS loginfo setup
24 years ago
David Turner
6043d2bc5d
just testing the CVS loginfo setup
24 years ago
David Turner
d5fb3512b0
just testing the CVS loginfo setup
24 years ago
David Turner
0ad006b76f
just testing the CVS loginfo setup
24 years ago
David Turner
12c6830662
just testing the CVS loginfo setup
24 years ago
David Turner
8d6aae02d8
just testing the CVS loginfo setup
24 years ago
David Turner
835368543f
just testing the CVS loginfo setup
24 years ago
David Turner
a0b314c044
just testing the CVS loginfo setup
24 years ago
David Turner
3b25cc7b03
just testing the CVS loginfo setup
24 years ago
David Turner
6ea520aad4
just testing the CVS loginfo setup
24 years ago
David Turner
3cb2500966
just testing the CVS loginfo setup
24 years ago
David Turner
5a4c1ff381
just testing the CVS loginfo setup
24 years ago
David Turner
02f3b4889c
just testing the CVS loginfo setup
24 years ago
David Turner
730d0540a4
just testing the CVS loginfo setup
24 years ago
David Turner
0ebf28c73e
just testing the CVS loginfo setup
24 years ago
David Turner
29d5a0ecbd
just testing the CVS loginfo setup
24 years ago
David Turner
afa3854202
documentation update
24 years ago
David Turner
f373e2d9bc
rewrote "glnames.py" to fix a rather nasty bug that made FreeType
...
return incorrect glyph names for certain glyph indices..
24 years ago
David Turner
c9349c9343
updating ChangeLog and Jamfile for the new Postscript hinter
24 years ago
David Turner
c55099de40
changing pixel size computations for better accuracy (experimental)
24 years ago
David Turner
540e7cd6c6
Adding glyph hinter debugging program.
...
WARNING:
You cannot compile this program without a (yet) unavailable
third-party library named "Nirvana".. this is reserved for FreeType
development exclusively..
24 years ago
David Turner
5893c1bb2a
add support for new postscript hinter
24 years ago
David Turner
573a98d048
add support for new postscript hinter
24 years ago
David Turner
a83bc088ec
adding new postscript hinter
24 years ago
David Turner
0e49a4b8e7
adding support to new postscript hinter
24 years ago
David Turner
a1471038bd
fixing a "bug" that affected the Postscript hinter: growing a memory block
...
though "realloc" didn't clear the new bytes of memory..
24 years ago
David Turner
39bea028f8
fixed typo
24 years ago
David Turner
1c5802a4b2
updated FT_Div64by32
24 years ago
David Turner
ea5a981c7d
minimal optimisation submitted by Graham Asher
24 years ago
David Turner
034a19326b
documentation update for 2.0.5
24 years ago
David Turner
23bcde193e
implementing a new function named "FT_Get_Postscript_Name" to
...
retrieve a face's "unique" Postscript name
24 years ago