Hi. Some windows resource font driver changes:
- better name/family support - avoid possible family buffer overflow - any character compared against EOF must be int - sprintf(hdr->name, ...) is safe, the longest family is 10 chars
Also, I'm about to implement lcc-win32 support instead of the (abandoned?) Watcom real mode, remove the GRX private definition of alloca() for Turbo C (is has working alloca() from 10 years now) and the related stuff, and remove the obsolete near/far/huge keywords stuff (we support the real mode in large model only, don't we?), except for the 8086 Turbo C assembler code. But that will be after 2.4.6, of course. RFC.
Dimitar Zhekov wrote:
Hi. Some windows resource font driver changes:
- better name/family support
- avoid possible family buffer overflow
- any character compared against EOF must be int
- sprintf(hdr->name, ...) is safe, the longest family is 10 chars
OK
Also, I'm about to implement lcc-win32 support instead of the (abandoned?) Watcom real mode, remove the GRX private definition of alloca() for Turbo C (is has working alloca() from 10 years now) and the related stuff, and remove the obsolete near/far/huge keywords stuff (we support the real mode in large model only, don't we?), except for the 8086 Turbo C assembler code. But that will be after 2.4.6, of course. RFC.
OK, after 2.4.6