Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
0c65e50c
Commit
0c65e50c
authored
27 years ago
by
Jim Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Rebuild from source files.
From-SVN: r15264
parent
1d11dd74
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gcc/f/intdoc.texi
+22
-11
22 additions, 11 deletions
gcc/f/intdoc.texi
with
22 additions
and
11 deletions
gcc/f/intdoc.texi
+
22
−
11
View file @
0c65e50c
...
...
@@ -36,7 +36,7 @@
* AJMin0 Intrinsic:: (Reserved for future use.)
@end ifset
@ifset familyF2U
* Alarm Intrinsic::
* Alarm Intrinsic::
Execute a routine after a given delay.
@end ifset
@ifset familyF90
* All Intrinsic:: (Reserved for future use.)
...
...
@@ -1169,6 +1169,18 @@ or dummy/global @code{INTEGER(KIND=1)} scalar.
@noindent
Intrinsic groups: @code{unix}.
@noindent
Description:
Causes external subroutine @var{Handler} to be executed after a delay of
@var{Seconds} seconds by using @code{alarm(1)} to set up a signal and
@code{signal(2)} to catch it.
If @var{Status} is supplied, it will be
returned with the the number of seconds remaining until any previously
scheduled alarm was due to be delivered, or zero if there was no
previously scheduled alarm.
@xref{Signal Intrinsic (subroutine)}.
@end ifset
@ifset familyF90
@node All Intrinsic
...
...
@@ -1870,7 +1882,7 @@ or 4; and so on.)
@xref{Bit_Size Intrinsic}, for how to obtain the number of bits
in a type.
The leftmost bit of @var{I} is @samp{BIT_SIZE(@var{I}-1}.
The leftmost bit of @var{I} is @samp{BIT_SIZE(@var{I}-1
)
}.
@end ifset
@ifset familyF77
...
...
@@ -3259,7 +3271,7 @@ Description:
Archaic form of @code{CONJG()} that is specific
to one type for @var{Z}.
@xref{
ATan2
Intrinsic}.
@xref{
Conjg
Intrinsic}.
@end ifset
@ifset familyF77
...
...
@@ -3831,6 +3843,9 @@ a @code{DOUBLE COMPLEX} value.
@xref{RealPart Intrinsic}, for information on a GNU Fortran
intrinsic that avoids these areas of confusion.
@xref{Dble Intrinsic}, for information on the standard FORTRAN 77
replacement for @code{DREAL()}.
@xref{REAL() and AIMAG() of Complex}, for more information on
this issue.
...
...
@@ -5382,8 +5397,6 @@ If the @var{Status} argument is supplied, it contains
0 on success or a non-zero error code upon return
(@code{ENOSYS} if the system does not provide @code{gethostname(2)}).
This intrinsic is not available on all systems.
Some non-GNU implementations of Fortran provide this intrinsic as
only a function, not as a subroutine, or do not support the
(optional) @var{Status} argument.
...
...
@@ -5417,8 +5430,6 @@ Fills @var{Name} with the system's host name returned by
@code{gethostname(2)}, returning 0 on success or a non-zero error code
(@code{ENOSYS} if the system does not provide @code{gethostname(2)}).
This intrinsic is not available on all systems.
For information on other intrinsics with the same name:
@xref{HostNm Intrinsic (subroutine)}.
...
...
@@ -5801,9 +5812,9 @@ Intrinsic groups: (standard FORTRAN 77).
@noindent
Description:
Archaic form of @code{
I
DIM()} that is specific
Archaic form of @code{DIM()} that is specific
to one type for @var{X} and @var{Y}.
@xref{
I
DiM Intrinsic}.
@xref{DiM Intrinsic}.
@node IDInt Intrinsic
@subsubsection IDInt Intrinsic
...
...
@@ -6601,9 +6612,9 @@ Intrinsic groups: (standard FORTRAN 77).
@noindent
Description:
Archaic form of @code{
I
SIGN()} that is specific
Archaic form of @code{SIGN()} that is specific
to one type for @var{A} and @var{B}.
@xref{
I
Sign Intrinsic}.
@xref{Sign Intrinsic}.
@end ifset
@ifset familyF2U
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment