pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ratfor
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 19 15:23:39 UTC 2026
Modified Files:
pkgsrc/devel/ratfor: DESCR
Log Message:
ratfor: fix typo in DESCR
>From Robert Whitlock in PR 60109.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ratfor/DESCR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ratfor/DESCR
diff -u pkgsrc/devel/ratfor/DESCR:1.1 pkgsrc/devel/ratfor/DESCR:1.2
--- pkgsrc/devel/ratfor/DESCR:1.1 Thu Nov 1 01:26:08 2001
+++ pkgsrc/devel/ratfor/DESCR Thu Mar 19 15:23:39 2026
@@ -1,5 +1,5 @@
Ratfor is a preprocessor for Fortran code that allows the use C-like
-flow expressions. Ratfor was invented by Brian Kernigham. Statements
+flow expressions. Ratfor was invented by Brian Kernighan. Statements
on a line may be separated by a ";". Statements may be grouped
together with braces }. Do loops do not require statement numbers
because {} defines the range, etc. The Fortran relational operators
Home |
Main Index |
Thread Index |
Old Index