]> git.ipfire.org Git - thirdparty/gcc.git/commit
COBOL: libgcobol
authorJames K. Lowden <jklowden@symas.com>
Mon, 10 Mar 2025 15:08:42 +0000 (16:08 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 11 Mar 2025 06:48:15 +0000 (07:48 +0100)
commita0754187274a36443707eab5506ae53ab1d71ad2
treeb931c10da0c9ecccacf2f44661d49835e71bf960
parentc6b277f1dc6d11ad6d398967b8d645e7c3c6ad71
COBOL: libgcobol

libgcobol/
* Makefile.am: New file.
* Makefile.in: Autogenerate.
* acinclude.m4: Likewise.
* aclocal.m4: Likewise.
* configure.ac: New file.
* configure: Autogenerate.
* configure.tgt: New file.
* README: New file.
* charmaps.cc: New file.
* config.h.in: New file.
* constants.cc: New file.
* gfileio.cc: New file.
* gmath.cc: New file.
* io.cc: New file.
* valconv.cc: New file.
* charmaps.h: New file.
* common-defs.h: New file.
* ec.h: New file.
* exceptl.h: New file.
* gcobolio.h: New file.
* gfileio.h: New file.
* gmath.h: New file.
* io.h: New file.
* libgcobol.h: New file.
* valconv.h: New file.
* libgcobol.cc: New file.
* intrinsic.cc: New file.
27 files changed:
libgcobol/Makefile.am [new file with mode: 0644]
libgcobol/Makefile.in [new file with mode: 0644]
libgcobol/README [new file with mode: 0644]
libgcobol/acinclude.m4 [new file with mode: 0644]
libgcobol/aclocal.m4 [new file with mode: 0644]
libgcobol/charmaps.cc [new file with mode: 0644]
libgcobol/charmaps.h [new file with mode: 0644]
libgcobol/common-defs.h [new file with mode: 0644]
libgcobol/config.h.in [new file with mode: 0644]
libgcobol/configure [new file with mode: 0755]
libgcobol/configure.ac [new file with mode: 0644]
libgcobol/configure.tgt [new file with mode: 0644]
libgcobol/constants.cc [new file with mode: 0644]
libgcobol/ec.h [new file with mode: 0644]
libgcobol/exceptl.h [new file with mode: 0644]
libgcobol/gcobolio.h [new file with mode: 0644]
libgcobol/gfileio.cc [new file with mode: 0644]
libgcobol/gfileio.h [new file with mode: 0644]
libgcobol/gmath.cc [new file with mode: 0644]
libgcobol/gmath.h [new file with mode: 0644]
libgcobol/intrinsic.cc [new file with mode: 0644]
libgcobol/io.cc [new file with mode: 0644]
libgcobol/io.h [new file with mode: 0644]
libgcobol/libgcobol.cc [new file with mode: 0644]
libgcobol/libgcobol.h [new file with mode: 0644]
libgcobol/valconv.cc [new file with mode: 0644]
libgcobol/valconv.h [new file with mode: 0644]