|
f77(1) -- GNU project Fortran Compiler (v0.5.24)
|
The C and F77 compilers are integrated; g77 is a program to call gcc with options to recognize programs written in Fortran (ANSI FORTRAN 77, also called F77). gcc processes input files through one or ... |
fgen(1) -- IEEE 1275 Open Firmware FCode Tokenizer
|
Reads Forth source and generates tokenized FCode object file. |
flex(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a s... |
fort77(1) -- GNU project Fortran Compiler (v0.5.24)
|
The C and F77 compilers are integrated; g77 is a program to call gcc with options to recognize programs written in Fortran (ANSI FORTRAN 77, also called F77). gcc processes input files through one or ... |
fpr(1) -- print Fortran file
|
fpr is a filter that transforms files formatted according to Fortran's carriage control conventions into files formatted according to UNIX line printer conventions. fpr copies its input onto its outp... |
g++(1) -- GNU project C++ Compiler
|
The C and C++ compilers are integrated; g++ is a script to call gcc with options to recognize C++. gcc processes input files through one or more of four stages: preprocessing, compilation, assembly, a... |
g77(1) -- GNU project Fortran Compiler (v0.5.24)
|
The C and F77 compilers are integrated; g77 is a program to call gcc with options to recognize programs written in Fortran (ANSI FORTRAN 77, also called F77). gcc processes input files through one or ... |
gcc(1) -- GNU project C and C++ Compiler (gcc-2.95)
|
The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source lan... |
gcov(1) -- display basic block profile / coverage data
|
The C compiler gcc(1) supports the command line options -fprofile-arcs and -ftest-coverage. These options cause the compiler to insert instrumentation into the object files it generates which measure ... |
gdb(1) -- The GNU Debugger
|
The purpose of a debugger such as GDB is to allow you to see what is going on ``inside'' another program while it executes--or what another program was doing at the moment it crashed. GDB can do fou... |
gprof(1) -- display call graph profile data
|
gprof produces an execution profile of C, Pascal, or Fortran77 programs. The effect of called routines is incorporated in the profile of each caller. The profile data is taken from the call graph prof... |
grn(1) -- groff preprocessor for gremlin files
|
grn is a preprocessor for including gremlin pictures in groff input. grn writes to standard output, processing only input lines between two that start with .GS and .GE. Those lines must contain grn co... |
grodvi(1) -- convert groff output to TeX dvi format
|
grodvi is a driver for groff that produces TeX dvi format. Normally it should be run by groff -Tdvi. This will run troff -Tdvi; it will also input the macros /usr/share/tmac/tmac.dvi; if the input is ... |