Commit a9bc2242 by David Wohlferd Committed by Eric Botcazou

* gnat_rm.texi: Clean up for makeinfo 5.2.

From-SVN: r212845
parent c6d27333
2014-07-19 David Wohlferd <dw@LimeGreenSocks.com> 2014-07-19 David Wohlferd <dw@LimeGreenSocks.com>
* gnat_rm.texi: Clean up for makeinfo 5.2.
2014-07-19 David Wohlferd <dw@LimeGreenSocks.com>
* gnat_rm.texi (Machine Code Insertions): Clean up. * gnat_rm.texi (Machine Code Insertions): Clean up.
2014-07-18 Robert Dewar <dewar@adacore.com> 2014-07-18 Robert Dewar <dewar@adacore.com>
......
...@@ -85,8 +85,9 @@ AdaCore ...@@ -85,8 +85,9 @@ AdaCore
* Implementation of Ada 2012 Features:: * Implementation of Ada 2012 Features::
* Obsolescent Features:: * Obsolescent Features::
* GNU Free Documentation License:: * GNU Free Documentation License::
* Index:: * Index:Concept Index.
@detailmenu
--- The Detailed Node Listing --- --- The Detailed Node Listing ---
About This Guide About This Guide
...@@ -111,10 +112,10 @@ Implementation Defined Pragmas ...@@ -111,10 +112,10 @@ Implementation Defined Pragmas
* Pragma Assertion_Policy:: * Pragma Assertion_Policy::
* Pragma Assume:: * Pragma Assume::
* Pragma Assume_No_Invalid_Values:: * Pragma Assume_No_Invalid_Values::
* Pragma Ast_Entry::
* Pragma Async_Readers:: * Pragma Async_Readers::
* Pragma Async_Writers:: * Pragma Async_Writers::
* Pragma Attribute_Definition:: * Pragma Attribute_Definition::
* Pragma Ast_Entry::
* Pragma C_Pass_By_Copy:: * Pragma C_Pass_By_Copy::
* Pragma Check:: * Pragma Check::
* Pragma Check_Float_Overflow:: * Pragma Check_Float_Overflow::
...@@ -697,6 +698,7 @@ Obsolescent Features ...@@ -697,6 +698,7 @@ Obsolescent Features
GNU Free Documentation License GNU Free Documentation License
Index Index
@end detailmenu
@end menu @end menu
@end ifnottex @end ifnottex
...@@ -959,10 +961,10 @@ consideration, the use of these pragmas should be minimized. ...@@ -959,10 +961,10 @@ consideration, the use of these pragmas should be minimized.
* Pragma Assertion_Policy:: * Pragma Assertion_Policy::
* Pragma Assume:: * Pragma Assume::
* Pragma Assume_No_Invalid_Values:: * Pragma Assume_No_Invalid_Values::
* Pragma Ast_Entry::
* Pragma Async_Readers:: * Pragma Async_Readers::
* Pragma Async_Writers:: * Pragma Async_Writers::
* Pragma Attribute_Definition:: * Pragma Attribute_Definition::
* Pragma Ast_Entry::
* Pragma C_Pass_By_Copy:: * Pragma C_Pass_By_Copy::
* Pragma Check:: * Pragma Check::
* Pragma Check_Float_Overflow:: * Pragma Check_Float_Overflow::
...@@ -19242,19 +19244,6 @@ C @code{timeval} format. ...@@ -19242,19 +19244,6 @@ C @code{timeval} format.
@cindex Time @cindex Time
@cindex @code{GNAT.Calendar.Time_IO} (@file{g-catiio.ads}) @cindex @code{GNAT.Calendar.Time_IO} (@file{g-catiio.ads})
@node GNAT.CRC32 (g-crc32.ads)
@section @code{GNAT.CRC32} (@file{g-crc32.ads})
@cindex @code{GNAT.CRC32} (@file{g-crc32.ads})
@cindex CRC32
@cindex Cyclic Redundancy Check
@noindent
This package implements the CRC-32 algorithm. For a full description
of this algorithm see
``Computation of Cyclic Redundancy Checks via Table Look-Up'',
@cite{Communications of the ACM}, Vol.@: 31 No.@: 8, pp.@: 1008-1013,
Aug.@: 1988. Sarwate, D.V@.
@node GNAT.Case_Util (g-casuti.ads) @node GNAT.Case_Util (g-casuti.ads)
@section @code{GNAT.Case_Util} (@file{g-casuti.ads}) @section @code{GNAT.Case_Util} (@file{g-casuti.ads})
@cindex @code{GNAT.Case_Util} (@file{g-casuti.ads}) @cindex @code{GNAT.Case_Util} (@file{g-casuti.ads})
...@@ -19329,6 +19318,19 @@ of a partition). ...@@ -19329,6 +19318,19 @@ of a partition).
@noindent @noindent
Provides a simple interface to handle Ctrl-C keyboard events. Provides a simple interface to handle Ctrl-C keyboard events.
@node GNAT.CRC32 (g-crc32.ads)
@section @code{GNAT.CRC32} (@file{g-crc32.ads})
@cindex @code{GNAT.CRC32} (@file{g-crc32.ads})
@cindex CRC32
@cindex Cyclic Redundancy Check
@noindent
This package implements the CRC-32 algorithm. For a full description
of this algorithm see
``Computation of Cyclic Redundancy Checks via Table Look-Up'',
@cite{Communications of the ACM}, Vol.@: 31 No.@: 8, pp.@: 1008-1013,
Aug.@: 1988. Sarwate, D.V@.
@node GNAT.Current_Exception (g-curexc.ads) @node GNAT.Current_Exception (g-curexc.ads)
@section @code{GNAT.Current_Exception} (@file{g-curexc.ads}) @section @code{GNAT.Current_Exception} (@file{g-curexc.ads})
@cindex @code{GNAT.Current_Exception} (@file{g-curexc.ads}) @cindex @code{GNAT.Current_Exception} (@file{g-curexc.ads})
...@@ -19985,17 +19987,6 @@ A very simple facility for locking and unlocking sections of code using a ...@@ -19985,17 +19987,6 @@ A very simple facility for locking and unlocking sections of code using a
single global task lock. Appropriate for use in situations where contention single global task lock. Appropriate for use in situations where contention
between tasks is very rarely expected. between tasks is very rarely expected.
@node GNAT.Time_Stamp (g-timsta.ads)
@section @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
@cindex @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
@cindex Time stamp
@cindex Current time
@noindent
Provides a simple function that returns a string YYYY-MM-DD HH:MM:SS.SS that
represents the current date and time in ISO 8601 format. This is a very simple
routine with minimal code and there are no dependencies on any other unit.
@node GNAT.Threads (g-thread.ads) @node GNAT.Threads (g-thread.ads)
@section @code{GNAT.Threads} (@file{g-thread.ads}) @section @code{GNAT.Threads} (@file{g-thread.ads})
@cindex @code{GNAT.Threads} (@file{g-thread.ads}) @cindex @code{GNAT.Threads} (@file{g-thread.ads})
...@@ -20008,6 +19999,17 @@ by the GNAT run-time system. Consult the documentation of this package for ...@@ -20008,6 +19999,17 @@ by the GNAT run-time system. Consult the documentation of this package for
further details if your program has threads that are created by a non-Ada further details if your program has threads that are created by a non-Ada
environment which then accesses Ada code. environment which then accesses Ada code.
@node GNAT.Time_Stamp (g-timsta.ads)
@section @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
@cindex @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
@cindex Time stamp
@cindex Current time
@noindent
Provides a simple function that returns a string YYYY-MM-DD HH:MM:SS.SS that
represents the current date and time in ISO 8601 format. This is a very simple
routine with minimal code and there are no dependencies on any other unit.
@node GNAT.Traceback (g-traceb.ads) @node GNAT.Traceback (g-traceb.ads)
@section @code{GNAT.Traceback} (@file{g-traceb.ads}) @section @code{GNAT.Traceback} (@file{g-traceb.ads})
@cindex @code{GNAT.Traceback} (@file{g-traceb.ads}) @cindex @code{GNAT.Traceback} (@file{g-traceb.ads})
...@@ -22902,7 +22904,7 @@ standard replacement for GNAT's @code{Task_Info} functionality. ...@@ -22902,7 +22904,7 @@ standard replacement for GNAT's @code{Task_Info} functionality.
@include fdl.texi @include fdl.texi
@c GNU Free Documentation License @c GNU Free Documentation License
@node Index,,GNU Free Documentation License, Top @node Concept Index
@unnumbered Index @unnumbered Index
@printindex cp @printindex cp
...@@ -22910,5 +22912,3 @@ standard replacement for GNAT's @code{Task_Info} functionality. ...@@ -22910,5 +22912,3 @@ standard replacement for GNAT's @code{Task_Info} functionality.
@contents @contents
@bye @bye
tablishes the following set of restrictions:
Pragma Shared
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment