From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22133 invoked by alias); 18 Aug 2004 14:12:20 -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 22116 invoked by uid 453); 18 Aug 2004 14:12:20 -0000 Date: Wed, 18 Aug 2004 14:12:00 -0000 Message-ID: <20040818141220.22115.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdlib/current C ... X-SW-Source: 2004/txt/msg00387.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2004-08-18 14:12:20 Modified files: packages/language/c/libc/stdlib/current: ChangeLog packages/language/c/libc/stdlib/current/cdl: stdlib.cdl packages/language/c/libc/stdlib/current/include: atox.inl Added files: packages/language/c/libc/stdlib/current/src: strtoll.cxx strtoull.cxx Log message: * src/strtoll.cxx, src/strtoull.cxx: New files. Support for long long string conversion. * cdl/stdlib.cdl (CYGFUN_LIBC_STDLIB_CONV_LONGLONG): New option to build above new files configurably. * include/atox.inl: Prototype new functions from above. Add atoll() inline.