Created paginated text files
Date/Time of Processing: Tuesday 24 May 1994 01:25:16Pm Overall Assessment of System: OK Classification of System: A Basis of Classification -- Syntax Errors PASS Completeness PASS Independence from External Libraries PASS Independence from a Specific Ada Compiler PASS Number of ... Files 9 Library Units 9 Lines 6065 Statements 1421 Comments 2394
languages/ada/asr/abstractions/pgfile:
File Name Size
--------- ----
pgfile.zip 12,694
languages/ada/asr/abstractions/string:
File Name Size
--------- ----
string.zip 8,381
languages/ada/asr/abstractions/stack:
File Name Size
--------- ----
stack.zip 2,446
languages/ada/asr/abstractions/slists:
File Name Size
--------- ----
slists.zip 189
languages/ada/asr/abstractions/lists:
File Name Size
--------- ----
lists.zip 7,485
Totals
============== ==============
5 Files 31,195
The Paginated_Output package is used to create paginated output
files with user-defined heading, footing, and page length. Several
operations are provided for setting and replacing the header or
footer text which will appear on each output page. The following
escapes can be used in the header/footer texts:
~f the current external file name
~p the current page number
~d the current date (mm/dd/yy)
~c the current calendar date (month day, year)
~t the current time (hh:mm:ss)
Normal usage of the routines in this package is:
Create_Paginated_File
Set_Header
Set_Footer
Put_Line -- repeated calls
Close_Paginated_File
The routines in this package are:
Create_Paginated_File
Set_Standard_Paginated_File
Duplicate_Paginated_File
Set_Page_Layout
Link_Paginated_File
Unlink_Paginated_File
Set_Header
Set_Odd_Header
Set_Even_Header
Set_Footer
Set_Odd_Footer
Set_Even_Footer
Clear_Header
Clear_Odd_Header
Clear_Even_Header
Clear_Footer
Clear_Odd_Footer
Clear_Even_Footer
Close_Paginated_File
Put
Space
Put_Line
Space_Line
Skip_Line
Put_Page
Available_Lines
Reserve_Lines
ABSTRACTIONS is used by NOSC/WIS tools 5.1.1, 5.1.2, 6.1.2,
and 6.2. See also NEW_ABSTRACTIONS.
DATE VERSION AUTHOR HISTORY 03/85 1.0 Bill Toscano Initial Release
This prologue must be included in all copies of this software. This software is copyright by the author. This software is released to the Ada community. This software is released to the Public Domain (note: software released to the Public Domain is not subject to copyright protection). Restrictions on use or distribution: NONE
This software and its documentation are provided "AS IS" and without any expressed or implied warranties whatsoever. No warranties as to performance, merchantability, or fitness for a particular purpose exist. The user is advised to test the software thoroughly before relying on it. The user must assume the entire risk and liability of using this software. In no event shall any person or organization of people be held responsible for any direct, indirect, consequential or inconsequential damages or lost profits.