You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/docs/gnu_fortran~6/index.json

1 line
35 KiB

7 years ago
{"entries":[{"name":"1. Introduction","path":"introduction","type":"1. Introduction"},{"name":"1.1. About GNU Fortran","path":"about-gnu-fortran","type":"1. Introduction"},{"name":"1.2. GNU Fortran and GCC","path":"gnu-fortran-and-gcc","type":"1. Introduction"},{"name":"1.3. Preprocessing and conditional compilation","path":"preprocessing-and-conditional-compilation","type":"1. Introduction"},{"name":"1.4. GNU Fortran and G77","path":"gnu-fortran-and-g77","type":"1. Introduction"},{"name":"1.5. Project Status","path":"project-status","type":"1. Introduction"},{"name":"1.6. Standards","path":"standards","type":"1. Introduction"},{"name":"1.6.1. Varying Length Character Strings","path":"varying-length-character-strings","type":"1. Introduction"},{"name":"2. GNU Fortran Command Options","path":"invoking-gnu-fortran","type":"2. Command Options"},{"name":"2.1. Option summary","path":"option-summary","type":"2. Command Options"},{"name":"2.2. Options controlling Fortran dialect","path":"fortran-dialect-options","type":"2. Command Options"},{"name":"2.3. Enable and customize preprocessing","path":"preprocessing-options","type":"2. Command Options"},{"name":"2.4. Options to request or suppress errors and warnings","path":"error-and-warning-options","type":"2. Command Options"},{"name":"2.5. Options for debugging your program or GNU Fortran","path":"debugging-options","type":"2. Command Options"},{"name":"2.6. Options for directory search","path":"directory-options","type":"2. Command Options"},{"name":"2.7. Influencing the linking step","path":"link-options","type":"2. Command Options"},{"name":"2.8. Influencing runtime behavior","path":"runtime-options","type":"2. Command Options"},{"name":"2.9. Options for code generation conventions","path":"code-gen-options","type":"2. Command Options"},{"name":"2.10. Environment variables affecting gfortran","path":"environment-variables","type":"2. Command Options"},{"name":"3. Runtime: Influencing runtime behavior with environment variables","path":"runtime","type":"3. Runtime"},{"name":"3.1. TMPDIR","path":"tmpdir","type":"3. Runtime"},{"name":"3.2. GFORTRAN_STDIN_UNIT","path":"gfortran_005fstdin_005funit","type":"3. Runtime"},{"name":"3.3. GFORTRAN_STDOUT_UNIT","path":"gfortran_005fstdout_005funit","type":"3. Runtime"},{"name":"3.4. GFORTRAN_STDERR_UNIT","path":"gfortran_005fstderr_005funit","type":"3. Runtime"},{"name":"3.5. GFORTRAN_UNBUFFERED_ALL","path":"gfortran_005funbuffered_005fall","type":"3. Runtime"},{"name":"3.6. GFORTRAN_UNBUFFERED_PRECONNECTED","path":"gfortran_005funbuffered_005fpreconnected","type":"3. Runtime"},{"name":"3.7. GFORTRAN_SHOW_LOCUS","path":"gfortran_005fshow_005flocus","type":"3. Runtime"},{"name":"3.8. GFORTRAN_OPTIONAL_PLUS","path":"gfortran_005foptional_005fplus","type":"3. Runtime"},{"name":"3.9. GFORTRAN_DEFAULT_RECL","path":"gfortran_005fdefault_005frecl","type":"3. Runtime"},{"name":"3.10. GFORTRAN_LIST_SEPARATOR","path":"gfortran_005flist_005fseparator","type":"3. Runtime"},{"name":"3.11. GFORTRAN_CONVERT_UNIT","path":"gfortran_005fconvert_005funit","type":"3. Runtime"},{"name":"3.12. GFORTRAN_ERROR_BACKTRACE","path":"gfortran_005ferror_005fbacktrace","type":"3. Runtime"},{"name":"4. Fortran 2003 and 2008 Status","path":"fortran-2003-and-2008-status","type":"4. Fortran 2003 and 2008 Status"},{"name":"4.1. Fortran 2003 status","path":"fortran-2003-status","type":"4. Fortran 2003 and 2008 Status"},{"name":"4.2. Fortran 2008 status","path":"fortran-2008-status","type":"4. Fortran 2003 and 2008 Status"},{"name":"4.3. Technical Specification 29113 Status","path":"ts-29113-status","type":"4. Fortran 2003 and 2008 Status"},{"name":"4.4. Technical Specification 18508 Status","path":"ts-18508-status","type":"4. Fortran 2003 and 2008 Status"},{"name":"5. Compiler Characteristics","path":"compiler-characteristics","type":"5. Compiler Characteristics"},{"name":"5.1. KIND Type Parameters","path":"kind-type-parameters","type":"5. Compiler Characteristics"},{"name":"5.2. Internal representation of LOGICAL variables","path":"internal-representation-of-logical-vari