Download List

專案描述

Trio is a highly portable set of string functions focused on its *printf() clones. The printf() formatting is compatible with ANSI, BSD, GNU, and most of the C9X specs. The scanf() parts are incomplete.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-02-25 16:36
1.9

A configure check for -ieee/-mieee, TRIO_MINIMAL, and the R modifier were added. Compilation on VMS, multibyte handling, the boundary case for scanning, and the L modifier for formatting were fixed.
標籤: Minor bugfixes

2002-05-08 03:50
1.7

The functions trio_isfinite, trio_signbit, and trio_fpclassify have been added. Formatting of floating-point numbers beyond their accuracy has been fixed. There is K&R compatibility, autoconf is used to create the Makefile, and there are many bugfixes.
標籤: Minor feature enhancements

2002-03-15 20:19
1.6

Dynamic string functions, rewritten and extended documentation in JavaDoc (using Doxygen), moving and renaming strio functions, new 'd' and 'D' exponent letters when using TRIO_MICROSOFT, and a fix for an uninitial memory read for the parameter modifiers.
標籤: Minor feature enhancements

2001-06-05 18:08
1.4

Hex-float (%a and %A) for scanning, wide character arguments (%ls, %ws, %S, %lc, %wc, and %C) for both printf and scanf, mutex callbacks for user-specified specifiers, and equivalence class expressions for scanning added. It is now possible to specify standard support. Conversion of hex-float fixed. I8, I16, I32, and I64 modifiers added and several bugs corrected
標籤: Minor feature enhancements

2001-05-17 14:08
1.3

This release includes better treatment of the
field width for %e, fixed group scanning with
modifiers, fixed compilation for 64-bit Digital
Unix, and fixed compilation of dprintf for MSCC.
標籤: Minor bugfixes

Project Resources