From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4085 invoked by alias); 27 Sep 2006 16:18:20 -0000 Received: (qmail 3993 invoked by uid 453); 27 Sep 2006 16:18:19 -0000 Date: Wed, 27 Sep 2006 16:18:00 -0000 Message-ID: <20060927161819.3991.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdio/current Ch ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2006/txt/msg00316.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2006-09-27 16:18:19 Modified files: packages/language/c/libc/stdio/current: ChangeLog packages/language/c/libc/stdio/current/include: stdio.h stream.inl Log message: * include/stdio.h: Make fpos_t be signed to allow negative SEEK_CUR offsets to fseek(). * include/stream.inl (set_position): If SEEK_CUR, then if having to reconcile difference between position and underlying file position, then requested seek position needs adjusting for buffer size. Both above reported and analysed by Ivan Djelic.