Al-Qurtas-Islamic-bank-The-.../src
suzuki toshiya 65a449887d [base] Fix g++4.6 compiler warnings in src/base/*.c.
Passing uninitialized pointer to the buffer allocator is
not problematic theoretically (as far as the returned
pointer is checked before writing), but g++4.6 dislikes
it and warns by -Wuninitialized.  Initialize them by NULL.

* src/base/ftobjs.c (FT_Stream_New): Init `stream'.
(new_memory_stream): Ditto.
(FT_New_GlyphSlot): Init `slot'.
(FT_CMap_New): Init `cmap'.
(open_face_PS_from_sfnt_stream): Init `sfnt_ps'.
(Mac_Read_POST_Resource): Init `pfb_data'.
(Mac_Read_sfnt_Resource): Init `sfnt_data'.
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets):
Init `offsets_internal' and `ref'.
(raccess_guess_darwin_hfsplus): Init `newpath'.
(raccess_guess_darwin_newvfs): Ditto.
* src/base/ftbitmap.c (ft_bitmap_assure_buffer):
Init `buffer'.
* src/base/ftstroke.c (FT_Stroker_New): Init `stroker'.
2011-06-15 01:44:24 +09:00
..
autofit [autofit] Remove unused structure member. 2011-06-08 09:32:56 +02:00
base [base] Fix g++4.6 compiler warnings in src/base/*.c. 2011-06-15 01:44:24 +09:00
bdf Fix URLs. 2011-06-14 08:32:13 +02:00
bzip2 Add bzip2 compression support to handle *.pcf.bz2 files. 2010-12-31 16:59:33 +01:00
cache [cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID(). 2011-02-20 19:14:25 +09:00
cff Reduce warnings for MS Visual Studio 2010. 2011-05-24 06:22:32 +02:00
cid Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
gxvalid [gxvalid] Cleanup. 2011-06-15 01:12:04 +09:00
gzip Fix reading of signed integers from files on 64bit platforms. 2011-04-12 09:26:43 +02:00
lzw */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
otvalid Formatting. 2010-06-08 08:37:11 +02:00
pcf Improve bzip2 support. 2010-12-31 17:47:09 +01:00
pfr Remove C++ warnings. 2010-07-12 21:13:22 +02:00
psaux Fix Savannah bug #33047. 2011-04-13 13:37:37 +02:00
pshinter */rules.mk: Handle `*pic.c' files. 2011-01-03 07:11:54 +01:00
psnames */rules.mk: Handle `*pic.c' files. 2011-01-03 07:11:54 +01:00
raster [raster] Make bbox handling the same as with Microsoft's rasterizer. 2011-01-15 09:46:13 +01:00
sfnt * src/sfnt/sfobjs.c (sfnt_open_font): Check number of TTC subfonts. 2011-03-20 07:51:57 +01:00
smooth Fix gcc 4.6 compiler warnings. 2011-05-30 07:20:37 +02:00
tools Fix URLs. 2011-06-14 08:32:13 +02:00
truetype Reduce warnings for MS Visual Studio 2010. 2011-05-24 06:22:32 +02:00
type1 [type1] Fix matrix normalization. 2010-11-18 10:36:59 +01:00
type42 Fix Savannah bug #30656. 2010-08-05 23:15:26 +02:00
winfonts Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00