ve3wwg / cobcurses

Cobcurses (migrated from SF)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was moved from sourceforge.net to github.com, where wiki
documentation is properly supported.


WHAT IS COBCURSES?

CobCurses is a package for use with the Open-Cobol compiler. This
provides the COBOL programmer the ability to program screens in
Open-Cobol, without SCREENS SECTION support. Since the screen I/O
operations depend on the curses/ncurses library, Open-Cobol must
be installed with that support.


Cobcurses Documentation:

    https://github.com/ve3wwg/cobcurses/wiki


CHANGE LOG:

    Fri Jun 30 00:13:50 2017
        - Now uses correct -std=cobol85 for successful cobol compiles.
        - Suppressed two types of C compile warnings

    Sun Nov  5 16:35:45 2017
        - Fixed src/lib/cobcurses.c so that the variable name 
          restrict, is now renamed restrict_ to avoid compile
          errors.

About

Cobcurses (migrated from SF)

License:GNU Lesser General Public License v2.1


Languages

Language:COBOL 46.1%Language:C 22.4%Language:Roff 17.9%Language:Makefile 9.7%Language:Shell 2.9%Language:M4 0.9%