David Turner
1a5b515ca8
removed bogus warnings
2001-10-22 15:24:32 +00:00
David Turner
c1b7ca25b8
* 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 ??
2001-10-22 14:50:41 +00:00
David Turner
9cd8c10950
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"
2001-10-22 08:32:21 +00:00
Tom Kacvinsky
fdba894d21
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.
2001-10-21 20:30:54 +00:00
Tom Kacvinsky
c1130459e8
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.
2001-10-21 20:26:59 +00:00
Tom Kacvinsky
c5d0d00cdc
2001-10-21 Tom Kacvinsky <tjk@ams.org>
...
* src/cff/cffload.c (CFF_Done_Font): Free the subfonts array to
avoid a memory leak.
2001-10-21 16:30:59 +00:00
Tom Kacvinsky
7579edc55e
In function CFF_Done_Font, make sure to free the subfonts array to
...
avoid a memory leak.
2001-10-21 16:29:16 +00:00
David Turner
9b8f633b87
* 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)
2001-10-21 15:41:11 +00:00
Tom Kacvinsky
d57a82312f
Added another entry for t1load.c related to synthetic fonts: make sure
...
that custom encodings are not loaded twice (thus avoiding a memory
leak).
2001-10-20 20:49:58 +00:00
Tom Kacvinsky
d6eb0a267a
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.
2001-10-20 20:46:36 +00:00
Tom Kacvinsky
5f5f371b87
Added entries for changes to t1load.c.
2001-10-20 17:53:22 +00:00
Tom Kacvinsky
33c989b7c6
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.
2001-10-20 17:44:48 +00:00
Werner Lemberg
ab106cbbac
renaming todo -> TODO
2001-10-20 01:29:38 +00:00
David Turner
ce68a3db4f
getting rid of compiler warnings
2001-10-19 09:17:49 +00:00
David Turner
ef8c5d41df
another small test of the CVS loginfo setup
2001-10-19 08:15:28 +00:00
David Turner
45a518360b
adding or updating files to the old build system to compile
...
the library with the Postscript hinter correctly..
2001-10-19 07:34:20 +00:00
David Turner
c9ae7e72e6
just testing the CVS loginfo setup
2001-10-18 15:02:47 +00:00
David Turner
d89e3ec521
just testing the CVS loginfo setup
2001-10-18 14:58:45 +00:00
David Turner
8fcb79c8c6
just testing the CVS loginfo setup
2001-10-18 14:57:28 +00:00
David Turner
bfdaf0bfca
just testing the CVS loginfo setup
2001-10-18 14:54:49 +00:00
David Turner
812a8fabf7
just testing the CVS loginfo setup
2001-10-18 14:50:01 +00:00
David Turner
48815fc8c3
just testing the CVS loginfo setup
2001-10-18 14:49:12 +00:00
David Turner
2ab4833518
just testing the CVS loginfo setup
2001-10-18 14:45:28 +00:00
David Turner
99fc859697
just testing the CVS loginfo setup
2001-10-18 14:36:46 +00:00
David Turner
701efef72e
just testing the CVS loginfo setup
2001-10-18 14:35:52 +00:00
David Turner
1585605454
just testing the CVS loginfo setup
2001-10-18 14:33:11 +00:00
David Turner
617579b75b
just testing the CVS loginfo setup
2001-10-18 14:31:41 +00:00
David Turner
5f2d493fea
just testing the CVS loginfo setup
2001-10-18 14:27:43 +00:00
David Turner
4a458a1f43
just testing the CVS loginfo setup
2001-10-18 14:25:38 +00:00
David Turner
05bcf2cf55
just testing the CVS loginfo setup
2001-10-18 14:12:44 +00:00
David Turner
acfbbcf3ad
just testing the CVS loginfo setup
2001-10-18 14:10:23 +00:00
David Turner
76e596c08c
just testing the CVS loginfo setup
2001-10-18 14:07:06 +00:00
David Turner
c4c4edbc1e
just testing the CVS loginfo setup
2001-10-18 14:02:15 +00:00
David Turner
4ae546a2f2
just testing the CVS loginfo setup
2001-10-18 14:00:54 +00:00
David Turner
17151ce6f6
just testing the CVS loginfo setup
2001-10-18 13:58:05 +00:00
David Turner
d305744dad
just testing the CVS loginfo setup
2001-10-18 13:52:47 +00:00
David Turner
6ee6f94705
documentation update
2001-10-18 13:22:01 +00:00
David Turner
1a2af1f3d5
rewrote "glnames.py" to fix a rather nasty bug that made FreeType
...
return incorrect glyph names for certain glyph indices..
2001-10-18 13:20:01 +00:00
David Turner
9e1a4b4271
updating ChangeLog and Jamfile for the new Postscript hinter
2001-10-18 11:59:08 +00:00
David Turner
e57a868725
changing pixel size computations for better accuracy (experimental)
2001-10-18 11:57:52 +00:00
David Turner
b557d4951c
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..
2001-10-18 11:50:31 +00:00
David Turner
94bec3e1ba
add support for new postscript hinter
2001-10-18 11:49:26 +00:00
David Turner
fa69bbec01
add support for new postscript hinter
2001-10-18 11:46:25 +00:00
David Turner
e888167e1f
adding new postscript hinter
2001-10-18 11:38:43 +00:00
David Turner
02701db9ce
adding support to new postscript hinter
2001-10-18 11:26:21 +00:00
David Turner
de3fb83c68
fixing a "bug" that affected the Postscript hinter: growing a memory block
...
though "realloc" didn't clear the new bytes of memory..
2001-10-18 11:23:51 +00:00
David Turner
e65e9b13c2
fixed typo
2001-10-18 10:27:56 +00:00
David Turner
d2271084d3
updated FT_Div64by32
2001-10-18 09:51:09 +00:00
David Turner
60438ae490
minimal optimisation submitted by Graham Asher
2001-10-17 14:29:51 +00:00
David Turner
511fa11bd8
documentation update for 2.0.5
2001-10-17 13:57:02 +00:00