File: README

package info (click to toggle)
gnucobol3 3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,032 kB
  • sloc: sh: 201,859; ansic: 99,735; yacc: 18,930; lex: 5,521; cobol: 1,078; makefile: 593; perl: 555; awk: 184; sed: 16
file content (15 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Entries MUST be L/GPL. That's Lesser General Public License and/or
General Public License.

Authors MUST be willing to hand copyright over to the FSF.
That's the Free Software Foundation, Inc..

COBOL source modules MUST compile warning/error free with both
1) -std=default -W -fixed
2) -std=default -W -free

Ideally they SHOULD compile error-free with any of
the non-strict -std options, too.

Further these COBOL modules MUST execute correctly however
they have been compiled (-std=default / non-strict options).