[fpc-devel]A few fixes for Libc unit

2004-02-21 Thread Michalis Kamburelis
Here are a few fixes for Libc unit: 1. In stimeh.inc __timezone_ptr_t = timezone; should be changed to __timezone_ptr_t = ptimezone; 2. In pwdh.inc function getpwuid_r(..., var __resultbuf:Ppasswd; ... should be changed to function getpwuid_r(..., var __resultbuf:passwd; ... 3. In bstath.i

Re: [fpc-devel]fpImage

2004-02-21 Thread Colin Western
Reading the bitmap docs, and a test of one bitmap makes me think the following patch is required: diff -uNr fpc/fcl/image/fpreadbmp.pp fpc.w/fcl/image/fpreadbmp.pp --- fpc/fcl/image/fpreadbmp.pp 2004-02-20 23:12:57.0 + +++ fpc.w/fcl/image/fpreadbmp.pp2004-02-22 00:24:01.0