From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2327 invoked by alias); 4 Oct 2003 19:47:18 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 2312 invoked by uid 9341); 4 Oct 2003 19:47:18 -0000 Date: Sat, 04 Oct 2003 19:47:00 -0000 Message-ID: <20031004194718.2310.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/io/wallclock/current ChangeLog s ... X-SW-Source: 2003/txt/msg01364.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2003-10-04 19:47:18 Modified files: packages/io/wallclock/current: ChangeLog packages/io/wallclock/current/src: emulate.cxx Log message: * src/emulate.cxx (get_hw_seconds): Modified the ticks-to-seconds conversion in the wallclock emulator's get_hw_seconds() function. The previous implementation would easily overflow for any reasonable date/tick-resolution combinations.