]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/m2/gm2-libs/README.texi
Update copyright years.
[thirdparty/gcc.git] / gcc / m2 / gm2-libs / README.texi
CommitLineData
1eee94d3 1@c README.texi describes the pim libraries.
83ffe9cd 2@c Copyright @copyright{} 2000-2023 Free Software Foundation, Inc.
1eee94d3
GM
3@c
4@c This is part of the GM2 manual.
5@c For copying conditions, see the file gcc/doc/include/fdl.texi.
6
7These are the base libraries for the GNU Modula-2 compiler. These
8modules originally came from the M2F compiler and have been cleaned up
9and extended. They provide a basic interface to the underlying
10operating system via libc. They also include a number of libraries to
11allow access to compiler built-ins. Perhaps the largest difference to
12PIM and ISO libraries is the @code{DynamicString} module which
13declares the type @code{String}. The heavy use of this opaque data
14type results in a number of equivalent modules that can either handle
15@code{ARRAY OF CHAR} or @code{String}.
16
17These modules have been extensively tested and are used throughout
18building the GNU Modula-2 compiler.