1 1.1 jwise This package contains formatted manual pages for compilers and tools for 2 1.1 jwise the FORTRAN programming language, which include: 3 1.1 jwise 4 1.1 jwise asa - interpret carriage-control characters. The asa utility reads 5 1.1 jwise files sequentially, mapping FORTRAN carriage-control characters 6 1.1 jwise to line-printer control sequences, and writes them to the standard 7 1.1 jwise output; 8 1.1 jwise 9 1.1 jwise f77, fort77, g77 - GNU project Fortran Compiler (v0.5.24). The C 10 1.1 jwise and F77 compilers are integrated; g77 is a program to call gcc 11 1.1 jwise with options to recognize programs written in Fortran (ANSI 12 1.1 jwise FORTRAN 77, also called F77). gcc processes input files through 13 1.1 jwise one or more of four stages: prepro- cessing, compilation, 14 1.1 jwise assembly, and linking. This man page contains full descriptions 15 1.1 jwise for only F77-specific aspects of the compiler, though it also 16 1.1 jwise contains summaries of some general-purpose options. For a fuller 17 1.1 jwise explanation of the compiler, see gcc(1); 18 1.1 jwise 19 1.1 jwise fpr - print Fortran file utility. fpr is a filter that transforms 20 1.1 jwise files formatted according to Fortran's carriage control 21 1.1 jwise conventions into files formatted according to UNIX line printer 22 1.1 jwise conventions. 23