Re: twm makes uninitialized memory access after malloc()

2003-07-07 Thread Egbert Eich
Alexander Pohoyda writes: I'll try that tonight on the FreeBSD system. We have these options for malloc: A All warnings (except for the warning about unknown flags being set) become fatal. The process will call abort(3) in these cases. J

Re: twm makes uninitialized memory access after malloc()

2003-07-07 Thread Alexander Pohoyda
I'll try that tonight on the FreeBSD system. We have these options for malloc: A All warnings (except for the warning about unknown flags being set) become fatal. The process will call abort(3) in these cases. J Each byte of

Bugzilla #479: RFE: FreeType font engine should block opening

2003-07-07 Thread Egbert Eich
Here is an issue for discussion from bugzilla (submitted by Roland Mainz). Any opinions? Juliusz? Egbert. === RFE: xc/lib/font/FreeType/ font engine should block opening fonts when there is no encodings file available for it.

Re: Bugzilla #479: RFE: FreeType font engine should block opening

2003-07-07 Thread Juliusz Chroboczek
EE Here is an issue for discussion from bugzilla (submitted by Roland EE Mainz). Any opinions? Juliusz? I'm the author of this code, and obviously I disagree (otherwise I wouldn't have designed it this way). I don't feel strongly about it, though, and have no objection if you decide to change

a small twm/Imakefile patch

2003-07-07 Thread Alexander Pohoyda
Does not really deserves a Bugzilla report (1K): http://www.alexander-pohoyda.privat.t-online.de/patches/twm.Imakefile.diff -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

? the structure of XFree86

2003-07-07 Thread Si, Tom ( IES)
Hi, All I am a newbie in this list. I want to study the XFree86, but following the document in XF86 4.3 and the xfree86.org, I can't get the information about the structure of XFree86. Can you give me some of threads about it? Thanks. Tom ___ Devel

Re: ? the structure of XFree86

2003-07-07 Thread Alex Deucher
what do you mean by structure? docs about the APIs, features, and drivers are here: http://www.xfree86.org/4.3.0/ in the source tree, 2D drivers live in xc/programs/Xserver/hw/xfree86/drivers/ 3D and mesa live in xc/lib/GL/mesa/ Alex --- Si, Tom (˾½­Æ½ IES) [EMAIL PROTECTED] wrote: Hi, All