Util - The Ada 95 Utility Library |
|
Util subsystem is an Ada 95 library that offers many
generally useful abstractions and utility routines.
util_1.1.tar.gz (179kB)Last update of the Util library: Dec 01, 2002; Library version 1.1.
The Util subsystem contains:
Ada.Calendar. Both Julian and
Gregorian calendars as well as a "universal" calendar using both
are implemented.
Image operations for
Ada.Calendar.Time or a Day_Of_Week
operation.
popen and pclose
routines of C (works at least on Win NT/2k and Linux).
Get_Line that always returns a full line from the file,
or a similar operation that also can skip blank lines and comments
and even handle line continuations (like e.g. the "\" in Unix shell
scripts or the "-" in DCL scripts).
Ada.Strings.Unbounded with additional
operations for slices of unbounded strings. (Util.Text)
You can browse the on-line documentation of
the Util subsystem. This HTML documentation has been generated
automatically (except for the frames) by
AdaBrowse, my javadoc-like HTML generator
for Ada 95. AdaBrowse is freeware and distributed under the GPL.
|
|
Copyright © 2002 by
Thomas Wolf. All rights
reserved.
TW, Dec 01, 2002 |