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
4b71871418
Prevent to open a FT_Stream for zero-sized file on non-Unix.
...
builds/unix/ftsystem.c prevents to open an useless stream from
zero-sized file and returns FT_Err_Cannot_Open_Stream, but the
stream drivers for ANSI C, Amiga and VMS return useless streams.
For cross-platform consistency, all stream drivers should act
same.
* src/base/ftsystem.c (FT_Stream_Open): If the size of the opened
file is zero, FT_Err_Cannot_Open_Stream is returned.
* builds/amiga/src/base/ftsystem.c (FT_Stream_Open): Ditto.
* src/vms/ftsystem.c (FT_Stream_Open): Ditto.
15 years ago
..
amiga
Prevent to open a FT_Stream for zero-sized file on non-Unix.
15 years ago
ansi
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
atari
gxvalid: Insert PureC pragma to allow unevaluated variables.
16 years ago
beos
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
compiler
Borland C++ compiler patch proposed by Mirco Babin.
16 years ago
dos
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
mac
Fix Savannah bug #27106 .
16 years ago
os2
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
symbian
Move FT_Get_FSType_Flags to a separate file.
16 years ago
unix
* Version 2.4.3 released.
15 years ago
vms
Prevent to open a FT_Stream for zero-sized file on non-Unix.
15 years ago
win32
* Version 2.4.3 released.
15 years ago
wince
* Version 2.4.3 released.
15 years ago
detect.mk
* builds/modules.mk (CLOSE_MODULE, REMOVE_MODULE), builds/detect.mk
17 years ago
exports.mk
Borland C++ compiler patch proposed by Mirco Babin.
16 years ago
freetype.mk
* builds/freetype.mk (BASE_H): Rename to...
17 years ago
link_dos.mk
Completely revised FreeType's make management.
22 years ago
link_std.mk
Completely revised FreeType's make management.
22 years ago
modules.mk
* builds/modules.mk (CLOSE_MODULE, REMOVE_MODULE), builds/detect.mk
17 years ago
newline
* include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c,
24 years ago
toplevel.mk
Typo.
15 years ago