public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/segher/heads/gm2)] Add missing m2/ dir.
@ 2021-06-19 13:32 Segher Boessenkool
  0 siblings, 0 replies; only message in thread
From: Segher Boessenkool @ 2021-06-19 13:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6996fabdb007df799ff6edd55f2c397f1d4be016

commit 6996fabdb007df799ff6edd55f2c397f1d4be016
Author: Segher Boessenkool <segher@kernel.crashing.org>
Date:   Fri Jun 18 13:49:02 2021 +0000

    Add missing m2/ dir.

Diff:
---
 gcc/m2/COPYING.FDL                                 |   397 +
 gcc/m2/COPYING.RUNTIME                             |    73 +
 gcc/m2/COPYING3                                    |   675 +
 gcc/m2/COPYING3.LIB                                |   165 +
 gcc/m2/ChangeLog                                   |   975 +
 gcc/m2/ChangeLog-2001                              |    68 +
 gcc/m2/ChangeLog-2002                              |    59 +
 gcc/m2/ChangeLog-2003                              |   284 +
 gcc/m2/ChangeLog-2004                              |   396 +
 gcc/m2/ChangeLog-2005                              |   535 +
 gcc/m2/ChangeLog-2006                              |   388 +
 gcc/m2/ChangeLog-2007                              |   378 +
 gcc/m2/ChangeLog-2008                              |  1994 ++
 gcc/m2/ChangeLog-2009                              |  1720 ++
 gcc/m2/ChangeLog-2010                              |  3680 +++
 gcc/m2/ChangeLog-2011                              |   493 +
 gcc/m2/ChangeLog-2012                              |   310 +
 gcc/m2/ChangeLog-2013                              |   810 +
 gcc/m2/ChangeLog-2014                              |   936 +
 gcc/m2/ChangeLog-2015                              |   601 +
 gcc/m2/ChangeLog-2016                              |  1352 +
 gcc/m2/ChangeLog-2017                              |  1077 +
 gcc/m2/ChangeLog-2018                              |   607 +
 gcc/m2/ChangeLog-2019                              |  4638 ++++
 gcc/m2/ChangeLog-2020                              |  1707 ++
 gcc/m2/Make-lang.in                                |  2284 ++
 gcc/m2/Make-lang.in-                               |  2273 ++
 gcc/m2/NEWS                                        |   231 +
 gcc/m2/README                                      |    35 +
 gcc/m2/aclocal.m4                                  |    12 +
 gcc/m2/bnf/README                                  |     2 +
 gcc/m2/bnf/gm2l.bnf                                |  1371 +
 gcc/m2/bnf/gm2m.bnf                                |  2402 ++
 gcc/m2/bnf/m2-1.bnf                                |  1031 +
 gcc/m2/bnf/m2-2.bnf                                |  1184 +
 gcc/m2/bnf/m2-3.bnf                                |  1653 ++
 gcc/m2/bnf/m2-c.bnf                                |  1237 +
 gcc/m2/bnf/m2-h.bnf                                |  1245 +
 gcc/m2/bnf/m2.bnf                                  |   868 +
 gcc/m2/bnf/mc-1.bnf                                |  1099 +
 gcc/m2/bnf/mc-2.bnf                                |  1134 +
 gcc/m2/bnf/mc-3.bnf                                |  1290 +
 gcc/m2/bnf/mc-4.bnf                                |  1265 +
 gcc/m2/bnf/mc-5.bnf                                |  1566 ++
 gcc/m2/config-lang.in                              |    85 +
 gcc/m2/config-make.in                              |     2 +
 gcc/m2/configure                                   |  4842 ++++
 gcc/m2/configure.ac                                |    50 +
 gcc/m2/el/gm2-mode.el                              |  2501 ++
 gcc/m2/gm2-compiler/CLexBuf.def                    |   264 +
 gcc/m2/gm2-compiler/CLexBuf.mod                    |  1033 +
 gcc/m2/gm2-compiler/FifoQueue.def                  |   103 +
 gcc/m2/gm2-compiler/FifoQueue.mod                  |   170 +
 gcc/m2/gm2-compiler/Lists.def                      |   128 +
 gcc/m2/gm2-compiler/Lists.mod                      |   341 +
 gcc/m2/gm2-compiler/M2ALU.def                      |   989 +
 gcc/m2/gm2-compiler/M2ALU.mod                      |  5260 ++++
 gcc/m2/gm2-compiler/M2AsmUtil.def                  |   114 +
 gcc/m2/gm2-compiler/M2AsmUtil.mod                  |   326 +
 gcc/m2/gm2-compiler/M2Base.def                     |   403 +
 gcc/m2/gm2-compiler/M2Base.mod                     |  2632 ++
 gcc/m2/gm2-compiler/M2BasicBlock.def               |    87 +
 gcc/m2/gm2-compiler/M2BasicBlock.mod               |   350 +
 gcc/m2/gm2-compiler/M2Batch.def                    |   180 +
 gcc/m2/gm2-compiler/M2Batch.mod                    |   467 +
 gcc/m2/gm2-compiler/M2Bitset.def                   |    54 +
 gcc/m2/gm2-compiler/M2Bitset.mod                   |    89 +
 gcc/m2/gm2-compiler/M2CaseList.def                 |   123 +
 gcc/m2/gm2-compiler/M2CaseList.mod                 |   935 +
 gcc/m2/gm2-compiler/M2Check.def                    |    66 +
 gcc/m2/gm2-compiler/M2Check.mod                    |  1501 ++
 gcc/m2/gm2-compiler/M2Code.def                     |    54 +
 gcc/m2/gm2-compiler/M2Code.mod                     |   522 +
 gcc/m2/gm2-compiler/M2ColorString.def              |   142 +
 gcc/m2/gm2-compiler/M2ColorString.mod              |   218 +
 gcc/m2/gm2-compiler/M2Comp.def                     |    70 +
 gcc/m2/gm2-compiler/M2Comp.mod                     |   616 +
 gcc/m2/gm2-compiler/M2Configure.def                |    73 +
 gcc/m2/gm2-compiler/M2Configure.mod                |    24 +
 gcc/m2/gm2-compiler/M2Const.def                    |    39 +
 gcc/m2/gm2-compiler/M2Const.mod                    |   501 +
 gcc/m2/gm2-compiler/M2Debug.def                    |    49 +
 gcc/m2/gm2-compiler/M2Debug.mod                    |    57 +
 gcc/m2/gm2-compiler/M2DebugStack.def               |    51 +
 gcc/m2/gm2-compiler/M2DebugStack.mod               |   884 +
 gcc/m2/gm2-compiler/M2Defaults.def                 |    54 +
 gcc/m2/gm2-compiler/M2Defaults.mod                 |    64 +
 gcc/m2/gm2-compiler/M2Depth.def                    |    52 +
 gcc/m2/gm2-compiler/M2Depth.mod                    |   498 +
 gcc/m2/gm2-compiler/M2DriverOptions.def            |    43 +
 gcc/m2/gm2-compiler/M2DriverOptions.mod            |    95 +
 gcc/m2/gm2-compiler/M2Emit.def                     |    59 +
 gcc/m2/gm2-compiler/M2Emit.mod                     |    82 +
 gcc/m2/gm2-compiler/M2Error.def                    |   221 +
 gcc/m2/gm2-compiler/M2Error.mod                    |   792 +
 gcc/m2/gm2-compiler/M2EvalSym.def                  |    42 +
 gcc/m2/gm2-compiler/M2FileName.def                 |    74 +
 gcc/m2/gm2-compiler/M2FileName.mod                 |   106 +
 gcc/m2/gm2-compiler/M2GCCDeclare.def               |   235 +
 gcc/m2/gm2-compiler/M2GCCDeclare.mod               |  6259 +++++
 gcc/m2/gm2-compiler/M2GenGCC.def                   |   103 +
 gcc/m2/gm2-compiler/M2GenGCC.mod                   |  7395 ++++++
 gcc/m2/gm2-compiler/M2Lex.def                      |   106 +
 gcc/m2/gm2-compiler/M2Lex.mod                      |   418 +
 gcc/m2/gm2-compiler/M2LexBuf.def                   |   263 +
 gcc/m2/gm2-compiler/M2LexBuf.mod                   |  1084 +
 gcc/m2/gm2-compiler/M2MetaError.def                |   179 +
 gcc/m2/gm2-compiler/M2MetaError.mod                |  2119 ++
 gcc/m2/gm2-compiler/M2Optimize.def                 |    59 +
 gcc/m2/gm2-compiler/M2Optimize.mod                 |   519 +
 gcc/m2/gm2-compiler/M2Options.def                  |   666 +
 gcc/m2/gm2-compiler/M2Options.mod                  |  1049 +
 gcc/m2/gm2-compiler/M2Pass.def                     |   178 +
 gcc/m2/gm2-compiler/M2Pass.mod                     |   246 +
 gcc/m2/gm2-compiler/M2Preprocess.def               |    51 +
 gcc/m2/gm2-compiler/M2Preprocess.mod               |   132 +
 gcc/m2/gm2-compiler/M2Printf.def                   |    66 +
 gcc/m2/gm2-compiler/M2Printf.mod                   |   312 +
 gcc/m2/gm2-compiler/M2Quads.def                    |  2620 ++
 gcc/m2/gm2-compiler/M2Quads.mod                    | 14396 ++++++++++
 gcc/m2/gm2-compiler/M2Quiet.def                    |    46 +
 gcc/m2/gm2-compiler/M2Quiet.mod                    |    74 +
 gcc/m2/gm2-compiler/M2Range.def                    |   417 +
 gcc/m2/gm2-compiler/M2Range.mod                    |  3489 +++
 gcc/m2/gm2-compiler/M2Reserved.def                 |   128 +
 gcc/m2/gm2-compiler/M2Reserved.mod                 |   358 +
 gcc/m2/gm2-compiler/M2SSA.def                      |    27 +
 gcc/m2/gm2-compiler/M2SSA.mod                      |   174 +
 gcc/m2/gm2-compiler/M2Scope.def                    |    65 +
 gcc/m2/gm2-compiler/M2Scope.mod                    |   360 +
 gcc/m2/gm2-compiler/M2Search.def                   |   115 +
 gcc/m2/gm2-compiler/M2Search.mod                   |   299 +
 gcc/m2/gm2-compiler/M2Size.def                     |    46 +
 gcc/m2/gm2-compiler/M2Size.mod                     |    52 +
 gcc/m2/gm2-compiler/M2StackAddress.def             |    99 +
 gcc/m2/gm2-compiler/M2StackAddress.mod             |   288 +
 gcc/m2/gm2-compiler/M2StackWord.def                |    99 +
 gcc/m2/gm2-compiler/M2StackWord.mod                |   290 +
 gcc/m2/gm2-compiler/M2Students.def                 |    54 +
 gcc/m2/gm2-compiler/M2Students.mod                 |   256 +
 gcc/m2/gm2-compiler/M2Swig.def                     |    44 +
 gcc/m2/gm2-compiler/M2Swig.mod                     |   985 +
 gcc/m2/gm2-compiler/M2System.def                   |   253 +
 gcc/m2/gm2-compiler/M2System.mod                   |   795 +
 gcc/m2/gm2-compiler/M2Version.def                  |    70 +
 gcc/m2/gm2-compiler/NameKey.def                    |   122 +
 gcc/m2/gm2-compiler/NameKey.mod                    |   417 +
 gcc/m2/gm2-compiler/ObjectFiles.def                |    71 +
 gcc/m2/gm2-compiler/ObjectFiles.mod                |   171 +
 gcc/m2/gm2-compiler/P0SymBuild.def                 |   134 +
 gcc/m2/gm2-compiler/P0SymBuild.mod                 |   723 +
 gcc/m2/gm2-compiler/P0SyntaxCheck.def              |    44 +
 gcc/m2/gm2-compiler/P1Build.def                    |    44 +
 gcc/m2/gm2-compiler/P1SymBuild.def                 |   530 +
 gcc/m2/gm2-compiler/P1SymBuild.mod                 |  1097 +
 gcc/m2/gm2-compiler/P2Build.def                    |    43 +
 gcc/m2/gm2-compiler/P2SymBuild.def                 |  1286 +
 gcc/m2/gm2-compiler/P2SymBuild.mod                 |  3008 +++
 gcc/m2/gm2-compiler/P3Build.def                    |    43 +
 gcc/m2/gm2-compiler/P3SymBuild.def                 |   395 +
 gcc/m2/gm2-compiler/P3SymBuild.mod                 |   679 +
 gcc/m2/gm2-compiler/PCBuild.def                    |    44 +
 gcc/m2/gm2-compiler/PCSymBuild.def                 |   497 +
 gcc/m2/gm2-compiler/PCSymBuild.mod                 |  2286 ++
 gcc/m2/gm2-compiler/PHBuild.def                    |    44 +
 gcc/m2/gm2-compiler/README                         |     1 +
 gcc/m2/gm2-compiler/Sets.def                       |   104 +
 gcc/m2/gm2-compiler/Sets.mod                       |   319 +
 gcc/m2/gm2-compiler/SymbolConversion.def           |    87 +
 gcc/m2/gm2-compiler/SymbolConversion.mod           |   247 +
 gcc/m2/gm2-compiler/SymbolKey.def                  |   121 +
 gcc/m2/gm2-compiler/SymbolKey.mod                  |   338 +
 gcc/m2/gm2-compiler/SymbolTable.def                |  3197 +++
 gcc/m2/gm2-compiler/SymbolTable.mod                | 13298 ++++++++++
 gcc/m2/gm2-compiler/bnflex.def                     |   156 +
 gcc/m2/gm2-compiler/bnflex.mod                     |   417 +
 gcc/m2/gm2-compiler/cflex.def                      |    98 +
 gcc/m2/gm2-compiler/gm2.mod                        |    52 +
 gcc/m2/gm2-compiler/gm2lcc.mod                     |   842 +
 gcc/m2/gm2-compiler/gm2lgen.mod                    |   424 +
 gcc/m2/gm2-compiler/gm2lorder.mod                  |   271 +
 gcc/m2/gm2-compiler/m2flex.def                     |   101 +
 gcc/m2/gm2-compiler/ppg.mod                        |  5445 ++++
 gcc/m2/gm2-gcc/README                              |     5 +
 gcc/m2/gm2-gcc/dynamicstrings.h                    |    38 +
 gcc/m2/gm2-gcc/gcc-consolidation.h                 |    97 +
 gcc/m2/gm2-gcc/init.c                              |   196 +
 gcc/m2/gm2-gcc/init.def                            |    43 +
 gcc/m2/gm2-gcc/init.h                              |    35 +
 gcc/m2/gm2-gcc/m2assert.c                          |    41 +
 gcc/m2/gm2-gcc/m2assert.h                          |    68 +
 gcc/m2/gm2-gcc/m2block.c                           |   783 +
 gcc/m2/gm2-gcc/m2block.def                         |   225 +
 gcc/m2/gm2-gcc/m2block.h                           |    78 +
 gcc/m2/gm2-gcc/m2builtins.c                        |  1330 +
 gcc/m2/gm2-gcc/m2builtins.def                      |   121 +
 gcc/m2/gm2-gcc/m2builtins.h                        |    56 +
 gcc/m2/gm2-gcc/m2color.c                           |    48 +
 gcc/m2/gm2-gcc/m2color.def                         |    42 +
 gcc/m2/gm2-gcc/m2color.h                           |    47 +
 gcc/m2/gm2-gcc/m2convert.c                         |   659 +
 gcc/m2/gm2-gcc/m2convert.def                       |    98 +
 gcc/m2/gm2-gcc/m2convert.h                         |    54 +
 gcc/m2/gm2-gcc/m2decl.c                            |   388 +
 gcc/m2/gm2-gcc/m2decl.def                          |   171 +
 gcc/m2/gm2-gcc/m2decl.h                            |    72 +
 gcc/m2/gm2-gcc/m2except.c                          |   646 +
 gcc/m2/gm2-gcc/m2except.def                        |    79 +
 gcc/m2/gm2-gcc/m2except.h                          |    70 +
 gcc/m2/gm2-gcc/m2expr.c                            |  4272 +++
 gcc/m2/gm2-gcc/m2expr.def                          |   700 +
 gcc/m2/gm2-gcc/m2expr.h                            |   243 +
 gcc/m2/gm2-gcc/m2linemap.c                         |   257 +
 gcc/m2/gm2-gcc/m2linemap.def                       |    61 +
 gcc/m2/gm2-gcc/m2linemap.h                         |    72 +
 gcc/m2/gm2-gcc/m2misc.c                            |    56 +
 gcc/m2/gm2-gcc/m2misc.def                          |    29 +
 gcc/m2/gm2-gcc/m2misc.h                            |    44 +
 gcc/m2/gm2-gcc/m2options.h                         |   113 +
 gcc/m2/gm2-gcc/m2range.h                           |    40 +
 gcc/m2/gm2-gcc/m2search.h                          |    35 +
 gcc/m2/gm2-gcc/m2statement.c                       |  1011 +
 gcc/m2/gm2-gcc/m2statement.def                     |   307 +
 gcc/m2/gm2-gcc/m2statement.h                       |   109 +
 gcc/m2/gm2-gcc/m2top.c                             |    65 +
 gcc/m2/gm2-gcc/m2top.def                           |    46 +
 gcc/m2/gm2-gcc/m2top.h                             |    44 +
 gcc/m2/gm2-gcc/m2tree.c                            |   132 +
 gcc/m2/gm2-gcc/m2tree.def                          |    41 +
 gcc/m2/gm2-gcc/m2tree.h                            |    58 +
 gcc/m2/gm2-gcc/m2treelib.c                         |   430 +
 gcc/m2/gm2-gcc/m2treelib.def                       |   109 +
 gcc/m2/gm2-gcc/m2treelib.h                         |    66 +
 gcc/m2/gm2-gcc/m2type.c                            |  3104 +++
 gcc/m2/gm2-gcc/m2type.def                          |   986 +
 gcc/m2/gm2-gcc/m2type.h                            |   222 +
 gcc/m2/gm2-gcc/rtegraph.c                          |   526 +
 gcc/m2/gm2-gcc/rtegraph.h                          |    42 +
 gcc/m2/gm2-ici/M2Emit.mod                          |   179 +
 gcc/m2/gm2-ici/README                              |     3 +
 gcc/m2/gm2-ici/m2linemap.c                         |    30 +
 gcc/m2/gm2-internals.texi                          |  1067 +
 gcc/m2/gm2-lang.c                                  |   939 +
 gcc/m2/gm2-lang.h                                  |    56 +
 gcc/m2/gm2-libiberty/README                        |     2 +
 gcc/m2/gm2-libiberty/choosetemp.def                |    34 +
 gcc/m2/gm2-libiberty/pexecute.def                  |    82 +
 gcc/m2/gm2-libs-ch/README                          |     3 +
 gcc/m2/gm2-libs-ch/RTcodummy.c                     |   128 +
 gcc/m2/gm2-libs-ch/RTintdummy.c                    |    43 +
 gcc/m2/gm2-libs-ch/Selective.c                     |   231 +
 gcc/m2/gm2-libs-ch/SysExceptions.c                 |   242 +
 gcc/m2/gm2-libs-ch/UnixArgs.c                      |    40 +
 gcc/m2/gm2-libs-ch/choosetemp.c                    |    51 +
 gcc/m2/gm2-libs-ch/dtoa.c                          |   176 +
 gcc/m2/gm2-libs-ch/errno.c                         |    51 +
 gcc/m2/gm2-libs-ch/getopt.c                        |   153 +
 gcc/m2/gm2-libs-ch/host.c                          |    56 +
 gcc/m2/gm2-libs-ch/ldtoa.c                         |   106 +
 gcc/m2/gm2-libs-ch/pthdummy.c                      |    50 +
 gcc/m2/gm2-libs-ch/termios.c                       |  1928 ++
 gcc/m2/gm2-libs-ch/tools.c                         |    35 +
 gcc/m2/gm2-libs-ch/wrapc.c                         |   234 +
 gcc/m2/gm2-libs-ch/xlibc.c                         |    40 +
 gcc/m2/gm2-libs-coroutines/Debug.def               |    79 +
 gcc/m2/gm2-libs-coroutines/Debug.mod               |   180 +
 gcc/m2/gm2-libs-coroutines/Executive.def           |   152 +
 gcc/m2/gm2-libs-coroutines/Executive.mod           |   962 +
 gcc/m2/gm2-libs-coroutines/KeyBoardLEDs.def        |    63 +
 gcc/m2/gm2-libs-coroutines/README.texi             |    48 +
 gcc/m2/gm2-libs-coroutines/SYSTEM.def              |   262 +
 gcc/m2/gm2-libs-coroutines/SYSTEM.mod              |   484 +
 gcc/m2/gm2-libs-coroutines/TimerHandler.def        |   102 +
 gcc/m2/gm2-libs-coroutines/TimerHandler.mod        |   758 +
 gcc/m2/gm2-libs-iso/COROUTINES.def                 |   112 +
 gcc/m2/gm2-libs-iso/COROUTINES.mod                 |   602 +
 gcc/m2/gm2-libs-iso/ChanConsts.def                 |    64 +
 gcc/m2/gm2-libs-iso/ChanConsts.h                   |    47 +
 gcc/m2/gm2-libs-iso/ChanConsts.mod                 |    29 +
 gcc/m2/gm2-libs-iso/CharClass.def                  |    35 +
 gcc/m2/gm2-libs-iso/CharClass.mod                  |    81 +
 gcc/m2/gm2-libs-iso/ClientSocket.def               |    59 +
 gcc/m2/gm2-libs-iso/ClientSocket.mod               |   468 +
 gcc/m2/gm2-libs-iso/ComplexMath.def                |    73 +
 gcc/m2/gm2-libs-iso/ComplexMath.mod                |   164 +
 gcc/m2/gm2-libs-iso/ConvStringLong.def             |    60 +
 gcc/m2/gm2-libs-iso/ConvStringLong.mod             |   292 +
 gcc/m2/gm2-libs-iso/ConvStringReal.def             |    60 +
 gcc/m2/gm2-libs-iso/ConvStringReal.mod             |   299 +
 gcc/m2/gm2-libs-iso/ConvTypes.def                  |    37 +
 gcc/m2/gm2-libs-iso/ConvTypes.mod                  |    29 +
 gcc/m2/gm2-libs-iso/EXCEPTIONS.def                 |    58 +
 gcc/m2/gm2-libs-iso/EXCEPTIONS.mod                 |   138 +
 gcc/m2/gm2-libs-iso/ErrnoCategory.c                |   138 +
 gcc/m2/gm2-libs-iso/ErrnoCategory.def              |    74 +
 gcc/m2/gm2-libs-iso/GeneralUserExceptions.def      |    36 +
 gcc/m2/gm2-libs-iso/GeneralUserExceptions.mod      |    87 +
 gcc/m2/gm2-libs-iso/IOChan.def                     |   177 +
 gcc/m2/gm2-libs-iso/IOChan.mod                     |   550 +
 gcc/m2/gm2-libs-iso/IOConsts.def                   |    28 +
 gcc/m2/gm2-libs-iso/IOConsts.mod                   |    29 +
 gcc/m2/gm2-libs-iso/IOLink.def                     |   142 +
 gcc/m2/gm2-libs-iso/IOLink.mod                     |   373 +
 gcc/m2/gm2-libs-iso/IOResult.def                   |    37 +
 gcc/m2/gm2-libs-iso/IOResult.mod                   |    37 +
 gcc/m2/gm2-libs-iso/LongComplexMath.def            |    73 +
 gcc/m2/gm2-libs-iso/LongComplexMath.mod            |   164 +
 gcc/m2/gm2-libs-iso/LongConv.def                   |    61 +
 gcc/m2/gm2-libs-iso/LongConv.mod                   |   350 +
 gcc/m2/gm2-libs-iso/LongIO.def                     |    68 +
 gcc/m2/gm2-libs-iso/LongIO.mod                     |   172 +
 gcc/m2/gm2-libs-iso/LongMath.def                   |    62 +
 gcc/m2/gm2-libs-iso/LongMath.mod                   |   110 +
 gcc/m2/gm2-libs-iso/LongStr.def                    |    73 +
 gcc/m2/gm2-libs-iso/LongStr.mod                    |   150 +
 gcc/m2/gm2-libs-iso/LongWholeIO.def                |    69 +
 gcc/m2/gm2-libs-iso/LongWholeIO.mod                |   175 +
 gcc/m2/gm2-libs-iso/LowLong.def                    |    85 +
 gcc/m2/gm2-libs-iso/LowLong.mod                    |   299 +
 gcc/m2/gm2-libs-iso/LowReal.def                    |    85 +
 gcc/m2/gm2-libs-iso/LowReal.mod                    |   299 +
 gcc/m2/gm2-libs-iso/LowShort.def                   |    99 +
 gcc/m2/gm2-libs-iso/LowShort.mod                   |   299 +
 gcc/m2/gm2-libs-iso/M2EXCEPTION.def                |    35 +
 gcc/m2/gm2-libs-iso/M2EXCEPTION.mod                |    62 +
 gcc/m2/gm2-libs-iso/M2RTS.def                      |   170 +
 gcc/m2/gm2-libs-iso/M2RTS.mod                      |   492 +
 gcc/m2/gm2-libs-iso/MemStream.def                  |   120 +
 gcc/m2/gm2-libs-iso/MemStream.mod                  |   748 +
 gcc/m2/gm2-libs-iso/Preemptive.def                 |    38 +
 gcc/m2/gm2-libs-iso/Preemptive.mod                 |   125 +
 gcc/m2/gm2-libs-iso/Processes.def                  |   159 +
 gcc/m2/gm2-libs-iso/Processes.mod                  |   730 +
 gcc/m2/gm2-libs-iso/ProgramArgs.def                |    39 +
 gcc/m2/gm2-libs-iso/ProgramArgs.mod                |   481 +
 gcc/m2/gm2-libs-iso/README.texi                    |    79 +
 gcc/m2/gm2-libs-iso/RTco.def                       |    76 +
 gcc/m2/gm2-libs-iso/RTdata.def                     |    79 +
 gcc/m2/gm2-libs-iso/RTdata.mod                     |   167 +
 gcc/m2/gm2-libs-iso/RTentity.def                   |    58 +
 gcc/m2/gm2-libs-iso/RTentity.mod                   |   283 +
 gcc/m2/gm2-libs-iso/RTfio.def                      |   123 +
 gcc/m2/gm2-libs-iso/RTfio.mod                      |   178 +
 gcc/m2/gm2-libs-iso/RTgen.def                      |   129 +
 gcc/m2/gm2-libs-iso/RTgen.mod                      |   483 +
 gcc/m2/gm2-libs-iso/RTgenif.def                    |   159 +
 gcc/m2/gm2-libs-iso/RTgenif.mod                    |   200 +
 gcc/m2/gm2-libs-iso/RTio.def                       |   110 +
 gcc/m2/gm2-libs-iso/RTio.mod                       |   133 +
 gcc/m2/gm2-libs-iso/RandomNumber.def               |   131 +
 gcc/m2/gm2-libs-iso/RandomNumber.mod               |   200 +
 gcc/m2/gm2-libs-iso/RawIO.def                      |    32 +
 gcc/m2/gm2-libs-iso/RawIO.mod                      |   108 +
 gcc/m2/gm2-libs-iso/RealConv.def                   |    61 +
 gcc/m2/gm2-libs-iso/RealConv.mod                   |   349 +
 gcc/m2/gm2-libs-iso/RealIO.def                     |    67 +
 gcc/m2/gm2-libs-iso/RealIO.mod                     |   172 +
 gcc/m2/gm2-libs-iso/RealMath.def                   |    62 +
 gcc/m2/gm2-libs-iso/RealMath.mod                   |   109 +
 gcc/m2/gm2-libs-iso/RealStr.def                    |    73 +
 gcc/m2/gm2-libs-iso/RealStr.mod                    |   150 +
 gcc/m2/gm2-libs-iso/RndFile.def                    |   116 +
 gcc/m2/gm2-libs-iso/RndFile.mod                    |   511 +
 gcc/m2/gm2-libs-iso/SIOResult.def                  |    37 +
 gcc/m2/gm2-libs-iso/SIOResult.mod                  |    37 +
 gcc/m2/gm2-libs-iso/SLongIO.def                    |    65 +
 gcc/m2/gm2-libs-iso/SLongIO.mod                    |    93 +
 gcc/m2/gm2-libs-iso/SLongWholeIO.def               |    67 +
 gcc/m2/gm2-libs-iso/SLongWholeIO.mod               |    78 +
 gcc/m2/gm2-libs-iso/SRawIO.def                     |    31 +
 gcc/m2/gm2-libs-iso/SRawIO.mod                     |    55 +
 gcc/m2/gm2-libs-iso/SRealIO.def                    |    62 +
 gcc/m2/gm2-libs-iso/SRealIO.mod                    |    93 +
 gcc/m2/gm2-libs-iso/SShortIO.def                   |    80 +
 gcc/m2/gm2-libs-iso/SShortIO.mod                   |    93 +
 gcc/m2/gm2-libs-iso/SShortWholeIO.def              |    67 +
 gcc/m2/gm2-libs-iso/SShortWholeIO.mod              |    78 +
 gcc/m2/gm2-libs-iso/STextIO.def                    |    65 +
 gcc/m2/gm2-libs-iso/STextIO.mod                    |   118 +
 gcc/m2/gm2-libs-iso/SWholeIO.def                   |    52 +
 gcc/m2/gm2-libs-iso/SWholeIO.mod                   |    78 +
 gcc/m2/gm2-libs-iso/SYSTEM.def                     |   220 +
 gcc/m2/gm2-libs-iso/SYSTEM.mod                     |   273 +
 gcc/m2/gm2-libs-iso/Semaphores.def                 |    51 +
 gcc/m2/gm2-libs-iso/Semaphores.mod                 |   287 +
 gcc/m2/gm2-libs-iso/SeqFile.def                    |   115 +
 gcc/m2/gm2-libs-iso/SeqFile.mod                    |   455 +
 gcc/m2/gm2-libs-iso/ServerSocket.def               |    84 +
 gcc/m2/gm2-libs-iso/ServerSocket.mod               |    83 +
 gcc/m2/gm2-libs-iso/ShortComplexMath.def           |    88 +
 gcc/m2/gm2-libs-iso/ShortComplexMath.mod           |   164 +
 gcc/m2/gm2-libs-iso/ShortIO.def                    |    82 +
 gcc/m2/gm2-libs-iso/ShortIO.mod                    |   105 +
 gcc/m2/gm2-libs-iso/ShortWholeIO.def               |    69 +
 gcc/m2/gm2-libs-iso/ShortWholeIO.mod               |   175 +
 gcc/m2/gm2-libs-iso/SimpleCipher.def               |    60 +
 gcc/m2/gm2-libs-iso/SimpleCipher.mod               |   452 +
 gcc/m2/gm2-libs-iso/StdChans.def                   |    67 +
 gcc/m2/gm2-libs-iso/StdChans.mod                   |   312 +
 gcc/m2/gm2-libs-iso/Storage.def                    |    57 +
 gcc/m2/gm2-libs-iso/Storage.mod                    |   152 +
 gcc/m2/gm2-libs-iso/StreamFile.def                 |    56 +
 gcc/m2/gm2-libs-iso/StreamFile.mod                 |   290 +
 gcc/m2/gm2-libs-iso/StringChan.def                 |    65 +
 gcc/m2/gm2-libs-iso/StringChan.mod                 |    76 +
 gcc/m2/gm2-libs-iso/Strings.def                    |   157 +
 gcc/m2/gm2-libs-iso/Strings.mod                    |   524 +
 gcc/m2/gm2-libs-iso/SysClock.def                   |    61 +
 gcc/m2/gm2-libs-iso/SysClock.mod                   |   277 +
 gcc/m2/gm2-libs-iso/TERMINATION.def                |    22 +
 gcc/m2/gm2-libs-iso/TERMINATION.mod                |    53 +
 gcc/m2/gm2-libs-iso/TermFile.def                   |    68 +
 gcc/m2/gm2-libs-iso/TermFile.mod                   |   639 +
 gcc/m2/gm2-libs-iso/TextIO.def                     |    74 +
 gcc/m2/gm2-libs-iso/TextIO.mod                     |   243 +
 gcc/m2/gm2-libs-iso/WholeConv.def                  |    73 +
 gcc/m2/gm2-libs-iso/WholeConv.mod                  |   374 +
 gcc/m2/gm2-libs-iso/WholeIO.def                    |    54 +
 gcc/m2/gm2-libs-iso/WholeIO.mod                    |   175 +
 gcc/m2/gm2-libs-iso/WholeStr.def                   |    56 +
 gcc/m2/gm2-libs-iso/WholeStr.mod                   |    99 +
 gcc/m2/gm2-libs-iso/wrapsock.c                     |   260 +
 gcc/m2/gm2-libs-iso/wrapsock.def                   |   125 +
 gcc/m2/gm2-libs-iso/wraptime.c                     |   292 +
 gcc/m2/gm2-libs-iso/wraptime.def                   |   207 +
 gcc/m2/gm2-libs-min/M2RTS.def                      |    46 +
 gcc/m2/gm2-libs-min/M2RTS.mod                      |    56 +
 gcc/m2/gm2-libs-min/SYSTEM.def                     |    45 +
 gcc/m2/gm2-libs-min/SYSTEM.mod                     |    29 +
 gcc/m2/gm2-libs-min/libc.c                         |    36 +
 gcc/m2/gm2-libs-min/libc.def                       |    35 +
 gcc/m2/gm2-libs-pim/BitBlockOps.def                |   132 +
 gcc/m2/gm2-libs-pim/BitBlockOps.mod                |   303 +
 gcc/m2/gm2-libs-pim/BitByteOps.def                 |   143 +
 gcc/m2/gm2-libs-pim/BitByteOps.mod                 |   227 +
 gcc/m2/gm2-libs-pim/BitWordOps.def                 |   143 +
 gcc/m2/gm2-libs-pim/BitWordOps.mod                 |   252 +
 gcc/m2/gm2-libs-pim/BlockOps.def                   |    90 +
 gcc/m2/gm2-libs-pim/BlockOps.mod                   |   193 +
 gcc/m2/gm2-libs-pim/Break.c                        |   128 +
 gcc/m2/gm2-libs-pim/Break.def                      |    65 +
 gcc/m2/gm2-libs-pim/CardinalIO.def                 |   146 +
 gcc/m2/gm2-libs-pim/CardinalIO.mod                 |   257 +
 gcc/m2/gm2-libs-pim/Conversions.def                |    55 +
 gcc/m2/gm2-libs-pim/Conversions.mod                |   126 +
 gcc/m2/gm2-libs-pim/DebugPMD.def                   |    29 +
 gcc/m2/gm2-libs-pim/DebugPMD.mod                   |    29 +
 gcc/m2/gm2-libs-pim/DebugTrace.def                 |    29 +
 gcc/m2/gm2-libs-pim/DebugTrace.mod                 |    29 +
 gcc/m2/gm2-libs-pim/Delay.def                      |    39 +
 gcc/m2/gm2-libs-pim/Delay.mod                      |    43 +
 gcc/m2/gm2-libs-pim/Display.def                    |    41 +
 gcc/m2/gm2-libs-pim/Display.mod                    |    54 +
 gcc/m2/gm2-libs-pim/ErrorCode.def                  |    56 +
 gcc/m2/gm2-libs-pim/ErrorCode.mod                  |    71 +
 gcc/m2/gm2-libs-pim/FileSystem.def                 |   275 +
 gcc/m2/gm2-libs-pim/FileSystem.mod                 |   658 +
 gcc/m2/gm2-libs-pim/FloatingUtilities.def          |   105 +
 gcc/m2/gm2-libs-pim/FloatingUtilities.mod          |   153 +
 gcc/m2/gm2-libs-pim/InOut.def                      |   190 +
 gcc/m2/gm2-libs-pim/InOut.mod                      |   434 +
 gcc/m2/gm2-libs-pim/Keyboard.def                   |    48 +
 gcc/m2/gm2-libs-pim/Keyboard.mod                   |    74 +
 gcc/m2/gm2-libs-pim/LongIO.def                     |    38 +
 gcc/m2/gm2-libs-pim/LongIO.mod                     |    65 +
 gcc/m2/gm2-libs-pim/NumberConversion.def           |    31 +
 gcc/m2/gm2-libs-pim/NumberConversion.mod           |    31 +
 gcc/m2/gm2-libs-pim/README.texi                    |    44 +
 gcc/m2/gm2-libs-pim/Random.def                     |    83 +
 gcc/m2/gm2-libs-pim/Random.mod                     |   133 +
 gcc/m2/gm2-libs-pim/RealConversions.def            |   135 +
 gcc/m2/gm2-libs-pim/RealConversions.mod            |   467 +
 gcc/m2/gm2-libs-pim/RealInOut.def                  |   124 +
 gcc/m2/gm2-libs-pim/RealInOut.mod                  |   248 +
 gcc/m2/gm2-libs-pim/Strings.def                    |    92 +
 gcc/m2/gm2-libs-pim/Strings.mod                    |   179 +
 gcc/m2/gm2-libs-pim/Termbase.def                   |   107 +
 gcc/m2/gm2-libs-pim/Termbase.mod                   |   220 +
 gcc/m2/gm2-libs-pim/Terminal.def                   |    91 +
 gcc/m2/gm2-libs-pim/Terminal.mod                   |   142 +
 gcc/m2/gm2-libs-pim/TimeDate.def                   |    98 +
 gcc/m2/gm2-libs-pim/TimeDate.mod                   |   140 +
 gcc/m2/gm2-libs/ASCII.def                          |    54 +
 gcc/m2/gm2-libs/ASCII.mod                          |    29 +
 gcc/m2/gm2-libs/Args.def                           |    48 +
 gcc/m2/gm2-libs/Args.mod                           |    87 +
 gcc/m2/gm2-libs/Assertion.def                      |    39 +
 gcc/m2/gm2-libs/Assertion.mod                      |    46 +
 gcc/m2/gm2-libs/Break.def                          |    29 +
 gcc/m2/gm2-libs/Break.mod                          |    29 +
 gcc/m2/gm2-libs/Builtins.def                       |   229 +
 gcc/m2/gm2-libs/Builtins.mod                       |   686 +
 gcc/m2/gm2-libs/COROUTINES.def                     |    36 +
 gcc/m2/gm2-libs/COROUTINES.mod                     |    29 +
 gcc/m2/gm2-libs/CmdArgs.def                        |    49 +
 gcc/m2/gm2-libs/CmdArgs.mod                        |   224 +
 gcc/m2/gm2-libs/Debug.def                          |    61 +
 gcc/m2/gm2-libs/Debug.mod                          |   107 +
 gcc/m2/gm2-libs/DynamicStrings.def                 |   369 +
 gcc/m2/gm2-libs/DynamicStrings.mod                 |  1878 ++
 gcc/m2/gm2-libs/Environment.def                    |    40 +
 gcc/m2/gm2-libs/Environment.mod                    |    63 +
 gcc/m2/gm2-libs/FIO.def                            |   337 +
 gcc/m2/gm2-libs/FIO.mod                            |  1708 ++
 gcc/m2/gm2-libs/FormatStrings.def                  |    81 +
 gcc/m2/gm2-libs/FormatStrings.mod                  |   580 +
 gcc/m2/gm2-libs/FpuIO.def                          |    50 +
 gcc/m2/gm2-libs/FpuIO.mod                          |   190 +
 gcc/m2/gm2-libs/GetOpt.def                         |   115 +
 gcc/m2/gm2-libs/GetOpt.mod                         |   213 +
 gcc/m2/gm2-libs/IO.def                             |    85 +
 gcc/m2/gm2-libs/IO.mod                             |   365 +
 gcc/m2/gm2-libs/Indexing.def                       |   133 +
 gcc/m2/gm2-libs/Indexing.mod                       |   345 +
 gcc/m2/gm2-libs/LMathLib0.def                      |    44 +
 gcc/m2/gm2-libs/LMathLib0.mod                      |    81 +
 gcc/m2/gm2-libs/LegacyReal.def                     |    33 +
 gcc/m2/gm2-libs/LegacyReal.mod                     |    29 +
 gcc/m2/gm2-libs/M2EXCEPTION.def                    |    54 +
 gcc/m2/gm2-libs/M2EXCEPTION.mod                    |    69 +
 gcc/m2/gm2-libs/M2RTS.def                          |   171 +
 gcc/m2/gm2-libs/M2RTS.mod                          |   432 +
 gcc/m2/gm2-libs/MathLib0.def                       |    44 +
 gcc/m2/gm2-libs/MathLib0.mod                       |   161 +
 gcc/m2/gm2-libs/MemUtils.def                       |    47 +
 gcc/m2/gm2-libs/MemUtils.mod                       |    85 +
 gcc/m2/gm2-libs/NumberIO.def                       |    83 +
 gcc/m2/gm2-libs/NumberIO.mod                       |   600 +
 gcc/m2/gm2-libs/OptLib.def                         |   106 +
 gcc/m2/gm2-libs/OptLib.mod                         |   279 +
 gcc/m2/gm2-libs/PushBackInput.def                  |   135 +
 gcc/m2/gm2-libs/PushBackInput.mod                  |   307 +
 gcc/m2/gm2-libs/README.texi                        |    18 +
 gcc/m2/gm2-libs/RTExceptions.def                   |   195 +
 gcc/m2/gm2-libs/RTExceptions.mod                   |   830 +
 gcc/m2/gm2-libs/RTint.def                          |   127 +
 gcc/m2/gm2-libs/RTint.mod                          |   847 +
 gcc/m2/gm2-libs/SArgs.def                          |    51 +
 gcc/m2/gm2-libs/SArgs.mod                          |    89 +
 gcc/m2/gm2-libs/SCmdArgs.def                       |    51 +
 gcc/m2/gm2-libs/SCmdArgs.mod                       |   211 +
 gcc/m2/gm2-libs/SEnvironment.def                   |    43 +
 gcc/m2/gm2-libs/SEnvironment.mod                   |    75 +
 gcc/m2/gm2-libs/SFIO.def                           |    94 +
 gcc/m2/gm2-libs/SFIO.mod                           |   148 +
 gcc/m2/gm2-libs/SMathLib0.def                      |    44 +
 gcc/m2/gm2-libs/SMathLib0.mod                      |    81 +
 gcc/m2/gm2-libs/SYSTEM.def                         |   181 +
 gcc/m2/gm2-libs/SYSTEM.mod                         |   273 +
 gcc/m2/gm2-libs/Scan.def                           |    85 +
 gcc/m2/gm2-libs/Scan.mod                           |   420 +
 gcc/m2/gm2-libs/Selective.def                      |    72 +
 gcc/m2/gm2-libs/StdIO.def                          |   102 +
 gcc/m2/gm2-libs/StdIO.mod                          |   165 +
 gcc/m2/gm2-libs/Storage.def                        |    69 +
 gcc/m2/gm2-libs/Storage.mod                        |    57 +
 gcc/m2/gm2-libs/StrCase.def                        |    67 +
 gcc/m2/gm2-libs/StrCase.mod                        |   116 +
 gcc/m2/gm2-libs/StrIO.def                          |    57 +
 gcc/m2/gm2-libs/StrIO.mod                          |   194 +
 gcc/m2/gm2-libs/StrLib.def                         |    84 +
 gcc/m2/gm2-libs/StrLib.mod                         |   214 +
 gcc/m2/gm2-libs/StringConvert.def                  |   337 +
 gcc/m2/gm2-libs/StringConvert.mod                  |  1406 +
 gcc/m2/gm2-libs/SysExceptions.def                  |    47 +
 gcc/m2/gm2-libs/SysStorage.def                     |    81 +
 gcc/m2/gm2-libs/SysStorage.mod                     |   181 +
 gcc/m2/gm2-libs/TimeString.def                     |    40 +
 gcc/m2/gm2-libs/TimeString.mod                     |    62 +
 gcc/m2/gm2-libs/UnixArgs.def                       |    39 +
 gcc/m2/gm2-libs/cbuiltin.def                       |   208 +
 gcc/m2/gm2-libs/cgetopt.def                        |   107 +
 gcc/m2/gm2-libs/config-host                        |  5629 ++++
 gcc/m2/gm2-libs/config-host.in                     |   148 +
 gcc/m2/gm2-libs/cxxabi.def                         |    41 +
 gcc/m2/gm2-libs/dtoa.def                           |    59 +
 gcc/m2/gm2-libs/errno.def                          |    37 +
 gcc/m2/gm2-libs/gdbif.def                          |    60 +
 gcc/m2/gm2-libs/gdbif.mod                          |   109 +
 gcc/m2/gm2-libs/gm2-libs-host.h.in                 |   324 +
 gcc/m2/gm2-libs/ldtoa.def                          |    59 +
 gcc/m2/gm2-libs/libc.def                           |   461 +
 gcc/m2/gm2-libs/libm.def                           |    92 +
 gcc/m2/gm2-libs/sckt.def                           |   160 +
 gcc/m2/gm2-libs/termios.def                        |   233 +
 gcc/m2/gm2-libs/wrapc.def                          |   124 +
 gcc/m2/gm2config.h.in                              |    67 +
 gcc/m2/gm2spec.c                                   |  1510 ++
 gcc/m2/gm2version.h                                |    22 +
 gcc/m2/images/LICENSE.IMG                          |    20 +
 gcc/m2/images/gnu.eps                              |   547 +
 gcc/m2/images/gnupng                               |   Bin 0 -> 9192 bytes
 gcc/m2/init/README                                 |     3 +
 gcc/m2/init/gm2-gccinit                            |    97 +
 gcc/m2/init/gm2lccinit                             |    54 +
 gcc/m2/init/gm2lgeninit                            |    55 +
 gcc/m2/init/gm2linit                               |    66 +
 gcc/m2/init/gm2lorderinit                          |    56 +
 gcc/m2/init/gm2minit                               |    63 +
 gcc/m2/init/mcinit                                 |   136 +
 gcc/m2/init/ppginit                                |    51 +
 gcc/m2/lang-options.h                              |   186 +
 gcc/m2/lang-specs.h                                |    47 +
 gcc/m2/lang.opt                                    |   357 +
 gcc/m2/m2-link-support.h                           |   184 +
 gcc/m2/m2-tree.def                                 |    24 +
 gcc/m2/m2-tree.h                                   |    63 +
 gcc/m2/m2.flex                                     |   768 +
 gcc/m2/m2pp.c                                      |  2646 ++
 gcc/m2/m2pp.h                                      |    40 +
 gcc/m2/mc-boot-ch/GBuiltins.c                      |    34 +
 gcc/m2/mc-boot-ch/GRTco.c                          |   109 +
 gcc/m2/mc-boot-ch/GSYSTEM.c                        |    30 +
 gcc/m2/mc-boot-ch/GSelective.c                     |   241 +
 gcc/m2/mc-boot-ch/GSysExceptions.c                 |   227 +
 gcc/m2/mc-boot-ch/GUnixArgs.c                      |    35 +
 gcc/m2/mc-boot-ch/Gcbuiltin.c                      |   173 +
 gcc/m2/mc-boot-ch/Gdtoa.c                          |   172 +
 gcc/m2/mc-boot-ch/Gerrno.c                         |    46 +
 gcc/m2/mc-boot-ch/Gldtoa.c                         |    99 +
 gcc/m2/mc-boot-ch/Glibc.c                          |   204 +
 gcc/m2/mc-boot-ch/Glibm.c                          |   224 +
 gcc/m2/mc-boot-ch/Gmcrts.c                         |    53 +
 gcc/m2/mc-boot-ch/Gmcrts.h                         |    37 +
 gcc/m2/mc-boot-ch/Gnetwork.h                       |    56 +
 gcc/m2/mc-boot-ch/Gpth.c                           |    53 +
 gcc/m2/mc-boot-ch/Gtermios.c                       |  1923 ++
 gcc/m2/mc-boot-ch/Gwrapc.c                         |   183 +
 gcc/m2/mc-boot-ch/README                           |     2 +
 gcc/m2/mc-boot-ch/network.c                        |    40 +
 gcc/m2/mc-boot/GASCII.c                            |    86 +
 gcc/m2/mc-boot/GASCII.h                            |    94 +
 gcc/m2/mc-boot/GArgs.c                             |   116 +
 gcc/m2/mc-boot/GArgs.h                             |    69 +
 gcc/m2/mc-boot/GAssertion.c                        |    71 +
 gcc/m2/mc-boot/GAssertion.h                        |    61 +
 gcc/m2/mc-boot/GBreak.c                            |    47 +
 gcc/m2/mc-boot/GBreak.h                            |    55 +
 gcc/m2/mc-boot/GCOROUTINES.h                       |    60 +
 gcc/m2/mc-boot/GCmdArgs.c                          |   322 +
 gcc/m2/mc-boot/GCmdArgs.h                          |    69 +
 gcc/m2/mc-boot/GDebug.c                            |   168 +
 gcc/m2/mc-boot/GDebug.h                            |    72 +
 gcc/m2/mc-boot/GDynamicStrings.c                   |  2682 ++
 gcc/m2/mc-boot/GDynamicStrings.h                   |   328 +
 gcc/m2/mc-boot/GEnvironment.c                      |    96 +
 gcc/m2/mc-boot/GEnvironment.h                      |    62 +
 gcc/m2/mc-boot/GFIO.c                              |  2310 ++
 gcc/m2/mc-boot/GFIO.h                              |   297 +
 gcc/m2/mc-boot/GFormatStrings.c                    |   845 +
 gcc/m2/mc-boot/GFormatStrings.h                    |    98 +
 gcc/m2/mc-boot/GFpuIO.c                            |   336 +
 gcc/m2/mc-boot/GFpuIO.h                            |    67 +
 gcc/m2/mc-boot/GIO.c                               |   479 +
 gcc/m2/mc-boot/GIO.h                               |    88 +
 gcc/m2/mc-boot/GIndexing.c                         |   489 +
 gcc/m2/mc-boot/GIndexing.h                         |   141 +
 gcc/m2/mc-boot/GM2EXCEPTION.c                      |    89 +
 gcc/m2/mc-boot/GM2EXCEPTION.h                      |    59 +
 gcc/m2/mc-boot/GM2RTS.c                            |   560 +
 gcc/m2/mc-boot/GM2RTS.h                            |   160 +
 gcc/m2/mc-boot/GMemUtils.c                         |   118 +
 gcc/m2/mc-boot/GMemUtils.h                         |    68 +
 gcc/m2/mc-boot/GNumberIO.c                         |   776 +
 gcc/m2/mc-boot/GNumberIO.h                         |    78 +
 gcc/m2/mc-boot/GPushBackInput.c                    |   486 +
 gcc/m2/mc-boot/GPushBackInput.h                    |   142 +
 gcc/m2/mc-boot/GRTExceptions.c                     |  1214 +
 gcc/m2/mc-boot/GRTExceptions.h                     |   190 +
 gcc/m2/mc-boot/GRTco.h                             |   114 +
 gcc/m2/mc-boot/GRTint.c                            |  1122 +
 gcc/m2/mc-boot/GRTint.h                            |   137 +
 gcc/m2/mc-boot/GSArgs.c                            |   123 +
 gcc/m2/mc-boot/GSArgs.h                            |    72 +
 gcc/m2/mc-boot/GSFIO.c                             |   216 +
 gcc/m2/mc-boot/GSFIO.h                             |   110 +
 gcc/m2/mc-boot/GSYSTEM.h                           |   111 +
 gcc/m2/mc-boot/GSelective.h                        |    82 +
 gcc/m2/mc-boot/GStdIO.c                            |   269 +
 gcc/m2/mc-boot/GStdIO.h                            |   119 +
 gcc/m2/mc-boot/GStorage.c                          |    74 +
 gcc/m2/mc-boot/GStorage.h                          |    86 +
 gcc/m2/mc-boot/GStrCase.c                          |   175 +
 gcc/m2/mc-boot/GStrCase.h                          |    85 +
 gcc/m2/mc-boot/GStrIO.c                            |   277 +
 gcc/m2/mc-boot/GStrIO.h                            |    76 +
 gcc/m2/mc-boot/GStrLib.c                           |   332 +
 gcc/m2/mc-boot/GStrLib.h                           |    99 +
 gcc/m2/mc-boot/GStringConvert.c                    |  2005 ++
 gcc/m2/mc-boot/GStringConvert.h                    |   317 +
 gcc/m2/mc-boot/GSysExceptions.h                    |    62 +
 gcc/m2/mc-boot/GSysStorage.c                       |   249 +
 gcc/m2/mc-boot/GSysStorage.h                       |    95 +
 gcc/m2/mc-boot/GTimeString.c                       |    89 +
 gcc/m2/mc-boot/GTimeString.h                       |    62 +
 gcc/m2/mc-boot/GUnixArgs.h                         |    58 +
 gcc/m2/mc-boot/Galists.c                           |   440 +
 gcc/m2/mc-boot/Galists.h                           |   131 +
 gcc/m2/mc-boot/Gdecl.c                             | 26317 +++++++++++++++++++
 gcc/m2/mc-boot/Gdecl.h                             |  1281 +
 gcc/m2/mc-boot/Gdtoa.h                             |    76 +
 gcc/m2/mc-boot/Gerrno.h                            |    59 +
 gcc/m2/mc-boot/Gkeyc.c                             |  1598 ++
 gcc/m2/mc-boot/Gkeyc.h                             |   301 +
 gcc/m2/mc-boot/Gldtoa.h                            |    76 +
 gcc/m2/mc-boot/Glibc.h                             |   397 +
 gcc/m2/mc-boot/Glibm.h                             |    97 +
 gcc/m2/mc-boot/Glists.c                            |   439 +
 gcc/m2/mc-boot/Glists.h                            |   127 +
 gcc/m2/mc-boot/GmcComment.c                        |   468 +
 gcc/m2/mc-boot/GmcComment.h                        |   131 +
 gcc/m2/mc-boot/GmcComp.c                           |   660 +
 gcc/m2/mc-boot/GmcComp.h                           |    63 +
 gcc/m2/mc-boot/GmcDebug.c                          |    86 +
 gcc/m2/mc-boot/GmcDebug.h                          |    63 +
 gcc/m2/mc-boot/GmcError.c                          |  1195 +
 gcc/m2/mc-boot/GmcError.h                          |   170 +
 gcc/m2/mc-boot/GmcFileName.c                       |   152 +
 gcc/m2/mc-boot/GmcFileName.h                       |    84 +
 gcc/m2/mc-boot/GmcLexBuf.c                         |  1849 ++
 gcc/m2/mc-boot/GmcLexBuf.h                         |   233 +
 gcc/m2/mc-boot/GmcMetaError.c                      |  1880 ++
 gcc/m2/mc-boot/GmcMetaError.h                      |    76 +
 gcc/m2/mc-boot/GmcOptions.c                        |   994 +
 gcc/m2/mc-boot/GmcOptions.h                        |   128 +
 gcc/m2/mc-boot/GmcPreprocess.c                     |   181 +
 gcc/m2/mc-boot/GmcPreprocess.h                     |    63 +
 gcc/m2/mc-boot/GmcPretty.c                         |   468 +
 gcc/m2/mc-boot/GmcPretty.h                         |   158 +
 gcc/m2/mc-boot/GmcPrintf.c                         |   655 +
 gcc/m2/mc-boot/GmcPrintf.h                         |   122 +
 gcc/m2/mc-boot/GmcQuiet.c                          |   129 +
 gcc/m2/mc-boot/GmcQuiet.h                          |    56 +
 gcc/m2/mc-boot/GmcReserved.c                       |    40 +
 gcc/m2/mc-boot/GmcReserved.h                       |    52 +
 gcc/m2/mc-boot/GmcSearch.c                         |   408 +
 gcc/m2/mc-boot/GmcSearch.h                         |   119 +
 gcc/m2/mc-boot/GmcStack.c                          |   228 +
 gcc/m2/mc-boot/GmcStack.h                          |   102 +
 gcc/m2/mc-boot/GmcStream.c                         |   264 +
 gcc/m2/mc-boot/GmcStream.h                         |    73 +
 gcc/m2/mc-boot/Gmcflex.h                           |    89 +
 gcc/m2/mc-boot/Gmcp1.c                             |  7136 +++++
 gcc/m2/mc-boot/Gmcp1.h                             |    57 +
 gcc/m2/mc-boot/Gmcp2.c                             |  7506 ++++++
 gcc/m2/mc-boot/Gmcp2.h                             |    57 +
 gcc/m2/mc-boot/Gmcp3.c                             |  7673 ++++++
 gcc/m2/mc-boot/Gmcp3.h                             |    57 +
 gcc/m2/mc-boot/Gmcp4.c                             |  7592 ++++++
 gcc/m2/mc-boot/Gmcp4.h                             |    57 +
 gcc/m2/mc-boot/Gmcp5.c                             |  8459 ++++++
 gcc/m2/mc-boot/Gmcp5.h                             |    57 +
 gcc/m2/mc-boot/GnameKey.c                          |   584 +
 gcc/m2/mc-boot/GnameKey.h                          |   111 +
 gcc/m2/mc-boot/Gpth.h                              |    43 +
 gcc/m2/mc-boot/GsymbolKey.c                        |   406 +
 gcc/m2/mc-boot/GsymbolKey.h                        |   127 +
 gcc/m2/mc-boot/Gtermios.h                          |   207 +
 gcc/m2/mc-boot/Gtop.c                              |    69 +
 gcc/m2/mc-boot/Gvarargs.c                          |   419 +
 gcc/m2/mc-boot/Gvarargs.h                          |   119 +
 gcc/m2/mc-boot/Gwlists.c                           |   471 +
 gcc/m2/mc-boot/Gwlists.h                           |   139 +
 gcc/m2/mc-boot/Gwrapc.h                            |   125 +
 gcc/m2/mc-boot/README                              |     3 +
 gcc/m2/mc/Indexing.def                             |   128 +
 gcc/m2/mc/Indexing.mod                             |   343 +
 gcc/m2/mc/README                                   |    65 +
 gcc/m2/mc/alists.def                               |   112 +
 gcc/m2/mc/alists.mod                               |   305 +
 gcc/m2/mc/decl.def                                 |  1442 +
 gcc/m2/mc/decl.mod                                 | 16517 ++++++++++++
 gcc/m2/mc/decl.mod-extra                           |    64 +
 gcc/m2/mc/keyc.def                                 |   316 +
 gcc/m2/mc/keyc.mod                                 |  1137 +
 gcc/m2/mc/lists.def                                |   112 +
 gcc/m2/mc/lists.mod                                |   304 +
 gcc/m2/mc/m2flex.def                               |    78 +
 gcc/m2/mc/mc.flex                                  |   749 +
 gcc/m2/mc/mcComment.def                            |   116 +
 gcc/m2/mc/mcComment.h                              |    40 +
 gcc/m2/mc/mcComment.mod                            |   293 +
 gcc/m2/mc/mcComp.def                               |    41 +
 gcc/m2/mc/mcComp.mod                               |   477 +
 gcc/m2/mc/mcDebug.def                              |    40 +
 gcc/m2/mc/mcDebug.mod                              |    54 +
 gcc/m2/mc/mcError.def                              |   178 +
 gcc/m2/mc/mcError.mod                              |   806 +
 gcc/m2/mc/mcFileName.def                           |    64 +
 gcc/m2/mc/mcFileName.mod                           |   103 +
 gcc/m2/mc/mcLexBuf.def                             |   244 +
 gcc/m2/mc/mcLexBuf.h                               |   224 +
 gcc/m2/mc/mcLexBuf.mod                             |  1197 +
 gcc/m2/mc/mcMetaError.def                          |   128 +
 gcc/m2/mc/mcMetaError.mod                          |  1035 +
 gcc/m2/mc/mcOptions.def                            |   123 +
 gcc/m2/mc/mcOptions.mod                            |   686 +
 gcc/m2/mc/mcPreprocess.def                         |    41 +
 gcc/m2/mc/mcPreprocess.mod                         |   133 +
 gcc/m2/mc/mcPretty.def                             |   140 +
 gcc/m2/mc/mcPretty.mod                             |   304 +
 gcc/m2/mc/mcPrintf.def                             |    57 +
 gcc/m2/mc/mcPrintf.mod                             |   309 +
 gcc/m2/mc/mcQuiet.def                              |    39 +
 gcc/m2/mc/mcQuiet.mod                              |    70 +
 gcc/m2/mc/mcReserved.def                           |    52 +
 gcc/m2/mc/mcReserved.h                             |    62 +
 gcc/m2/mc/mcReserved.mod                           |    21 +
 gcc/m2/mc/mcSearch.def                             |   107 +
 gcc/m2/mc/mcSearch.mod                             |   296 +
 gcc/m2/mc/mcStack.def                              |    84 +
 gcc/m2/mc/mcStack.mod                              |   145 +
 gcc/m2/mc/mcStream.def                             |    52 +
 gcc/m2/mc/mcStream.mod                             |   178 +
 gcc/m2/mc/mcflex.def                               |    78 +
 gcc/m2/mc/mcp1.def                                 |    33 +
 gcc/m2/mc/mcp2.def                                 |    32 +
 gcc/m2/mc/mcp3.def                                 |    33 +
 gcc/m2/mc/mcp4.def                                 |    33 +
 gcc/m2/mc/mcp5.def                                 |    33 +
 gcc/m2/mc/nameKey.def                              |   101 +
 gcc/m2/mc/nameKey.mod                              |   398 +
 gcc/m2/mc/symbolKey.def                            |   104 +
 gcc/m2/mc/symbolKey.mod                            |   298 +
 gcc/m2/mc/top.mod                                  |    43 +
 gcc/m2/mc/varargs.def                              |   105 +
 gcc/m2/mc/varargs.mod                              |   288 +
 gcc/m2/mc/wlists.def                               |   122 +
 gcc/m2/mc/wlists.mod                               |   327 +
 gcc/m2/patches/gcc/11.1.0/01-patches               |   345 +
 gcc/m2/patches/gcc/11.1.0/02-patches               |    49 +
 gcc/m2/patches/gcc/11.1.0/03-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/04-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/05-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/06-patches               |   316 +
 gcc/m2/patches/gcc/11.1.0/07-patches               |    40 +
 gcc/m2/patches/gcc/11.1.0/08-patches               |    27 +
 gcc/m2/patches/gcc/11.1.0/09-patches               |   778 +
 gcc/m2/patches/gcc/11.1.0/10-patches               |    83 +
 gcc/m2/patches/gcc/11.1.0/11-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/12-patches               |    16 +
 gcc/m2/patches/gcc/11.1.0/13-patches               |    13 +
 gcc/m2/patches/gcc/11.1.0/14-patches               |    14 +
 gcc/m2/patches/gcc/11.1.0/15-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/16-patches               |   221 +
 gcc/m2/patches/gcc/11.1.0/17-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/18-patches               |    28 +
 gcc/m2/patches/gcc/11.1.0/19-patches               |    16 +
 gcc/m2/patches/gcc/11.1.0/20-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/21-patches               |    12 +
 gcc/m2/patches/gcc/11.1.0/22-patches               |   479 +
 gcc/m2/patches/gcc/11.1.0/23-patches               |    21 +
 gcc/m2/patches/gcc/3.3.6/01.waldek_patch_gcc       |    35 +
 gcc/m2/patches/gcc/3.3.6/02.gaius_patch_gcc        |   350 +
 gcc/m2/patches/gcc/4.1.0/01.gaius_patch_gcc        |   165 +
 gcc/m2/patches/gcc/4.1.1/01.gaius_patch_gcc        |   163 +
 gcc/m2/patches/gcc/4.1.2/01-patches                |   366 +
 gcc/m2/patches/gcc/4.1.2/02-patches                |    83 +
 gcc/m2/patches/gcc/4.1.2/ChangeLog                 |    56 +
 gcc/m2/patches/gcc/4.1.2/old/01.gaius_patch_gcc    |   202 +
 gcc/m2/patches/gcc/4.1.2/old/02.gaius_rs6000_lang  |    11 +
 gcc/m2/patches/gcc/4.1.2/old/03.michael_i386       |    11 +
 gcc/m2/patches/gcc/4.1.2/old/04.gaius_patch_gcc    |    31 +
 gcc/m2/patches/gcc/4.1.2/old/05.gaius_patch_gcc    |    21 +
 gcc/m2/patches/gcc/4.1.2/old/06.gaius_patch_tree   |    95 +
 gcc/m2/patches/gcc/4.1.2/old/07.michael_i386       |    15 +
 .../gcc/4.1.2/old/08.gaius_ipa_type_escape.c       |    55 +
 gcc/m2/patches/gcc/4.1.2/old/09.gaius_patch_config |    51 +
 .../patches/gcc/4.1.2/old/10.michael_snowleopard1  |    68 +
 .../patches/gcc/4.1.2/old/11.michael_snowleopard2  |    12 +
 .../4.1.2/old/12.gaius_patch_tree_flow_inline_h    |    20 +
 gcc/m2/patches/gcc/4.7.1/01-patches                |    32 +
 gcc/m2/patches/gcc/4.7.1/02-patches                |    14 +
 gcc/m2/patches/gcc/4.7.3/01-patches                |   319 +
 gcc/m2/patches/gcc/4.7.3/02-patches                |    64 +
 gcc/m2/patches/gcc/4.7.3/03-patches                |   742 +
 gcc/m2/patches/gcc/4.7.3/04-patches                |    26 +
 gcc/m2/patches/gcc/4.7.3/05-patches                |    58 +
 gcc/m2/patches/gcc/4.7.3/06-patches                |   218 +
 gcc/m2/patches/gcc/4.7.3/07-patches                |    29 +
 gcc/m2/patches/gcc/4.7.3/08-patches                |    14 +
 gcc/m2/patches/gcc/4.7.3/09-patches                |    13 +
 gcc/m2/patches/gcc/4.7.3/10-patches                |    12 +
 gcc/m2/patches/gcc/4.7.3/11-patches                |    12 +
 gcc/m2/patches/gcc/4.7.3/12-patches                |    11 +
 gcc/m2/patches/gcc/4.7.4/01-patches                |   319 +
 gcc/m2/patches/gcc/4.7.4/02-patches                |    64 +
 gcc/m2/patches/gcc/4.7.4/03-patches                |   742 +
 gcc/m2/patches/gcc/4.7.4/04-patches                |    26 +
 gcc/m2/patches/gcc/4.7.4/05-patches                |    58 +
 gcc/m2/patches/gcc/4.7.4/06-patches                |   218 +
 gcc/m2/patches/gcc/4.7.4/07-patches                |    29 +
 gcc/m2/patches/gcc/4.7.4/08-patches                |    14 +
 gcc/m2/patches/gcc/4.7.4/09-patches                |    13 +
 gcc/m2/patches/gcc/4.7.4/10-patches                |    12 +
 gcc/m2/patches/gcc/4.7.4/11-patches                |    12 +
 gcc/m2/patches/gcc/4.7.4/12-patches                |    11 +
 gcc/m2/patches/gcc/5.2.0/01-patches                |   319 +
 gcc/m2/patches/gcc/5.2.0/02-patches                |    64 +
 gcc/m2/patches/gcc/5.2.0/03-patches                |    12 +
 gcc/m2/patches/gcc/5.2.0/04-patches                |    12 +
 gcc/m2/patches/gcc/5.2.0/05-patches                |    12 +
 gcc/m2/patches/gcc/5.2.0/06-patches                |   218 +
 gcc/m2/patches/gcc/5.2.0/07-patches                |    29 +
 gcc/m2/patches/gcc/5.2.0/08-patches                |    26 +
 gcc/m2/patches/gcc/5.2.0/09-patches                |   743 +
 gcc/m2/patches/gcc/5.2.0/10-patches                |    58 +
 gcc/m2/patches/gcc/5.2.0/11-patches                |    17 +
 gcc/m2/patches/gcc/5.2.0/12-patches                |    49 +
 gcc/m2/patches/gcc/6.4.0/01-patches                |   319 +
 gcc/m2/patches/gcc/6.4.0/02-patches                |    64 +
 gcc/m2/patches/gcc/6.4.0/03-patches                |    12 +
 gcc/m2/patches/gcc/6.4.0/04-patches                |    12 +
 gcc/m2/patches/gcc/6.4.0/05-patches                |    12 +
 gcc/m2/patches/gcc/6.4.0/06-patches                |   218 +
 gcc/m2/patches/gcc/6.4.0/07-patches                |    29 +
 gcc/m2/patches/gcc/6.4.0/08-patches                |    95 +
 gcc/m2/patches/gcc/6.4.0/09-patches                |   743 +
 gcc/m2/patches/gcc/6.4.0/10-patches                |    58 +
 gcc/m2/patches/gcc/6.4.0/11-patches                |    16 +
 gcc/m2/patches/gcc/trunc/01-patches                |   319 +
 gcc/m2/patches/gcc/trunc/02-patches                |    64 +
 gcc/m2/patches/gcc/trunc/03-patches                |    12 +
 gcc/m2/patches/gcc/trunc/04-patches                |    12 +
 gcc/m2/patches/gcc/trunc/05-patches                |    12 +
 gcc/m2/patches/gcc/trunc/06-patches                |   273 +
 gcc/m2/patches/gcc/trunc/07-patches                |    29 +
 gcc/m2/patches/gcc/trunc/08-patches                |    95 +
 gcc/m2/patches/gcc/trunc/09-patches                |   743 +
 gcc/m2/patches/gcc/trunc/10-patches                |    58 +
 gcc/m2/patches/gcc/trunc/11-patches                |     0
 gcc/m2/patches/gcc/trunk/01-patches                |   356 +
 gcc/m2/patches/gcc/trunk/02-patches                |    60 +
 gcc/m2/patches/gcc/trunk/03-patches                |    12 +
 gcc/m2/patches/gcc/trunk/04-patches                |    12 +
 gcc/m2/patches/gcc/trunk/05-patches                |    12 +
 gcc/m2/patches/gcc/trunk/06-patches                |   317 +
 gcc/m2/patches/gcc/trunk/07-patches                |    40 +
 gcc/m2/patches/gcc/trunk/08-patches                |    55 +
 gcc/m2/patches/gcc/trunk/09-patches                |  1426 +
 gcc/m2/patches/gcc/trunk/10-patches                |   100 +
 gcc/m2/patches/gcc/trunk/11-patches                |    12 +
 gcc/m2/patches/gcc/trunk/12-patches                |    16 +
 gcc/m2/patches/gcc/trunk/13-patches                |    13 +
 gcc/m2/patches/gcc/trunk/15-patches                |    12 +
 gcc/m2/patches/gcc/trunk/23-patches                |    33 +
 gcc/m2/patches/gcc/trunk/24-patches                |    70 +
 gcc/m2/patches/gcc/trunk/25-patches                |    42 +
 gcc/m2/patches/gdb/6.3/01.waldek_patch_gdb         |    83 +
 gcc/m2/patches/gdb/6.3/02.gaius_patch_gdb          |  1462 +
 gcc/m2/plugin/README                               |     2 +
 gcc/m2/plugin/m2rte.c                              |   352 +
 gcc/m2/tools-src/README                            |     3 +
 gcc/m2/tools-src/array2index.py                    |   368 +
 gcc/m2/tools-src/boilerplate.py                    |   599 +
 gcc/m2/tools-src/buildpg                           |   289 +
 gcc/m2/tools-src/buildsyntax                       |    91 +
 gcc/m2/tools-src/createUlmSys                      |   514 +
 gcc/m2/tools-src/def2texi.py                       |   423 +
 gcc/m2/tools-src/gensum.py                         |   428 +
 gcc/m2/tools-src/incfile                           |    34 +
 gcc/m2/tools-src/makeSystem                        |   104 +
 gcc/m2/tools-src/makeconfigure                     |   341 +
 gcc/m2/tools-src/makeversion                       |   203 +
 gcc/m2/tools-src/mklink.c                          |   810 +
 gcc/m2/tools-src/tidydates.py                      |   184 +
 gcc/m2/version.c                                   |     1 +
 gcc/m2/www/Makefile.in                             |   119 +
 gcc/m2/www/README                                  |     6 +
 gcc/m2/www/gm2-logo.ms                             |    26 +
 gcc/m2/www/gm2.css                                 |    17 +
 gcc/m2/www/tools/texi2tr/html/about.html           |    69 +
 gcc/m2/www/tools/texi2tr/html/community.html       |     9 +
 gcc/m2/www/tools/texi2tr/html/development.html     |     9 +
 gcc/m2/www/tools/texi2tr/html/download.html        |   100 +
 gcc/m2/www/tools/texi2tr/html/footer.ht            |     3 +
 gcc/m2/www/tools/texi2tr/html/header.ht            |    11 +
 gcc/m2/www/tools/texi2tr/html/heading.ht           |     2 +
 gcc/m2/www/tools/texi2tr/html/homepage.html        |    63 +
 gcc/m2/www/tools/texi2tr/html/index.html           |     9 +
 gcc/m2/www/tools/texi2tr/html/license.html         |    67 +
 gcc/m2/www/tools/texi2tr/html/news.html            |     9 +
 gcc/m2/www/tools/texi2tr/html/platforms.html       |    98 +
 gcc/m2/www/tools/texi2tr/html/release.html         |    67 +
 gcc/m2/www/tools/texi2tr/html/texi2tr.css          |   263 +
 gcc/m2/www/tools/texi2tr/html/title.ht             |    17 +
 gcc/m2/www/tools/texi2tr/html/users.html           |    87 +
 .../tools/texi2tr/png/200px-Heckert_GNU_white.png  |   Bin 0 -> 20990 bytes
 gcc/m2/www/tools/texi2tr/png/debian-swirl48x48.png |   Bin 0 -> 1791 bytes
 gcc/m2/www/tools/texi2tr/png/develop.png           |   Bin 0 -> 2957 bytes
 gcc/m2/www/tools/texi2tr/png/install.png           |   Bin 0 -> 6296 bytes
 gcc/m2/www/tools/texi2tr/png/library.png           |   Bin 0 -> 4159 bytes
 gcc/m2/www/tools/texi2tr/png/menu-left-tab.png     |   Bin 0 -> 266 bytes
 gcc/m2/www/tools/texi2tr/png/menu-right-tab.png    |   Bin 0 -> 572 bytes
 .../tools/texi2tr/png/menu-selected-left-tab.png   |   Bin 0 -> 248 bytes
 .../tools/texi2tr/png/menu-selected-right-tab.png  |   Bin 0 -> 577 bytes
 gcc/m2/www/tools/texi2tr/png/next.png              |   Bin 0 -> 1334 bytes
 gcc/m2/www/tools/texi2tr/png/note.png              |   Bin 0 -> 3027 bytes
 gcc/m2/www/tools/texi2tr/png/prev.png              |   Bin 0 -> 1404 bytes
 gcc/m2/www/tools/texi2tr/png/release.png           |   Bin 0 -> 4280 bytes
 gcc/m2/www/tools/texi2tr/png/snapshot.png          |   Bin 0 -> 1843 bytes
 gcc/m2/www/tools/texi2tr/png/terminal.png          |   Bin 0 -> 1642 bytes
 gcc/m2/www/tools/texi2tr/png/users.png             |   Bin 0 -> 6292 bytes
 gcc/m2/www/tools/texi2tr/src/config.py             |    38 +
 gcc/m2/www/tools/texi2tr/src/navigation.py         |   271 +
 gcc/m2/www/tools/texi2tr/src/outputdev.py          |   557 +
 gcc/m2/www/tools/texi2tr/src/texi2tr.py            |  1438 +
 1007 files changed, 416005 insertions(+)

diff --git a/gcc/m2/COPYING.FDL b/gcc/m2/COPYING.FDL
new file mode 100644
index 00000000000..4a0fe1c8dee
--- /dev/null
+++ b/gcc/m2/COPYING.FDL
@@ -0,0 +1,397 @@
+		GNU Free Documentation License
+		  Version 1.2, November 2002
+
+
+ Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
+     51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+0. PREAMBLE
+
+The purpose of this License is to make a manual, textbook, or other
+functional and useful document "free" in the sense of freedom: to
+assure everyone the effective freedom to copy and redistribute it,
+with or without modifying it, either commercially or noncommercially.
+Secondarily, this License preserves for the author and publisher a way
+to get credit for their work, while not being considered responsible
+for modifications made by others.
+
+This License is a kind of "copyleft", which means that derivative
+works of the document must themselves be free in the same sense.  It
+complements the GNU General Public License, which is a copyleft
+license designed for free software.
+
+We have designed this License in order to use it for manuals for free
+software, because free software needs free documentation: a free
+program should come with manuals providing the same freedoms that the
+software does.  But this License is not limited to software manuals;
+it can be used for any textual work, regardless of subject matter or
+whether it is published as a printed book.  We recommend this License
+principally for works whose purpose is instruction or reference.
+
+
+1. APPLICABILITY AND DEFINITIONS
+
+This License applies to any manual or other work, in any medium, that
+contains a notice placed by the copyright holder saying it can be
+distributed under the terms of this License.  Such a notice grants a
+world-wide, royalty-free license, unlimited in duration, to use that
+work under the conditions stated herein.  The "Document", below,
+refers to any such manual or work.  Any member of the public is a
+licensee, and is addressed as "you".  You accept the license if you
+copy, modify or distribute the work in a way requiring permission
+under copyright law.
+
+A "Modified Version" of the Document means any work containing the
+Document or a portion of it, either copied verbatim, or with
+modifications and/or translated into another language.
+
+A "Secondary Section" is a named appendix or a front-matter section of
+the Document that deals exclusively with the relationship of the
+publishers or authors of the Document to the Document's overall subject
+(or to related matters) and contains nothing that could fall directly
+within that overall subject.  (Thus, if the Document is in part a
+textbook of mathematics, a Secondary Section may not explain any
+mathematics.)  The relationship could be a matter of historical
+connection with the subject or with related matters, or of legal,
+commercial, philosophical, ethical or political position regarding
+them.
+
+The "Invariant Sections" are certain Secondary Sections whose titles
+are designated, as being those of Invariant Sections, in the notice
+that says that the Document is released under this License.  If a
+section does not fit the above definition of Secondary then it is not
+allowed to be designated as Invariant.  The Document may contain zero
+Invariant Sections.  If the Document does not identify any Invariant
+Sections then there are none.
+
+The "Cover Texts" are certain short passages of text that are listed,
+as Front-Cover Texts or Back-Cover Texts, in the notice that says that
+the Document is released under this License.  A Front-Cover Text may
+be at most 5 words, and a Back-Cover Text may be at most 25 words.
+
+A "Transparent" copy of the Document means a machine-readable copy,
+represented in a format whose specification is available to the
+general public, that is suitable for revising the document
+straightforwardly with generic text editors or (for images composed of
+pixels) generic paint programs or (for drawings) some widely available
+drawing editor, and that is suitable for input to text formatters or
+for automatic translation to a variety of formats suitable for input
+to text formatters.  A copy made in an otherwise Transparent file
+format whose markup, or absence of markup, has been arranged to thwart
+or discourage subsequent modification by readers is not Transparent.
+An image format is not Transparent if used for any substantial amount
+of text.  A copy that is not "Transparent" is called "Opaque".
+
+Examples of suitable formats for Transparent copies include plain
+ASCII without markup, Texinfo input format, LaTeX input format, SGML
+or XML using a publicly available DTD, and standard-conforming simple
+HTML, PostScript or PDF designed for human modification.  Examples of
+transparent image formats include PNG, XCF and JPG.  Opaque formats
+include proprietary formats that can be read and edited only by
+proprietary word processors, SGML or XML for which the DTD and/or
+processing tools are not generally available, and the
+machine-generated HTML, PostScript or PDF produced by some word
+processors for output purposes only.
+
+The "Title Page" means, for a printed book, the title page itself,
+plus such following pages as are needed to hold, legibly, the material
+this License requires to appear in the title page.  For works in
+formats which do not have any title page as such, "Title Page" means
+the text near the most prominent appearance of the work's title,
+preceding the beginning of the body of the text.
+
+A section "Entitled XYZ" means a named subunit of the Document whose
+title either is precisely XYZ or contains XYZ in parentheses following
+text that translates XYZ in another language.  (Here XYZ stands for a
+specific section name mentioned below, such as "Acknowledgements",
+"Dedications", "Endorsements", or "History".)  To "Preserve the Title"
+of such a section when you modify the Document means that it remains a
+section "Entitled XYZ" according to this definition.
+
+The Document may include Warranty Disclaimers next to the notice which
+states that this License applies to the Document.  These Warranty
+Disclaimers are considered to be included by reference in this
+License, but only as regards disclaiming warranties: any other
+implication that these Warranty Disclaimers may have is void and has
+no effect on the meaning of this License.
+
+
+2. VERBATIM COPYING
+
+You may copy and distribute the Document in any medium, either
+commercially or noncommercially, provided that this License, the
+copyright notices, and the license notice saying this License applies
+to the Document are reproduced in all copies, and that you add no other
+conditions whatsoever to those of this License.  You may not use
+technical measures to obstruct or control the reading or further
+copying of the copies you make or distribute.  However, you may accept
+compensation in exchange for copies.  If you distribute a large enough
+number of copies you must also follow the conditions in section 3.
+
+You may also lend copies, under the same conditions stated above, and
+you may publicly display copies.
+
+
+3. COPYING IN QUANTITY
+
+If you publish printed copies (or copies in media that commonly have
+printed covers) of the Document, numbering more than 100, and the
+Document's license notice requires Cover Texts, you must enclose the
+copies in covers that carry, clearly and legibly, all these Cover
+Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
+the back cover.  Both covers must also clearly and legibly identify
+you as the publisher of these copies.  The front cover must present
+the full title with all words of the title equally prominent and
+visible.  You may add other material on the covers in addition.
+Copying with changes limited to the covers, as long as they preserve
+the title of the Document and satisfy these conditions, can be treated
+as verbatim copying in other respects.
+
+If the required texts for either cover are too voluminous to fit
+legibly, you should put the first ones listed (as many as fit
+reasonably) on the actual cover, and continue the rest onto adjacent
+pages.
+
+If you publish or distribute Opaque copies of the Document numbering
+more than 100, you must either include a machine-readable Transparent
+copy along with each Opaque copy, or state in or with each Opaque copy
+a computer-network location from which the general network-using
+public has access to download using public-standard network protocols
+a complete Transparent copy of the Document, free of added material.
+If you use the latter option, you must take reasonably prudent steps,
+when you begin distribution of Opaque copies in quantity, to ensure
+that this Transparent copy will remain thus accessible at the stated
+location until at least one year after the last time you distribute an
+Opaque copy (directly or through your agents or retailers) of that
+edition to the public.
+
+It is requested, but not required, that you contact the authors of the
+Document well before redistributing any large number of copies, to give
+them a chance to provide you with an updated version of the Document.
+
+
+4. MODIFICATIONS
+
+You may copy and distribute a Modified Version of the Document under
+the conditions of sections 2 and 3 above, provided that you release
+the Modified Version under precisely this License, with the Modified
+Version filling the role of the Document, thus licensing distribution
+and modification of the Modified Version to whoever possesses a copy
+of it.  In addition, you must do these things in the Modified Version:
+
+A. Use in the Title Page (and on the covers, if any) a title distinct
+   from that of the Document, and from those of previous versions
+   (which should, if there were any, be listed in the History section
+   of the Document).  You may use the same title as a previous version
+   if the original publisher of that version gives permission.
+B. List on the Title Page, as authors, one or more persons or entities
+   responsible for authorship of the modifications in the Modified
+   Version, together with at least five of the principal authors of the
+   Document (all of its principal authors, if it has fewer than five),
+   unless they release you from this requirement.
+C. State on the Title page the name of the publisher of the
+   Modified Version, as the publisher.
+D. Preserve all the copyright notices of the Document.
+E. Add an appropriate copyright notice for your modifications
+   adjacent to the other copyright notices.
+F. Include, immediately after the copyright notices, a license notice
+   giving the public permission to use the Modified Version under the
+   terms of this License, in the form shown in the Addendum below.
+G. Preserve in that license notice the full lists of Invariant Sections
+   and required Cover Texts given in the Document's license notice.
+H. Include an unaltered copy of this License.
+I. Preserve the section Entitled "History", Preserve its Title, and add
+   to it an item stating at least the title, year, new authors, and
+   publisher of the Modified Version as given on the Title Page.  If
+   there is no section Entitled "History" in the Document, create one
+   stating the title, year, authors, and publisher of the Document as
+   given on its Title Page, then add an item describing the Modified
+   Version as stated in the previous sentence.
+J. Preserve the network location, if any, given in the Document for
+   public access to a Transparent copy of the Document, and likewise
+   the network locations given in the Document for previous versions
+   it was based on.  These may be placed in the "History" section.
+   You may omit a network location for a work that was published at
+   least four years before the Document itself, or if the original
+   publisher of the version it refers to gives permission.
+K. For any section Entitled "Acknowledgements" or "Dedications",
+   Preserve the Title of the section, and preserve in the section all
+   the substance and tone of each of the contributor acknowledgements
+   and/or dedications given therein.
+L. Preserve all the Invariant Sections of the Document,
+   unaltered in their text and in their titles.  Section numbers
+   or the equivalent are not considered part of the section titles.
+M. Delete any section Entitled "Endorsements".  Such a section
+   may not be included in the Modified Version.
+N. Do not retitle any existing section to be Entitled "Endorsements"
+   or to conflict in title with any Invariant Section.
+O. Preserve any Warranty Disclaimers.
+
+If the Modified Version includes new front-matter sections or
+appendices that qualify as Secondary Sections and contain no material
+copied from the Document, you may at your option designate some or all
+of these sections as invariant.  To do this, add their titles to the
+list of Invariant Sections in the Modified Version's license notice.
+These titles must be distinct from any other section titles.
+
+You may add a section Entitled "Endorsements", provided it contains
+nothing but endorsements of your Modified Version by various
+parties--for example, statements of peer review or that the text has
+been approved by an organization as the authoritative definition of a
+standard.
+
+You may add a passage of up to five words as a Front-Cover Text, and a
+passage of up to 25 words as a Back-Cover Text, to the end of the list
+of Cover Texts in the Modified Version.  Only one passage of
+Front-Cover Text and one of Back-Cover Text may be added by (or
+through arrangements made by) any one entity.  If the Document already
+includes a cover text for the same cover, previously added by you or
+by arrangement made by the same entity you are acting on behalf of,
+you may not add another; but you may replace the old one, on explicit
+permission from the previous publisher that added the old one.
+
+The author(s) and publisher(s) of the Document do not by this License
+give permission to use their names for publicity for or to assert or
+imply endorsement of any Modified Version.
+
+
+5. COMBINING DOCUMENTS
+
+You may combine the Document with other documents released under this
+License, under the terms defined in section 4 above for modified
+versions, provided that you include in the combination all of the
+Invariant Sections of all of the original documents, unmodified, and
+list them all as Invariant Sections of your combined work in its
+license notice, and that you preserve all their Warranty Disclaimers.
+
+The combined work need only contain one copy of this License, and
+multiple identical Invariant Sections may be replaced with a single
+copy.  If there are multiple Invariant Sections with the same name but
+different contents, make the title of each such section unique by
+adding at the end of it, in parentheses, the name of the original
+author or publisher of that section if known, or else a unique number.
+Make the same adjustment to the section titles in the list of
+Invariant Sections in the license notice of the combined work.
+
+In the combination, you must combine any sections Entitled "History"
+in the various original documents, forming one section Entitled
+"History"; likewise combine any sections Entitled "Acknowledgements",
+and any sections Entitled "Dedications".  You must delete all sections
+Entitled "Endorsements".
+
+
+6. COLLECTIONS OF DOCUMENTS
+
+You may make a collection consisting of the Document and other documents
+released under this License, and replace the individual copies of this
+License in the various documents with a single copy that is included in
+the collection, provided that you follow the rules of this License for
+verbatim copying of each of the documents in all other respects.
+
+You may extract a single document from such a collection, and distribute
+it individually under this License, provided you insert a copy of this
+License into the extracted document, and follow this License in all
+other respects regarding verbatim copying of that document.
+
+
+7. AGGREGATION WITH INDEPENDENT WORKS
+
+A compilation of the Document or its derivatives with other separate
+and independent documents or works, in or on a volume of a storage or
+distribution medium, is called an "aggregate" if the copyright
+resulting from the compilation is not used to limit the legal rights
+of the compilation's users beyond what the individual works permit.
+When the Document is included in an aggregate, this License does not
+apply to the other works in the aggregate which are not themselves
+derivative works of the Document.
+
+If the Cover Text requirement of section 3 is applicable to these
+copies of the Document, then if the Document is less than one half of
+the entire aggregate, the Document's Cover Texts may be placed on
+covers that bracket the Document within the aggregate, or the
+electronic equivalent of covers if the Document is in electronic form.
+Otherwise they must appear on printed covers that bracket the whole
+aggregate.
+
+
+8. TRANSLATION
+
+Translation is considered a kind of modification, so you may
+distribute translations of the Document under the terms of section 4.
+Replacing Invariant Sections with translations requires special
+permission from their copyright holders, but you may include
+translations of some or all Invariant Sections in addition to the
+original versions of these Invariant Sections.  You may include a
+translation of this License, and all the license notices in the
+Document, and any Warranty Disclaimers, provided that you also include
+the original English version of this License and the original versions
+of those notices and disclaimers.  In case of a disagreement between
+the translation and the original version of this License or a notice
+or disclaimer, the original version will prevail.
+
+If a section in the Document is Entitled "Acknowledgements",
+"Dedications", or "History", the requirement (section 4) to Preserve
+its Title (section 1) will typically require changing the actual
+title.
+
+
+9. TERMINATION
+
+You may not copy, modify, sublicense, or distribute the Document except
+as expressly provided for under this License.  Any other attempt to
+copy, modify, sublicense or distribute the Document is void, and will
+automatically terminate your rights under this License.  However,
+parties who have received copies, or rights, from you under this
+License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+
+10. FUTURE REVISIONS OF THIS LICENSE
+
+The Free Software Foundation may publish new, revised versions
+of the GNU Free Documentation License from time to time.  Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.  See
+http://www.gnu.org/copyleft/.
+
+Each version of the License is given a distinguishing version number.
+If the Document specifies that a particular numbered version of this
+License "or any later version" applies to it, you have the option of
+following the terms and conditions either of that specified version or
+of any later version that has been published (not as a draft) by the
+Free Software Foundation.  If the Document does not specify a version
+number of this License, you may choose any version ever published (not
+as a draft) by the Free Software Foundation.
+
+
+ADDENDUM: How to use this License for your documents
+
+To use this License in a document you have written, include a copy of
+the License in the document and put the following copyright and
+license notices just after the title page:
+
+    Copyright (c)  YEAR  YOUR NAME.
+    Permission is granted to copy, distribute and/or modify this document
+    under the terms of the GNU Free Documentation License, Version 1.2
+    or any later version published by the Free Software Foundation;
+    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+    A copy of the license is included in the section entitled "GNU
+    Free Documentation License".
+
+If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
+replace the "with...Texts." line with this:
+
+    with the Invariant Sections being LIST THEIR TITLES, with the
+    Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
+
+If you have Invariant Sections without Cover Texts, or some other
+combination of the three, merge those two alternatives to suit the
+situation.
+
+If your document contains nontrivial examples of program code, we
+recommend releasing these examples in parallel under your choice of
+free software license, such as the GNU General Public License,
+to permit their use in free software.
diff --git a/gcc/m2/COPYING.RUNTIME b/gcc/m2/COPYING.RUNTIME
new file mode 100644
index 00000000000..e1b3c69c179
--- /dev/null
+++ b/gcc/m2/COPYING.RUNTIME
@@ -0,0 +1,73 @@
+GCC RUNTIME LIBRARY EXCEPTION
+
+Version 3.1, 31 March 2009
+
+Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+This GCC Runtime Library Exception ("Exception") is an additional
+permission under section 7 of the GNU General Public License, version
+3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
+bears a notice placed by the copyright holder of the file stating that
+the file is governed by GPLv3 along with this Exception.
+
+When you use GCC to compile a program, GCC may combine portions of
+certain GCC header files and runtime libraries with the compiled
+program. The purpose of this Exception is to allow compilation of
+non-GPL (including proprietary) programs to use, in this way, the
+header files and runtime libraries covered by this Exception.
+
+0. Definitions.
+
+A file is an "Independent Module" if it either requires the Runtime
+Library for execution after a Compilation Process, or makes use of an
+interface provided by the Runtime Library, but is not otherwise based
+on the Runtime Library.
+
+"GCC" means a version of the GNU Compiler Collection, with or without
+modifications, governed by version 3 (or a specified later version) of
+the GNU General Public License (GPL) with the option of using any
+subsequent versions published by the FSF.
+
+"GPL-compatible Software" is software whose conditions of propagation,
+modification and use would permit combination with GCC in accord with
+the license of GCC.
+
+"Target Code" refers to output from any compiler for a real or virtual
+target processor architecture, in executable form or suitable for
+input to an assembler, loader, linker and/or execution
+phase. Notwithstanding that, Target Code does not include data in any
+format that is used as a compiler intermediate representation, or used
+for producing a compiler intermediate representation.
+
+The "Compilation Process" transforms code entirely represented in
+non-intermediate languages designed for human-written code, and/or in
+Java Virtual Machine byte code, into Target Code. Thus, for example,
+use of source code generators and preprocessors need not be considered
+part of the Compilation Process, since the Compilation Process can be
+understood as starting with the output of the generators or
+preprocessors.
+
+A Compilation Process is "Eligible" if it is done using GCC, alone or
+with other GPL-compatible software, or if it is done without using any
+work based on GCC. For example, using non-GPL-compatible Software to
+optimize any GCC intermediate representations would not qualify as an
+Eligible Compilation Process.
+
+1. Grant of Additional Permission.
+
+You have permission to propagate a work of Target Code formed by
+combining the Runtime Library with Independent Modules, even if such
+propagation would otherwise violate the terms of GPLv3, provided that
+all Target Code was generated by Eligible Compilation Processes. You
+may then convey such a combination under terms of your choice,
+consistent with the licensing of the Independent Modules.
+
+2. No Weakening of GCC Copyleft.
+
+The availability of this Exception does not imply any general
+presumption that third-party software is unaffected by the copyleft
+requirements of the license of GCC.
+
diff --git a/gcc/m2/COPYING3 b/gcc/m2/COPYING3
new file mode 100644
index 00000000000..10926e87f11
--- /dev/null
+++ b/gcc/m2/COPYING3
@@ -0,0 +1,675 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<http://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+
diff --git a/gcc/m2/COPYING3.LIB b/gcc/m2/COPYING3.LIB
new file mode 100644
index 00000000000..fc8a5de7edf
--- /dev/null
+++ b/gcc/m2/COPYING3.LIB
@@ -0,0 +1,165 @@
+		   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions. 
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+  2. Conveying Modified Versions.
+
+  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+   a) under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or
+
+   b) under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.
+
+  3. Object Code Incorporating Material from Library Header Files.
+
+  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+   a) Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the object code with a copy of the GNU GPL and this license
+   document.
+
+  4. Combined Works.
+
+  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+   a) Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.
+
+   c) For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.
+
+   d) Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version. 
+
+   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+
+  5. Combined Libraries.
+
+  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+   a) Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.
+
+   b) Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.
+
+  6. Revised Versions of the GNU Lesser General Public License.
+
+  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
new file mode 100644
index 00000000000..1ba532f0ab5
--- /dev/null
+++ b/gcc/m2/ChangeLog
@@ -0,0 +1,975 @@
+2021-06-17       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* Make-lang.in:  removed gm2m from the tools to be installed.
+	* tools-src/makeSystem:  write SYSTEM.o to /dev/null.
+	* patches/gcc/trunk/01-patches:  (rebuilt).
+	* patches/gcc/trunk/02-patches:  (rebuilt).  Add objects
+	containing a date string into the list of objects to be ignored.
+	* Make-lang.in:  added header dependancies to m2rte.
+
+2021-06-16       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/01-patches:  (Rebuilt).  Cast value
+	since on some hosts value is declared as a long long int.
+	* tools-src/makeSystem:  remove SYSTEM.o after creating definition
+	module.
+	* Make-lang.in:  rewritten m2.info rule.
+	* Make-lang.in:  added $(M2LINK) as a dependancy to all link
+	rules.  Added GCC header dependancies to object build rules.
+
+2021-06-15       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/01-patches:  (Rebuilt).  Disable libgm2
+	by default and do not configure it unless Modula-2 was specified.
+	* patches/gcc/trunk/02-patches:  (Rebuilt).  Disable libgm2
+	by default and do not configure it unless Modula-2 was specified.
+	* patches/gcc/trunk/08-patches:  (Rebuilt).  add libstdc++-v3
+	as a dependant for gm2tools.
+
+2021-06-14       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* Make-lang.in:  corrected many include paths to pick up
+	gm2-libs-host.h.
+	* gm2-gcc/rtegraph.c:  remove include <mpfr.h> use "mpfr.h" instead.
+	* gm2-ici/m2linemap.c:  remove include <stdlib.h> use config.h system.h.
+	* gm2-libs-ch/Selective.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/SysExceptions.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/choosetemp.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/dtoa.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/errno.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/getopt.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/host.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/ldtoa.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/termios.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/tools.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/wrapc.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs-ch/xlibc.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* gm2-libs/gm2-libs-host.h.in:  remove PACKAGE_BUGREPORT,
+	PACKAGE_NAME, PACKAGE_STRING, PACKAGE_TARNAME, PACKAGE_VERSION and
+	PACKAGE_URL.
+	* mc-boot-ch/GSelective.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/GSysExceptions.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gcbuiltin.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gdtoa.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gerrno.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gldtoa.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Glibc.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Glibm.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gmcrts.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gpth.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gtermios.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/Gwrapc.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* mc-boot-ch/network.c:  remove system includes and use gcc
+	config.h system.h instead.
+	* analyzer branch created.
+	* removed all analyzer patches and analyzer testsuite tests
+	on master for now.
+
+2021-06-12       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* Make-lang.in:  remove duplicate --gcc-config-system from
+	mc.  Documentation rules now refer to gm2.texi contained in ../gcc.
+	* NEWS:  (updated gm2 into the gcc tree).
+	* config-lang.in:  removed examples.
+	* el/gm2-mode.el:  fixed date.
+	* gm2-compiler/M2Base.mod:  (InitSystem) no longer has a parameter.
+	* gm2-compiler/M2LexBuf.mod:  improved formatting.
+	* gm2-compiler/M2Quads.mod:  (PushTFADrwtok) corrected end name.
+	* gm2-compiler/M2SSA.def:  (EnableSSA) disabled.
+	* gm2-compiler/M2System.def:  (InitSystem) no longer has a parameter.
+	* gm2-compiler/M2System.mod:  (InitSystem) no longer has a parameter.
+	* gm2-compiler/P1SymBuild.mod:
+	(P1StartBuildImplementationModule) removed unused variable and
+	tidied up formatting.
+	* gm2-gcc/m2block.c:  added comment explaining why
+	commented out code should remain.
+	* gm2-gcc/m2builtins.c:  removed commented out code.
+	* gm2-gcc/m2expr.c:  removed commented out code.
+
+2021-06-11       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/23-patches:  (New file). Patch for hwint.h.
+	* patches/gcc/trunk/24-patches:  (new file). Patch for
+	install.texi.
+	* patches/gcc/trunk/24-patches:  (new file). Patch for
+	sourcebuild.texi.
+	* m2/Make-lang.in:  (m2.html) renamed documentation m2.texi.
+	(m2.dvi) renamed documentation m2.texi,
+	(m2.pdf) renamed documentation m2.texi.
+	(MC_ARGS) add --gcc-config-system.  (m2/gm2-libs-boot/%.o)
+	use --gcc-config-system.  Add --gcc-config-system to all bootstrap
+	rules to use GCC config.h and system.h rather than installed
+	headers.  Alter all include search paths to find config.h and
+	system.h and libiberty.
+	* bnf/gm2l.bnf:  (DisplayUsage) New procedure called when
+	-h or --help is used.
+	* gm2-compiler/gm2lcc.mod:  (DisplayHelp) New procedure called
+	when -h or --help is used.
+	* gm2-compiler/gm2lgen.mod:  (DisplayHelp) New procedure called
+	when -h or --help is used.  Tidied up formatting.
+	* gm2-compiler/gm2lorder.mod:  Tidied up formatting.
+	* gm2-compiler/ppg.mod:  (DisplayHelp) New procedure called
+	when -h or --help is used.
+	* gm2-libs-ch/choosetemp.c:  use "libiberty.h" rather than
+	<libiberty.h>.
+	* gm2.texi:  removed subsection.
+	* gm2spec.c:  remove dependance upon installed headers.
+	* mc-boot:  (all files in this directory rebuilt).
+	* mc/README:  removed old done markers.
+	* mc/decl.mod:  (doCapC) detect getGccConfigSystem and use TOUPPER
+	rather than toupper.
+	* mc/keyc.mod:  import getGccConfigSystem and issue include
+	config.h include system.h if this switch is on.  Also use
+	safe-ctype.h rather than ctype.h.  Avoid system headers if this
+	switch is on.  Add true and false to the macros to be avoided.
+	Add new to the list of keywords to be avoided.
+	* mc/mcOptions.def:  (getGccConfigSystem) New procedure function.
+	* mc/mcOptions.mod:  Updated year and implemented
+	(getGccConfigSystem).  Update help to include --gcc-config-system.
+	(handleOption) detect --gcc-config-system.
+	* tools-src/mklink.c:  allow to be build by a c++ compiler.
+	Remove dependance upon installed headers, use config.h and system.h.
+
+2021-06-07       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-ici/README:  added gm2m to list of tools.
+	* Make-lang.in:  (GM2_LINK_TOOLS) only set to gm2m.
+	(HAVE_STPCPY) removed.  (m2/gm2config.h) removed debugging
+	diagnostic.  Removed commented out rules and tidied comments
+	to use GNU style.  (check_module-2) Removed redundant
+	equivalence rule.
+	* bnf/gm2m.bnf:  (ParseArgs) use printf1 and use correct format
+	specifier (%s).
+	* gm2-compiler/M2GCCDeclare.mod:  tidied up long comment.
+	* m2/gm2-gcc/m2linemap.def:  change definition module to
+	definition for "C" and explicitly export qualified all
+	identifiers.
+	* gm2-libiberty/pexecute.def:  change to definition module for
+	"C".
+	* patches/gcc/trunk/[01-22]-patches:  (rebuilt).
+	* Make-lang.in:  (GM2_LINK_TOOLS_INSTALL) new definition.
+	(GM2_LINK_TOOLS) defined to allow bootstrapping gm2tools.
+
+2021-05-31       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* Make-lang.in:  renamed gm2-tools directory to gm2-ici.
+	Updated all gm2-tool rules.
+	* config-lang.in:  mkdir gm2-ici and gm2-ici-boot.  Remove
+	mkdir gm2-tools and gm2-tools-boot.
+
+2021-05-30       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-gcc/gcc-consolidation.h:  include realmpfr.h.
+	remove include stdio.h.
+	* gm2-gcc/init.c:  remove include stdio.h.  include
+	config.h and system.h.
+	* m2/gm2-lang.c:  remove include mpfr.h.
+
+2021-05-28       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/22-patches:  rebuilt after tidying up
+	the code.
+	* gm2-gcc/m2decl.c:  (m2decl_DeclareKnownVariable) tidied up
+	safety checks with calls to gcc_assert.
+
+2021-05-27       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/14-patches:  (removed brig patch).
+	* patches/gcc/trunk/23-patches:  (renamed as 14-patches).
+	* patches/gcc/trunk/{01-22}-patches:  rebuilt.
+	* Make-lang.in:  removed reference to version.o
+	* gm2-compiler/M2SSA.def:  (New file).
+	* gm2-compiler/M2SSA.mod:  (New file).
+	* patches/gcc/trunk/{01-22}-patches:  rebuilt.
+
+2021-05-26       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* Make-lang.in:  added entries for M2SSA.def and M2SSA.mod.
+	* bnf/m2-2.bnf:  (Qualident) pass tok to RequestSym.
+	* bnf/m2-3.bnf:  (Qualident) rewritten to generate a virtual
+	token for the complete qualident.
+	* bnf/m2-c.bnf:  (Qualident) rewritten to generate a virtual
+	token for the complete qualident.
+	* bnf/m2-h.bnf:  (Qualident) rewritten to generate a virtual
+	token for the complete qualident.
+	* gm2-compiler/M2Base.def:  (IsNeededAtRunTime) introduce
+	extra parameter, tok.
+	* gm2-compiler/M2Base.mod:  ImportFrom changed to include
+	location position.  RequestSym changed to include location
+	position.  FromModuleGetSym changed to include location
+	position.  (IsCompatible) short circuit the same types.
+	* gm2-compiler/M2Code.mod:  (DetermineSubExpTemporaries) New
+	procedure.  (Code) call DetermineSubExpTemporaries after
+	dependant types have been created.
+	* gm2-compiler/M2GCCDeclare.def:  (DeclareLocalVariable)
+	New procedure.
+	* gm2-compiler/M2GCCDeclare.def:  (DeclareLocalVariables)
+	changed parameter names to be more informative.
+	(DeclareLocalVariable) New procedure.  Updated formatting to
+	use GNU coding standard spacing.
+	* gm2-compiler/M2GenGCC.mod:  (Replace) New procedure.
+	(CodeFunctValue) check for SSA variable and call Replace if
+	necessary.  (checkDeclare) New procedure.  (CodeBinaryCheck)
+	check if SSA variable needs to be replaced.  (CodeUnaryCheck)
+	check if SSA variable needs to be replaced.  (CodeBecomes)
+	check if SSA variable needs to be replaced.
+	* gm2-compiler/M2Quads.mod:  Updated some of the procedures
+	to adhere to GNU coding standard spacing.  Change all calls to
+	RequestSym to pass location reference.  (BuildCaseEquality)
+	no longer use GetTokenNo but the location of the expression on
+	the expression stack.
+	* gm2-compiler/M2Scope.mod:  added developer
+	debugging information.
+	* gm2-compiler/M2System.def:  (InitSystem) pass location rather
+	than tokenno.
+	* gm2-compiler/P1SymBuild.mod:  use tokenno on the expression
+	stack rather than GetTokenNo when building import/export lists.
+	* gm2-compiler/P2SymBuild.mod:  (BuildImportOuterModule)
+	(BuildImportInnerModule) change GetExported to pass token number
+	stored on the expression stack.  (BuildVarientSelector)
+	pass token number on the expression stack rather than GetTokenNo.
+	* gm2-compiler/P3SymBuild.mod:  (StartBuildInnerModule) use
+	expression stack tokenno when calling RequestSym.
+	(CheckImportListOuterModule)  use expression stack tokenno when
+	calling RequestSym.  (StartBuildProcedure) use expression stack
+	tokenno when calling RequestSym.  (BuildConst) use expression stack
+	tokenno when calling RequestSym.
+	(BuildVarAtAddress) use expression stack tokenno when calling
+	RequestSym.
+	* gm2-compiler/PCSymBuild.mod: (PCStartBuildInnerModule) use
+	expression stack tokenno when calling RequestSym.
+	(PCStartBuildProcedure) use expression stack
+	tokenno when calling RequestSym.  (BuildConst) use expression stack
+	tokenno when calling RequestSym.  (StartDesConst) use expression stack
+	tokenno when calling RequestSym.
+	* gm2-compiler/SymbolConversion.mod:  (AddTemporaryKnown)
+	New procedure.
+	* gm2-compiler/SymbolTable.def:  (PutVariableSSA) New
+	procedure.  (IsVariableSSA) New procedure function.
+	(GetDeclareSym) introduce token position parameter.
+	(FromModuleGetSym) introduce token position parameter.
+	(RequestSym) introduce token position parameter.
+	(PutExportQualified) introduce token position parameter.
+	(PutExportUnQualified) introduce token position parameter.
+	(PutExportUnImplemented) introduce token position parameter.
+	(GetExported) introduce token position parameter.
+	(GetFromOuterModule) introduce token position parameter.
+	(UnknownReported) New procedure.
+	* gm2-compiler/SymbolTable.mod:  (PutVariableSSA) Implement
+	new procedure.  (IsVariableSSA) New procedure function.
+	(GetDeclareSym) introduce token position parameter.
+	(FromModuleGetSym) introduce token position parameter.
+	(RequestSym) introduce token position parameter.
+	(PutExportQualified) introduce token position parameter.
+	(PutExportUnQualified) introduce token position parameter.
+	(PutExportUnImplemented) introduce token position parameter.
+	(GetExported) introduce token position parameter.
+	(GetFromOuterModule) introduce token position parameter.
+	(UnknownReported) Implement new procedure.
+	* gm2-gcc/init.c:  call M2_M2SSA_init before module
+	compilation.
+	* gm2-gcc/m2decl.c:  attempt to create a nameless temporary
+	if necessary.
+	* gm2-gcc/m2statement.c:  GNU coding standard formatting
+	changes.
+	* init/gm2-gccinit:  add M2SSA to list of compiler modules.
+
+2021-05-06       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-compiler/M2GenGCC.mod:  remove GetTokenNo
+	from import.  (UseBuiltin) introduce new parameter tokenno
+	and use this instead of GetTokenNo ().  Change all calls to
+	UseBuiltin to pass the tokenno across.  Fixes a bug (a bad error
+	position) seen if a constant is created by a folded builtin
+	procedure function.
+
+2021-04-29       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* NEWS: version 1.9.5.
+	* gm2-libs/config-host.in:  updated to 1.9.5.
+	* version.c:  1.9.5.
+
+2021-04-28       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* Make-lang.in:  added gmp.h header file include directories to
+	the m2rte plugin compile rule.
+	* mc-boot/GDynamicStrings.c:  regenerated.
+	* mc-boot/GEnvironment.c:  regenerated.
+	* mc-boot/GFIO.c:  regenerated.
+	* mc-boot/GFormatStrings.c:  regenerated.
+	* mc-boot/GIO.c:  regenerated.
+	* mc-boot/GIndexing.c:  regenerated.
+	* mc-boot/GM2EXCEPTION.c:  regenerated.
+	* mc-boot/GPushBackInput.c:  regenerated.
+	* mc-boot/GRTExceptions.c:  regenerated.
+	* mc-boot/GRTint.c:  regenerated.
+	* mc-boot/GSArgs.c:  regenerated.
+	* mc-boot/GSFIO.c:  regenerated.
+	* mc-boot/GStdIO.c:  regenerated.
+	* mc-boot/GStringConvert.c:  regenerated.
+	* mc-boot/GSysStorage.c:  regenerated.
+	* mc-boot/GTimeString.c:  regenerated.
+	* mc-boot/Galists.c:  regenerated.
+	* mc-boot/Gdecl.c:  regenerated.
+	* mc-boot/Gkeyc.c:  regenerated.
+	* mc-boot/Glists.c:  regenerated.
+	* mc-boot/GmcComment.c:  regenerated.
+	* mc-boot/GmcComp.c:  regenerated.
+	* mc-boot/GmcDebug.c:  regenerated.
+	* mc-boot/GmcError.c:  regenerated.
+	* mc-boot/GmcLexBuf.c:  regenerated.
+	* mc-boot/GmcMetaError.c:  regenerated.
+	* mc-boot/GmcOptions.c:  regenerated.
+	* mc-boot/GmcPretty.c:  regenerated.
+	* mc-boot/GmcPrintf.c:  regenerated.
+	* mc-boot/GmcSearch.c:  regenerated.
+	* mc-boot/GmcStack.c:  regenerated.
+	* mc-boot/GmcStream.c:  regenerated.
+	* mc-boot/Gmcp1.c:  regenerated.
+	* mc-boot/Gmcp2.c:  regenerated.
+	* mc-boot/Gmcp3.c:  regenerated.
+	* mc-boot/Gmcp4.c:  regenerated.
+	* mc-boot/Gmcp5.c:  regenerated.
+	* mc-boot/GnameKey.c:  regenerated.
+	* mc-boot/GsymbolKey.c:  regenerated.
+	* mc-boot/Gvarargs.c:  regenerated.
+	* mc-boot/Gwlists.c:  regenerated.
+	* mc/keyc.mod:  redefine NULL for OpenBSD.
+	* testsuite/gm2/analyzer/fail/callbyref3badreturn.mod:  added dg-warning.
+	* testsuite/gm2/analyzer/fail/testnoreturn.mod:  added dg-warning.
+
+2021-04-26       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-compiler/M2Quads.mod:  improve formatting.
+	* gm2-compiler/SymbolTable.mod:  improve formatting.
+	* patches/gcc/trunk/19-patches:  (New file).
+	* patches/gcc/trunk/20-patches:  (New file).
+	* patches/gcc/trunk/21-patches:  (New file).
+	* patches/gcc/trunk/22-patches:  (New file).
+	* patches/gcc/trunk/23-patches:  (New file).
+
+2021-04-18       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/16-patch: (on_deallocator_call)
+	defends against skip_reference returning NULL.
+
+2021-04-17       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* bnf/m2-1.bnf:  calls to BuildNumber pass tokenpos.
+	* bnf/m2-2.bnf:  calls to BuildNumber pass tokenpos.
+	* bnf/m2-3.bnf:  calls to BuildNumber pass tokenpos.
+	* bnf/m2-c.bnf:  calls to BuildNumber pass tokenpos.
+	* bnf/m2-h.bnf:  calls to BuildNumber pass tokenpos.
+	* bnf/m2.bnf:  calls to BuildNumber pass tokenpos.
+	* gm2-compiler/M2Base.mod:  improved formatting.
+	* gm2-compiler/M2GCCDeclare.def:  (TryDeclareConstructor)
+	removed unused quad parameter.
+	* gm2-compiler/M2GCCDeclare.mod:  (TryDeclareConstructor)
+	removed unused quad parameter.
+	* gm2-compiler/M2GenGCC.mod:  Removed unused quad parameter
+	to TryDeclareConstructor.
+	* gm2-compiler/M2Quads.def:  (BuildEndFor) use endpostok.
+	Tightened up the accuracy of the tokens used in subexpressions.
+	* gm2-compiler/M2Quads.mod:  (BuildEndFor) use endpostok.
+	Tightened up the accuracy of the tokens used in subexpressions.
+
+2021-04-16       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/16-patch: (remade patch with
+	ability to track SysStorage and Storage heaps).
+	* testsuite/gm2/analyzer/fail:  (new tests added).
+	* gm2-compiler/M2Quads.mod:  (BuildDesignatorPointer)
+	use ptrtok position and check for NIL dereference.
+	Create virtual token for resulting subexpression.
+	* gm2-compiler/M2Quads.def:  (BuildDesignatorPointer)
+	pass ptrtok position.
+	* bnf/m2-3.bnf:  pass token number to BuildDesignatorPointer.
+
+2021-04-14       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* bnf/m2-3.bnf: cosmetic formatting changes.
+	* gm2-compiler/M2Quads.mod: (BuildAssignmentWithoutBounds)
+	introduce a tok position and use it.  (MoveWithMode) use token
+	position.  (doBuildAssignment) use token position and use GenQuadO
+	with the token position parameter.
+	(AssignHighField) pass token position to
+	BuildAssignmentWithoutBounds.  Changed all calls to
+	BuildAssignmentWithoutBounds passing in the becomes token
+	position.  (BuildReturn) use GenQuadO with the token position of
+	the RETURN keyword.  (BuildStaticArray) create virtual token
+	position for subexpression.  (BuildDynamicArray) create virtual
+	token for subexpression.  (ConvertBooleanToVariable)
+	introduce token position and use it instead of GetTokenNo ().
+	(BuildBooleanVariable) use token number on the stack associated
+	with the operand.  (PushTFADrwtok) replaces PushTFADrw.
+	(PushTFDtok) replaces PushTFD.  (PushTFDrwtok) replaces PushTFDrw.
+	Changed all calls to replacement procedures.
+	* patches/gcc/trunk/16-patch: (remade patch).
+	* patches/gcc/trunk/17-patch: (remade patch).
+	* patches/gcc/trunk/18-patch: (remade patch).
+	* patches/gcc/trunk/19-patch: (New patch).
+	* gm2-lang.c: (gm2_langhook_new_dispose_storage_substitution)
+	New function.  (LANG_HOOKS_NEW_DISPOSE_STORAGE_SUBSTITUTION)
+	defined to gm2_langhook_new_dispose_storage_substitution.
+
+2021-04-10       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-libs/RTint.mod: guard against NEW (v) failing.
+	* patches/gcc/trunk/16-patch: (remade patch).
+
+2021-04-09       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/16-patch: (remade patch).
+
+2021-04-08       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* bnf/m2-3.bnf: (AssignmentOrProcedureCall) pass function token
+	number to BuildProcedureCall.
+	* gm2-compiler/M2Quads.mod: (BuildProcedureCall) use functok
+	and generate combinedtok.
+	(BuildNewProcedure) use functok and combinedtok for
+	accurate token position for generated results.
+	(BuildDisposeProcedure) use functok and combinedtok for
+	accurate token position for generated results.
+	(BuildRealFunctionCall) pass tokno to BuildRealFunctionCall.
+	(BuildPseudoProcedureCall) pass tokno to lower level procedures.
+	* gm2-lang.c: remove #if 1 debugging aids.
+	* patches/gcc/trunk/{17,18}-patch: (New files).
+	* patches/gcc/trunk/{16,17,18-patch}: (remade patches).
+
+2021-04-07       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/16-patches: added analyzer patch.
+
+2021-03-05       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* Make-lang.in: invoke all shell scripts using sh.
+
+2021-03-04       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-tools/M2Emit.mod:  (InternalError) call abort.
+	* Make-lang.in: invoke all shell scripts with the appropriate
+	interpreter.
+
+2021-02-16       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-compiler/M2ALU.mod: changed calls to InternalError to use
+	a single parameter.
+	* gm2-compiler/M2Base.mod: changed calls to InternalError to
+	use a single parameter.
+	* gm2-compiler/M2Check.mod: changed calls to InternalError to
+	use a single parameter.
+	* gm2-compiler/M2Error.mod: changed calls to InternalError to
+	use a single parameter.
+	* gm2-compiler/M2GCCDeclare.mod: changed calls to InternalError
+	to use a single parameter.
+	* gm2-compiler/M2GenGCC.mod:  changed calls to InternalError to
+	use a single parameter.
+	* gm2-compiler/M2MetaError.mod:  changed calls to InternalError
+	to use a single parameter.
+	* gm2-compiler/M2Quads.mod:  changed calls to InternalError to
+	use a single parameter.
+	* gm2-compiler/M2Range.mod:  changed calls to InternalError to
+	use a single parameter.
+	* gm2-compiler/P2SymBuild.mod:  changed calls to InternalError
+	to use a single parameter.
+	* gm2-compiler/P3SymBuild.mod:  changed calls to InternalError
+	to use a single parameter.
+	* gm2-compiler/PCSymBuild.mod:  changed calls to InternalError
+	to use a single parameter.
+	* gm2-compiler/Sets.mod:  changed calls to InternalError to use
+	a single parameter.
+	* gm2-compiler/SymbolConversion.mod:  changed calls to
+	InternalError to use a single parameter.
+	* gm2-compiler/SymbolTable.mod:  changed calls to InternalError
+	to use a single parameter.
+	* gm2-tools/M2Emit.mod:  changed calls to InternalError to use
+	a single parameter.
+
+2021-02-15       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-compiler/Lists.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2ALU.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2AsmUtil.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2Base.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Batch.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2CaseList.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2Check.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Const.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Debug.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2DebugStack.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2Emit.def:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Emit.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Error.def:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Error.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2GCCDeclare.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2GenGCC.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2MetaError.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2Optimize.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2Pass.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Quads.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2Range.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2StackAddress.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2StackWord.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/M2Swig.mod:  all calls to InternalError changed
+	to use single parameter.
+	* gm2-compiler/M2System.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/P2SymBuild.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/PCSymBuild.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-compiler/Sets.mod:  all calls to InternalError changed to
+	use single parameter.
+	* gm2-compiler/SymbolConversion.mod:  all calls to
+	InternalErrorchanged to use single parameter.
+	* gm2-compiler/SymbolTable.mod:  all calls to InternalError
+	changed to use single parameter.
+	* gm2-tools/M2Emit.mod:  all calls to InternalError changed to
+	use single parameter.
+
+2021-02-10       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* mc-boot/Gmcp5.c:  (SubDesignator) check to see if expression
+	is NIL.
+	* bnf/mc-5.bnf:  (SubDesignator) check to see if expression
+	is NIL.
+	* gm2-gcc/rtegraph.c:  (DEBUGGING) includes complete functions
+	rather than just the body of a function.
+	* gm2-compiler/M2Check.mod:  (isTrue) commented out.
+	(checkTypeEquivalence) completed comment.  (checkTypeEquivalence)
+	removed unused parameter tInfo and added comments.
+	(checkSubrange) completed comment and check for result known
+	at beginning.  (checkGenericTypeEquivalence) completed comment.
+	(checkSystemEquivalence) completed comment and removed unused
+	tInfo parameter.  (checkEnumerationEquivalence) removed unused
+	tInfo parameter.  (checkPointerType) completed comment and removed
+	unused tInfo parameter.  (checkValueEquivalence) completed comment and
+	removed unused tInfo parameter.  (visit) removed.
+	(checkSkipEquivalence) removed unused parameter tInfo.
+	(checkRecordEquivalence) removed unused parameter tInfo.
+	(getCompatible) removed.
+
+2021-01-29       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+        * gm2-compiler/M2GenGCC.mod:  (ToSubrange) removed unused export.
+        * gm2-gcc/m2convert.c:  (ToSubrange) removed.
+        * gm2-gcc/m2convert.h:  (ToSubrange) removed.
+        * gm2-libs/SArgs.mod:  Reverted change.
+
+2021-01-27       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-compiler/M2BasicBlock.def:  (KillBasicBlock) use
+	optional return.
+	* gm2-compiler/M2BasicBlock.mod:  (KillBasicBlock) parameter
+	is VAR and the parameter is assigned to NIL.  (FreeBasicBlocks)
+	New procedure.  (BasicBlock) declared without unnecessary
+	forward type.  (InitBasicBlocks) formatting.
+	* gm2-compiler/M2Code.mod:  (Percent) formatting.
+	(SecondDeclareAndOptimize) remove unnecessary variable bb.
+	Use FreeBasicBlocks on functional basic block evaluations.
+	* gm2-compiler/M2GenGCC.mod:  (IsExported) Reformatted.
+	* gm2-compiler/M2LexBuf.mod:  (GetToken) call GetToken
+	without using the return result to advance token position.
+	* gm2-compiler/m2flex.def:  (GetToken) declared with optional
+	return result.
+	* gm2-gcc/gcc-consolidation.h:  corrected dates.
+	* gm2-gcc/init.c:  corrected dates.
+	* gm2-gcc/init.def:  corrected dates.
+	* gm2-gcc/init.h:  corrected dates.
+	* gm2-gcc/m2assert.c:  corrected dates.
+	* gm2-gcc/m2assert.h:  corrected dates.
+	* gm2-gcc/m2block.c:  corrected dates.
+	* gm2-gcc/m2block.def:  corrected dates.
+	* gm2-gcc/m2block.h:  corrected dates.
+	* gm2-gcc/m2builtins.c:  corrected dates.
+	* gm2-gcc/m2builtins.def:  corrected dates.
+	* gm2-gcc/m2builtins.h:  corrected dates.
+	* gm2-gcc/m2color.c:  corrected dates.
+	* gm2-gcc/m2color.def:  corrected dates.
+	* gm2-gcc/m2color.h:  corrected dates.
+	* gm2-gcc/m2convert.c:  corrected dates.
+	* gm2-gcc/m2convert.def:  corrected dates.
+	* gm2-gcc/m2convert.h:  corrected dates.
+	* gm2-gcc/m2decl.c:  corrected dates.
+	* gm2-gcc/m2decl.def:  corrected dates.
+	* gm2-gcc/m2decl.h:  corrected dates.
+	* gm2-gcc/m2except.c:  corrected dates.
+	* gm2-gcc/m2except.def:  corrected dates.
+	* gm2-gcc/m2except.h:  corrected dates.
+	* gm2-gcc/m2expr.c:  corrected dates.
+	* gm2-gcc/m2expr.def:  corrected dates.
+	* gm2-gcc/m2expr.h:  corrected dates.
+	* gm2-gcc/m2linemap.c:  corrected dates.
+	* gm2-gcc/m2linemap.def:  corrected dates.
+	* gm2-gcc/m2linemap.h:  corrected dates.
+	* gm2-gcc/m2misc.c:  corrected dates.
+	* gm2-gcc/m2misc.def:  corrected dates.
+	* gm2-gcc/m2misc.h:  corrected dates.
+	* gm2-gcc/m2options.h:  corrected dates.
+	* gm2-gcc/m2range.h:  corrected dates.
+	* gm2-gcc/m2search.h:  corrected dates.
+	* gm2-gcc/m2statement.c:  corrected dates.
+	* gm2-gcc/m2statement.def:  corrected dates.
+	* gm2-gcc/m2statement.h:  corrected dates.
+	* gm2-gcc/m2top.c:  corrected dates.
+	* gm2-gcc/m2top.def:  corrected dates.
+	* gm2-gcc/m2top.h:  corrected dates.
+	* gm2-gcc/m2tree.c:  corrected dates.
+	* gm2-gcc/m2tree.def:  corrected dates.
+	* gm2-gcc/m2tree.h:  corrected dates.
+	* gm2-gcc/m2treelib.c:  corrected dates.
+	* gm2-gcc/m2treelib.def:  corrected dates.
+	* gm2-gcc/m2treelib.h:  corrected dates.
+	* gm2-gcc/m2type.c:  corrected dates.
+	* gm2-gcc/m2type.def:  corrected dates.
+	* gm2-gcc/m2type.h:  corrected dates.
+	* gm2-gcc/rtegraph.c:  corrected dates.
+	* gm2-gcc/rtegraph.h:  corrected dates.
+	* patches/gcc/trunk:  rebuilt all patches.
+	* gm2-compiler/M2Base.mod:  (InitBuiltins) check builtins to
+	ensure source file was found.  (GetBaseTypeMinMax) remove unused
+	local variable.  (GetBaseTypeMinMax) reformatted.
+	(InitBaseProcedures):  check rtexceptions to determine whether
+	source file was found.
+	* gm2-compiler/M2Code.mod:  (CodeBlock) KillScopeBlock no
+	longer returns a value.
+	* gm2-compiler/M2GCCDeclare.mod:
+	(DeclareTypesConstantsProcedures) KillScopeBlock no longer returns
+	a value.
+	* gm2-compiler/M2Scope.def:  (KillScopeBlock) remove
+	return result and pass sb by reference.
+	* gm2-compiler/M2Scope.mod:  assign parameter to NIL.
+	* gm2-compiler/M2Swig.mod: (DetermineParameter) KillBasicBlock
+	no longer returns a value.
+	* gm2-gcc/m2type.c:  (build_set_type) commented out.
+	(convert_type_to_range) commented out.
+	* gm2-libs/SArgs.mod:  convert pointer to non void * pointer before
+	performing arithmetic.
+	* gcc/m2/gm2-compiler/M2Optimize.mod:  (DisplayReachable)
+	exported.
+	* gcc/m2/gm2-compiler/M2Optimize.def:  (DisplayReachable)
+	exported.
+
+2021-01-25       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+        * gcc/m2/Make-lang.in:  supply subdirectory parameter to makeversion.
+        Invoke makeversion without changing into a subdirectory.
+        * gcc/m2/tools-src/makeversion:  added subdirectory argument.
+        All output files are placed into the supplied subdirectory.
+	* gcc/m2/patches/gcc/trunk/15-patches:  (New file) git front end
+	patch.
+
+2021-01-16       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* patches/gcc/trunk/02-patches:  (corrected path depth).
+	* gcc/m2/Make-lang.in:  added dependancies $(PLUGIN_HEADERS) alongside
+	$(TARGET_H).
+	* gcc/m2/config-lang.in:  corrected dates.
+	* gcc/m2/configure.ac:  corrected dates.
+	* gcc/m2/gm2-internals.texi:  corrected dates.
+	* gcc/m2/gm2-lang.c:  corrected dates.
+	* gcc/m2/gm2-lang.h:  corrected dates.
+	* gcc/m2/gm2.texi:  corrected dates.
+	* gcc/m2/gnu.texi:  corrected dates.
+	* gcc/m2/lang-options.h:  corrected dates.
+	* gcc/m2/lang-specs.h:  corrected dates.
+	* gcc/m2/lang.opt:  corrected dates.
+	* gcc/m2/m2-link-support.h:  corrected dates.
+	* gcc/m2/m2-tree.def:  corrected dates.
+	* gcc/m2/m2.flex:  corrected dates.
+	* gcc/m2/mc-boot-ch/GRTco.c:  corrected dates.
+	* gcc/m2/mc/mc.flex:  corrected dates.
+	* gcc/m2/mc/mcComment.h:  corrected dates.
+	* gcc/m2/mc/mcLexBuf.h:  corrected dates.
+	* gcc/m2/mc/mcReserved.h:  corrected dates.
+	* gcc/m2/tools-src/array2index.py:  corrected dates.
+	* gcc/m2/tools-src/buildpg:  corrected dates.
+	* gcc/m2/tools-src/buildsyntax:  corrected dates.
+	* gcc/m2/tools-src/createUlmSys:  corrected dates.
+	* gcc/m2/tools-src/def2texi.py:  corrected dates.
+	* gcc/m2/tools-src/incfile:  corrected dates.
+	* gcc/m2/tools-src/makeSystem:  corrected dates.
+	* gcc/m2/tools-src/makeconfigure:  corrected dates.
+	* gcc/m2/tools-src/makeversion:  corrected dates.
+	* gcc/m2/tools-src/tidydates.py:  corrected dates.
+	* gcc/m2/www/gm2-logo.ms:  corrected dates.
+	* gcc/m2/www/tools/texi2tr/src/config.py:  corrected dates.
+	* gcc/m2/www/tools/texi2tr/src/navigation.py:  corrected dates.
+	* gcc/m2/www/tools/texi2tr/src/outputdev.py:  corrected dates.
+	* gcc/m2/www/tools/texi2tr/src/texi2tr.py:  corrected dates.
+	* gcc/m2/www/Makefile.in:  regenerted.
+	* libgm2/Makefile.in:  regenerted.
+	* libgm2/libm2cor/Makefile.in:  regenerted.
+	* libgm2/libm2iso/Makefile.in:  regenerted.
+	* libgm2/libm2log/Makefile.in:  regenerted.
+	* libgm2/libm2min/Makefile.in:  regenerted.
+	* libgm2/libm2pim/Makefile.in:  regenerted.
+
+2021-01-14       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* bnf/gm2m.bnf:  removed unused local variables.
+	* gm2-compiler/M2CaseList.mod:  removed unused local variables.
+	* gm2-compiler/M2Check.mod:  removed unused local variables.
+	* gm2-compiler/M2DebugStack.mod:  removed unused local variables.
+	* gm2-compiler/M2Range.mod:  removed unused local variables.
+	* gm2-compiler/M2Students.mod:  removed unused local variables.
+	* gm2-compiler/Sets.mod:  removed unused local variables.
+	* gm2-libs/IO.mod:  removed unused local variables.
+
+2021-01-13       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-compiler/M2CaseList.mod:  (DisposeRanges) remove
+	unused variable tag.  (SubBitRange) remove dummy.  Use
+	MetaErrorT0.
+	* gm2-compiler/M2GenGCC.mod:  Use tokenno rather than
+	CurrentQuadToken when passed as a parameter.  (CodeMakeAdr)
+	Initialize location before use.
+	* bnf/gm2l.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/gm2m.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* Make-lang.in:  updated dates and also the bootstrap path
+	for mc.
+	* bnf/m2-1.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/m2-2.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/m2-3.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/m2-c.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/m2-h.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/m2.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/mc-1.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/mc-2.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/mc-3.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/mc-4.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* bnf/mc-5.bnf:  altered grammar to include <* noreturn *>
+	attribute.
+	* gm2-compiler/M2BasicBlock.mod:  (ConvertQuads2BasicBlock) removed
+	unused variable.
+	* gm2-compiler/M2Error.def:  (InternalError) added <* noreturn *>.
+	* gm2-compiler/M2Error.mod:  (InternalError) added <* noreturn *>.
+	* gm2-compiler/M2Quads.mod:  (CheckCompatibleWithBecomes) improved
+	error messages and tidied up formatting.
+	* gm2-compiler/M2StackAddress.mod:  (PushAddress) removed unused variable.
+	* gm2-compiler/P0SymBuild.mod:  (pc) added comment.
+	* gm2-compiler/P1SymBuild.mod:  (CheckFileName) corrected type of basename.
+	(P1StartBuildDefinitionModule) removed unused variable.  (BuildImportInnerModule)
+	removed unused variable.  (BuildExportInnerModule) removed unused variable.
+	* gm2-compiler/SymbolTable.mod:  (IsLegal) removed useless comparison.
+	* gm2-compiler/gm2lgen.mod:  (GenExternals) removed unused variable.
+	(GenInitializationCalls) removed unused variable.  (GenFinalizationCalls)
+	removed unused variable.
+	* gm2-libs/M2RTS.def:  (Terminate) added <* noreturn *>.  (HALT)
+	added <* noreturn *>.  (Halt) added <* noreturn *>.  (ErrorMessage)
+	added <* noreturn *>.
+	* gm2-libs/M2RTS.mod:  (Terminate) added <* noreturn *>.  (HALT)
+	added <* noreturn *>.  (Halt) added <* noreturn *>.  (ErrorMessage)
+	added <* noreturn *>.
+	* gm2-libs/libc.def:  (abort) <* noreturn *>.  (exit) <* noreturn *>.
+	* mc-boot/GASCII.c:  (rebuilt).
+	* mc-boot/GASCII.h:  (rebuilt).
+	* mc-boot/GArgs.c:  (rebuilt).
+	* mc-boot/GArgs.h:  (rebuilt).
+	* mc-boot/GAssertion.c:  (rebuilt).
+	* mc-boot/GAssertion.h:  (rebuilt).
+	* mc-boot/GBreak.c:  (rebuilt).
+	* mc-boot/GBreak.h:  (rebuilt).
+	* mc-boot/GCOROUTINES.h:  (rebuilt).
+	* mc-boot/GCmdArgs.c:  (rebuilt).
+	* mc-boot/GCmdArgs.h:  (rebuilt).
+	* mc-boot/GDebug.c:  (rebuilt).
+	* mc-boot/GDebug.h:  (rebuilt).
+	* mc-boot/GDynamicStrings.c:  (rebuilt).
+	* mc-boot/GDynamicStrings.h:  (rebuilt).
+	* mc-boot/GEnvironment.c:  (rebuilt).
+	* mc-boot/GEnvironment.h:  (rebuilt).
+	* mc-boot/GFIO.c:  (rebuilt).
+	* mc-boot/GFIO.h:  (rebuilt).
+	* mc-boot/GFormatStrings.c:  (rebuilt).
+	* mc-boot/GFormatStrings.h:  (rebuilt).
+	* mc-boot/GFpuIO.c:  (rebuilt).
+	* mc-boot/GFpuIO.h:  (rebuilt).
+	* mc-boot/GIO.c:  (rebuilt).
+	* mc-boot/GIO.h:  (rebuilt).
+	* mc-boot/GIndexing.c:  (rebuilt).
+	* mc-boot/GIndexing.h:  (rebuilt).
+	* mc-boot/GM2EXCEPTION.c:  (rebuilt).
+	* mc-boot/GM2EXCEPTION.h:  (rebuilt).
+	* mc-boot/GM2RTS.c:  (rebuilt).
+	* mc-boot/GM2RTS.h:  (rebuilt).
+	* mc-boot/GMemUtils.c:  (rebuilt).
+	* mc-boot/GMemUtils.h:  (rebuilt).
+	* mc-boot/GNumberIO.c:  (rebuilt).
+	* mc-boot/GNumberIO.h:  (rebuilt).
+	* mc-boot/GPushBackInput.c:  (rebuilt).
+	* mc-boot/GPushBackInput.h:  (rebuilt).
+	* mc-boot/GRTExceptions.c:  (rebuilt).
+	* mc-boot/GRTExceptions.h:  (rebuilt).
+	* mc-boot/GRTco.h:  (rebuilt).
+	* mc-boot/GRTint.c:  (rebuilt).
+	* mc-boot/GRTint.h:  (rebuilt).
+	* mc-boot/GSArgs.c:  (rebuilt).
+	* mc-boot/GSArgs.h:  (rebuilt).
+	* mc-boot/GSFIO.c:  (rebuilt).
+	* mc-boot/GSFIO.h:  (rebuilt).
+	* mc-boot/GSYSTEM.h:  (rebuilt).
+	* mc-boot/GSelective.h:  (rebuilt).
+	* mc-boot/GStdIO.c:  (rebuilt).
+	* mc-boot/GStdIO.h:  (rebuilt).
+	* mc-boot/GStorage.c:  (rebuilt).
+	* mc-boot/GStorage.h:  (rebuilt).
+	* mc-boot/GStrCase.c:  (rebuilt).
+	* mc-boot/GStrCase.h:  (rebuilt).
+	* mc-boot/GStrIO.c:  (rebuilt).
+	* mc-boot/GStrIO.h:  (rebuilt).
+	* mc-boot/GStrLib.c:  (rebuilt).
+	* mc-boot/GStrLib.h:  (rebuilt).
+	* mc-boot/GStringConvert.c:  (rebuilt).
+	* mc-boot/GStringConvert.h:  (rebuilt).
+	* mc-boot/GSysExceptions.h:  (rebuilt).
+	* mc-boot/GSysStorage.c:  (rebuilt).
+	* mc-boot/GSysStorage.h:  (rebuilt).
+	* mc-boot/GTimeString.c:  (rebuilt).
+	* mc-boot/GTimeString.h:  (rebuilt).
+	* mc-boot/GUnixArgs.h:  (rebuilt).
+	* mc-boot/Galists.c:  (rebuilt).
+	* mc-boot/Galists.h:  (rebuilt).
+	* mc-boot/Gdecl.c:  (rebuilt).
+	* mc-boot/Gdecl.h:  (rebuilt).
+	* mc-boot/Gdtoa.h:  (rebuilt).
+	* mc-boot/Gerrno.h:  (rebuilt).
+	* mc-boot/Gkeyc.c:  (rebuilt).
+	* mc-boot/Gkeyc.h:  (rebuilt).
+	* mc-boot/Gldtoa.h:  (rebuilt).
+	* mc-boot/Glibc.h:  (rebuilt).
+	* mc-boot/Glibm.h:  (rebuilt).
+	* mc-boot/Glists.h:  (rebuilt).
+	* mc-boot/GmcComment.c:  (rebuilt).
+	* mc-boot/GmcComment.h:  (rebuilt).
+	* mc-boot/GmcComp.c:  (rebuilt).
+	* mc-boot/GmcComp.h:  (rebuilt).
+	* mc-boot/GmcDebug.c:  (rebuilt).
+	* mc-boot/GmcDebug.h:  (rebuilt).
+	* mc-boot/GmcError.c:  (rebuilt).
+	* mc-boot/GmcError.h:  (rebuilt).
+	* mc-boot/GmcFileName.h:  (rebuilt).
+	* mc-boot/GmcLexBuf.c:  (rebuilt).
+	* mc-boot/GmcLexBuf.h:  (rebuilt).
+	* mc-boot/GmcMetaError.c:  (rebuilt).
+	* mc-boot/GmcMetaError.h:  (rebuilt).
+	* mc-boot/GmcOptions.h:  (rebuilt).
+	* mc-boot/GmcPreprocess.h:  (rebuilt).
+	* mc-boot/GmcPretty.h:  (rebuilt).
+	* mc-boot/GmcPrintf.h:  (rebuilt).
+	* mc-boot/GmcQuiet.h:  (rebuilt).
+	* mc-boot/GmcReserved.h:  (rebuilt).
+	* mc-boot/GmcSearch.h:  (rebuilt).
+	* mc-boot/GmcStack.c:  (rebuilt).
+	* mc-boot/GmcStack.h:  (rebuilt).
+	* mc-boot/GmcStream.c:  (rebuilt).
+	* mc-boot/GmcStream.h:  (rebuilt).
+	* mc-boot/Gmcflex.h:  (rebuilt).
+	* mc-boot/Gmcp1.c:  (rebuilt).
+	* mc-boot/Gmcp1.h:  (rebuilt).
+	* mc-boot/Gmcp2.c:  (rebuilt).
+	* mc-boot/Gmcp2.h:  (rebuilt).
+	* mc-boot/Gmcp3.c:  (rebuilt).
+	* mc-boot/Gmcp3.h:  (rebuilt).
+	* mc-boot/Gmcp4.c:  (rebuilt).
+	* mc-boot/Gmcp4.h:  (rebuilt).
+	* mc-boot/Gmcp5.c:  (rebuilt).
+	* mc-boot/Gmcp5.h:  (rebuilt).
+	* mc-boot/GnameKey.c:  (rebuilt).
+	* mc-boot/GnameKey.h:  (rebuilt).
+	* mc-boot/GsymbolKey.c:  (rebuilt).
+	* mc-boot/GsymbolKey.h:  (rebuilt).
+	* mc-boot/Gtermios.h:  (rebuilt).
+	* mc-boot/Gtop.c:  (rebuilt).
+	* mc-boot/Gvarargs.c:  (rebuilt).
+	* mc-boot/Gvarargs.h:  (rebuilt).
+	* mc-boot/Gwlists.c:  (rebuilt).
+	* mc-boot/Gwlists.h:  (rebuilt).
+	* mc-boot/Gwrapc.h:  (rebuilt).
+	* mc/decl.def:  (setNoReturn) new procedure.
+	* mc/decl.mod:  (doProcedureHeadingC) added extra parameter for heading.
+        (setNoReturn) new procedure.
+
+2021-01-12       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* gm2-compiler/M2Quads.mod:  (BuildOddFunction) combinedok initialize
+	before use during error case.  (BuildMinFunction) rewritten to
+	initialize all tokens before use when an error condition occurs.
+	(BuildConstFunctionCall) initialize paramtok and combinedtok before
+	use.
+	* m2pp.c:  (pl) renamed as ptcl and declared as external.
+	* m2pp.h:  (ptcl) declared as external.
+
+2021-01-11       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* configure.ac:  avoid comparing SYSTEM.o between stages during
+	bootstrap checks.
+
+2021-01-09       Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+	* lang.opt:  commented out descriptions for options which are
+	used by C.
+	* updated all dates for the New Year.
+	* tools-src/boilerplate.py:  detect GCC with runtime exceptions
+	licence.
+	* New year ChangeLog file.
diff --git a/gcc/m2/ChangeLog-2001 b/gcc/m2/ChangeLog-2001
new file mode 100644
index 00000000000..204f68a7b9c
--- /dev/null
+++ b/gcc/m2/ChangeLog-2001
@@ -0,0 +1,68 @@
+2001-08-01	Gaius Mulley <gaius@glam.ac.uk>
+
+	* brought gm2 up to date with gcc-3.0
+	* fixed opaque handling in the new parser
+	* now using new parser by default
+	* rewritten NameKey.mod, removing any static limits on array
+	sizes by using dynamic data structures throughout.
+	* improved p2c so that it handles opaque types properly.
+	* modified Lists.def, SymbolKey.def to use opaque types.
+
+2001-03-09	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug in FpuIO.mod which failed to issue a '-' when emitting
+	  real numbers.
+	* added many new tests to the regression directory (autotest).
+	* fixed bugs in the bnf descriptions. Compiler is now using
+ 	  automatically generated parser for P1, P2 and P3. Just PH
+ 	  remains hand built.
+        * Introduced a number of small regression tests following
+ 	  Olivier's extensive bug report on (m2f). Fixed a number
+ 	  of bugs reported, see gm2/m2/comp/BUGS for details.
+	* Fixed bug in M2Lexical.mod causing mismatch between
+ 	  source line numbers and gdb information.
+        * Fixed + - / of constant sets.
+        * removed tests for the interim (they exist under
+ 	  bitset3.mod.breaks and string.mod.breaks respectively)
+        * modifications to stop overflow on max CARDINAL when converting
+ 	  numbers into strings (NumberIO.mod)
+
+2001-02-28	Gaius Mulley <gaius@glam.ac.uk>
+
+	* using new parser P1SyntaxCheck.mod and P2Build.mod
+	  P1SyntaxCheck.mod now inserts simple missing tokens.
+	* both automatically generated and provide better error
+	  recovery
+	* improved some error messages
+
+2001-01-23	Gaius Mulley <gaius@glam.ac.uk>
+
+	* brought gm2 up to date with gcc-20001204
+	* introduced configure and moved all makefiles to Makefile.in
+	* tidied up p2c a little, in an attempt to reduce the compile
+ 	  time warnings
+
+2000-12-02	Gaius Mulley <gaius@glam.ac.uk>
+
+	* brought gm2 up to date with gcc-20001120
+	* garbage collection now working in gm2
+	* introduced EXPORT UNQUALIFIED as a method for writing
+	  definition modules as interfaces for C libraries
+	* altered link tools to reflect EXPORT UNQUALIFIED
+	* started work on preprocessing source when -Wcpp is supplied
+	* tidied up gccgm2.c
+
+2000-09-25	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added error messages to lang-spec.h. Issued if wrong combination
+	  of -Wuselist -Wmodules -Wmakelist and -c are supplied.
+
+2000-09-14	Matthias Kurz <mk@baerlap.north.de>
+
+	* Many makefile portability corrections (tests for symbol links).
+	  Made makeversion more portable via guessing email address.
+	  Added setenv emulation in libc.c.
+	  Inserted missing Close(fo) to gm2lgen.mod.GenMain().
+	  Improved README,
+	  Added QUIAT to the makefiles.
+	  Cast EOF to (char) inside mkfor.c mklink.c.
diff --git a/gcc/m2/ChangeLog-2002 b/gcc/m2/ChangeLog-2002
new file mode 100644
index 00000000000..27fa922bc1c
--- /dev/null
+++ b/gcc/m2/ChangeLog-2002
@@ -0,0 +1,59 @@
+2002-12-20	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added __ATTRIBUTE__ __BUILTIN__ ((Ident))
+	  rules for obtaining target compiler constants
+	* fixed handling of recursive procedure type definitions
+	  bug reported by Iztok Kobal
+	* improved base types to aid gdb in displaying data types
+	* checked in some sketchy initial ISO library implementation
+	  modules
+
+2002-11-03	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.33
+	* implemented large sets
+	* implemented ISO complient sets
+	* definition modules no longer have to explicitly export
+	  identifiers
+
+2002-06-20	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.32
+	* now supports building a cross compiler (strong-arm) tested
+
+2002-06-09	Gaius Mulley <gaius@glam.ac.uk>
+
+	* brought gm2 up to date with gcc-3.2
+	* fixed the $(srcdir) in all Makefile.in's
+	* configuring and building gm2 is now recommended
+	  to occur outside the source tree.
+	* many changes to gccgm2.c to reflect gcc-3.2
+
+2002-05-04	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented DEFINITION MODULE FOR "C"
+	* implemented -Wmakeall
+	* implemented varargs in "C" modules
+	* added gm2/examples directory
+	* updated documentation
+	* gm2m and gm2l are now built from ebnf descriptions
+	  by ppg
+
+2002-04-15	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.21
+	* brought gm2 up to date with gcc-3.0.4
+	* make paranoid works on Debian GNU/Linux (Athlon)
+	* finally finished rewrite of a number of key modules
+	* Strings.mod used instead of StrLib.mod allowing for
+	  dynamic arrays
+	* new flex built lexical analyser in use.
+	* cpp is run on all definition/implementation modules if
+	  -Wcpp is used.
+	* gm2m rewritten
+	* gm2 and its utilities now use -I for path specification
+	  rather than -M
+	* Makefiles much simplified, removed most recursive makes.
+	* all parsers are now mechanically generated using ppg.
+	* ppg built if required.
+
diff --git a/gcc/m2/ChangeLog-2003 b/gcc/m2/ChangeLog-2003
new file mode 100644
index 00000000000..0bdc00026f6
--- /dev/null
+++ b/gcc/m2/ChangeLog-2003
@@ -0,0 +1,284 @@
+2003-12-26	Gaius Mulley <gaius@glam.ac.uk>
+
+	* increased the number of regression tests to 1332
+	* gm2 passes 1317 and fails 15
+	* many bug fixes..
+	* improved documentation, gm2.texi. Now contains
+	  a ebnf description of GNU Modula-2 extracted from
+	  bnf/m2.bnf.
+	* completed the optional final parameter argument.
+	* reimplemented the CAP standard function so that it
+	  can be used within constant expressions.
+
+2003-11-27	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed a bug in the handling of the -Wcpp option so that it uses
+	  -traditional-cpp
+	* integrated the gm2 and m2f regression tests into the GNU GCC
+          dejagnu format - all the m2f tests are now used to test gm2.
+	* started work on a minor extension to GNU Modula-2 which allows
+	  the last parameter to be optional. In turn this allows a
+	  Modula-2 implementation of the ISO module COROUTINES which is
+	  in development.
+
+2003-11-13	Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified the generated .h files to be prefixed with `G' to avoid
+	  name clashes which in turn allows gm2 to be built under a vfat
+	  file system.
+
+2003-11-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* changed the flag name -Wverbose to -Wsources
+
+2003-11-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* improved array index type debugging description in gccgm2.c
+	  which allows gdb to understand that arrays are declared ARRAY
+	  [low..high] rather than ARRAY [0..high-low]
+
+2003-11-04	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug in procedure type declaration.
+
+2003-11-03	Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified ProcedureBlock rule in bnf/m2.bnf, bnf/m2-[23h].bnf
+	  to comply with ISO syntax. The 'BEGIN' statement sequence is
+	  optional.
+	* updated the gm2.texi to include a description about
+	  the -Wextended-opaque option.
+
+2003-10-23	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixes to opaque type (in)compatibility for expression and assignments.
+
+2003-10-09	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed gm2 build with ./configure --enable-checking
+
+2003-10-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* introduced -Wextended-opaque which enables the GM2 extension
+	  to opaque types. This allows opaque types to be non pointer
+	  types, but requires that GM2 parse the corresponding
+	  implementation module.
+	* modified GM2 to default to the standard opaque implementation
+	  of using SYSTEM.ADDRESS as the `opaque type' outside the
+	  module of its declaration.
+	* introduced -Wverbose to allow users see the source file names
+	  for modules as they are being compiled.
+
+2003-09-30	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug in ADDADR as reported by Iztok
+	* fixed bug in exported type name clashes as reported by Iztok
+	* fixed bug with multiple type references to a SET
+	* fixed Min`basetype' to contain the type `basetype'
+	* tidied up IsReallyPointer in M2Quads.mod
+
+2003-09-25	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed -Wmakeall option.
+	* fixed CARDINAL type to have range 0..max(unsigned int)
+	  rather than 0..max(integer) as reported by Iztok.
+	* fixed set type incomparability as reported by Iztok.
+	* fixed README note about make gm2.paranoid as reported by
+          Matthias Kurz.
+	* fixed many of the example programs which were broken during
+	  the migration to gcc-3.3.1.
+	* fixed lang-specs.h to invoke new cpp.
+	* removed the M2PATH environment variable usage.
+	* added more modules to make gm2.paranoid.
+	* fixed gm2->gcc declaration of arrays.
+	* fixed infinite loop in M2GenGCC.mod and M2Optimize.mod
+	* added more regression tests.
+	* fixed Make-file.in as suggested by Matthias Kurz.
+	* fixed tools-src/makeversion and tools-src/buildpg to be
+	  more portable as suggested by Matthias Kurz.
+	* fixed examples/pthread
+
+2003-09-19	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 release 0.40
+	* brought GM2 up to date with gcc-3.3.1
+	* introduced new files gm2-common.h, gm2-common.c,
+	  gm2-lang.h, gm2-tree.h to reflect the new garbage collection
+	  mechanism.
+	* major changes to gccgm2.c to reflect migration from gcc-3.2 to
+	  gcc-3.3.1
+	* introduced gm2-compiler/M2Scope.def, gm2-compiler/M2Scope.mod
+	  to manage the quadruples which represent a particular scope
+	* major recoding of M2Code and the order that quadruples are coded
+	  into GCC trees. This in turn fixes a very serious nested
+	  procedure bug. (gm2/m2/comp/autotest/gm2/localproc.mod and
+	  convert.mod).
+	* changes to M2GCCDeclare.mod, M2GenGCC.mod, M2BasicBlock.mod
+	  to allow quadruples to be translated via outer scope to inner
+	  scope ordering.
+	* M2Code.mod is much cleaner.
+	* fixed a number of uninitialised variable errors and bad pointer
+	  errors. All caught by the extremely useful x86 utility valgrind.
+	  In turn this fixes a Redhat 9.0 build problem.
+	* fixed bugs in DynamicStrings.mod, ppg.mod, SEnvironment.mod
+	* introduced the debian package files (gm2/debian) so that .deb
+	  package (gm2) can be built.
+	* fixes to gm2 so that it can compile the University of Ulm's
+	  system modules.
+
+2003-06-01	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added the LONGCARD data type.
+	* fixed subrange declarations so that they can be prefixed
+	  by a qualident.
+	* fixed variant record for ISO syntax
+	  (gm2/m2/comp/autotest/gm2/caseiso.mod).
+	* fixed importing of an enumerated element
+	  (gm2/m2/comp/autotest/gm2/impm.mod).
+
+2003-05-27	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by Iztok Kobal
+	  (gm2/m2/comp/autotest/gm2/realbitscast.mod).
+	  Fixed cast to copy data.
+	* enabled SIZE to be invoked from constant expressions.
+
+2003-05-20	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by Iztok Kobal
+	  (gm2/m2/comp/autotest/gm2/testlength3.mod)
+	  LENGTH is now mapped onto M2RTS.Length if the parameter is
+	  not a constant at compile time.
+
+2003-05-16	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by Iztok Kobal
+	  (gm2/m2/comp/autotest/gm2/longstrimp.mod)
+	  and also (gm2/m2/comp/autotest/gm2/imp[deghij].mod)
+
+2003-05-08	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented the standard function LENGTH
+	* allowed standard functions to be called from constant expressions
+	* improved cyclic data type dependancy error messages
+	* SIZE is now only exported from SYSTEM if the switch -Wiso is absent
+	  SIZE is declared as a standard procedure if -Wiso is present
+
+2003-05-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented ISO BITSET as a standard type which takes
+	  effect when -Wiso is present on the command line.
+	* backed out garbage collection change to m2.lex
+	* fixed bugs reported by Iztok Kobal
+	  (gm2/m2/comp/autotest/gm2/[testexit.mod, bitset3.mod bits32.mod])
+
+2003-05-06	Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified Storage and SysStorage modules so that the procedure
+	  DEALLOCATE assigns the pointer to NIL
+	* fixed bug reported by Iztok Kobal
+	  (gm2/m2/comp/autotest/gm2/bitset2.mod)
+
+2003-05-05	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed two bugs reported by Iztok Kobal.
+	* fixed bug in M2GCCDeclare.mod (BITSET's subrange was undeclared).
+	* added BITNUM, the subrange from which BITSET is constructed,
+	  in SYSTEM.
+	* added regression test case for this bug.
+	* also modified c.lex to use xstrdup and not strdup.
+
+2003-05-01	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added pseudo functions, CAP, ODD, ABS
+	* removed gm2-libs/Math.def which defined ABS
+
+2003-04-29	Gaius Mulley <gaius@glam.ac.uk>
+
+	* examples/pthreads cleaned up
+	* introduced ISO SYSTEM. Limitations, TSIZE only takes one parameter,
+	  and SHIFT, ROTATE are not implemented yet
+	* renamed gm2-libs/Strings to gm2-libs/DynamicStrings to avoid name
+	  clash with gm2-iso/Strings
+	* p2c modified to understand DEFINITION MODULE FOR "C"
+	* gm2-libs/libc.def modified to use DEFINITION MODULE FOR "C"
+	* gm2-iso/libc.def removed
+	* linking references to libc (in gm2/init/*init) removed
+	* gm2/tools-src/def2texi finished
+	* gm2/gm2-libs.texi built via gm2/tools-src/def2texi
+	* gm2/gm2.texi now contains library definition modules and index
+	* added -Wiso switch to gm2 driver
+
+2003-04-12	Gaius Mulley <gaius@glam.ac.uk>
+
+	* first cut of h2def released
+	* examples/pthreads introduced
+	* examples/vga.def generated by h2def
+	* fixed bug in CodeBecomes
+	* fixed constant set bug in M2GenGCC.mod
+	* updated gm2.texi to reflect introduction of h2def
+	* build mechanism tidied up. p2c is now built from the top level
+	  makefile.
+	* some portability features of p2c fixed, so that it builds
+	  cleanly under Apple Darwin
+	* many internal changes made to ppg to handle recursive ebnf
+	  rules.
+	* fixed automatic export of unqualified identifiers from a
+	  DEFINITION MODULE FOR "C"
+
+2003-02-02	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by Iztok Kobal, the gm2-iso/ChanConsts module
+	  failed to compile. Added a regression test to catch this.
+
+2003-02-01	Gaius Mulley <gaius@glam.ac.uk>
+
+	* bug fixes in error handling. In particular duplicate symbols
+	  are better handled.
+	* development checkin of the h2def tool and subsidiary modules.
+
+2003-01-20	Gaius Mulley <gaius@glam.ac.uk>
+
+	* bug fixes for gm2m and link-specs.h which allow libraries
+	  to be added with the -Wmakeall option.
+	* fixed a number of built-in definitions in Builtin.def
+	* also added MathLib0.def and MathLib0.mod to the pim libraries.
+	* fixed svga example test
+	* added long double math built-ins
+
+2003-01-17	Gaius Mulley <gaius@glam.ac.uk>
+
+	* bug fixes to the line numbering debugging info
+	  which is passed to gcc. Resulting in better gdb support.
+
+2003-01-14	Gaius Mulley <gaius@glam.ac.uk>
+
+        * added the C `double' math built-ins
+	* fixed path in Make-lang.in which caused `file not found
+	  error' during build
+	* updated documentation to show correspondance between C and
+	  M2 data types.
+	* fixed bug in M2SubExp.mod shown by indirect procedure calls
+	* fixed bug in M2Constants.mod
+	* introduced SHORTREAL data type and removed the pseudo module
+	  MATH as built-ins are handled via gcc backend.
+	* removed corresponding gm2-compiler/M2Math module.
+
+2003-01-11	Gaius Mulley <gaius@glam.ac.uk>
+
+	* changed ebnf to allow empty variant clauses in a case
+	  statement. Now complies with ISO case statement syntax.
+          (Bug reported by Iztok Kobal)
+
+2003-01-09	Gaius Mulley <gaius@glam.ac.uk>
+
+	* initial checkin of complete built-in function support
+	  to obvious C functions.
+	* gm2-libs/libc.c, gm2-libs/libc.def:: modified reference
+	  to cfree to free as suggested by John Calley
+
+2003-01-02	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by Matthias Manhart
+	  (procedure type).
+
diff --git a/gcc/m2/ChangeLog-2004 b/gcc/m2/ChangeLog-2004
new file mode 100644
index 00000000000..6501854b772
--- /dev/null
+++ b/gcc/m2/ChangeLog-2004
@@ -0,0 +1,396 @@
+2004-12-22	Gaius Mulley <gaius@glam.ac.uk>
+
+	* more fixes to enable to the Z type to work.
+	* introduced GetM2ZRealType which maps onto the largest
+	  real type tree.
+	* 24 regression test failures out of 2148 on the Opteron LP64
+	  9 fail within ulm libraries (Procedure/Module scope nesting).
+	  15 fail with ISO import/export of enumeration types.
+	* exactly the same regression test failures on 32 bit i386
+	  implementation.
+	* fixed regression test path, all tests are build and run
+	  using gm2-harness-0.3
+
+2004-11-29	Gaius Mulley <gaius@glam.ac.uk>
+
+	* internal changes to ordinal type which now use the Z
+	  type (long_long_int) for internal calculations before
+	  being converted into the actual ordinal type at assignment
+	  to a variable or procedure parameter or return value.
+	* works on a 32 bit i386 but fails on the Opteron LP64 model.
+
+2004-11-22	Gaius Mulley <gaius@glam.ac.uk>
+
+        * compiler now checks for overflow at compile time
+	  when constructing constant expressions.
+
+2004-11-17	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed ppg to generate a comment for in-built rules when
+	  producing the EBNF documentation within gm2.texi
+	* updated gm2/gm2.texi to reflect availability of the
+	  gm2-harness which will build and test gm2 automatically.
+
+2004-11-12	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John B. Wallace, Jr <wallacjb@enter.net>
+	  concerning negating a LONGINT constant
+	  (see testsuite/gm2/pim/run/TestLong[34].mod).
+	* updated gm2/TODO list
+	* gm2/gccgm2.c added functions to determine the size necessary
+	  for a Modula-2 constant.
+	* gm2/gm2.texi modified documentation to reflect the ISO rules
+	  concerning importing enumerated types.
+	* gm2/gm2-compiler/SymbolTable.mod fixed possible buffer overflow
+	  and integrated MakeConstLit with the changes to gccgm2.c.
+	* minor modifications made to gm2/gm2-libs-pim/README.texi
+	* moved a number of regression tests into pass/fail directories
+	  to reflect the expected ISO enumeration behaviour. Note
+	  that many of these now fail.
+
+2004-11-05	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John B. Wallace, Jr <wallacjb@enter.net>
+	  concerning assignment of a constant to a LONGINT
+	  (see testsuite/gm2/pim/run/TestLong.mod).
+	  Creation of LONGINT and LONGCARD constant literals
+	  was broken for values > MAX(INTEGER).
+
+2004-10-29      John B. Wallace, Jr <wallacjb@enter.net>
+
+	* fixed infinite loop when calling StrToLongInt.
+	* contributed test code testsuite/gm2/pim/run/TestLong.mod
+
+2004-10-26	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed -Wpedantic-param-names option.
+	* added runtime tests and also parameter switch tests
+	* added testsuite/gm2/switches/pedantic-params
+	* added testsuite/gm2/pim/run and a number of old m2f tests
+	* made compiler check to see that opaque types are really
+	  equivalent to a pointer type if -Wextended-opaque is absent.
+	* added testsuite/gm2/switches/extended-opaque/{pass,fail}
+	  to stress this check.
+
+2004-10-19	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added -Wpedantic-param-names option to check that
+	  parameters to procedures declared in definition modules
+	  have identical names to their implementation module
+	  procedure counterparts.
+	* fixed bug report by Iztok Kobal. The compiler would
+	  crash when a constant was assigned to a procedure.
+
+2004-10-18	Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified gm2/lang-specs.h to make the front end run
+	  with only the -S option. No longer requires -S -c.
+	  Bug reported by john o goyo <jgoyo@ca.inter.net>.
+
+2004-10-12	Diego Rodr=EDguez Rodr=EDguez <dieymir@yahoo.es>
+
+	* gm2/Make-lang.in introduced gm2.install rule so that
+	  GNU Modula-2 can be installed without overwriting an
+	  existing installation of gcc.
+	* gm2/README updated to explain how to only install gm2.
+
+2004-10-12	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John B. Wallace, Jr
+	  <wallacjb@enter.net>. See testsuite/gm2/pim/run/pass/str6.mod.
+
+2004-10-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by Iztok Kobal,
+	  GNU Modula-2 now allows a RETURN statement in the
+	  initialization section of the module.
+	* fixed another bug reported by Iztok Kobal,
+	  binary and unary large set operators failed when
+	  handling constant set values.
+
+2004-09-20	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed varient record bug as reported by John B. Wallace, Jr
+	  <wallacjb@enter.net>. See testsuite/gm2/pim/pass/varient.mod.
+
+2004-09-16	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug in gm2/gm2-compiler/Indexing.mod which
+	  occurred after the p2c translation.
+	* in turn this fixed a gm2m problem. The bug resulted in
+	  touching memory which would not have been malloced so
+	  this fix may have cured a number of problems.
+
+2004-09-14	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed the ncurses definition module and WindowDevice module.
+	* fixed M2RTS:Termination to call termination procedures in
+	  reverse.
+
+2004-09-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* tidied up gm2-compiler/M2Base.mod and introduced
+	  compatability matrices which include all the base
+	  types.
+
+2004-09-03	Gaius Mulley <gaius@glam.ac.uk>
+
+	* introduced SHORTINT and SHORTCARD data types.
+	* added ncurses.def example in examples/ncurses
+
+2004-08-31	Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified SIZE handling so that SIZE is only available
+	  from SYSTEM when -Wpim2 is present.
+	* fixed bug as reported by "John B. Wallace, Jr."
+	  <wallacjb@enter.net>. A variable which when implicitly
+	  imported via an IMPORT module; failed.
+	  The variable was not being declared correctly by the
+	  GNU Modula-2 front end to the GCC back end.
+
+2004-08-27	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added new switch -Wpim2 to stipulate the Modula-2 PIM-2
+	  dialect.
+	* Made SIZE pervasive for ISO Modula-2 and PIM-[34] Modula-2
+	  As reported by Diego Rodríguez Rodríguez <dieymir@yahoo.es>.
+	  SIZE can be imported from SYSTEM when -Wpim2 is present.
+	* removed the association with ".def" and "@modula-2"
+	  inside gm2/lang-specs.h as this conflicts with shared library
+	  file extension .def used by gcc. Bug reported by Gerrit P. Haase
+	  <gp@familiehaase.de>.
+
+2004-08-26	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented type PROCESS for SYSTEM in the pim library
+	  directory (gm2/gm2-libs-coroutines).
+	* SYSTEM implements NEWPROCESS, TRANSFER, IOTRANSFER.
+	  This is achieved by using the GNU pthread library context
+	  mechanism.
+	* provided an Executive and TimerHandler module in
+	  (gm2/examples/executive).
+	* many bug fixes and regression tests show that 3 ulm standard
+          library modules fail.
+	* implemented MAX(REAL), MIN(REAL) and also provided access to
+	  three more gcc builtin functions: huge_val, huge_vall, huge_valf
+	* started work on a Logitech 3.0 compatible library.
+
+2004-07-06	Gaius Mulley <gaius@glam.ac.uk>
+
+	* improved error handling of unknown objects in EXPORT lists.
+	* added regression test
+	* implemented a few procedures in the ISO libraries.
+
+2004-07-02	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed many IMPORT bugs in inner modules
+
+2004-06-30	Gerrit Haase <gp@familiehaase.de>
+
+	* cygwin patch for gm2/Make-lang.in
+
+2004-06-29	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed EXPORT of an object from an inner module into an
+	  implementation module which EXPORTs the same object.
+	* fixed EXPORT of a procedure from an inner module into an
+	  outer module which is not exported but is assigned to a
+	  variable.
+
+2004-06-28	Gaius Mulley <gaius@glam.ac.uk>
+
+	* made flex lexical analysers ignore carriage return
+	* fixed bug in M2Quads.mod checking parameter of
+	  a const var before value was known.
+	* fixed local MODULEs so that they can FROM mod IMPORT
+	* tidied up some ulm implementation modules in ulm-lib-gm2/std
+
+2004-06-22	Gaius Mulley <gaius@glam.ac.uk>
+
+	* allowed LONGCARD compatibility with INTEGER
+	* allowed LONGINT compatibility with CARDINAL
+	* allowed LONGCARD compatibility with CARDINAL
+	* allowed LONGINT compatibility with INTEGER
+
+2004-06-21	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug in constant set declaration
+	  (see ulm library ulm-lib-gm2/std/Calendar.mod and
+	   testsuite/gm2/pim/pass/setconst.mod and
+           testsuite/gm2/pim/pass/setconst2.mod)
+	* all regression tests pass on the Opteron port of gm2.
+
+2004-06-18	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented nested module within procedures.
+	  This allows a few more ulm library modules to compile.
+
+2004-06-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* renamed the -Wunbounded-by-reference option to
+	  -funbounded-by-reference as suggested by Waldek Hebisch.
+	* finished ISO SYSTEM implementation.
+	* ROTATE, SHIFT now work with smaller than WORD sized sets,
+	  WORD sized sets and larger than WORD sized sets.
+	* gm2-iso/SYSTEM.mod is called by the back end if larger than
+	  WORD sized sets are ROTATEd or SHIFTed.
+	* updated gm2.texi to include new sections describing ISO and PIM
+	  versions of the SYSTEM module.
+	* renamed m2.lex as m2.flex, c.lex as c.flex to fix a bug
+	  reported by Gerrit Haase while attempting the cygwin port.
+        * renamed gm2-compiler/m2lex.def as gm2-compiler/m2flex.def
+	* modified gm2-compiler/M2Comp to use m2flex
+	* modified Make-lang.in to use m2.flex and c.flex
+	* modified init/h2definit, init/gm2linit to use m2flex
+
+2004-05-10	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2 now builds on FreeBSD 5.2.1
+	* removed to_upper and to_lower in p2c
+	* made gm2/gm2-libs/configure and friends test for `strsignal'
+	* fixed initialization bug (missing memset)
+	  in gm2/gm2-compiler/Indexing.mod
+
+2004-05-06	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added SHIFT and ROTATE into ISO SYSTEM and
+	  made the compiler shift and rotate word and multi-word
+	  set types. Multi-word set rotate and shifts are implemented
+	  by calling ISO SYSTEM runtime procedures. Word sized sets or
+	  smaller are implemented inline using shift/rotate instructions.
+
+2004-05-05	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug report by Paul Whittington <pwhittington@nitrodata.com>
+          (see testsuite/gm2/link/pim/fail/import.mod).
+
+2004-04-30	Gaius Mulley <gaius@glam.ac.uk>
+
+	* updated gm2.texi to reflect new options and changes to the
+	  run-time system.
+
+2004-04-28	Gaius Mulley <gaius@glam.ac.uk>
+
+	* introduced -Wunbounded-by-reference option which will make a
+	  reference to non VAR unbounded data providing it is not written to
+	  within the callee procedure.
+        * introduced -Wverbose-unbounded option which displays names of
+	  unbounded parameters which the compiler will implement as
+	  references even though they were specified as non VAR parameters.
+
+2004-04-27	Gaius Mulley <gaius@glam.ac.uk>
+
+	* introduced -Wcase, -Wnil runtime checks
+	* introduced -Wcheck-all to enable all runtime flags
+	* updated documentation to refect new options
+
+2004-04-19	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added more address regression tests
+	* fixed address arithmetic bugs as reported by Waldek Hebisch
+	* fixed record referencing bug as reported by Waldek Hebisch
+
+2004-04-08	Gaius Mulley <gaius@glam.ac.uk>
+
+	* tagged CVS using gm2_0_43
+
+2004-04-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.43
+	* The opteron port is finally integrated into CVS
+	* fixed bug in vararg parameter declaration which in turn..
+	* fixed varargs within the opteron port
+	* checked in "work in progress" gm2/gm2-iso/COROUTINES.mod
+
+2004-04-06	Gaius Mulley <gaius@glam.ac.uk>
+
+	* removed gm2-compiler/M2Stack.def gm2-compiler/M2Stack.mod
+	* made bnf/h2def.bnf 64 bit clean, but not fixed any bugs in h2def.
+
+2004-04-05	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed gm2.paranoid and all regression tests for the Opteron port
+	* checked in the opteron port which includes many changes
+	* int/word based types are now separated from pointer based types.
+	* modified p2c to use int for INTEGER and unsigned int for
+	  CARDINAL rather than int and unsigned long.
+	* added gm2-compiler/M2StackWord and gm2-compiler/M2StackAddress
+	* added gm2-compiler/Indexing to handle arbitary sized arrays of
+	  pointers.
+	* removed many INTEGER/CARDINAL <-> ADDRESS coersions
+	* fixed compiler to use new modules above (many changes)
+	* have moved away from M2Printf using WORD parameters to ARRAY OF
+	BYTE as this was not 64 bit clean
+	* fixed p2c to handle ARRAY OF BYTE correctly
+	* fixed gm2 to handle ARRAY OF BYTE correctly
+
+2004-04-01	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed record parameter equivalence bug as reported by Waldek
+	  (see testsuite/gm2/pim/pass/record4.mod)
+
+2004-03-26	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed array type equivalence bug as reported by Waldek
+	  (see testsuite/gm2/pim/pass/array2.mod)
+
+2004-03-25	Gaius Mulley <gaius@glam.ac.uk>
+
+	* Implemented __FUNCTION__ keyword which is translated
+	  into a string containing the name of the current visible
+	  function.
+	* Retrofitted a function name into many of the runtime
+	  procedures within M2RTS and added a new
+	  procedure Halt to M2RTS.
+
+2004-03-18	Gaius Mulley <gaius@glam.ac.uk>
+
+	* Implemented MIN and MAX for types LONGINT and LONGCARD
+
+2004-03-17	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.42
+	* MinGW cross compilation port entered into CVS
+	* added -Wtarget-ar to gm2lcc.mod, gm2specs.c lang-specs.h
+	* added gm2/configure and associated files to determine
+	  the whereabouts of target `ar'.
+	* added gm2/gm2-libs/configure and associated files to
+	  test for target libraries, header files and C functions.
+	  Required to implement the gm2-libs.
+
+2004-02-13	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.41
+	* native sparc port passes make gm2.paranoid and make check-gm2
+	* native i386  port passes make gm2.paranoid and make check-gm2
+	* fixed bug in M2GenGCC.mod, coerced constant set parameter
+	  values to correct set type.
+	* fixed bug in M2GenGCC.mod when assigning constant to an ISO WORD
+
+2004-02-10	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug in gccgm2.c CompareTrees should be tested for <= 0
+	  when testing for small set sizes.
+	* fixed Make-lang.in so that we only link gm2-compiler-boot/clex.o
+	  during stage1. This build error showed up during cross building.
+
+2004-02-05	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug as demonstrated in
+          testsuite/gm2/pim/pass/subrange4.mod
+	* all regression tests now pass on the *86 platform
+	  under Debian Woody.
+
+2004-02-05	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed more constant subrange bugs.
+	* added new quad to delimit the start of declaration
+	  scope of a procedure.
+	* regression test failures reduced from 9 to 3.
+
+2004-01-03	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bugs in forward and previous references within gm2.texi
+        * fixed more constant set conversion bugs which reduces
+	  the number of regression failures from 15 to 9.
+
diff --git a/gcc/m2/ChangeLog-2005 b/gcc/m2/ChangeLog-2005
new file mode 100644
index 00000000000..795d8c76ffb
--- /dev/null
+++ b/gcc/m2/ChangeLog-2005
@@ -0,0 +1,535 @@
+2005-12-29      Gaius Mulley <gaius@glam.ac.uk>
+
+	* corrections made to gm2/gm2.texi
+
+2005-12-24      Gaius Mulley <gaius@glam.ac.uk>
+
+	* joined lines in gm2/tools-src/createUlmSys as
+	  requested by Christoph <modula2@myrealbox.com>
+	  so that gm2 will build on netbsd 2.1.
+	* added time and tm to gm2/gm2-libs/libc.def.
+	* added partial implementation of
+	  gm2/gm2-libs-pim/TimeDate.def
+          gm2/gm2-libs-pim/TimeDate.mod
+
+2005-12-22      Gaius Mulley <gaius@glam.ac.uk>
+
+	* added gm2/gm2-libs-pim/Random.def and
+          gm2/gm2-libs-pim/Random.mod and
+	* modified gm2/Make-lang.in to install new module.
+	* remove Random from the TODO list.
+
+2005-12-21      Gaius Mulley <gaius@glam.ac.uk>
+
+	* added gm2/gm2-libs-pim/Strings.def and
+          gm2/gm2-libs-pim/Strings.mod
+ 	* modified gm2/Make-lang.in to install new module.
+
+2005-12-19      Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented logitech compatible library
+	  gm2/gm2-libs-pim/RealConversions.def and
+          gm2/gm2-libs-pim/RealConversions.mod
+	* added regression test for RealConversions
+	  testsuite/gm2/pimlib/logitech/run/pass/realconv.mod
+	* fixed regression test expect script to set the
+	  library path correctly.
+	* updated gm2/gm2-libs.texi to reflect addition of
+	  RealConversions.mods
+	* added gm2/gm2-libs-pim/FloatingUtilities.def
+	* added gm2/gm2-libs-pim/FloatingUtilities.mod
+	* increased number of builtin functions accessible to GNU Modula-2.
+
+2005-12-13      Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gccgm2.c:default_conversion now checks the base type.
+	* gm2/gm2-compiler/M2GCCDeclare.mod: add Subrange types onto the
+	  to do list, if they are not yet resolved.
+
+2005-12-10      Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed Copyright in gm2/gm2-libs-pim library modules
+	* gm2/gm2-compiler/M2Quads.mod:BuildForToByDo allowed Z type by value.
+	* gm2/gm2-compiler/M2Quads.mod:BuildPseudoBy converted by value if type
+	  is known.
+	* fixes a bug reported by: James V. Cox example given in
+	  testsuite/gm2/pim/run/pass/EnumTest.mod
+
+2005-12-10      Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed Copyright in gm2/gm2-libs-pim library modules
+
+2005-12-06      Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed Copyright in University of Ulm modules and also p2c.
+	* heavily tidied up the p2c source tree.
+
+2005-12-05      Peter P. Eiserloh <peter@eiserloh.org>
+
+	* contributed the gm2 manual page and associated Makefile
+	  in the new subdirectory: gm2/man.
+
+2005-11-29	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John Wallace and Juan Reyes
+	  concerning FOR loops with negative step values.
+	* added new runtime regression tests gm2/pim/run/pass/For[78].mod
+	  to test these new changes.
+	* changes to gm2/gm2-compiler/M2Base.mod, gm2-compiler/M2Code.mod,
+          gm2/gm2-compiler/M2GenGCC.mod, gm2/gm2-compiler/M2Quads.mod
+	  to ensure that the Negate operator works on large data types
+	  LONGCARD contants are changed into LONGINT and overflow is
+	  checked.
+
+2005-11-22	Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified ppg to take an extra parameter -f which emits the
+	  Free Documentation License header when producing texinfo
+	  ebnf rules.
+	* fixed many dates on source files.
+
+2005-11-21	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed many Copyright dates and GPL, LGPL and FDL license
+	  issues.
+	* replaced gm2/ulm-lib-gm2/std/Storage.mod with an implementation
+	  which uses malloc and free. This in turn fixes a runtime regression
+	  test (hello world) now works with the Ulm libraries.
+	* fixed gm2/gm2.texi to include FDL notice and also fixed all
+	  included texi files in the same way.
+	* added GPL, Modula-2 and Copyright notices to all gm2/tools-src
+	  files.
+
+2005-11-15	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added more regression tests and
+	* completed the printing of set types within gdb
+	* completed the printing of array and subrange types within gdb
+	* made gdb print Modula-2 style CHARs and improved type printing
+	  within gdb.
+	* rationalised the gdb and gcc patches within the gm2/patch
+	  subdirectories.
+	* modified gm2-harness-0.6 to apply patches in order.
+	* minor fixes to gm2/gccgm2.c to give better type information.
+	* improved gdb section within gm2/gm2.texi
+
+2005-11-11	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed minor node bugs in gm2/gm2.texi, gm2/gpl.texi, gm2/gnu.texi
+
+2005-11-10	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added gm2/COPYING.LGPL
+	* changed all references of the old FSF address to the new address.
+	* fixed bugs reported by John Wallace (MAX(INTEGER), MAX(LONGINT),
+	  MIN(INTEGER) and MIN(LONGINT)) were not correctly converted in
+	  gm2/gm2-libs-pim/InOut.mod, gm2/gm2-libs/FpuIO.mod,
+	  gm2/gm2-libs/NumberIO.mod.
+	* added new regression tests in
+	  gm2/switches/pim4/run/pass/InOutBug.mod and
+	  gm2/switches/pim4/run/pass/FpuIOBug.mod which perform regression
+	  runtime tests.
+
+2005-11-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added gm2/COPYING and included licence information
+	  inside gm2/gm2.texi
+	* added gm2/gnu.texi and gm2/gpl.texi and referenced
+	  them from gm2/gm2.texi
+
+2005-11-06	Gaius Mulley <gaius@glam.ac.uk>
+
+	* improved the gdb patches
+
+2005-11-03	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixes to set types and subranges which in turn
+	  when applied with the patches made to ../../gcc/dwarf2out.c
+	  and also gdb/gdb/dwarf2read.c allow subranges and
+	  set types to be debugged when using the dwarf2 format.
+	* included the patches to gcc-3.3.6 and gdb-6.3 under the
+	  new directory gm2/patches
+	* fixed patch for gdb-6.3
+	* updated gm2/gm2.texi
+	* released gm2-harness-0.6 which will automatically patch
+	  gcc-3.3.6 and gdb-6.3, build and install these components.
+	* fixed warnings from within the gcc patch
+
+2005-10-14	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed set type debugging information.
+	  Many changes to gm2/gccgm2.c and
+	  minor changes to gm2/gm2-compiler/M2GenGCC.mod.
+	  Debugging set types with gdb now works if -gstabs
+	  are used on the command line of gm2 and also the
+	  modified gdb-6.3 is used.
+
+2005-10-13	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed call to ranlib in gm2/gm2-compiler/gm2lcc.mod
+
+2005-10-10	Gaius Mulley <gaius@glam.ac.uk>
+
+	* introduced an invocation to ranlib after producing the
+	  archive to fix a linking bug on MacOS OS 10.3.9 reported
+	  by: Thomas Ahn <TAhnMaple@gmx.de>.
+	* propagated ranlib though the various subcomponents of
+	  gm2: gm2/gm2spec.c gm2/lang-specs.h gm2/Make-lang.in
+	  gm2/gm2-compiler/gm2lcc.mod gm2/gm2-compiler/M2Options.mod
+
+2005-10-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* replaced MathLib.mod onto the list of ULM modules
+          which prior to installation.
+	* fixed ggc bug so that types are remembered and marked.
+	  These types are declared in M2GCCDeclare.mod before
+	  code generation takes place and do not experience the
+	  `push_decl' function.
+
+2005-10-03	Michael H Lambert <lambert@psc.edu>
+
+	* removed $(LIBS) from the dependancies of cc1gm2 in
+	  stage1, stage2 and stage3.
+
+2005-09-30	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug in gm2/gm2-libs/FpuIO.mod so that the sign is
+	  not prepended to the string if the number is positive.
+	* fixed gm2/gm2-libs-pim/Break.c to use HAVE_STDLIB_H and
+	  HAVE_MALLOC_H as detected by the configure script.
+	* removed ulm-lib-gm2/std/MathLib.mod from the build
+	  process as a temporary work around to get gm2 working
+	  under opendarwin.
+
+2005-09-27	Gaius Mulley <gaius@glam.ac.uk>
+
+	* finally fixed _toupper porting problem in p2c as reported
+	  by Thomas Ahn <TAhnMaple@gmx.de>, Ed Smith-Rowland
+	  <3dw4rd@verizon.net>, John o goyo <jgoyo@ca.inter.net>,
+          Eduardo Abela <eabela@mac.com>, John Calley
+	  <calleys@iquest.net> and many others.
+	* finally fixed the linking problem when building under
+	  opendarwin. I suspect this will fix the same problems
+	  under MacOS.
+
+2005-09-16	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented -Wpositive-mod-floor-div option
+	* updated gm2/gm2.texi and added many switch testing
+	  regression tests.
+
+2005-09-13	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented REM
+	* implemented MOD, DIV, / as per ISO, PIM2, PIM3, PIM4
+	* updated gm2/gm2.texi documentation to reflect the rules
+
+2005-09-12	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John B. Wallace, Jr <wallacjb@enter.net>
+	  testsuite/gm2/pim/options/bounds/fail/IdentifierBug.mod
+	* fixed bug reported by John B. Wallace, Jr <wallacjb@enter.net>
+	  testsuite/gm2/testsuite/gm2/pim/pass/ABSBug.mod
+	* fixed bug reported by John B. Wallace, Jr <wallacjb@enter.net>
+	  testsuite/gm2/pim/run/pass/FpuIOBug.mod
+
+2005-09-06	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John B. Wallace, Jr <wallacjb@enter.net>
+          gm2-libs/StringConvert.mod incorrect assumption of negative valued
+	  modulus operator.
+	* added testsuite/gm2/pimlib/{logitech, ulm} with tests to check
+	  that programs can be linked against logitech and the ulm libraries.
+	* added testsuite/gm2/pim/run/pass/modulus.mod which tests for
+	  various division and modulus cases.
+
+2005-09-01	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented -Wdef=extension and -Wmod=extension switches
+	  into GNU Modula-2 compiler and subcomponents (gm2l and gm2m).
+	* documented the new switches in gm2/gm2.texi
+
+2005-08-09	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed nested WITH statement bug and added
+	* testsuite/gm2/pim/run/pass/nestedwith.mod to regressively
+	  check the fix.
+
+2005-08-08	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed many bugs in gm2/gm2-libs-coroutines/SysVec.mod
+	* minor updates to gm2/gm2-libs-coroutines/TimerHandler.mod
+
+2005-07-26	Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified debian directory so that 0.49 can be built as
+	  a debian package
+
+2005-07-25	Michel Derosa <derosa@videotron.ca>
+
+	* fixed malloc.h include for BSD based systems in
+	  gm2/gm2-libs-pim/Break.c
+
+2005-07-21	Gaius Mulley <gaius@glam.ac.uk>
+
+	* moved gm2/examples/executive/Executive, TimerHandler, Debug,
+	  SysVec to gm2/gm2-libs-coroutines and
+	* made gm2/Make-lang.in install these modules
+	* removed the -Wulm option and replaced it with -Wlibs=ulm
+	* added -Wlibs=logitech, -Wlibs=pim, -Wlibs=iso,
+	  -Wlibs=pim-coroutine
+	* altered gm2/Make-lang.in so that the correct library modules
+	  are placed into the correct directories during install.
+
+2005-07-20	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug exposed by: testsuite/gm2/pim/pass/maxlongint.mod
+	* modified IsMathType in gm2/gm2-compiler/M2Base.mod accordingly.
+
+2005-07-18	Gaius Mulley <gaius@glam.ac.uk>
+
+	* updated gm2/gm2.texi and gm2/gm2-libs.texi
+	* introduced modules Delay, ErrorCode, DebugTrace
+	  and Break into gm2/gm2-libs-pim
+	* modified gm2/Make-file.in so that these modules
+	  are built and installed.
+
+2005-07-14	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.49
+	* tagged CVS using gm2_0_49
+
+	* introduced SHORTCARD into p2c
+	* added gm2/gm2-libs-pim/CardinalIO.def and
+	  gm2/gm2-libs-pim/CardinalIO.mod
+	* added a number of procedures to implement CardinalIO.mod
+	  in gm2/gm2-libs/StringConvert.mod
+	* improved gm2/gm2.texi
+	* modified gm2/Make-file.in so that the library modules
+	  in gm2/gm2-libs-pim are also built and installed
+
+2005-07-10	Gaius Mulley <gaius@glam.ac.uk>
+
+	* constant literal string array assignment of smaller sizes to
+	  array variables and parameters.
+
+2005-07-09	Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented MAX(ADDRESS) and MIN(ADDRESS)
+
+2005-07-08	Gaius Mulley <gaius@glam.ac.uk>
+
+	* finally all ulm modules compile under GM2
+	* fixed negative integer bug which was exposed in the 32 bit port
+	  of gm2 when compiling testsuite/gm2/pim/pass/setoverflow.mod
+	  and also gm2/ulm-lib-gm2/std/TimeIO.mod
+
+2005-07-06	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed a number of bugs relating to gm2 failuring to compile
+	  gm2/ulm-lib-gm2/std/TimeIO.mod. Nested modules within
+	  procedures exporting variables.
+	* alterations include correct type declaration ahead of
+	  variable creation.
+	* creating all variables in the outer most procedure scope
+	  if these variables are exported from inner modules.
+	* also fixed gm2/gccgm2.c so that pointer to sets are cast
+	  into a generic ptr
+	* also fixed offset into sets (which had assumed sets started
+	  with an element value zero).
+
+2005-06-22	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John O Goyo <jgoyo@ca.inter.net>
+	  multiple indexed arrays were internally defined incorrectly
+	  and did not allow users to mix array indices by a[x,y,z] and
+	  a[x][y,z] etc as per PIM and ISO specification.
+	  see testsuite/gm2/pim/pass/index.mod and
+              testsuite/gm2/pim/pass/index2.mod and
+              testsuite/gm2/pim/run/pass/index3.mod
+
+2005-06-20	Gaius Mulley <gaius@glam.ac.uk>
+
+	* added code to treat LOC as a system type in parameter
+	  passing.
+
+2005-06-17	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by John O Goyo <jgoyo@ca.inter.net>
+	  CAST of different sized variables would fail.
+	* added new switch -Wpedantic-cast which warns if a cast
+	  is converting a variable of a different size to the type.
+
+2005-06-08	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug which occurred if a constant set was created
+	  in a procedure through the CONST construct.
+	* fixed a number of -Wextended-opaque issues in gm2/bnf/m2-h.bnf
+	* modified gm2/Make-lang.in to use -Wextended-opaque (for testing)
+
+2005-06-07	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug which occurred if an enumerated type field
+	  was imported by another module.
+	  (See testsuite/gm2/pim/pass/set10.mod)
+        * fixed circular dependancy bug in record generation.
+
+2005-06-03	Gaius Mulley <gaius@glam.ac.uk>
+
+	* reverted some of the changes made to the ulm libraries
+	  in the light of fixing arrays with huge indices.
+	* mofified gm2/bnf/m2-h.bnf so that expressions within
+	  statement sequences are ignored.
+
+2005-06-02	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gccgm2.c fixed BuildArrayIndexType so that gm2 can build
+	  arrays which have huge indices. This removes a failure from
+	  the regression tests on systems which have a 32 bit long.
+
+2005-06-01	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/Make-file.in altered grep -e to aid portability under
+	  Solaris (as reported by john o goyo <jgoyo@ca.inter.net>).
+	* gm2/examples/server added example of a threaded server
+	  which uses the executive, transfer and iotransfer.
+	* gm2/examples/executive/Executive added KillProcess.
+	* gm2/gm2-libs-coroutines/SysVec.mod fixed vector selection
+	  bug.
+
+2005-05-27	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gccgm2.c fixed to detect array indices which exceed
+          sizetype.
+        * gm2/lang-specs.h fixed to propagate the -Wcpp flags though
+	  to gm2 subcomponents.
+
+2005-05-25	Michel Derosa <derosa@videotron.ca>
+
+	* applied patches to gm2/gm2.texi which describe FreeBSD
+	  build instructions.
+
+2005-05-19	Gaius Mulley <gaius@glam.ac.uk>
+
+	* rebuilt gm2/gm2-libs/configure
+	* gm2/gm2.texi added section heading for advice on building
+	  GNU Modula-2 under FreeBSD 5.3
+
+2005-05-19	Michel Derosa <derosa@videotron.ca>
+
+	* applied patches to make gm2 build on FreeBSD 5.3
+	* gm2/gm2-libs/configure.in test for signal.h and direct.h
+	* gm2/gm2-libs/gm2-libs-host.h.in test for signal.h and direct.h
+	* gm2/tools-src/createUlmSys test for signal.h and direct.h
+
+2005-05-18	Gaius Mulley <gaius@glam.ac.uk>
+
+	* testsuite/gm2/types/run/pass/varient5.mod introduced to stress
+	  variant records (equivalent to a C union for casting BYTES
+	  into a CARDINAL). Based on an idea from Michel Derosa.
+
+2005-05-17	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gm2-compiler/M2Quads.mod modified to accept zero length strings
+	  as compatible with type CHAR.
+	* gm2/gm2-compiler/M2GenGCC.mod many modifications/refactoring to enable
+	  strings of 1 or 0 characters to be type compatible with CHAR.
+	* these fixes allow Iztok's ISO library to compile cleanly.
+
+2005-05-16	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gm2-compiler/M2GenGCC.mod fixed to allow HIGH(ch) where ch is
+	  of type CHAR.
+	* gm2/gm2-compiler/M2GenGCC.mod fixed to allow comparison of literals
+	  against subrange types.
+	* gm2/gm2-compiler/M2GenGCC.mod fixed to allow automatic conversion
+	  of strings of 1 or 0 characters to be passed to a parameter of
+	  type CHAR.
+	* these fixes allow more of the third party tests (from Iztok)
+	  to pass.
+
+2005-05-13	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/Make-lang.in shell invocation to use $(SHELL) and also
+	  converted bashisms into pure sh as suggested by
+	  Michel Derosa <derosa@videotron.ca>
+
+2005-05-12	Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gm2-compiler/SymbolTable.mod and gm2/gm2-compiler/P2SymBuild.mod
+	  modified to detect double declaration on import and produce useful
+	  error messages.
+	* gm2/Make-lang.in fixes to the gm2.install rule.
+	* gm2/gm2-compiler/M2Quads.mod fixed BuildStaticArray to calculate
+	  indices using INTEGER data type.
+
+2005-05-11	Gaius Mulley <gaius@glam.ac.uk>
+
+	* P2SymBuild.mod added call to CheckForEnumerationInCurrentModule
+	  to fix 5 regression tests and allow enumeration types to be
+	  visible when aliased via TYPEs and later IMPORTed.
+	  (see testsuite/gm2/pim/pass/impf.mod)
+
+2005-05-10	Gaius Mulley <gaius@glam.ac.uk>
+
+	* major changes which now allow GM2 to compile nested varient records
+	  (such as found in gm2/ulm-lib-gm2/std/RTErrors.def)
+	* added runtime regression test in testsuite/types/run/pass
+	* gm2/Make-lang.in modified to include RTErrors.mod to be built with
+	  the ulm libraries. Grammer files are built without the -l option to pge.
+	* gm2/gccgm2.c new functions gccgm2_BuildOffset1 determinePenultimateField
+	  which implement modifications to record/varient field calculation.
+	* gm2/gm2.texi contains gm2 internal documentation on how the front end
+	  symbol table represents records, field and varient records.
+	* gm2/bnf/m2-2.bnf removed commented out code.
+	* gm2/examples/map/Makefile builds the utility semantic.
+	* gm2/gm2-compiler/M2Base.mod modifications to reflect change in PutFieldRecord
+	* gm2/gm2-compiler/M2GCCDeclare.mod added debugging procedures PrintVerbose
+	  and PrintSymbol, which can be called interactively from gdb. Also fixed
+	  varient record declaration.
+	* gm2/gm2-compiler/M2GenGCC.mod fixed varient record field calculation.
+	* gm2/gm2-compiler/M2Quads.mod changed operands to OffsetOp.
+	* gm2/gm2-compiler/M2SubExp.mod changes to reflect OffsetOp change.
+	* gm2/gm2-compiler/P2SymBuild.mod changed to allow nested varient records.
+	* gm2/gm2-compiler/SymbolTable.[def, mod] changes to varient record
+	  representation. Fixed memory leak.
+	* gm2/gm2-compiler/gccgm2.def changed BuildOffset and added BuildOffset1
+	* gm2/ulm-lib-gm2/std/RTErrors.def changed parameter name to match
+	  implementation module.
+	* gm2/ulm-lib-gm2/std/RTErrors.mod fixed pointer/integer constant type clash.
+
+2005-04-11	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed examples/executive
+
+2005-03-24	Gaius Mulley <gaius@glam.ac.uk>
+
+	* included the keyword MODULE as an stop set element
+	  in gm2m and gm2l.
+
+2005-03-15	Gaius Mulley <gaius@glam.ac.uk>
+
+	* GM2 Release 0.44
+	* tagged CVS using gm2_0_44
+
+2005-03-14	Gaius Mulley <gaius@glam.ac.uk>
+
+	* finished tools-src/createUlmSys which builds a SYSTEM.c
+	  (from ./configure results) ULM library compatible interface.
+	* modified Make-lang.in to install the ULM libraries.
+	* added new switch -Wulm which modifies the default search
+	  path so that the ULM libraries are included.
+
+2005-01-05	Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed bug reported by john o goyo <jgoyo@ca.inter.net>.
+	  (testsuite/gm2/pim/run/pass/Countdown.mod)
+	* for loops are now implemented as per ISO description.
+	  GNU Modula-2 now calculates the last iteration value
+	  before the start of a loop. It then initializes the
+	  iteration value and works towards the final value,
+	  rather than testing to see whether the iteration value
+	  exceeds or preceeds the limit value (this fails when using
+	  a CARDINAL iterator and stopping at 0).
+	* added a number of run tests to exercise these changes.
+
diff --git a/gcc/m2/ChangeLog-2006 b/gcc/m2/ChangeLog-2006
new file mode 100644
index 00000000000..29718ed206f
--- /dev/null
+++ b/gcc/m2/ChangeLog-2006
@@ -0,0 +1,388 @@
+2006-12-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-file.in:  fixed conditional building of library files.
+          Bug reported by Michael Lambert <lambert@psc.edu>.
+
+2006-12-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  fixed manual page installation.
+	* gm2/lang-options.h:  include -Wlibs=min option.
+	* gm2/gm2-libs-min/libc.c:  added parameters to functions.
+	* gm2/gm2-libs-min/libc.def:  added.
+
+2006-12-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-min:  added
+	* gm2/gm2spec.c:  modified to relect introduction of -Wlibs=min
+	* gm2/gm2.texi:  document -Wlibs=min
+	* gm2/config-lang.in:   include gm2cc to be installed
+	* GNU Modula-2 can be built as a cross compiler for the avr
+	  microprocessor.
+
+2006-12-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms:  updated web page to reflect G5 successful
+	  make gm2.paranoid using gcc-3.3.6 and CVS
+	  tag D2006.06.23.04.00.00
+	* gm2/gccgm2.c:  use integer_type_node instead of boolean_type_node
+	  as the size of boolean_type_node can differ from the
+	  size of an integer_type_node.
+	* make gm2.paranoid works on LP64 opteron with a patched gcc-4.1.0
+
+2006-12-17       Gaius Mulley <gaius@gnu.org>
+
+	* fixed line number debugging information at the end of a
+	  function.
+
+2006-12-05       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2-compiler/M2Quads.mod:  BuildCastFunction allow arrays
+          to be cast.
+	* testsuite/gm2/iso/stringchar.mod:  fixed typos.
+	* gm2/gm2-compiler/M2Quads.mod:  BuildDynamicArray,
+	  BuildStaticArray, BuildDesignatorArray all SkipType to allow
+	  type equivalence between arrays.
+
+2006-11-02       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/lang-specs.h:  use gm2cc rather than the gcc driver.
+	* gm2/gm2-compiler/gm2lcc.mod:  also use gm2cc rather
+	  than gcc.
+	* gm2/gm2-compiler/gm2lcc.mod:  corrected extern
+	  declaration of exit.
+	* gm2/Make-lang.in:  generate gm2cc from xgcc and install
+          it correcly.
+        * testsuite/gm2/pim/options/optimize/run/pass/gm2.exp: fixed
+          library module build.
+
+2006-10-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  fixed building of constants strings.
+	  Constants are also placed into the global scope so
+	  that they are not garbage collected.
+	* gm2/M2GenGCC.mod:  CodeXIndr handle special case of
+	  null string.
+	* gm2/Make-lang.in:  add automatically generated modules
+	  to the verify12 rule.
+	* added a string assignment regression test.
+
+2006-10-19       Gaius Mulley <gaius@gnu.org>
+
+	* www/index.ms:  updated gm2-harness release to 0.96.
+	* gm2/gm2-compiler/SymbolConversion.mod:   Poison must
+	  not check for gcc poisoning as it is called after a
+	  function has been emitted and potentially poisoned.
+
+2006-10-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-config.in:  added.
+	* gm2/Make-lang.in:  include gm2/gm2-config.
+	* gm2/configure.in:  generate gm2/gm2-config.
+	* backed out above changes
+
+2006-10-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/aclocal.m4:  added.
+	* gm2/configure:  rebuilt.
+
+2006-10-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  minor fixes to build manual pages.
+
+2006-10-13       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  call gimplify_function on all
+          functions.
+	* gm2/Make-lang.in:  added ability to optionally build
+	  the ulm libraries which matches gm2-harness-0.94.
+
+2006-10-12       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/patches/gcc/4.1.1/01.gaius_patch_gcc: added.
+
+2006-10-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm.2c:  fixed conditional goto expressions.
+
+2006-10-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm.2c:  added debugging stub.
+
+2006-10-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  fixed BuildEnd
+	  to use IsProcedureGccNested in CodeKillLocalVar.
+	* gm2/gm2-compiler/M2GCCDeclare.def:
+	  export IsProcedureGccNested.
+
+2006-10-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  modified BuildEnd
+	  to taken an extra parameter, nested, and set it
+	  accordingly.
+
+2006-09-30       Waldek Hebisch <hebisch@math.uni.wroc.pl>
+
+	* gm2/gccgm2.c: (gccgm2_BuildEndFunctionCode) only
+	  call gimplify_function_tree and cgraph_finalize_function
+	  if the procedure is not nested.
+
+2006-09-29       Gaius Mulley <gaius@gnu.org>
+
+	* removed execute permissions for source files.
+	* gm2/patches/gcc/4.1.0/01.gaius_patch_gcc: improved.
+	* gm2/gccgm2.c:  fixed comment.
+
+2006-09-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/patches/4.1.0/01.gaius_patch_gcc: added.
+
+2006-09-19       Gaius Mulley <gaius@gnu.org>
+
+	* huge amount of changes to bring gm2 up to gcc-4.1.0 and
+	  also make it build with gcc-4.1.0.
+	* modified gm2/
+          Make-lang.in config-lang.in configure.in gccgm2.c
+          gm2-common.h gm2-lang.c gm2-lang.h gm2-tree.h gm2.texi
+          gm2builtins.c gm2spec.c lang-specs.h bnf/m2-3.bnf
+          examples/server/sckt.c examples/server/sckt.def
+          gm2-compiler/M2Comp.mod gm2-compiler/M2GCCDeclare.mod
+          gm2-compiler/M2GenGCC.mod gm2-compiler/M2Options.def
+          gm2-compiler/M2Options.mod gm2-compiler/M2Preprocess.mod
+          gm2-compiler/gccgm2.def gm2-compiler/gm2.mod
+          gm2-compiler/gm2lgen.mod gm2-libs/ASCII.def gm2-libs/ASCII.mod
+          gm2-libs/Args.def gm2-libs/Debug.def gm2-libs/IO.mod
+          gm2-libs/SYSTEM.mod gm2-libs/StdIO.mod gm2-libs/StrLib.mod
+          gm2-libs/StringConvert.def gm2-libs/libc.def
+          gm2-libs-coroutines/KeyBoardLEDs.c
+          gm2-libs-coroutines/Makefile gm2-libs-coroutines/SysVec.mod
+          gm2-libs-coroutines/TimerHandler.mod p2c/p2c.h
+          p2c/p2c-src/src/makeproto.c p2c/p2c-src/src/p2c-config.h
+          p2c/p2c-src/src/p2clib.c tools-src/mklink.c www/index.ms
+        * added files:
+          gm2/gm2-common.c gm2/gm2-tree.def gm2/lang.opt
+
+2006-08-31       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/ASCII.def: changed EOL to equal to nl rather
+	  than cr.
+
+2006-08-10       Gaius Mulley <gaius@gnu.org>
+
+	* fixed ASM statement.
+	* gm2/bnf/m2-3.bnf: fixed Pass3 and Pass2 const
+	* gm2/gccgm2.c: modified gccgm2_BuildAsm to use add_stmt
+	  rather than expand_asm_expr.
+
+2006-08-09       Gaius Mulley <gaius@gnu.org>
+
+	* GM2 Release 0.53
+	* changed release number in configure.in, gm2.texi, Make-lang.in
+	* builds with gcc-4.1.0
+
+2006-08-08       Gaius Mulley <gaius@gnu.org>
+
+	* GM2 Release 0.52
+	* tagged CVS using gm2_0_52
+	* gm2/NEWS updated
+	* changed release number in configure.in, gm2.texi, Make-lang.in
+	* rebuilt configure
+
+2006-08-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms: updated to reflect release of gm2-harness-0.9
+
+2006-06-23       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms: updated to reflect release of gdb-6.5 which
+	  contains enhanced Modula-2 language support.  It also
+          documents that gm2-harness-0.8 has been released.
+
+2006-05-22       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms: updated to reflect sparc build success from
+	  John O Goyo <jgoyo@ca.inter.net>
+
+2006-05-04       Gaius Mulley <gaius@gnu.org>
+
+	* implemented __INLINE__
+	* gm2/gccgm2.c:  modified to inline procedures if requested.
+	* gm2/m2.flex: added new keyword __INLINE__
+	* gm2/gm2-compiler/M2Reserved.def
+	* gm2/gm2-compiler/M2Reserved.mod: added new keyword __INLINE__
+	* gm2/gm2-compiler/P1SymBuild.mod: builds inlined procedure
+	* gm2/gm2-compiler/M2GenGCC.mod: passes front end inlined procedure
+	  to gccgm2.
+
+2006-04-24       Gaius Mulley <gaius@gnu.org>
+
+	* GM2 Release 0.51
+	* tagged CVS using gm2_0_51
+	* gm2/NEWS updated
+	* rebuilt configure
+	* finished implementing declaration of variables at addresses.
+	* modified gm2/bnf/m2-3.bnf, gm2/gm2-compiler/M2Quads,
+	  gm2/gm2-compiler/SymbolTable.mod, gm2-compiler/P3SymBuild.mod
+
+2006-04-22       Gaius Mulley <gaius@gnu.org>
+
+	* implemented the declaration of a variable at an address.
+	* modified gm2/bnf/m2-3.bnf, gm2/bnf/m2-2.bnf, gm2/gm2-compiler/M2Quads.mod
+
+2006-04-21       Gaius Mulley <gaius@gnu.org>
+
+	* added testsuite/gm2/pim/pass/varaddress.mod
+	* modified gm2/bnf/m2.bnf, gm2/bnf/m2-2.bnf, gm2/bnf/m2-3.bnf,
+	  gm2/bnf/m2-h.bnf to allow parsing of variables declared at addresses.
+
+2006-04-19       Gaius Mulley <gaius@gnu.org>
+
+	* added testsuite/gm2/pim/pass/sets5.mod
+	* fixed bug report by John O Goyo <jgoyo@ca.inter.net>
+	* (testsuite/gm2/pim/pass/sets5.mod and testsuite/gm2/pim/pass/sets4.mod)
+
+2006-04-19       Gaius Mulley <gaius@gnu.org>
+
+	* added testsuite/gm2/pim/pass/sets5.mod
+	* fixed bug report by John O Goyo <jgoyo@ca.inter.net>
+	* (testsuite/gm2/pim/pass/sets5.mod and testsuite/gm2/pim/pass/sets4.mod)
+
+2006-03-25       Gaius Mulley <gaius@gnu.org>
+
+	* added testsuite/gm2/pim/pass/sets4.mod
+	* gm2/gm2-compiler/P2SymBuild.mod: added more robust error detection
+	* gm2/gm2-compiler/M2GenGCC.mod: added more robust error detection
+
+2006-03-17       Gaius Mulley <gaius@gnu.org>
+
+	* added successful build reports to the web page
+
+2006-02-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi: fixed new urls and added missing escaped @
+	* gm2/gm2-libs.texi: rebuilt
+	* gm2/gm2-iso/README.texi: fixed typo
+
+2006-02-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/NEWS updated
+
+2006-02-13       Gaius Mulley <gaius@gnu.org>
+
+	* GM2 Release 0.50
+	* tagged CVS using gm2_0_50
+	* gm2/NEWS: added, which contains news of user visible changes.
+	* gm2/Make-lang.in: updated version number
+	* gm2/gm2.texi: updated gm2 release number to 0.50 and gm2-harness number to 0.7
+	  and improved install section.
+	* gm2/www: added homepage documents
+
+2006-02-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/ulm-lib-gm2/std/GetPass.mod: modified to work with:
+	* gm2/ulm-lib-gm2/sys/termios.def: new definition module for C
+	* gm2/ulm-lib-gm2/sys/termios.c: portable implmentation module for termios
+	  interface
+	* gm2/ulm-lib-gm2/sys/SysTermIO.def: Modula-2 interface to the underlying
+	  termios library.
+	* gm2/ulm-lib-gm2/sys/SysTermIO.mod: Modula-2 interface to termios.c.
+	* all regression tests pass on LP64
+
+2006-02-07	 Gaius Mulley <gaius@gnu.org>
+
+	* fixed copyright notices for all ISO definition modules in
+	  gm2/gm2-iso.
+
+2006-01-23	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gm2-compiler/M2Options.mod: allow -p option.
+	* gm2/gm2-compiler/M2Quads.mod: remove call to stress stack during
+	  Initialization
+
+2006-01-17	 Michael H Lambert <lambert@psc.edu>
+
+	* testsuite/gm2/iso/pass/realbitscast.mod: modified to detect whether
+	  it is being run under alpha and 64 bit architecture.
+	* testsuite/gm2/cpp/pass/subaddr.mod: modified to detect whether
+	  it is being run under alpha and 64 bit architecture.
+
+2006-01-17	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gm2-compiler/M2GenGCC.mod: coerse constants passed to parameter
+	  of SYSTEM types. Fixes the make gm2.paranoid on ppc architecture.
+	* testsuite/gm2/iso/pass/realbitscast.mod: modified to detect whether
+	  it is being run under ia64 architecture.
+	* testsuite/gm2/cpp/pass/subaddr.mod: modified to detect whether
+	  it is being run under ia64 architecture.
+
+2006-01-16	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/gccgm2.c: altered INCL, EXCL and bit tests so that they subtract the
+	  low value of the subrange before performing the bit operation.
+	* testsuite/gm2/pim/run/pass/setcritical.mod to test bugfix.
+	* gm2/gm2-compiler/gm2lcc.mod: added -B option
+	* gm2/lang-specs.h: pass -B option to gm2lcc
+
+2006-01-10	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed INTEGER, SHORTINT and LONGINT so that they all
+	  call upon gccgm2_GetM2<type> rather than their C counterparts.
+	* fixed constant overflow on 32 bit address architectures when
+	  compiling arrayhuge.mod and arrayhuge2.mod (as reported by
+	  Michael H Lambert <lambert@psc.edu>)
+	* M2Code.mod::Code: call FlushWarnings and FlushErrors after StartDeclareScope
+	  which flushes errors before code generation starts. This fixes
+	  a timeout bug in the regression tests reported by
+	  (John B Wallace Jr <wallacjb@enter.net>).
+	* M2GenGCC.mod::CodeSavePriority: introduced PriorityDebugging and turned
+	  off debugging messages
+	* M2GenGCC.mod::CodeRestorePriority: introduced PriorityDebugging and turned
+	  off debugging messages
+	* all regression tests now pass on GNU/Linux i386 (Debian Sarge)
+	* gm2/gm2-compiler/M2Quads.mod::LoopAnalysis:fixed bug in while loop
+	* corrected testsuite/gm2/errors/fail/testimport.mod to include a double import.
+
+2006-01-09	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* fixed LONGINT/LONGCARD bugs so that
+	  testsuite/gm2/switches/pim4/run/pass/FpuIOBug.mod now passes.
+	  LONGINT and LONGCARD are declared as long long int and
+	  long long unsigned int respectively.
+	* updated gm2/gm2.texi to reflect changes in LONGINT and LONGCARD.
+
+2006-01-08	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* modified examples to utilize the module priority mechanism.
+
+2006-01-06	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* improved implementation of module priorities so that
+	  only externally accessible procedures save and restore
+	  interrupts.
+	* added testsuite/gm2/pimlib/coroutines/pass/priority3.mod and
+          testsuite/gm2/pimlib/coroutines/pass/priority3.def to test exporting
+	  of procedures which need to save and restore interrupt priorities.
+
+2006-01-05	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* gm2/Make-lang.in: removed GM2_DIRS from the dependancies of
+	  various rules, which in turn removed a number of "build loops"
+	* gm2/config-lang.in: removed reference to gm2/p2c/p2c-src/examples/Makefile
+
+2006-01-04	 Gaius Mulley <gaius@glam.ac.uk>
+
+	* implemented module priorities.
+	* implemented gm2/gm2-libs-pim/TimeDate.mod
+	* added testsuite/gm2/pimlib/coroutines/pass/priority.mod,
+          testsuite/gm2/pimlib/coroutines/pass/priority2.mod and
+          testsuite/gm2/pimlib/logitech/run/pass/timedate.mod
+	* included TimeDate to be installed as part of the pim
+	  libraries.
+
+2006-01-03	 Michael H Lambert <lambert@psc.edu>
+
+	* fixed typo in gm2/gm2.texi
+	* added __ppc__ ifdefs into testsuite/gm2/iso/pass/realbitscast.mod
+          so that it ignores the REAL96 test on the G5
+	* added __ppc__ ifdefs into testsuite/gm2/switches/pim4/run/pass/FpuIOBug.mod
+
diff --git a/gcc/m2/ChangeLog-2007 b/gcc/m2/ChangeLog-2007
new file mode 100644
index 00000000000..3594b09519f
--- /dev/null
+++ b/gcc/m2/ChangeLog-2007
@@ -0,0 +1,378 @@
+2007-12-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/NEWS:  updated.
+	* gm2/tools-src/def2texi.py:  modified so that references
+	  to types, variables and constants are added to the index
+	  at the end of the documentation.
+	* gm2-libs-pim/RealInOut.def:  all long procedures are also
+	  exported.
+
+2007-12-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/NEWS:  updated.
+	* gm2/gm2.texi:  documented new -fxcode option and minor
+	  fixes.
+	* gm2/lang-options.h:  added -fxcode to list of options.
+	* gm2/lang.opt:  added -fxcode to list of options.
+	* gm2/m2.flex:  added m2flex_GetColumnNo.
+	* gm2/gm2-compiler/M2Error.mod:  OutString modified to
+	  use column and produce GNU and Xcode format errors.
+	* gm2/gm2-compiler/M2LexBuf.def:  export column
+	  related procedures.
+	* gm2/gm2-compiler/M2LexBuf.mod:  introduced recording
+	  of the column position.  GetColumnNo, TokenToColumnNo
+	  new procedures.
+	* gm2/gm2-compiler/M2Options.def:  added Xcode.
+	* gm2/gm2-compiler/M2Options.mod:  set Xcode accordingly.
+	* gm2/gm2/gm2-compiler/M2Students.mod:  fixed spelling
+	  mistake.
+	* gm2/gm2-compiler/P1SymBuild.mod:  tidied up error
+	  message.
+	* gm2/gm2-compiler/SymbolTable.mod:  ditto.
+	* gm2/gm2-compiler/m2flex.def:  added GetColumnNo
+	  procedure.
+	* gm2/gm2-libs-pim/BitBlockOps.mod:  intemediate checkin.
+
+2007-12-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/tools-src/gensum.py:  new file.
+
+2007-11-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  corrected urls and last edit.
+	* gm2/gm2-libs.texi:  recreated.
+
+2007-11-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/m2.flex:  added explicit cast.
+	* gm2/Make-lang.in:  now build h2def during stage2.
+	* gm2/gm2/c.flex:  modified so that it ignores tabs.
+	* gm2/bnf/h2def.bnf:  many bugfixes, still broken though.
+	* gm2/gm2-compiler/CLexBuf.mod:  improved Debugging support.
+	* gm2/gm2-compiler/gm2lcc.mod:  refactored comment handling
+	  code to use the RemoveComment, RemoveWhiteSuffix and
+          RemoveWhitePrefix procedures in DynamicStrings module.
+	* gm2/gm2-compiler/gm2lgen.mod:  likewise handle comments.
+	* gm2/gm2-libs/DynamicStrings.def:  export
+          RemoveWhitePrefix, RemoveWhitePostfix, RemoveComment.
+	* gm2/gm2-libs/DynamicStrings.mod:  implement above.
+
+2007-11-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  updated version to 0.63
+	* gm2/gm2.texi:  updated version to 0.63 and updated
+	  unbounded-by-reference documentation.
+	* gm2/gm2-compiler/M2GenGCC.mod:  modified optimization
+	  of unbounded addresses to test the memory range of
+	  each unbounded parameter against a type compatible
+	  var parameter, any overlapping addresses results in
+	  a alloca and memcpy of the non var unbounded array.
+
+2007-11-02       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  completed the further
+	  optimization of unbounded addresses.  It checks to
+	  see if the contents of a type compatible unbounded
+	  ARRAY matches the contents of a VAR parameter.
+	  It checks against any VAR parameter (not just
+	  unbounded VAR parameters - consider ARRAY OF BYTE).
+	* gm2/gm2.texi:  documented the implementation of
+	  the -funbounded-by-reference optimization flag
+	  giving examples.
+
+2007-10-30       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  fixed @xref punctuation requirement.
+	* gm2/gm2-compiler/M2GenGCC.mod:  fixed unbounded-by-reference
+	  so that it works out whether two parameters might contain
+	  the same contents.  Further optimization is possible via
+	  runtime checking of unbounded addresses.
+	* gm2/gm2-compiler/SymbolTable.mod:  factored out some code.
+
+2007-10-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/sckt.def:  moved here from examples/server.
+	* gm2/gm2-libs-ch/sckt.c:  moved here from examples/server.
+	* gm2/examples/ncurses/Makefile:  changed switches from -W
+	  to -f
+	* gm2/gm2-libs-coroutines/Makefile:  changed switches from -W
+	  to -f
+	* gm2/gm2-libs-coroutines/SysVec.mod:  added many Asserts and
+          fixed some bugs relating to microseconds.
+	* gm2/gm2-libs-coroutines/TimerHandler.mod:  fixed bug relating
+	  to time vector.
+
+2007-10-25       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gccgm2.c:  CHAR is now declared as an unsigned char.
+	* testsuite/gm2/pimlib/logitech/run/pass/bbits.mod:  new file.
+	* testsuite/gm2/pimlib/logitech/run/pass/intb.mod:  new file.
+
+2007-10-23       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2.texi:  more building documentation fixes.
+	* gm2/www/index.ms:  updated documentation to reflect
+          changes to the gm2.texi building instructions.
+
+2007-10-22       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-pim/BitBlockOps.{def,mod}:  added.
+	* gm2/Make-lang.in:  added BitBlockOps to the Logitech list
+          of modules.
+	* gm2/gm2.texi:  improved building documentation which now
+	  relates to the daily CVS snapshot held on
+	  http://floppsie.comp.glam.ac.uk/download/c
+
+2007-10-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms:  rationalised the building instructions
+	  between the web page and gm2/gm2.texi
+	* gm2/gm2.texi:  updated the building instructions.
+
+2007-10-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  fixed bug in gm2/gm2-libs/gm2-libs-host.h
+	  target so that configure uses the correct CC and CPP.
+
+2007-10-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/README:  updated to reflect new homepage and mailing
+	  list address.
+
+2007-10-07       Gaius Mulley <gaius@gnu.org>
+
+	* fixed bug reported by Dmitry Shatrov <shatrov@gmail.com>
+	* gm2/gm2-compiler/M2Quads.mod:  added CheckNotConstAndVar
+	  procedure.  BuildAssignment use CheckNotConstAndVar.
+	* gm2/testsuite/gm2/pim/fail/constvar.mod:  added new
+	  regression test.
+	* gm2/gm2.texi:  updated the last update field.
+
+2007-10-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  updated version to 0.62
+	* gm2/Make-lang.in:  altered all -W options to their new
+	  -f counterparts
+	* gm2/README:  modified the advised build command
+	* gm2/gccgm2.c:  removed all section of code inside #if 0
+	  blocks (which were not part of the orig gcc source).
+	* gm2/gccgm2.c:  modified OPT_W to OPT_f to reflect change
+	  of -W flags to -f flags.
+	* gm2/gccgm2.c:  reintroduced the -fcpp handling code.
+	* gm2/gm2.texi:  updated version number to 0.62
+	* gm2/gm2.texi:  altered all -W options to -f options
+	  for code generation options.  Left warning options
+	  to use -W to mirror the gcc paradigm.
+	* gm2/gm2/gm2builtins.c:  memmove introduced.
+	* gm2/gm2spec.c:  changed all -W options to -f.
+	* gm2/lang-specs.h:  changed all -W options to -f.
+	* gm2/lang.opt:  changed all -W options to -f.
+	* gm2/bnf/gm2l.bnf:  changed all -W options to -f.
+	* gm2/bnf/gm2m.bnf:  changed all -W options to -f.
+	* gm2/gm2-libs-pim/BlockOps.{def,mod}:  added to repository.
+	* gm2/examples/map/Makefile:  changed all -W options to -f and
+	  added -O3.
+	* gm2/gm2/gm2-compiler/M2Options.def:  changed comments.
+	* gm2/gm2-compiler/M2Options.mod:  changed all -W options to -f.
+	* gm2/gm2-compiler/M2Quads.mod:  changed all -W options to -f.
+	* gm2/gm2-compiler/SymbolTable.mod:  changed all -W options to -f.
+	* gm2/gm2-compiler/gm2.mod:  changed all -W options to -f.
+	* gm2/gm2-compiler/gm2lcc.mod:  changed all -W options to -f.
+	* gm2/gm2/gm2-compiler/ppg.mod:  modified compile-command.
+	* gm2/gm2-libs/Builtins.def:  added memmove to the list of
+	  builtins.
+	* gm2/gm2-libs/Builtins.mod:  implemented M2 wrapper for memmove.
+	* gm2/gm2-libs/cbuiltin.def:  added access to C memmove.
+	* gm2/man/gm2.man:  changed all -W options to -f.
+
+2007-09-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/SYSTEM.mod:  added SHIFT, ROTATE and their
+	  support counterparts.
+	* gm2/gm2-libs-pim/BitByteOps.{def,mod}:  added.
+	* gm2/gm2-libs-pim/BitWordOps.{def,mod}:  completed.
+	* gm2/gm2.texi:  updated to reflect the addition of SHIFT,
+	  ROTATE procedures in PIM SYSTEM.mod.
+	* gm2/gm2/Make-lang.in:
+	* gm2/gm2/README:
+	* gm2/gm2/gccgm2.c:
+	* gm2/gm2/gm2.texi:
+	* gm2/gm2/gm2spec.c:
+	* gm2/gm2/lang-options.h:
+	* gm2/gm2/lang-specs.h:
+	* gm2/gm2/lang.opt:
+	* gm2/gm2/bnf/gm2l.bnf:
+	* gm2/gm2/bnf/gm2m.bnf:
+	* gm2/gm2/gm2-compiler/M2Options.def:
+	* gm2/gm2/gm2-compiler/M2Options.mod:
+	* gm2/gm2/gm2-compiler/M2Quads.mod:
+	* gm2/gm2/gm2-compiler/SymbolTable.mod:
+	* gm2/gm2/gm2-compiler/gm2.mod:
+	* gm2/gm2/gm2-compiler/gm2lcc.mod:
+	* gm2/gm2/gm2-compiler/ppg.mod:  all changed to reflect moving
+	  -W switches to -f switches as per gcc.  Only using -W for
+	  compile time warnings, -f for language features including
+	  runtime checking.
+
+2007-09-14       Gaius Mulley <gaius@gnu.org>
+
+	* www/index.ms:  updated web pages to reflect 0.60 release
+	  and availability of debian packages.
+
+2007-08-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/patches/gcc/4.1.2/02.gaius_rs6000_lang:  new patch to
+	  enable gm2 to build on the PS3 (ppc) based machines.
+
+2007-08-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  fixes to enable avr cross compile to
+	  build (use cross gcc and add -B./ when building libraries).
+
+2007-07-23       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  gccgm2_BuildSubrangeType switched over to using
+	  the implementation of the subrange type as opposed to the base
+	  INTEGER type.
+	* gm2/gm2-compiler/M2Quads.mod:   CheckSubrange converts the
+	  Exp into an INTEGER type before generating the range checking
+	  quadruples.  This in turn allows M2SubExp.mod to be built with
+	  optimization.  make gm2.paranoid with -O works against gcc-4.1.2.
+
+2007-07-06       Gaius Mulley <gaius@gnu.org>
+
+	* added gm2/gm2-harness.
+	* gm2/Make-lang.in:  added interactive debugging module
+	  gm2/m2pp.o to link targets.
+	* gm2/gccgm2.c:  rewritten pushdecl and friends and vastly
+	  simplified and reduced the code.  Modified all parameters
+	  to use ANSI C rather than K&R C.  Rewritten create
+          gccgm2_BuildStartFunctionCode and gccgm2_BuildEndFunctionCode.
+          Also ensured that all variables are added to the statement list
+	  via DECL_EXPR and ensured that BIND_EXPR and BLOCKs are created
+	  in exactly the same way as their C counterparts.
+	  Fixed important bug in creating TREEs which represent parameters.
+	* gm2/m2pp.c:  new interactive debugging module will print a GCC
+	  tree using Modula-2 syntax.
+	* gm2/m2pp.h:  prototype for the above.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  unbounded types are now uniquely
+	  created from their basic type.  Improved debugging of unbounded type.
+	* gm2/gm2-compiler/M2GenGCC.mod:  DoCopyString new function which is
+	  used by CodeBecomes and CodeXIndr.  Simplified CodeIndrX and CodeXIndr
+	  in light of bugs fixed in gm2/gccgm2.c.
+	* gm2/gm2-compiler/M2Quads.mod:  made the type following more accurate
+	  during the construction of array arithmetic and indirection.  This
+	  in turn allows -O to be used in GCC's backend.
+	* gm2/gm2-compiler/SymbolTable.def:  modified interface to unbounded
+	  symbols.
+	* gm2/gm2-compiler/SymbolTable.def:  implemented above.
+	* GM2 now builds when -O is suppled to stage2 or stage3.
+	* GM2 now builds with (a patched) gcc-4.1.2
+
+2007-05-28       Gaius Mulley <gaius@gnu.org>
+
+	* gm2-compiler/M2Quads.mod:  replaced PutVarTypeAndSize with
+	  PutLeftValueFrontBackType.
+	* gm2-compiler/SymbolTable.mod:  implemented
+	  PutLeftValueFrontBackType and GetLeftValueFrontBackType.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  rationalised variable
+	  creation by introducing function:  DoVariableDeclaration.
+	  All variables are created via this function.
+	  Use GetLeftValueFrontBackType.
+
+2007-05-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  removed -O for paranoid
+
+2007-05-11       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added -O for paranoid
+	* gm2/gccgm2.c:
+	* gm2/gm2-compiler/M2Base.def:  removed generic Unbounded type
+	* gm2/gm2-compiler/M2Base.mod:  removed generic Unbounded type
+	  creation.
+	* gm2/gm2-compiler/M2Code.mod:  tidied up comments and semicolon.
+	* gm2/gm2-compiler/M2GCCDeclare.def:  export DeclareParameters.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  implement
+	  DeclareParameters and new unbounded type mechanism.
+	* gm2/gm2-compiler/M2GenGCC.mod:  modified references
+	  to unbounded fields.  Fixed two major optimization bugs
+	  in CodeXIndr and CodeIndrX pointer types
+	  now use generic pointer types when building indirect GCC
+	  trees.
+	* gm2/gm2-compiler/M2Quads:  now create a specific unbounded type
+	  rather than cast to a generic unbounded record.  Again this fixes
+	  bugs in Tree construction which were exposed by the back end
+	  when -O was enabled.
+	* gm2/gm2-compiler/SymbolTable.def:  declared Unbounded record and
+	  field operators.
+	* gm2/gm2-compiler/SymbolTable.mod:  implement Unbounded record and
+	  field operators.
+
+2007-04-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs:  regenerated configure
+
+2007-02-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/gm2m.bnf:  fixed string deallocation bug.
+	* gm2/gm2-libs-pim/FileSystem.{def,mod}:  exported Reset
+	  and fixed filename and string conversion.
+
+2007-02-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  added FindOuterModule
+	  to determine whether a symbol should be declared in the
+	  GCC global scope.
+	* fixes ulm library building problem introduced by the previous
+	  interim checkin.
+
+2007-02-06       Gaius Mulley <gaius@gnu.org>
+
+	* interim checkin, due to optimization fixes.
+	* gm2/gccgm2.c:  changes to the way variables are declared.
+	  Removed calls to expand_decl.
+	* gm2-compiler/M2GCCDeclare.mod:  passes boolean to
+	  DeclareKnownVariable indicating whether the variable was
+	  declared in the outer global scope.
+
+2007-01-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c: mark_function_addresses_referenced added.
+	* gm2/gccgm2.c: gccgm2_MarkFunctionReferenced added.
+	* gm2/gccgm2.c: gccgm2_SetFlagUnitAtATime added.
+	* gm2/gm2-compiler/M2Code.mod: MarkExported used.
+	* gm2-compiler/M2GCCDeclare.def: MakeExported defined.
+	* gm2-compiler/M2GCCDeclare.mod: MakeExported added.
+	* gm2/gm2-compiler/gccgm2.def:  SetFlagUnitAtATime,
+	  MarkFunctionReferenced, defined.
+
+2007-01-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-pim/FileSystem.mod:  added.
+	* gm2/Make-lang.in:  introduced GM2_O_S3 variable so that
+	  optimization can be introduced into stage3 only.
+        * gm2/gccgm2.c:  added gccgm2_FinishBackend.
+	* gm2/gm2-compiler/M2Code.mod:  use gccgm2_FinishBackend.
+
+2007-01-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  use gm2_mark_addressable rather than
+	  the TREE_ADDRESSABLE macro for consistency.
+
+2007-01-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-file.in:  added FileSystem.mod to the gm2-libs-pim
+	  set of libraries.
+	* gm2/TODO:  removed FileSystem.mod from the list
+	* gm2/gm2-compiler/P1SymBuild.mod:  added error message
+	* gm2/gm2-libs/FIO.mod:  fixed copyright message
+	* gm2/gm2-libs/M2RTS.def:  fixed typo.
+	* gm2/gm2-libs/libc.def:  added rename function.
+	* gm2/gm2-libs/wrapc.def:  modified filesize so that it modifies
+	  two unsigned ints as the size, rather than return a long unsigned.
+	* gm2/gm2/gm2-libs-ch/libc.c:  added unlink function.
+	* gm2/gm2/gm2-libs-ch/wrapc.c:  implemented filesize.
+	* gm2/gm2/gm2-libs-pim/FileSystem.def:  improved comments and added
+	  more file state to the File record.
+
diff --git a/gcc/m2/ChangeLog-2008 b/gcc/m2/ChangeLog-2008
new file mode 100644
index 00000000000..65c6aec6a2b
--- /dev/null
+++ b/gcc/m2/ChangeLog-2008
@@ -0,0 +1,1994 @@
+2008-12-31       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-ch/dtoa.c:  new file.
+	* gm2/gm2-libs-ch/ldtoa.c:  new file.
+	* gm2/gm2-libs/dtoa.def:  new file.
+	* gm2/gm2-libs/ldtoa.def:  new file.
+	* gm2/gm2-libs/StringConvert.mod:  removed call to free.
+	* gm2/gm2-libs-iso/RealConv.mod:  reimplemented
+	  conversion routines using dtoa rather than
+	  StringConvert.
+	* gm2/gm2-compiler/M2Quads.mod:  fixed bug reported by
+	  John O Goyo <jgoyo@ca.inter.net> set expressions using
+	  / did not reduce to xor.  Confusion between DivTok (DIV)
+	  and DivideTok (/) tokens.
+	* testsuite/gm2/pim/run/pass/bitsettest.def:  new file.
+	* testsuite/gm2/pim/run/pass/bitsettest.mod:  new file to
+	  test this bugfix never regresses.
+	* gm2/Make-file.in:  added dtoa.def and ldtoa.def to the
+	  list of definition modules in GM2-LIBS-BOOT-DEFS and
+	  GM2-LIBS-DEFS.
+
+2008-12-30       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  modified SO, SO_O2 to contain -fPIC.
+	  Added dtoa.c and ldtoa.c.
+	* gm2/gm2-libs/StringConvert.mod:  corrected dates.
+	* gm2/gm2-libs/errno.def:  added ERANGE.
+	* gm2/gm2-libs-iso/README.texi:  added RealConv to list
+	  of completed modules.
+	* gm2/init/gm2-gccinit:  added dtoa and ldtoa.
+	* gm2/init/gm2lccinit:  added dtoa and ldtoa.
+	* gm2/init/gm2lgeninit:  added dtoa and ldtoa.
+	* gm2/init/gm2linit:  added dtoa and ldtoa.
+	* gm2/init/gm2lorderinit:  added dtoa and ldtoa.
+	* gm2/init/gm2minit:  added dtoa and ldtoa.
+	* gm2/init/h2definit:  added dtoa and ldtoa.
+	* gm2/gm2-libs/StringConvert.mod:  replaced
+	  implementation of LongrealToString with a call
+	  to ldtoa.  Replaced implementation with a call
+	  to strtold.
+	* all regression tests pass on LP64.
+
+2008-12-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/StringConvert.mod:  used powl instead
+	  of exp10l due to portability issues.
+
+2008-12-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/Make-lang.in:  RealConv.mod new file.
+	* gm2/gm2/gm2builtins.c:  added __builtin_log10f,
+	  __builtin_log10 and __builtin_log10l.
+	* gm2-libs/Builtins.def:  added definitions for
+	  log10f, log10, log10l, exp10f, exp10, exp10l.
+	* gm2-libs/Builtins.mod:  new functions
+	  log10f, log10, log10l, exp10f, exp10, exp10l.
+	* gm2/gm2-compiler/M2Quads.mod:  migrated more error
+	  messages to use M2MetaError and also made
+	  BuildTruncFunction recover if operands are the wrong type.
+	* gm2/gm2-libs/StringConvert.def:  ToSigFig new function.
+	* gm2/gm2-libs/StringConvert.mod:  refactored to use IsDigit.
+	  Implemented ToSigFig.  StringToLongreal improved to
+	  minimise floating point operators.  LongrealToString
+	  now allows TotalWidth of zero in which case it keeps
+	  converting until the precision is exhausted.
+	* gm2/gm2-libs/cbuiltin.def:  new definitions log10f,
+	  log10, log10l, exp10, exp10l, exp10f.
+	* gm2/gm2-libs/libm.def:  new definitions exp10, exp10l,
+	  exp10f.
+	* gm2/Make-lang.in:  added -lm to all stage1 executables.
+	* gm2/gm2spec.c:  added MATH_LIBRARY to the list
+	  of base libraries on the final link command.
+	* gm2/gm2-libs/StringConvert.mod:  added forward declaration
+          to help p2c.
+
+2008-12-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/MathLib0.def:  included definitions for
+	  expl, lnl, tanl, arctanl.
+	* gm2/gm2-libs/MathLib0.mod:  implemented above functions
+	  and also modified logs to use libm.logf, tanl to use
+	  libm.tanl, arctans to use libm.atanf and arctanl to
+	  use libm.atanl.
+
+2008-12-13       Gaius Mulley <gaius@gnu.org>
+
+	* testsuite/gm2/pimlib/logitech/run/pass
+	  added runtime tests to check the values of REAL and
+	  LONGREALs once converted.
+	* gm2/gm2-libs/FormatStrings.mod:  tidied up comments.
+	* gm2/gm2-libs/MathLib0.def:  entierl (new function).
+	* gm2/gm2-libs/MathLib0.mod:  entierl implement
+	  (new function).
+	* gm2/gm2-libs/StringConvert.def:  added example of
+	  use to the comments.
+	* gm2/gm2-libs/StringConvert.mod:  DetermineSafeTruncation
+	  tidied up comments and added examples, fixed bugs.
+	* gm2/gm2-libs-pim/RealConversions.def:  tided up comments
+	  and added examples.  LongRealToString and ReadToString
+	  now take an INTEGER width which matches the Logitech
+	  definitions.
+	* gm2/gm2-libs-pim/RealConversions.mod:  RealToString and
+	  LongRealToString modified width parameter to take an INTEGER.
+	  Reimplemented much of LongRealToString and altered its
+	  definition to make it simpler to use.
+
+2008-12-05       Gaius Mulley <gaius@gnu.org>
+
+	* fixed bug reported by Steve Giess <scgiess@hotmail.com>
+	  which showed const+realvar was not converted to the
+	  required REAL/LONGREAL/SHORTREAL type when passed
+	  to a procedure.
+	* gm2/gm2-compiler/M2GenGCC.mod:  ensure that actual
+	  parameter are converted to formal parameter types if
+	  they are a member of the real type family.
+	* testsuite/gm2/pim/run/pass/mathconst.mod:  new file.
+	* testsuite/gm2/pim/run/pass/math.mod:  new file.
+	* testsuite/gm2/pim/run/pass/math2.mod:  new file.
+	* gm2/gm2-compiler/M2Base.mod:  fixed MixTypes to
+	  handle expressions of RType and (REAL|SHORTREAL|LONGREAL).
+
+2008-12-01       "Nestor" <nestorac@gmail.com>
+
+	* gm2/gm2-libs/StringConvert.mod:  appended
+	  string to leading zeros.
+
+2008-11-28       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2spec.c:  insert option "-shared-libgcc" onto
+	  command line to fix linking problem exposed Darwin.
+	* gm2/Make-lang.in:  use g++ as the gm2cc linker.
+
+2008-11-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Options.mod:  added ability for
+	  the Modula-2 frontend to ignore -d options.  The -d
+	  options are processed by gcc component of cc1gm2.
+	* gm2/gm2.texi:  added -d to the list of supported
+	  options.
+
+2008-11-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added cc1plus, cc1, cpp to the
+	  list of executables to be installed as part of gm2.
+
+2008-11-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  install all subsiduary binaries
+	  into $(DESTDIR)$(libexecsubdir) instead of
+          $(DESTDIR)$(libsubdir).
+
+2008-11-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  prefixed invocation of makeversion
+	  with /bin/bash.  Changed rule to build the paranoid version
+	  of sckt.o.
+	* gm2/gccgm2.c:  reset TYPE_SIZE when building PROCEDURE
+	  types (this fixes a bug exposed by WholeConv.mod).
+	  PROCEDURE type variables were not allocated any space.
+	  General tidying up.
+	* gm2/m2pp.c:  detect and avoid print out recursive data
+	  structures.  Added function types to be printed.
+	* gm2/gm2-compiler/M2Base.mod:  completed type checking code
+	  to ensure that procedure types are fully type checked.
+	* gm2/gm2-compiler/M2MetaError.mod:  added test against NulSym.
+        * gm2/gm2-compiler/M2Quads.mod:  added call to MetaWarnings2.
+	* gm2/gm2-compiler/M2Range.mod:  tided up error messages if
+	  the procedure type causes a type mismatch.
+	* gm2/gm2-libs-iso/WholeConv.mod:  rewritten ValueInt and
+	  ValueCard.
+
+2008-11-12       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/WholeConv.mod:  finished implementation
+	  module.
+	* gm2/gm2-libs-iso/WholeStr.mod:  finished implementation
+	  module.
+	* gm2/gm2-libs-iso/WholeIO.mod:  finished implementation
+	  module.
+	* gm2/Make-lang.in:  added WholeConv.mod, WholeStr.mod
+	  and WholeIO.mod to the list of ISO modules to be built
+	  and installed.
+	* gm2/gm2-libs-iso/README.texi:  updated list of completed
+	  modules.
+	* gm2/Make-lang.in:  added cc1plus to the tools to be
+	  installed as part of gm2.
+	* gm2/gm2.texi:  new section written explaining how
+	  to move an entire installation to a new directory.
+	* gm2/README:  updated download instructions and
+	  mentioned that the compiler may now be moved.
+
+2008-11-11       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2spec.c:  modified add_default_directories
+	  to use a default_library_path.  lang_specific_driver
+	  sets the default_library_path to getenv LIBRARY_PATH
+	  or failing that to the LIBSUBDIR as determined by
+	  configure.
+
+2008-11-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/README.texi:  added RndFile
+	  to the list of completed implementation modules.
+	  Removed duplicate StreamFile.
+	* gm2/gm2-libs-iso/RndFile.def:  tidied up comments.
+	  Set FilePosSize to SIZE(LONGINT) and
+	  FilePos = LONGINT.
+	* gm2/gm2-libs-iso/Storage.mod:  tidied up spaces.
+	* gm2/tools-src/makeversion:  added gm2_version
+	  prototype.
+	* gm2/gm2-libs-iso/RndFile.mod:  new file.
+
+2008-11-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/ChangeLog:
+	* gm2/examples/svga/DisplayBuffer.def:  tidied up
+	  spacing.
+	* gm2/examples/svga/Matrix3D.def:  tidied up
+	  spacing.
+	* gm2/examples/svga/Matrix3D.mod:  tidied up
+	  spacing.
+	* gm2/examples/svga/Transform.def:  tidied up
+	  spacing.
+	* gm2/gm2-compiler/SymbolTable.mod:  introduced
+	  test to make it more robust in the face of
+	  erroneous code.
+
+2008-11-08       Michael Lambert <lambert@psc.edu>
+
+        * testsuite/gm2/iso/pass/realbitscast.mod:  added test
+	  against __LP64__.
+	* testsuite/gm2/cpp/pass/subaddr.mod:  added test
+	  against __LP64__.
+
+2008-11-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  new rules to make gm2version.c
+	  and M2Version.mod.  New rule to compile gm2version.c
+	  and modified link of xgm2 to include gm2version.o
+	* gm2/gm2.texi:  removed entry to h2def.texi.
+	* gm2/gm2spec.c:  detect --version or -fversion and
+	  call gm2_version.
+	* gm2/lang-options.h:  add new options --version and
+	  -fversion.
+	* gm2/lang.opt:  add new options --version and
+	  -fversion.
+	* gm2/gm2-compiler/M2Options.mod:  display version
+	  in cc1gm2.
+	* tools-src/makeversion:  rewriten.
+	* gm2/gm2-compiler/M2Options.mod:  corrected licence
+	  version.
+	* gm2/gm2/gm2-libs-ch/sckt.c:  removed include to
+	  stdio.h.
+	* gm2/gm2spec.c:  added test for source file and only
+	  enable linking if the source file found.
+	* gm2/gm2-libs-host.h.in:  added HAVE_NETINET_IN_H
+	  and HAVE_NETDB_H macros.
+	* gm2/gm2-libs/configure.in:  added tests for netinet/in.h
+	  netdb.h.  Updated the version number and email address.
+	* gm2/gm2-libs/configure:  rebuilt.
+	* gm2/Make-lang.in:  added version.texi to the list of texi
+	  files.
+	* gm2/gm2.texi:  include version.texi.
+	* gm2/tools-src/makeversion:  added -t argument and made it
+	  test the version number in gm2/gm2-libs/configure.in.
+
+2008-11-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms:  reworded some of the FAQs.
+	* gm2/gm2.texi:  fixed spacing
+	* testsuite/gm2/pim/options/optimize/run/pass/testadd.mod:
+	  fixed dates.
+	* testsuite/gm2/pim/options/optimize/run/pass/gm2.exp:
+	  fixed link command.
+	* testsuite/gm2/pim/options/optimize/run/pass/addition.mod:
+	  fixed dates.
+        * testsuite/gm2/pim/options/optimize/run/pass/addition.def:
+	  fixed dates.
+        * lib/gm2.exp:  fixed ability to configure link path -L.
+        * lib/gm2-torture.exp:  fixed ability to configure link
+	  path -L.
+
+2008-11-04       Gaius Mulley <gaius@gnu.org>
+
+	* All regression tests pass on LP64 Athlon Debian
+	  Etch.
+	* gm2/gccgm2.c:  gccgm2_BuildArray (new function).
+	  build_unary_op changed to handle Modula-2 array
+	  arithemetic rather than C pointer and indice
+	  computations.
+	* gm2/m2pp.c:  m2pp_array_type (new function).
+	* gm2/gm2-compiler/Lists.mod:  tidied up spacing.
+	* gm2/gm2-compiler/M2GenGCC.mod:  CodeArray (new
+	  procedure).  FoldBase and CodeBase removed.
+	* gm2/gm2-compiler/M2Quads.def:  ArrayOp replaces
+	  BaseOp.
+	* gm2/gm2-compiler/M2Quads.mod:  ArrayOp replaces
+	  BaseOp.  BuildStaticArray is reimplemented using
+	  ArrayOp.
+	* gm2/gm2-compiler/M2SubExp.mod:  ArrayOp replaces
+	  BaseOp.
+	* gm2/gm2-compiler/SymbolTable.mod:  modifications
+	  to the debugging hooks.
+	* gm2/gm2-compiler/gccgm2.def:  BuildArray (new
+	  definition).
+	* gm2/gm2-libs/FIO.mod:  tab space changes.
+	* gm2/www/index.ms:  FAQ (new section).
+
+2008-11-03       Gaius Mulley <gaius@gnu.org>
+
+	* Cygwin port builds and installs.
+	* gm2/lang.opt:  add -idirafter option which is used
+	  by the preprocessor.
+	* gm2/gm2.texi:  improved the cygwin build section.
+	* gm2/www/index.ms:  updated web pages
+	* gm2/gm2.texi:  modified version-GM2 to 0.68 to
+	  reflect the version number in the CVS being worked
+	  upon.
+	* gm2/Make-lang.in:  modified GM2-VERSION to 0.68 to
+	  reflect the version number in the CVS being worked
+	  upon.
+
+2008-11-02       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/Make-lang.in:  removed $(exeext) from all
+	  transformed names.
+	* gm2/gm2/gm2spec.c:  append libraries at the end of the
+	  command line rather than at the beginning.  Only add
+	  -lgcc_eh if ENABLE_SHARED_LIBGCC is defined.
+	* gm2/ulm-lib-gm2/sys/termios.c:  added prototype for
+	  _M2_termios_finish.
+	* gm2/gm2/gm2spec.c:  removed test line.
+	* gm2/examples/hello/Makefile:  clean removes a.exe
+
+2008-10-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  fixed bug in
+	  DeclareDefaultType which caused a segfault when using
+	  BITSET8, BITSET16, BITSET32 (reported by Scott Iverson).
+	  The set type was incorrectly declared as a subrange.
+	* gm2/gm2-compiler/SymbolTable.mod:  tidied up more
+	  error messages.
+	* gm2/gm2-compiler/M2Quads.mod:  moved the assignment
+	  check after the BecomesOp, to ensure that during
+	  code generation we can check the types after a
+	  constant designator has been resolved.
+
+2008-10-28       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  BuildArrayStringConstructor (new function).
+	* gm2/gm2-compiler/M2GenGCC.mod:  DoCopyString remove
+	  redundant parameter.  BuildReturnValue check to see whether
+	  we are returning a constant string and if so call
+	  BuildArrayStringConstructor.
+	* gm2/gm2-compiler/M2LexBuf.mod:  add Assert to ensure
+	  that the CurrentTokeNo>=ListOfTokens.LastBucketOffset.
+	* gm2/gm2-compiler/M2Quads.mod:  revoke yesterdays
+	  changes to this file in an attempt to allow GM2/GCC
+	  to propagate the constant string further.
+	* gm2/gm2-compiler/gccgm2.def:  add
+	  BuildArrayStringConstructor to definition module.
+	* gm2/gm2-compiler/M2LexBuf.mod:  UpdateFromBucket (new
+	  function).  GetToken uses UpdateFromBucket and fixes
+	  a buffer overrun bug reported by Scott Robinson.
+
+2008-10-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  modified BuildReturn
+	  so that string constants can be returned from
+	  functions with static array return types.
+	* testsuite/gm2/pim/pass/testreturnstr.mod:  (new file).
+	* testsuite/gm2/pim/run/pass/testreturnstr.mod:  (new file).
+	* testsuite/gm2/pim/run/pass/testreturnstr2.mod:  (new file).
+
+2008-10-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/LongMath.mod:  tidied up comments.
+	* gm2/gm2-libs-iso/README.texi:  brought list of
+	  completed ISO modules up to date.
+	* gm2/NEWS:  document 0.68 changes in readiness
+	  for a release.
+	* gm2/gm2.texi:  (Building GNU Modula-2 under Cygwin)
+	  new section.  Tidied up some text.
+	* gm2/gm2-compiler/M2Quads.mod:  corrected SIZE
+	  to return ZType constant rather than CARDINAL constant.
+	* gm2/gm2-libs/SYSTEM.def:  corrected definition
+	  of SIZE.
+	* gm2/gm2-compiler/M2System.mod:  corrected definition
+	  of ADDRESS so that it can be dereferenced.  Fixed import
+	  of ZType.
+	* gm2/gm2-compiler/SymbolTable.mod:  improved some error
+	  messages by using M2MetaError.  Corrected dates.
+
+2008-10-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2spec.c:  (add_exec_dir) new function,
+	  add new function to list of gm2 spec functions.
+	* gm2/lang-specs.h:  use exec_prefix to find
+	  the executable cc1 when -fcpp is specified on the
+	  command line.
+	* gm2/examples/swig/strlen:  StrLib.def StrLib.i
+	  removed both files.
+	* gm2/patches/gcc/4.1.2/05.gaius_patch_gcc:  new
+	  patch file.
+
+2008-10-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  (EnsureImportedFrom)
+	  replaced with (GetQualidentImport).  Fixes a bug
+	  reported by Scott Iverson which was shown in
+	  testsuite/gm2/isolib/run/pass/testappend.mod.
+
+2008-10-22       Michael Lambert <lambert@psc.edu>
+
+	* testsuite/gm2/iso/pass/realbitscast.mod:  patch to
+	  turn off 64 bit tests on an i386 and Apple OSX
+	  combination.
+
+2008-10-22       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/Make-lang.in:  include library build directory
+	  when building gm2-libs-pim libraries.
+	* gm2/gm2.texi:  corrected documentation to include
+	  c++ in the list of languages needed to build GNU
+	  Modula-2.
+	* gm2/gm2-compiler/M2ALU.mod:  corrected four parameter
+	  errors.
+	* gm2/gm2-compiler/M2Base.def:  IsValidParameter new
+	  procedure.
+	* gm2/gm2-compiler/M2Base.mod:  IsValidParameter implement
+	  it and produce better error messages.  Fixed parameter
+	  compatibility between ZType and BYTE, WORD and ADDRESS.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  correct debugging
+	  information.
+	* gm2/gm2-compiler/M2MetaError.mod:  give ability of the
+	  error routines to handle %N (count) and also only quote
+	  symbol names.
+	* gm2/gm2-compiler/M2Quads.mod:  produce range checks
+	  for parameter passing.
+	* gm2/gm2-compiler/M2Range.def:  InitTypesParameterCheck
+	  modify parameters to fully specify which parameter,
+	  procedure, formal, actual parameters are being checked.
+	* gm2/gm2-compiler/M2Range.mod:  implement above.
+	* gm2/gm2-compiler/M2Reserved.mod:  corrected parameter
+	  passing to AddKeyword.
+	* gm2/gm2-compiler/SymbolTable.def:  extended
+	  IsNameAnonymous.
+	* gm2/gm2-compiler/SymbolTable.mod:  extended
+	  IsNameAnonymous.
+	* gm2/gm2-compiler/gm2lorder.mod:  improved the help message.
+	* gm2/gm2-libs/Debug.mod:  tidied up comments.
+	* gm2/gm2-libs/M2RTS.mod:  corrected parameters.
+	* gm2/gm2-libs/StrIO.def:  tidied up comments.
+	* gm2/gm2-libs-iso/ClientSocket.mod:  corrected parameters.
+	* gm2/gm2-libs-iso/M2EXCEPTION.mod:  corrected parameters.
+	* gm2/gm2-libs-iso/M2RTS.mod:  corrected parameters.
+	* gm2/gm2-libs-iso/ProgramArgs.mod:  corrected parameters.
+	* gm2/gm2-libs-iso/RTgen.mod:  corrected parameters.
+	* gm2/gm2-libs-iso/SeqFile.mod:  corrected parameters.
+	* gm2/gm2-libs-iso/StreamFile.mod:  corrected parameters.
+	* gm2/gm2-libs-pim/BitByteOps.mod:  corrected type changes
+	  by using fixed sized types.
+	* gm2/p2c/p2c-src/src/lex.c:  fixed bug when implementing
+	  __FUNCTION__ in p2c.
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:  import RTExceptions to
+	  aid linker.
+
+2008-10-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Base.mod:  AttemptToCreateSetType
+	  modified parameter name and altered calls to this
+	  function accordingly.  Corrected set sized types.
+
+2008-10-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/m2.flex:  corrected dates.
+	* gm2/gm2/gm2-compiler/M2Base.mod:  moved from M2Error
+	  handling to M2MetaError handling.
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  moved from M2Error
+	  handling to M2MetaError handling.
+	* gm2/gm2/gm2-compiler/M2LexBuf.mod:  updated debugging
+	  code.
+	* gm2/gm2/gm2-compiler/M2MetaError.def:  MetaErrorString1,
+	  MetaErrorString2, MetaErrorString3, MetaErrorStringT1,
+	  MetaErrorStringT2, MetaErrorStringT3 (new procedures).
+	* gm2/gm2/gm2-compiler/M2MetaError.mod:  MetaErrorString1,
+	  MetaErrorString2, MetaErrorString3, MetaErrorStringT1,
+	  MetaErrorStringT2, MetaErrorStringT3  (implemented
+	  new procedures) and also the '!' operator and the '%n'
+	  specifier.
+	* gm2/gm2/gm2-compiler/M2Quads.mod:  migrated some of the
+	  M2Error calls onto the new M2MetaError mechanism.
+	* gm2/gm2/gm2-compiler/M2Range.mod:  moved from M2Error
+	  handling to M2MetaError handling.
+	* gm2/gm2/gm2-compiler/NameKey.mod:  corrected MakeKey
+	  off by one error when comparing against HIGH(a).
+	* gm2/gm2/gm2-compiler/P2SymBuild.mod:  removed
+	  procedure CheckAnonymous.
+	* gm2/gm2/gm2-compiler/SymbolTable.def:  added
+	  procedure CheckAnonymous and IsNameAnonymous.
+	* gm2/gm2/gm2-compiler/SymbolTable.mod:  implemented
+	  CheckAnonymous and IsNameAnonymous.  Also implemented
+	  PutConstVarTemporary and modified IsTemporary to
+	  test whether constants are also temporary.
+	* gm2/gm2/gm2-libs/DynamicStrings.mod:  fixed off by
+	  one error in procedure, char.
+	* gm2/gm2/Make-lang.in:  added LongMath.mod to the list
+	  of ISO modules.
+	* gm2/gm2/gm2-libs/libm.def:  export floor, floorl,
+	  floorf, ceil, ceill and ceilf.
+	* gm2/gm2/gm2-libs-iso/LongMath.def:  fixed dates.
+	  Use exp and ln builtins.
+	* gm2/gm2/gm2-libs-iso/LongMath.mod:  implement
+	  builtins.  Finish non builtin equivalents of the
+	  procedures.
+	* gm2/gm2-compiler/M2Base.mod:  simplified expression
+	  in IsBaseCompatible and corrected parameter type
+	  matix (ZType and normint).
+
+2008-10-15       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/M2MetaError.{def,mod}:  new files.
+	* gm2/gm2/Make-lang.in:  added M2MetaError to be built.
+	* gm2/gm2/gm2-compiler/Indexing.mod:  use casts when
+	  assigning different pointers.
+	* gm2/gm2/gm2-compiler/M2ALU.mod:  fixed return value
+	  declaration in ToArrayValue.
+	* gm2/gm2/gm2-compiler/M2MetaError.def:  export all
+	  MetaError procedures.
+	* gm2/gm2/gm2-compiler/M2MetaError.mod:  added end
+	  of case delimiter.
+	* gm2/gm2/gm2-compiler/M2Range.mod:  use MetaError
+	  rather than M2Error.
+	* gm2/gm2/gm2-libs/DynamicStrings.def:  corrected dates
+	  and tidied up comments.
+	* gm2/gm2/init/gm2-gccinit:  add M2MetaError to list
+	  of modules to be linked.
+
+2008-10-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added RTExceptions.mod and
+	  M2EXCEPTION.mod to the build list of Ulm libraries
+	  as way of GNU Modula-2 compatible runtime support.
+	* gm2/gccgm2.c:  fixed bug in gccgm2_DetermineSizeOfConstant
+	  which incorrectly set needsUnsigned.
+	* gm2/gm2-compiler/M2Base.mod:  correct order of meta type
+	  testing.
+	* gm2/gm2-compiler/M2Quads.mod:  doBuildAssignment (new
+	  procedure).  Modified BuildAssignmentWithoutBounds to
+	  use a parameter which determines whether type checking
+	  should be done.
+	* gm2/gm2-compiler/M2System.mod:  corrected 'SET' with
+	  'BITSET' in fixed sized data type procedure.
+	* gm2/gm2-libs-pim/BitBlockOps.mod:  corrected pointer
+	  type casts.
+	* gm2/gm2-libs-pim/BlockOps.mod:  corrected pointer
+	  type casts.
+	* gm2/gm2-libs-pim/Termbase.mod:  corrected assignment
+	  typo caught by new stronger type checking.
+	* gm2/gm2-compiler/M2Base.mod:  correct bug to test
+	  whether the types pointer to are the same.  MixTypes
+	  skips over type symbols.
+	* gm2/gm2-compiler/M2Quads.mod:  CheckReturnType (new
+	  procedure).   BuildFunctionReturn uses CheckReturnType.
+	* gm2/gm2-compiler/M2Range.mod:  generates return type
+	  error messages if, des, is a procedure.
+	* gm2/gm2-compiler/SymbolTable.mod:  added debugging.
+	* gm2/gm2-libs-iso/IOChan.mod:  fixed wrong enumeration
+	  bug, uncovered by new stricter assignment checks.
+	* gm2/gm2-libs-iso/StdChans.mod:  fixed wrong enumeration
+	  bug, uncovered by new stricter assignment checks.
+
+2008-10-13       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  modified rule to build ISO C files.
+	* gm2/NEWS:  updated to include implementation of
+	  exception handling and swig.
+	* gm2/gm2-libs-coroutines/SYSTEM.mod:  corrected dates
+	  and removed redundant return value from printf.
+	* gm2/gm2-libs-coroutines/SysVec.mod:  corrected dates
+	  and removed redundant return value from printf.
+	* gm2/gm2-libs-coroutines/testiotransfer.mod:  removed
+	  redundant return value from printf.
+	* gm2/gm2-libs-coroutines/testtransfer.mod:  removed
+	  redundant return value from printf.
+	* gm2/gm2-libs-iso/ErrnoCategory.c:  include <p2c/p2c.h>
+	  rather than <stdio.h>.
+	* gm2/gm2-libs-iso/WholeConv.mod:  intemediate checkin.
+	* gm2/gm2-libs-iso/WholeStr.def:  corrected dates and
+	  tidied up comments.
+	* gm2/gm2-libs-iso/wrapsock.c:  remove include <stdio.h>
+	* gm2/gm2-libs-pim/RealConversions.mod:  removed
+	  redundant return value from printf.
+	* gm2/gm2-compiler/M2BasicBlock.mod:  removed unnecessary
+	  import.
+	* gm2/gm2-compiler/M2Code.mod:  call SetPassToCodeGeneration.
+	* gm2/gm2-compiler/M2Range.def:  introduce
+	  InitTypesParameterCheck.
+	* gm2/gm2-compiler/M2Range.mod:  implement InitTypesParameterCheck.
+	* gm2/gm2-libs-iso/WholeStr.def:  tidied up comments.
+
+2008-10-11       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/gccgm2.c:  removed STRIP_NOPS from FoldAndStrip.
+	* gm2/gm2/bnf/gm2l.bnf:  InitStopSet changed to reflect p2c
+	  corrections to INCL and EXCL.
+	* gm2/gm2/bnf/gm2m.bnf:  InitStopSet changed to reflect p2c
+	  corrections to INCL and EXCL.
+	* gm2/gm2/gm2-compiler/M2Base.def:  CannotCheckTypeInPass3,
+	  ExceptionIncl, ExceptionExcl new procedures.
+	* gm2/gm2/gm2-compiler/M2Base.mod:  CannotCheckTypeInPass3,
+	  ExceptionIncl, ExceptionExcl implemented.
+	* gm2/gm2/gm2-compiler/M2Code.mod:  call ResolveConstructorTypes.
+	* gm2/gm2/gm2-compiler/M2Pass.def:  corrected dates.
+	* gm2/gm2/gm2-compiler/M2Quads.mod:  introduced additional
+	  range check markers to check type compatibility post pass 3.
+	  Removes many ugly hacks and makes type checking more resiliant.
+	* gm2/gm2/gm2-compiler/M2Range.def:  InitInclCheck, InitExclCheck,
+          InitTypesAssignmentCheck, InitTypesExpressionnCheck new
+	  procedures.
+	* gm2/gm2/gm2-compiler/M2Range.mod:  InitInclCheck, InitExclCheck,
+          InitTypesAssignmentCheck, InitTypesExpressionnCheck implement
+	  these procedures and flush errors should a type check fail.
+	* gm2/gm2/gm2-compiler/SymbolTable.def:  MakeTemporaryFromExpression,
+          MakeTemporaryFromExpressions, PutConstructorFrom,
+	  ResolveConstructorTypes new procedures.
+	* gm2/gm2/gm2-compiler/SymbolTable.mod:  MakeTemporaryFromExpression,
+          MakeTemporaryFromExpressions, PutConstructorFrom,
+	  ResolveConstructorTypes implement these new procedures.
+	* gm2/gm2/gm2-compiler/ppg.mod:  emit the stop subrange used to
+	  build the set.
+	* gm2/gm2/gm2-libs/M2RTS.def:  InclException, ExclException new
+	  procedures.
+	* gm2/gm2/gm2-libs/M2RTS.mod:  InclException, ExclException implement
+	  new procedures.
+	* gm2/gm2/gm2-libs-ch/sckt.c:  tidied up spacing.
+	* gm2/gm2/gm2-libs-iso/M2EXCEPTION.def:  corrected dates.
+	* gm2/gm2/gm2-libs-iso/M2RTS.def:  InclException, ExclException
+	  new procedures.
+	* gm2/gm2/gm2-libs-iso/M2RTS.mod:  InclException, ExclException
+	  implement new procedures.
+	* gm2/gm2/gm2-libs-iso/STextIO.mod:  corrected copyright notice.
+	* gm2/gm2/gm2-libs-iso/TextIO.def:  tidied up comment.
+	* gm2/gm2/gm2-libs-iso/WholeConv.def:  corrected dates and
+	  tidied up long lines.
+	* gm2/gm2/gm2-libs-pim/RealInOut.def:  tidied up spacing.
+	* gm2/gm2/gm2-libs-pim/RealInOut.mod:  corrected dates.
+	* gm2/gm2/p2c/p2c-src/src/decl.c:  added debugging.
+	* gm2/gm2/p2c/p2c-src/src/funcs.c:  corrected INCL and EXCL
+	  to subract low bound of subrange from bit value.
+	* gm2/gm2/ulm-lib-gm2/std/M2RTS.mod:  InclException, ExclException
+	  implement new procedures.
+
+2008-10-11       Michael Lambert <lambert@psc.edu>
+
+	* gm2/Make-lang.in:  set XGM2BUILD1 flags for
+	  darwin, apple, i386 (leave out -gdwarf-2)
+
+2008-10-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/FIO.mod:  reintroduced
+	  InstallTerminationProcedure as p2c does
+	  not use FINALLY.  Thus a boottrap error
+	  occurred when building gm2/gm2-auto/pg.
+
+2008-10-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/examples/iso/socket/client.mod:  improved
+	  example program.
+	* gm2/gm2-libs/FIO.mod:  tidied up increment and
+	  removed InstallTerminationProcedure as the
+	  module uses FINALLY instead.
+	* gm2/gm2-libs-iso/ClientSocket.mod:  bug fixes.
+	* gm2/gm2-libs-iso/IOLink.mod:  UnMakeChan
+	  call doFlush and doFree.
+	* gm2/gm2-libs-iso/RTdata.mod:  fixed typo bug
+	  md should be m.
+	* gm2/gm2-libs-iso/RTfio.mod:  iserror must not
+	  call EOF.
+	* gm2/gm2-libs-iso/RTgen.mod:  checkPostRead call
+	  checkErrno.  doLook call doUnReadChar.
+	* gm2/gm2-libs-iso/wrapsock.c:  fixed
+	  getPushBackChar and setPushBackChar.
+
+2008-10-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/ClientSocket.def:  new file.
+	* gm2/gm2-libs-iso/ClientSocket.mod:  new file.
+	* gm2/gm2-libs-iso/wrapsock.def:  new file.
+	* gm2/gm2-libs-iso/wrapsock.c:  new file.
+	* gm2/gm2-libs-iso/ChanConsts.h:  new file.
+	* gm2/Make-lang.in:  added wrapsock.c to list of
+	  GM2-LIBS-ISO-C files.  Also added ClientSocket.mod
+	  to GM2-LIBS-ISO-MODS.
+	* gm2/gm2-libs/sckt.def:  tidied up comments.
+	* gm2/gm2-libs-iso/ErrnoCategory.c:  use ChanConsts.h.
+	* gm2/gm2-libs-iso/SimpleCipher.def:  RemoveCipherLayer
+	  new function and fixed destructors.
+	* gm2/gm2-libs-iso/Strings.def:  tidied up comments.
+	* gm2/examples/iso/socket/Makefile:  new file.
+	* gm2/examples/iso/socket/client.mod:  new file.
+
+2008-09-30       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/Make-lang.in:  added ProgramArgs, SimpleCipher,
+	  RTData modules to be installed as part of the ISO
+	  libraries.
+        * gm2/TODO:  updated TODO with outstanding bugs.
+        * gm2/gm2.texi:  updated modification date to reflect
+	  new modules.
+        * gm2/gm2-libs/Args.mod:  updated dates.
+        * gm2/gm2-libs-iso/M2RTS.mod:  fixed bug regarding
+	  whether an application is terminating.
+        * gm2/gm2-libs-iso/ProgramArgs.def:  updated dates.
+        * gm2/gm2-libs-iso/README.texi:  updated list of
+	  completed modules and their licence.
+        * gm2/gm2-libs-iso/RTgen.mod:  fixed bug when
+	  examining pre read status.
+        * gm2/gm2-libs-iso/RawIO.def:  tidied up comments.
+        * gm2/gm2-libs-iso/RawIO.mod:  fixed read results
+	  bug.
+        * gm2/gm2-libs-iso/STextIO.mod:  tidied up comments.
+        * gm2/gm2-libs-iso/SimpleCipher.{def,mod}:  new files.
+	* gm2/gm2-libs-iso/ProgramArgs.mod:  new file.
+	* gm2/examples/iso/hello:  new directory for example.
+	* gm2/examples/iso/hello/hello.mod:  new file.
+	* gm2/examples/iso/files:  new directory for example.
+	* gm2/examples/iso/files/rot13.mod:  new file.
+
+2008-09-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2spec.c:  add -lgcc_eh to the link command line.
+	* gm2/Make-lang.in:  added many new implementation and
+	  definition modules to be installed as part of the ISO
+	  library.
+	* gm2/TODO:  added more outstanding bug reports.
+	* gm2/gm2-compiler/M2ALU.mod:  flush non recoverable
+	  errors.  Fixed bug during generation of constant array
+	  if the subrange was an enumerated type.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  fixed bug which
+	  manifested itself if an implementation module imported
+	  itself.  The symbols were not emitted and incorrectly
+	  defined as extern.
+	* gm2/gm2-compiler/M2GenGCC.mod:  added more error checking
+	  when constructing HIGH.
+	* gm2/gm2-compiler/M2Quads.mod:  fixed bug in HIGH if the
+	  operand is a constant string which has been concatenated.
+	* gm2/gm2-libs/FIO.def:  changed all seek positions to
+	  LONGINT.
+	* gm2/gm2-libs/FIO.mod:  (SetPositionFromEnd) new procedure.
+	* gm2/gm2-libs/PushBackInput.def:  tidied up code.
+	* gm2/gm2-libs/PushBackInput.mod:  tidied up comments.
+	* gm2/gm2-libs/Selective.def:  tidied up comments.
+	* gm2/gm2-libs/libc.def:  changed seek offset from INTEGER
+	  to LONGINT.
+	* gm2/gm2-libs-ch/libc.c:  changed seek long offset to
+	  long int offset.
+	* gm2/gm2-libs-iso/ErrnoCategory.c:  (GetOpenResults) new
+	  procedure.
+	* gm2/gm2-libs-iso/ErrnoCategory.def:  (GetOpenResults) new
+	  procedure.
+	* gm2/gm2-libs-iso/IOChan.def:  tidied up comments.
+	* gm2/gm2-libs-iso/IOChan.mod:  major rewrite.
+	* gm2/gm2-libs-iso/IOLink.def:  tidied up comments.
+	* gm2/gm2-libs-iso/README.texi:  updated README with list
+	  of completed modules.
+	* gm2/gm2-libs-iso/RTio.def:  major rewrite.
+	* gm2/gm2-libs-iso/RTio.mod:  major rewrite.
+	* gm2/gm2-libs-iso/SeqFile.def:  tidied up comments.
+	* gm2/gm2-libs-iso/SeqFile.mod:  major rewrite.
+	* gm2/gm2-libs-iso/StdChans.def:  tidied up comments.
+	* gm2/gm2-libs-iso/StdChans.mod:  major rewrite.
+	* gm2/gm2-libs-iso/Storage.mod:  major rewrite using
+	  RTentity.
+	* gm2/gm2-libs-iso/StreamFile.def:  tidied up comments.
+	* gm2/gm2-libs-iso/TextIO.def:  tidied up comments.
+	* gm2/gm2-libs-iso/TextIO.mod:  major rewrite.
+	* gm2/gm2-libs-pim/FileSystem.mod:  fixed calls to
+	  lseek to use LONGCARD rather than CARDINAL.
+
+2008-09-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/m2pp.c:  corrected prototypes and fixed format
+	  specifier for snprintf.
+
+2008-09-11       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  added more information to the
+	  release map.
+	* gm2/gm2-libs-iso/TextIO.mod:  new file.
+	* gm2/gm2-libs-iso/STextIO.mod:  new file.
+	* gm2/gm2-libs-iso/StdChans.mod:  new file.
+	* testsuite/gm2/isolib/run/pass/hello.mod:  new file.
+	* testsuite/gm2/isolib/run/pass/gm2.exp:  new file.
+	* gm2/gm2-compiler/M2ALU.mod:  fixed bug in
+          CollectConstructorDependants in which a unknown
+	  value might be saved as a constant.
+
+2008-09-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  modified many examples to reflect
+	  optional return value for printf.   Also updated
+	  the swig examples to use -c++.
+        * gm2/Make-lang.in:  added entries for IOChan.mod,
+	  RTio.mod and ErrnoCategory.c.  Also added rule
+	  to build ErrnoCategory.o.
+        * gm2/bnf/gm2m.bnf:  moved FIO import list before
+	  M2LexBuf to avoid getting the wrong definition of
+	  GetFileName during p2c bootstrap phase.
+        * gm2/bnf/m2-2.bnf:  added OptReturnType for
+	  procedures (functions).  Rationalized function
+	  return values via OptReturnType.
+        * gm2/bnf/m2-3.bnf:  added OptReturnType for
+	  procedures (functions).  Rationalized function
+	  return values via OptReturnType.  Also added
+	  productions to implement functions using
+	  an optional return type.
+        * gm2/bnf/m2-h.bnf:  added OptReturnType for
+	  procedures (functions).  Rationalized function
+	  return values via OptReturnType.
+        * gm2/bnf/m2.bnf:  added OptReturnType for
+	  procedures (functions).  Rationalized function
+	  return values via OptReturnType.
+        * gm2/examples/server/server.mod:  modified code
+	  to exploit calling printf and ignoring its return
+	  value.
+        * gm2/examples/swig/exceptions/tiny.mod:  ignore
+	  return result for printf.
+        * gm2/gm2-compiler/M2Quads.def:  define
+	  CheckBuildFunction.
+        * gm2/gm2-compiler/M2Quads.mod:  implement
+	  CheckBuildFunction.
+        * gm2/gm2-compiler/P2SymBuild.def:  corrected dates.
+	  Added new procedure definition
+	  BuildOptFunction.
+        * gm2/gm2-compiler/P2SymBuild.mod:  corrected dates
+	  and implemented BuildOptFunction.
+        * gm2/gm2-compiler/SymbolTable.def:  PutOptFunction
+	  (new definition).  IsReturnOptional (new definition).
+        * gm2/gm2-compiler/SymbolTable.mod:  ReturnOptional
+	  new field for ProcedureSym and ProcTypeSym.
+	  Implemented IsReturnOptional, SetReturnOptional,
+	  CheckOptFunction and PutOptFunction.
+	  Set ReturnOptional appropriately.
+        * gm2/gm2-libs/FIO.mod:  implemented GetFileName.
+	  Modified names of stdin, stdout and stderr to
+	  <stdin>, <stdout>, <stderr> respectively.
+        * gm2/gm2-libs/errno.c:  added init and finish
+	  functions.
+        * gm2/gm2-libs/libc.def:  declare printf to have
+	  an optional return value.
+        * gm2/gm2-libs-iso/ChanConsts.def:  fixed dates.
+        * gm2/gm2-libs-iso/IOChan.mod:  fixed dates
+	  and reimplemented this module.
+        * gm2/gm2-libs-iso/RndFile.def:  fixed dates.
+        * gm2/gm2-libs-iso/TextIO.def:  fixed dates.
+        * gm2/p2c/p2c-src/src/decl.c:  handle new syntax
+	  for optional function return value.
+
+2008-09-07       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/examples/cplusplus/cppcatchm2:  new directory
+	  containing an example of C++ catching a Modula-2
+	  exception.
+        * gm2/examples/cplusplus/m2catchcpp:  new directory
+	  containing an example of Modula-2 catching a C++
+	  exception.
+
+2008-09-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Swig.mod:  modified so that it
+	  produces a C++ style swig interface.  Also modified
+	  to include the language independent exception code.
+        * gm2/examples/swig/full-strlib/Makefile:  modified
+	  swig command line to use C++ style interface.
+        * gm2/examples/swig/strlib/Makefile:  modified
+	  swig command line to use C++ style interface.
+	* gm2/examples/swig/tiny/Makefile:  modified
+	  swig command line to use C++ style interface.
+	* gm2/examples/swig/exceptions:  new example which
+	  demonstrates Python catching a GNU Modula-2
+	  exception.
+
+2008-09-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/gm2lorder.mod:  Usage now writes
+	  out the default list of system modules.
+	* gm2/gm2.texi:  documented new flag (-fruntime-modules=).
+        * gm2/gm2-compiler/M2Quads.mod:  added prototypes for
+	  BuildRTExceptEnter and BuildRTExceptLeave.  Also
+	  added exception handling for module initialization
+	  and finalization blocks.
+        * gm2/gm2-compiler/gm2lorder.mod:  Usage now prints
+	  the default settings.
+
+2008-09-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  replaced gm2lsub with gm2lorder.
+	  now build and install M2 ISO modules, M2EXCEPTION.mod,
+	  EXCEPTIONS.mod and Storage.mod.
+	* gm2/Makefile.in:  replaced gm2lsub with gm2lorder.
+	* gm2/gm2spec.c:  tidied up static function declarations.
+	  Added ability to remember link arguments and return these
+	  as a string to lang-specs.h.
+	* gm2/lang-specs.h:  replaced gm2lsub with gm2lorder.
+	  Tidied up dates.  pass linkargs to gm2lorder.  Also pass
+	  -fruntime-modules= to gm2lorder.
+	* gm2/gm2-compiler/Indexing.def:  tidied up dates.
+	* gm2/gm2-compiler/Indexing.mod:  tidied up dates.
+	* gm2/gm2-compiler/M2Base.mod:  ensure that the runtime
+	  module (RTExceptions) is parsed.
+	* gm2/gm2-compiler/M2GenGCC.mod:  implement (CodeSaveException)
+	  and (CodeRestoreException).  Call these procedures
+	  appropriately.
+	* gm2/gm2-compiler/M2Quads.mod:  add SaveExceptionOp and
+	  RestoreExceptionOp to the repetoir of quadruples.
+	  (BuildRTExceptEnter) new function.  (BuildRTExceptLeave)
+	  new function.
+	* gm2/gm2-compiler/gm2lcc.mod:  tidied up dates.  Fixed off
+	  by one bug when testing for '-l'.  Added test for '-L'.
+	* gm2/gm2-compiler/gm2lgen.mod:  fixed bug in writing out
+	  DefaultErrorCatch prototype.  Fixed cast bugs.
+	* gm2/gm2-libs/RTExceptions.def:  (IsInExceptionState),
+	  (SetExecptionState), (SwitchExceptionState),
+	  (GetBaseExceptionBlock) new procedures defined.
+	* gm2/gm2-libs/RTExceptions.mod:  (IsInExceptionState),
+	  (SetExecptionState), (SwitchExceptionState),
+	  (GetBaseExceptionBlock) new procedures implemented.
+        * gm2/gm2-libs/SYSTEM.def:  fixed dates.
+	* gm2/gm2-libs-coroutines/SYSTEM.def:  added THROW
+	  to export list.
+	* gm2/gm2-libs-iso/COROUTINES.mod:  fixed dates.
+        * gm2/gm2-libs-iso/EXCEPTIONS.mod:  fixed dates.
+	  Completed implementing the module.
+        * gm2/gm2-libs-iso/M2EXCEPTION.mod:  completed implementing
+	  the module.
+	* gm2/gm2-libs-iso/M2RTS.def:  fixed dates.
+	* gm2/gm2-libs-iso/Storage.mod:  completed implementing
+	  the module.
+	* gm2/gm2-libs-min/SYSTEM.def:  added THROW
+	  to export list.
+	* gm2/ulm-lib-gm2/sys/SYSTEM.def:  fixed dates and added THROW
+	  to export list.
+	* gm2/gm2-compiler/gm2lsub.mod:   removed file.
+	* gm2/gm2-compiler/gm2lorder.mod:   new file (a placement for
+	  gm2lsub.mod).
+
+2008-08-23       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  replaces list of checking flags with
+	  -fcheck-all.
+	* gm2/TODO:  corrected sentance.
+	* gm2/lang-options.h:  introduced new option, -fdiv-mod-rem.
+	* gm2/gm2-compiler/M2Base.def:  ExceptionNonPosDiv,
+	  ExceptionNonPosMod, ExceptionZeroDiv, ExceptionZeroRem new
+	  exception handlers defined.
+	* gm2/gm2-compiler/M2Base.mod:  ExceptionNonPosDiv,
+	  ExceptionNonPosMod, ExceptionZeroDiv, ExceptionZeroRem new
+	  exception handlers implemented.
+        * gm2/gm2-compiler/M2GenGCC.def:  export
+	  LValueToGenericPtr and ZConstToTypedConst.
+	* gm2/gm2-compiler/M2GenGCC.mod:  removed (p2c) forward
+	  declarations for LValueToGenericPtr and ZConstToTypedConst.
+	* gm2/gm2-compiler/M2Options.def:  defined and export
+	  DivModRemChecking.
+	* gm2/gm2-compiler/M2Options.mod:  implement detection of
+	  -fdiv-mod-rem.
+	* gm2/gm2-compiler/M2Quads.mod:  (CheckDivModRem) new procedure.
+	  (BuildBinaryOp) call CheckDivModRem.
+	* gm2/gm2-compiler/M2Range.def:  define InitWholeNonPosDivCheck,
+          InitWholeNonPosModCheck, InitWholeZeroDivisionCheck and
+          InitWholeZeroRemainderCheck.
+        * gm2/gm2-compiler/M2Range.mod:  implement InitWholeNonPosDivCheck,
+          InitWholeNonPosModCheck, InitWholeZeroDivisionCheck and
+          InitWholeZeroRemainderCheck.
+	* gm2/gm2-libs/M2RTS.def:  define new exception handlers:
+          WholeNonPosDivException, WholeNonPosModException,
+          WholeZeroDivException and WholeZeroRemException.
+        * gm2/gm2-libs/M2RTS.mod:  implement new exception handlers:
+          WholeNonPosDivException, WholeNonPosModException,
+          WholeZeroDivException and WholeZeroRemException.
+	* gm2/gm2-libs-iso/M2RTS.def:  defined new exception handlers:
+          WholeNonPosDivException, WholeNonPosModException,
+          WholeZeroDivException and WholeZeroRemException.
+	* gm2/gm2-libs-iso/M2RTS.mod:  implemented new exception
+	  handlers WholeNonPosDivException, WholeNonPosModException,
+          WholeZeroDivException and WholeZeroRemException.
+        * gm2/gm2-libs-iso/SYSTEM.def:  export THROW.
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:  implement new exception
+	  handlers WholeNonPosDivException, WholeNonPosModException,
+          WholeZeroDivException and WholeZeroRemException.
+
+2008-08-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2spec.c:  set linking to false if -S flag was seen.
+	* gm2/examples/cpp/Makefile:  altered flag from -Wcpp to -fcpp.
+	* gm2/examples/pthread/libcwrap.c:  (_M2_libcwrap_finish) new
+	  function stub.
+	* gm2/gm2-compiler/M2BasicBlock.mod:  preserve InitStart, InitEnd,
+	  FinallyStart, FinallyEnd quadruples during basic block elimination.
+	* gm2/gm2-compiler/M2Quads.def:  (IsInitStart) (IsInitEnd)
+	  (IsFinallyStart) (IsFinallyEnd) new functions defined and exported.
+        * gm2/gm2-compiler/M2Quads.mod:  (IsInitStart) (IsInitEnd)
+	  (IsFinallyStart) (IsFinallyEnd) new functions implemented.
+        * gm2/gm2-libs-coroutines/KeyBoardLEDs.c:  (_M2_KeyBoardLEDs_init)
+	  (_M2_KeyBoardLEDs_finish)  new functions.
+	* gm2/gm2.texi:  changed configure example to include the build of
+	  c++.
+
+2008-08-15       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2/Make-lang.in:  include gm2/config-make for TARGET_SUBDIR
+	  macro.  Link stage2 and stage3 cc1gm2 against libstdc++.a.
+        * gm2/config-lang.in:  require target-libstdc++-v3.  Also generate
+	  gm2/config-make during configure.
+	* gm2/gm2spec.c:  (add_lstdcpp) new function which is called if
+	  linking.
+	* gm2/lang-specs.h:  gm2lgen enable generation of C++ main via -cpp.
+	  Change references to %g.c to %g.cpp.
+	* gm2/p2crc:  define ThrowName.
+	* gm2/gm2-compiler/gm2lcc.mod:  correctly initialise LibrariesFound
+	  to FALSE.
+	* gm2/gm2-compiler/gm2lgen.mod:  introduced new switch -cpp which
+	  informs gm2lgen to generate a C++ main with a try catch dispatcher.
+	* gm2/gm2-libs/M2RTS.mod:  fixed space.
+	* gm2/gm2-libs/RTExceptions.def:  define BaseExceptionsThrow and
+	  DefaultErrorCatch.
+	* gm2/gm2-libs/RTExceptions.mod:  implement BaseExceptionsThrow and
+	  DefaultErrorCatch.  Also fixed PushHandler and PopHandler.
+	* gm2/gm2-libs-boot/SYSTEM.def:  tidied up header comment.
+	* gm2/p2c/p2c-src/src/decl.c:  removed spaces.
+	* gm2/p2c/p2c-src/src/funcs.c:  (proc_throw) new function.
+	* gm2/p2c/p2c-src/src/trans.h:  define name_THROW.
+	* gm2/make-config.in:  new file.
+
+2008-08-11       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/bnf/m2-3.bnf:  call BuildReThrow after statement sequence
+	  in an exception block.
+        * gm2/gm2-compiler/M2GenGCC.mod:  implement rethrow.
+        * gm2/gm2-compiler/M2Quads.def:  (BuildReThrow) define and export.
+        * gm2/gm2-compiler/M2Quads.mod:  (BuildReThrow) implemented.
+        * gm2/gm2-libs/M2RTS.mod:  fixed dates.
+
+2008-08-09       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/Make-lang.in:  added gt dependancies for gm2builtins.h
+	  and gm2except.h.  Added rules and dependancies to build
+	  gm2except.c and link it to cc1gm2.  Updated GM2DISTFILES.
+        * gm2/config-lang.in:  updated gtfiles to include gm2except.c
+	  and gm2builtins.c.
+        * gm2/gccgm2.c:  updated dates.  Updated prototype (removed
+	  PARAMS).  (gimplify_expr_stmt) new function.
+	  (genericize_try_block) new function.  (genericize_catch_block)
+	  new function.  (init_m2_builtins) call gm2except_InitExceptions.
+        * gm2/gm2-tree.def:  define TRY_BLOCK, HANDLER, EXPR_STMT nodes.
+        * gm2/gm2-tree.h:  (TRY_STMTS), (TRY_HANDLERS), (FN_TRY_BLOCK_P),
+	  (HANDLER_PARMS), (HANDLER_BODY), (HANDLER_TYPE),
+	  (STMT_EXPR_STMT), (EXPR_STMT_EXPR) new macros.
+        * gm2/gm2.texi:  minor cosmetic changes.  Also heavily altered
+	  exception handling internal section to reflect using C++
+	  tree nodes rather than setjmp/longjmp mechanism.
+        * gm2/gm2builtins.c:  added GTY(()) clauses to global tree
+	  variables and imported appropriate GTY related header files.
+	  This has probably fixed a number of garbage collection bugs.
+        * gm2/m2pp.c:  major changes to allow this file to be built and
+	  linked to cc1plus as well as cc1gm2.  (m2pp_print_char),
+	  (m2pp_try_block), (m2pp_cleanup_point_expr), (m2pp_handler),
+	  (m2pp_try_catch_expr), (m2pp_throw), (m2pp_catch_expr),
+	  (m2pp_try_finally_expr), (m2pp_if_stmt),
+	  (m2pp_compound_expression), (m2pp_target_expression) new
+	  functions.
+        * gm2/bnf/m2-2.bnf:  (PutExceptionFinally), (PutExceptionBlock),
+	  (GetCurrentScope) call these building functions when parsing
+	  source.  (RetryStatement) new separate rule.
+	  (InitialBlock), (FinalBlock) new rules.
+        * gm2/bnf/m2-3.bnf:  (RetryStatement) new separate rule.
+        * gm2/bnf/m2-h.bnf:  (RetryStatement) new separate rule.
+        * gm2/bnf/m2-2.bnf:  (RetryStatement) new separate rule.
+        * gm2/gm2-compiler/M2Base.def:  added space.
+        * gm2/gm2-compiler/M2BasicBlock.mod:  (ConvertQuads2BasicBlock)
+	  updated to understand about CatchBegin and CatchEnd quads.
+        * gm2/gm2-compiler/M2GenGCC.mod:  (CodeTry), (CodeCatchBegin),
+	  (CodeCatchEnd), (CodeRetry), (CodeThrow) new procedures.
+        * gm2/gm2-compiler/M2Optimize.def:  fixed dates.
+        * gm2/gm2-compiler/M2Optimize.mod:  fixed dates.
+        * gm2/gm2-compiler/M2Quads.def:  (IsCatchBegin), (IsCatchEnd)
+	  new functions defined and exported.
+        * gm2/gm2-compiler/M2Quads.mod:  (BuildThrowProcedure) new
+	  procedure.  (IsUnConditional)  understands ThrowOp and RetryOp.
+          (WriteQuad) displays ThrowOp.  (IsQuadA) new function which
+	  allows (IsCall), (IsReturn), (IsNewLocalVar), (IsKillLocalVar),
+	  (ProcedureScope) to be refactored.  (IsCatchBegin),
+	  (IsCatchEnd), new functions.  (BuildExceptInitial) new
+	  procedure.  (BuildExceptFinally) new procedure.
+	  (BuildExceptProcedure) new procedure.  (BuildRetry) new
+	  procedure.
+        * gm2/gm2-compiler/M2System.def:  fixed dates.  (Throw) exported.
+	  (IsPseudoSystemProcedure) exported.
+        * gm2/gm2-compiler/M2System.mod:  initialize Throw, implement
+	  IsPseudoSystemProcedure.
+        * gm2/gm2-compiler/SymbolTable.def:  (PutExceptionBlock),
+	  (HasExceptionBlock), (PutExceptionFinally),
+	  (HasExceptionFinally) defined and export new procedures.
+        * gm2/gm2-compiler/SymbolTable.mod:  (PutExceptionBlock),
+	  (HasExceptionBlock), (PutExceptionFinally),
+	  (HasExceptionFinally) new procedures implemented.
+        * gm2/gm2-compiler/gccgm2.def:  (BuildTryCatch),
+	  (BuildThrow) new functions defined.
+        * gm2/gm2-libs/M2RTS.mod:  explicitly qualify RTExceptions.Raise.
+        * gm2/gm2-libs/SYSTEM.def:  export new internal procedure THROW.
+	  (THROW) defined.
+        * gm2/tools-src/createUlmSys:  fixed dates.
+
+2008-07-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2builtins.c:  added support for return_address
+	  and frame_address as builtins.
+	* gm2/gm2-libs/Builtins.def:  defined return_address
+	  and frame_address.
+	* gm2/gm2-libs/Builtins.mod:  defined return_address
+	  and frame_address to their GCC builtin counterparts.
+	* gm2/gm2-tree.def:  defined THROW_EXPR node for Modula-2.
+
+2008-07-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  add new rules for building shared
+	  libraries with -O2 and -O0.  They are now stored in
+	  separate directories and gm2 will link against the
+	  appropriate variety given the command line options.
+	* gm2/NEWS:  updated to reflect 0.63 and the new features.
+	* gm2/TODO:  updated and removed completed tasks and introduced
+	  new tasks.
+	* gm2/gm2.texi:  updated internal runtime section which
+	  now matches the new exception handling code.  Also
+	  introduced a section on how exception handling is implemented
+	  in GNU Modula-2 (using the setjmp/longjmp mechanism).
+	* gm2/gm2builtins.c:  added setjmp, longjmp to the builtins.
+	* gm2/gm2spec.c:  detect -O2 and modify the link path accordingly.
+	* gm2/m2.flex:  add RETRY and EXCEPT keywords.
+	* gm2/m2pp.c:  fixed pretty printing of GCC Trees (in Modula-2
+	  syntax) so that nested procedures are displayed correctly.
+	* gm2/bnf/gm2l.bnf:  add RETRY and EXCEPT keywords.
+	* gm2/bnf/gm2m.bnf:  add RETRY and EXCEPT keywords.
+	* gm2/bnf/m2-2.bnf:  add RETRY and EXCEPT keywords.
+	* gm2/bnf/m2-3.bnf:  add RETRY and EXCEPT keywords.
+	* gm2/bnf/m2-h.bnf:  add RETRY and EXCEPT keywords.
+	* gm2/bnf/m2.bnf:  add RETRY and EXCEPT keywords.
+	* gm2/el/g-mode.el:  add indent support for EXCEPT block.
+	* gm2/gm2-compiler/M2ALU.def:  fixed date in comment.
+	* gm2/gm2-compiler/M2ALU.mod:  fixed date in comment.
+	* gm2/gm2-compiler/M2GCCDeclare.def:  fixed date in comment.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  fixed date in comment.
+	* gm2/gm2-compiler/M2GenGCC.def:  fixed date in comment.
+	* gm2/gm2-compiler/M2GenGCC.mod:  fixed date in comment.
+	* gm2/gm2-compiler/M2Quads.def:  introduced BuildExcept
+	  procedures.
+	* gm2/gm2-compiler/M2Quads.mod:  implement BuildExcept
+	  procedures.  Fixed GetNextQuad to do this and not skip
+	  a DummyOp quadruple.   Except block builds a local
+	  nested procedure for the exception block.  The
+	  retry code is currently broken.
+	* gm2/gm2-compiler/M2Reserved.def:  added RetryTok and
+	  ExceptTok.
+	* gm2/gm2-compiler/NameKey.def:  fixed spacing.
+	* gm2/gm2-libs/Break.mod:  fixed comment.
+	* gm2/gm2-libs/Builtins.def:  define and export longjmp
+	  and setjmp.
+	* gm2/gm2-libs/M2EXCEPTION.def:  fixed comment dates.
+	* gm2/gm2-libs/M2RTS.def:  fixed comment dates.
+	* gm2/gm2-libs/RTExceptions.def:  fixed indentation.
+	* gm2/tools-src/createUlmSys:  now creates a
+	  _M2_SYSTEM_finish section to the C SYSTEM implementation
+	  module.
+	* gm2/ulm-lib-gm2/sys/termios.c:  added a
+	  _M2_termios_finish section.
+	* gm2/gm2builtins.c:  fixed bug in longjump prototype and
+	  included setjmp into the table of builtins.  Also fixed
+	  gm2builtins_BuildBuiltinTree to set the last function
+	  to NULL_TREE if the function returns void.
+	* gm2/gm2-compiler/M2GenGCC.mod:  refactored CodeDirectCall.
+	* gm2/gm2-libs/Builtins.def:  added comment about internal
+	  longjmp's restriction.
+	* gm2/gm2-libs/libc.def:  added setjmp/longjmp definitions.
+
+2008-07-02       Gaius Mulley <gaius@gnu.org>
+
+	* fixed bugs reported by:  Erik Irsch <eirsch@yahoo.de>.
+	* gm2/gm2-libs/FIO.mod::ReadNBytes:  changed local
+	  variable to INTEGER from CARDINAL.
+	* gm2/gm2-libs-pim/FileSystem.mod:  modified all read
+	  routines to set eof if res is notdone.  Also modified
+	  so that lastByte is only set if res = done.
+
+2008-06-28       Gaius Mulley <gaius@gnu.org>
+
+	* fixed bug reported by Jim Cox which was exposed by
+	  using unbounded arrays inside proc types.
+	* gm2/gm2-compiler/SymbolTable.def:  add isUnbounded
+	  as a parameter to PutProcTypeParam.
+	* gm2/gm2-compiler/SymbolTable.mod:  use isUnbounded
+	  when creating a ParamType.
+	* gm2/gm2-compiler/P2SymBuild.mod:  pass a boolean
+	  as the third parameter indicating whether parameter
+	  was declared as an unbounded array.
+
+2008-06-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/el/g-mode.el:  fixed auto indentation for the keyword
+	  EXCEPT.
+	* gm2/gm2builtins.c:  added support for setjmp and longjmp.
+	* gm2/gm2-compiler/gm2builtins.def:  added definitions for
+	  setjmp and longjmp.
+	* gm2/gm2-libs/Builtins.{def,mod}:  added definitions for
+	  setjmp and longjmp.
+
+2008-06-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/el/g-mode.el:  fixed auto indentation for the keyword
+	  FINALLY.
+	* gm2/gm2spec.c:  enabled -O2 -fshared options.
+
+2008-06-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-ch/Selective.c:  added finish function.
+	* gm2/examples/svga/Transform.mod:  tidied up comment.
+	* gm2/examples/svga/testbox.mod:  tidied up formatting.
+	* gm2/gm2-libs/UnixArgs.def:  fixed dates.
+	* gm2/gm2-libs-ch/StdIO.c:  added finish function.
+	* gm2/gm2-libs-ch/Storage.c:  added finish function.
+	* gm2/gm2-libs-ch/UnixArgs.c:  added finish function.
+	* gm2/gm2-libs-ch/choosetemp.c:  added finish function.
+	* gm2/gm2-libs-ch/libc.c:  added finish function.
+	* gm2/gm2-libs-ch/sckt.c:  added finish function.
+	* gm2/gm2-libs-ch/wrapc.c:  added finish function.
+
+2008-06-14       Michael Lambert <lambert@psc.edu>
+
+	* gm2/Make-lang.in:  invoke bash explicity due to
+	  Ubuntu Hardy Heron (and others) using /bin/dash
+	  as /bin/sh rather than /bin/bash.
+
+2008-06-12       Gaius Mulley <gaius@gnu.org>
+
+	* examples/swig/tiny:  new examples showing the
+	  behaviour of FINALLY within a shared library.
+	* gm2/gm2/gccgm2.c:  modify gccgm2_BuildCallInnerInit
+	  to gccgm2_BuildCallInner.
+	* gm2/gm2/bnf/gm2l.bnf:  modify grammer to
+	  understand the keyword FINALLY.
+	* gm2/gm2/bnf/gm2m.bnf:  modify grammer to
+	  understand the keyword FINALLY.
+	* gm2/gm2/bnf/m2-3.bnf:  modify grammer to
+	  support FINALLY.
+	* gm2/gm2/examples/swig/strio/teststrio.py:
+	  fix bug when calling WriteLn
+	* gm2/gm2/gm2-compiler/M2AsmUtil.def:  export
+          GetModuleFinallyName.
+	* gm2/gm2/gm2-compiler/M2AsmUtil.mod:  implement
+	  GetModuleFinallyName.
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  declare
+	  finally function for each module.
+	* gm2/gm2/gm2-compiler/M2GenGCC.mod:  CodeFinallyStart,
+	  CodeFinallyEnd new functions.
+	* gm2/gm2/gm2-compiler/M2Optimize.mod:  make optimizer
+	  understand new quadruples.
+	* gm2/gm2/gm2-compiler/M2Quads.def:  added
+	  InitStartOp, InitEndOp, FinallyStartOp and FinallyEndOp.
+	  Export StartBuildFinally, EndBuildFinally.
+	* gm2/gm2/gm2-compiler/M2Quads.mod:  introduced
+          InitStartOp, InitEndOp, FinallyStartOp and FinallyEndOp.
+	  Modified StartBuildInit, EndBuildInit to use InitStartOp
+	  and InitEndOp.  StartBuildFinally, EndBuildFinally new
+	  procedures.  Modified AsmStartementsInBlock.
+	* gm2/gm2/gm2-compiler/M2Scope.mod:  modified to search
+	  for blocks using InitStartOp, InitEndOp, FinallyStartOp
+	  and FinallyEndOp as markers.
+	* gm2/gm2/gm2-compiler/M2SubExp.mod:  modified EndOp, StartOp
+	  to InitStartOp, InitEndOp, FinallyStartOp and FinallyEndOp.
+	* gm2/gm2/gm2-compiler/SymbolTable.def:  exported
+	  PutModuleFinallyStartQuad, GetModuleFinallyStartQuad.
+	  Modified GetModuleQuads to return finally range.
+	* gm2/gm2/gm2-compiler/SymbolTable.mod:  added StartFinishQuad,
+	  EndFinishQuad and FinallyFunction to module fields.
+	* gm2/gm2/gm2-compiler/gccgm2.def:  modified BuildCallInnerInit
+	  to BuildCallInner.
+	* gm2/gm2/gm2-compiler/gm2lgen.mod:  uncommented the
+	  calls to the final function in each module.
+	* gm2/gm2/gm2-libs/FIO.mod:  uncommented the FINALLY
+	  clause.
+	* gm2/gm2/gm2-libs/StrIO.mod:  tidied up formatting and
+	  updated dates.
+
+2008-06-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/m2.flex:  added FINALLY keyword.
+	* gm2/gm2/p2crc:  added _M2_%s_fini function template name.
+	* gm2/gm2/bnf/m2-2.bnf:  added FINALLY keyword and altered grammar.
+	* gm2/gm2/bnf/m2-3.bnf:  added FINALLY keyword and altered grammar.
+	* gm2/gm2/bnf/m2-h.bnf:  added FINALLY keyword and altered grammar.
+	* gm2/gm2/bnf/m2.bnf:  added FINALLY keyword and altered grammar.
+	* gm2/gm2/gm2-compiler/M2Reserved.def:  added FINALLY keyword.
+	* gm2/gm2/gm2-compiler/M2Reserved.mod:  added FINALLY to the set of
+	  keywords.
+	* gm2/gm2/gm2-libs/FIO.mod:   added commented code to use the
+	  FINALLY construct.  This will be enabled once all the changes are
+	  complete.
+	* gm2/gm2/p2c/p2c-src/src/decl.c:  set new field isfinally to FALSE.
+	* gm2/gm2/p2c/p2c-src/src/lex.c:  add new FINALLY keyword.
+	* gm2/gm2/p2c/p2c-src/src/p2crc:  also added skeleton function name.
+	* gm2/gm2/p2c/p2c-src/src/parse.c:  added new flags to determine
+	  whether the block is in the initialization or finalization section.
+	  Modified p_body accordingly.  Added routines to generate the
+	  finally function.
+	* gm2/gm2/p2c/p2c-src/src/trans.h: added FINALLY as a keyword to p2c.
+
+2008-06-04       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2/Make-lang.in:  added RealMath to the
+	  GM2-LIBS-ISO-MODS list.
+      	* gm2/gm2/gm2.texi:  added description of
+	  -fdump-system-exports, -fswig, -fmakeinit and
+	  modified description of -I and -fobject-path to
+	  reflect changes.
+	* gm2/gm2/gm2spec.c:  add -fobject-path if user has
+	  omitted it.
+	* gm2/gm2/gm2-libs-iso/RealMath.def:  use builtins
+	  if possible.
+	* gm2/gm2/gm2-libs-iso/RealMath.mod:  implementation
+	  to use builtins if possible.  Implemented ln.
+
+2008-06-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-file.in:  introduce GM2_ISO_FLAGS.  Fixed spelling
+	  for GM2-LIBS-ISO-MODS, modified ISO library building rule.
+	* gm2/gm2.texi:  updated documentation date stamp.
+	* gm2/gm2-libs-iso/ChanConsts.mod:  fixed date.
+	* gm2/gm2-libs-iso/CharClass.mod:  fixed import bug.
+	* gm2/gm2-libs-iso/ConvTypes.mod:  fixed date.
+	* gm2/gm2/gm2-libs-iso/LongMath.mod:  fixed date.
+	* gm2/gm2/gm2-libs-iso/RealMath.mod:  fixed date.
+	* gm2/gm2-libs-iso/M2RTS.def:  export HasHalted, IsTerminating.
+	* gm2/gm2-libs-iso/M2RTS.mod:  implemented HasHalted, IsTerminating
+	  and use CardToStr rather than ConvertCardinal.
+	* gm2/gm2-libs-iso/README.texi:  updated dates and also which modules
+	  are complete.
+	* gm2/gm2-libs-iso/Strings.mod:  new file.
+
+2008-05-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/patches/gcc/4.1.2/04.gaius_patch_gcc:  new file.
+        * gm2/examples/swig/full-strlib/testnum.py:  modified print.
+	* gm2/Make-lang.in:  tidied up formatting and added
+	  ability to generate and install shared library
+	  versions of the pim libraries.
+	* gm2/gm2-lang.c:  corrected dates.
+	* gm2/gm2-lang.h:  corrected dates.
+	* gm2/gm2.texi:  new section index, how to produce
+	  swig interface files.  Documented -I, -fobject-path=
+	  and -fmodules flags.  Added new section
+          "How to produce swig interface files".
+	* gm2/gm2spec.c:  corrected dates and added ability
+	  to force no linking to be done by ld/collect.
+	  Also added ability to collect all object files.
+	  Introduced styles of libraries (shared libraries,
+	  libraries compiled with debugging and optimization
+	  switches turned on/off).  Front end will now
+	  generate a -fobject-path= option if one is not
+	  provided.  Fixed several warnings.
+	* gm2/gm2spec.c:get_objects.  new function.
+	* gm2/gm2spec.c:get_style.  new function.
+	* gm2/gm2spec.c:no_link.  new function.
+	* gm2/lang-options.h:  -fshared, -fmakeinit, -fobject-path=
+	  all introduced.
+	* gm2/lang-specs.h:  modified to enable position independant
+	  code to be created and linked against.  Also modified to
+	  reflect change in arguments needed in subsidiary linking
+	  programs.
+	* gm2/lang.opt:  list of options includes:  fshared, fmakeinit
+	  and fobject-path=.
+	* gm2/examples/executive/Makefile:  modified to utilise
+	  -fobject-path=.
+	* gm2/examples/ncurses/ColorText.mod:  fixed bug caught by the
+	  new stricter compatibility rules.
+	* gm2/examples/ncurses/WindowDevice.mod:  fixed another bug
+	  caught by the new stricter compatibility rules.
+	* gm2/examples/pthread/Makefile:  changed -Wmakeall to -fmakeall.
+	* gm2/examples/svga/Makefile:  changed -Wmakeall to -fmakeall.
+	* gm2/examples/swig/full-strlib/Makefile:  removed many rules
+	  now that automatic linking has been implemented.
+	* gm2/examples/swig/strlen/Makefile:  changed StrLib to
+	  MyStrLib to avoid a name clash.
+        * gm2/examples/swig/strlen/testlen.py:  changed StrLib to
+	  MyStrLib.
+	* gm2/examples/swig/strlib/MyStrLib.{def,mod}:  new files.
+	* gm2/examples/swig/strlib/StrLib.{def,mod}:  removed.
+	* gm2/gm2-compiler/M2BasicBlock.mod:  fixed dates.
+	* gm2/gm2-compiler/M2Quads.mod:  implemented
+          IsProcedureScope.
+	* gm2/gm2-compiler/M2Quads.def:  defined
+          IsProcedureScope.
+        * gm2/gm2-compiler/M2Swig.mod:  now explores basic blocks
+	  of each external procedure to see if parameters are
+	  in, out or inout.  It also states whether a parameter
+	  direction is unknown or likely to be in, out or inout.
+        * gm2/gm2-compiler/gm2lcc.mod:  now understands -shared
+	  and -fshared and passes all -f options to gcc.
+        * gm2/gm2-compiler/gm2lgen.mod:  fixed dates and understands
+	  -fshared.
+        * gm2/gm2-libs/FIO.{def,mod}:  improved comment.
+	* gm2/gm2-libs/FpuIO.def:  fixed date and comments.
+	* gm2/www/index.ms:  updated web page to say documentation
+	  is built nightly.
+
+2008-05-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  tidied up English and fixed a node
+	  label.
+	* gm2/gm2-compiler/P2SymBuild.mod:  fixed bug reported
+	  by Scott Iverson involving
+	  ARRAY BOOLEAN OF ARRAY BOOLEAN OF BITSET.
+	* gm2/gm2-compiler/SymbolTable.mod:  modified some of
+	  the debugging hooks.
+
+2008-05-07       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/examples/swig/full-strlib/Makefile:  added new
+	  example rules.
+        * gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  improve
+	  debugging information.
+        * gm2/gm2/gm2-compiler/M2Quads.mod:  separated out
+	  knowledge of read, write of LeftValues and RightValues.
+	  Refactored EraseQuad and SubQuad.
+        * gm2/gm2/gm2-compiler/M2Range.mod:  modified read, write
+	  symbol information to determine whether LeftValue or RightValue.
+        * gm2/gm2/gm2-compiler/M2SubExp.mod:  ditto.
+        * gm2/gm2/gm2-compiler/M2Swig.mod:  ditto and also introduced
+	  CalculateVarDirective which attempts to determine whether
+	  a VAR paramete is used for INPUT, OUTPUT or INOUT.
+        * gm2/gm2/gm2-compiler/SymbolTable.def:  provide symbol
+	  read write quad procedure calls with LeftValue or RightValue
+	  information.
+        * gm2/gm2/gm2-compiler/SymbolTable.mod:  implement above.
+        * gm2/gm2/gm2-libs/NumberIO.mod:  tidied up comments and
+	  spacing.
+        * gm2/gm2/gm2-libs/TimeString.mod:  tidied up comments.
+
+
+2008-05-06       Michael Lambert <lambert@psc.edu>
+
+	* gm2/patches/gcc/4.1.2/03.michael_i386:  new file
+	  which patches gcc/config/i386/i386.c.
+
+2008-05-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/gm2lgen.mod:  fixed name at end of
+	  procedure.
+
+2008-05-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/gm2lgen.mod:  replaced NULL for (void *)0.
+
+2008-05-02       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Swig.{def,mod}:  new files.
+	  Checked in this time.
+	* gm2/gm2-compiler/gm2lgen.mod:  added and implemented
+	  the -shared option.
+	* gm2/gm2-compiler/gm2lgen.mod:  fixed finish function
+	  parameter mismatch.
+
+2008-05-02       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/Make-lang.in:  added rules for M2Swig.def and
+	  M2Swig.mod.
+	* gm2/lang.opt:  added new option -fswig.
+	* gm2/gm2-compiler/M2Code.mod:  import GenerateSwigFile
+	  and call it appropriately.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  improved debugging
+	  of subranges.
+	* gm2/gm2-compiler/M2Options.def:  added GenerateSwig.
+	* gm2/gm2-compiler/M2Options.mod:  implemented case to
+	  test for -fswig which sets GenerateSwig to TRUE.
+	* gm2/gm2-compiler/SymbolTable.def:  export
+	  IsParameterUnbounded, IsParameterVar.
+	* gm2/gm2-compiler/SymbolTable.mod:  implemented above
+	  procedures.
+	* gm2/init/gm2-gccinit:  added reference to M2Swig.
+	* gm2/examples/swig/{full-strlib,strlen,strlib}:  new
+	  directories.
+	* gm2/examples/swig/full-strlib/{Makefile,testcopy.py,
+	  testequ.py,testlen.py}:  new files.
+	* gm2/examples/swig/strlen/{Makefile,StrLib.def,StrLib.i,
+	  StrLib.mod,testlen.py}:  new files.
+	* gm2/examples/swig/strlib/{Makefile,StrLib.def,
+	  StrLib.mod,testlen.py}:  new files.
+	* gm2/gm2-compiler/M2Swig.{def,mod}:  new files which
+	  implement an automatic way of producing swig interface
+	  files from an implementation module.
+
+2008-04-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  skip_type_decl in build constructor
+	  functions.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  handle subscripts
+	  in PrintVerbose routines.
+	* gm2/gm2-compiler/M2GenGCC.mod:  detect unbounded
+	  arrays of generic type and use memcpy rather than
+	  assignment.
+	* gm2/gm2/gm2-compiler/M2Quads.mod:  improved error
+	  messages for unknown types at the end of functions.
+	* gm2/gm2/gm2-compiler/M2System.def:  export
+	  IsGenericSystemType.
+	* gm2/gm2/gm2-compiler/M2System.mod:  implement
+	  IsGenericSystemType.
+	* gm2/gm2-compiler/SymbolTable.def:  export
+	  IsPartialUnbounded.
+	* gm2/gm2-compiler/SymbolTable.mod:  implement
+	  IsPartialUnbounded and added PartialUnbounded
+	  cases to GetSymName and GetDeclared.
+	* fixed bug reported by James Cox.
+
+2008-04-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  build_common_tree_nodes requesting
+	  unsigned char type.
+	* gm2/gm2-compiler/M2GenGCC.mod:  CalculateBase
+	  must not assume GetType(Subscript) will always yield
+	  a subrange.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  likewise
+	  must not assume GetType(Subscript) will always yield
+	  a subrange (the array might be declared as ARRAY CHAR
+	  OF CHAR).
+	* testsuite/gm2/pim/run/pass/For9.mod:  new file.
+
+2008-04-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/lang-specs.h:  fixed cpp invocation by adding -o to
+	  the command line.  This allows -fcpp to work again.
+	* fixes all regression tests in
+	  testsuite/gm2/switches/pim4/run/pass.
+
+2008-04-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  fixed bug to
+	  allow declaration such as ARRAY CHAR OF foo.
+	  (Bug reported by Scott Iverson).
+	* gm2/TODO:  updated.
+
+2008-04-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  fixed bug reported
+	  by Scott Iverson (unbounded array type was undeclared).
+	* gm2/gm2.texi:  added draft section describing type
+	  compatibility rules.
+	* gm2/gm2-compiler/M2Quads.mod:  simplified BuildConvert
+	* gm2/gm2-compiler/M2Range.mod:  removed REALs from being
+	  range checked.
+	* gm2/gm2-compiler/M2System.mod:  fixed bug in IsRealN
+	* gm2/gm2-compiler/M2GenGCC.def:  export StrToChar
+	* gm2/gm2-compiler/M2Range.mod:  import StringToChar
+	  and use it in OutOfRange.  Modify OutOfRange to
+	  take the Modula-2 expr and type so we can catch
+	  CHAR constants or one character ConstLitStrings and
+	  convert them to integers.
+	  Fixes testsuite/gm2/pim/pass/arraychar.mod
+
+2008-04-22       Gaius Mulley <gaius@gnu.org>
+
+	* renamed SET8 to BITSET8, SET16 to BITSET16 and SET32 to
+	  BITSET32.
+	* gm2/gm2-compiler/M2System.mod:  implement SET8, SET16, SET32
+	  fixed sized types.  Also implemented is AttemptToCreateSetType.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  declare fixed sized types.
+	* gm2/gccgm2.c:  added build_m2_set8_type_node,
+	  build_m2_set16_type_node and build_m2_set32_type_node.
+	  Added ability to create fixed sized SET_TYPE types.
+	  Added gccgm2_GetM2Set8, gccgm2_GetM2Set16 and gccgm2_GetM2Set32.
+	* gm2/gm2-compiler/M2Base.mod:  added set8, set16, set32 and
+	  included these into the assignment, expression and parameter
+	  matrices.
+	* gm2/gm2-compiler/gccgm2.def:  export GetM2Set8, GetM2Set16
+	  and GetM2Set32.
+
+2008-04-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Range.mod:  fixed bug so that GetMinMax
+	  returns FALSE if the type is a WORD or BYTE, LOC, WORD16 etc
+	  and also returns FALSE if the type is a set.  This fixes
+	  the bug in testsuite/gm2/iso/pass/testiso2.mod.
+	* gm2/gm2-compiler/M2GenGCC.mod:  use AddStatement to connect
+	  the case range check to the list of trees.  This fixes
+	  testsuite/gm2/pim/run/fail/case.mod.
+
+2008-04-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  included __COLUMN__ into documentation.
+	* gm2/m2.flex:   added column field to lineInfo.
+          Use column field to hold first token column position.
+	  There by allowing testsuite/gm2/extensions/run/pass/column.mod
+	  to pass.
+	* testsuite/gm2/extensions/run/pass/gm2.exp:  fixed include path
+	  which allows all these tests to pass.
+	* testsuite/gm2/extensions/pass/gm2.exp:  fixed include path
+	  which allows all these tests to pass.
+
+2008-04-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/tools-src/makeSystem:  removed '-' from sed command
+	  so that it is compatible with non GNU sed.
+
+2008-04-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  modified rules relating to gm2.info
+	  so that it is built in the $(objdir) directory.
+
+2008-04-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added rules to build SYSTEM-pim.texi and
+	  SYSTEM-iso.texi and Builtins.texi.  Rationalised rules.
+	* gm2/gm2.texi:  include SYSTEM-pim.texi, SYSTEM-iso.texi and
+	  Builtins.texi.
+	* gm2/tools-src/def2texi.py:  extended to build individual files.
+          Also extended to implement '-u', '-f' options.
+
+2008-04-13       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-iso:  moved to
+	* gm2/gm2-libs-iso:  instead
+	* gm2/Make-lang.in:  altered source rules to reflect
+	  changes in directory.
+	* gm2/gm2/gm2-libs/SYSTEM.def:  added @SYSTEM_TYPES@
+	  as a marker for gm2/tools-src/makeSystem to add
+	  inbuilt types.
+	* gm2/gm2/tools-src/def2texi.py:  modified to reflect
+	  new directory.  Also allowed indices to be created
+	  from opaque types.  Fixed unique module list bug.
+	* gm2/tools-src/makeSystem:  adds opaque types to
+	  SYSTEM.def
+
+2008-04-12       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/m2-2.bnf:  reverted patch from 2008-03-18
+	  so that testsuite/pim/pass/impf.mod and
+	  ulm-lib-gm2/std/GetPass.mod compile.
+	* gm2/gm2-compiler/M2Base.mod:  TRUNC, TRUNCS and TRUNCL
+	  are declared to return an unsigned value if -fpim2,
+	  -fpim3 or -fiso are specified.  They return signed
+	  values if -fpim4 is specified.
+	* gm2/gm2-compiler/M2Range.mod:  dereferences L values
+	  correctly in CodeAssignment.
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:  updated to export the
+	  new exception handler procedures expected by gm2.
+	* gm2/gm2-compiler/M2Base.mod:  use IsFloat and IsTrunc
+	  rather compare Sym to function symbols in
+	  IsPseudoBaseFunction.  Fixes six regression tests.
+	* gm2/gm2-compiler/M2Range.mod:  avoid range checking
+	  ADDRESS expressions.
+
+2008-04-11       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-ch/sckt.c:  use memset, memcpy to avoid using
+	  bcopy and bzero which were poisoned during make gm2.paranoid.
+	* gm2/gccgm2.c:  fixed major bug in function call handling.
+	* gm2/tools-src/makeSystem:  new file which creates SYSTEM.def
+	  for the target which contains an export list of all supported
+	  datatypes.
+	* gm2/gm2-libs.texi:  removed as it will be built in the build
+	  directory.
+	* gm2/gm2-ebnf.texi:  removed as it will be built in the build
+	  directory.
+	* gm2/Make-lang.in:  build gm2/gm2-libs/SYSTEM.def,
+	  gm2/gm2-ebnf.texi and gm2/gm2-libs.texi.
+	* gm2/gm2-libs/RTExceptions.mod:  fixed circular list
+	  initialization bug.
+	* gm2/gm2-compiler/M2Range.mod:  fixed parameter order and type
+	  when calling an exception handler.
+
+2008-04-10       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2/Make-lang.in:  added M2EXCEPTION.def RTExceptions.def
+	  M2EXCEPTION.mod RTExceptions.mod to the list of library modules.
+        * gm2/gm2/README:  fixed CVS command instruction.
+        * gm2/gm2/gccgm2.c:  added gccgm2_GetM2Integer8, gccgm2_GetM2Integer16,
+	  gccgm2_GetM2Integer32, gccgm2_GetM2Integer64, gccgm2_GetM2Cardinal8,
+	  gccgm2_GetM2Cardinal16, gccgm2_GetM2Cardinal32, gccgm2_GetM2Cardinal64,
+	  gccgm2_GetM2Word16, gccgm2_GetM2Word32, gccgm2_GetM2Word64,
+	  gccgm2_GetM2Real32, gccgm2_GetM2Real64, gccgm2_GetM2Real96,
+	  gccgm2_GetM2Real128, gccgm2_BuildIfThenDoEnd, gccgm2_BuildIfThenElseEnd,
+	  gccgm2_IsTrue, gccgm2_IsFalse, gccgm2_GetTreeType, gccgm2_AddStatement,
+          build_m2_specific_size_type, build_m2_integer8_type_node,
+	  build_m2_integer16_type_node, build_m2_integer32_type_node,
+	  build_m2_integer64_type_node, build_m2_cardinal8_type_node,
+	  build_m2_cardinal16_type_node, build_m2_cardinal32_type_node,
+	  build_m2_cardinal64_type_node, build_m2_word16_type_node,
+	  build_m2_word32_type_node, build_m2_word64_type_node,
+	  build_m2_real32_type_node, build_m2_real64_type_node,
+	  build_m2_real96_type_node and build_m2_real128_type_node.
+        * gm2/gm2/lang-options.h:  introduced -fdump-system-exports.
+        * gm2/gm2/m2.flex:  added the token __COLUMN__ to gm2 (m2flex_GetColumnNo).
+        * gm2/gm2/m2pp.c:  updated copyright dates.
+        * gm2/gm2/gm2-compiler/Lists.def:  tidied up spacing.
+        * gm2/gm2/gm2-compiler/M2Base.def:  added IsTrunc, IsFloat, ExceptionAssign,
+	  ExceptionInc, ExceptionDec, ExceptionStaticArray, ExceptionDynamicArray,
+	  ExceptionForLoopBegin, ExceptionForLoopTo, ExceptionForLoopEnd,
+	  ExceptionPointerNil, ExceptionNoReturn, ExceptionCase, ExceptionNo.
+        * gm2/gm2/gm2-compiler/M2Base.mod:  implemented above procedures and also
+	  introduced assignment, expression and parameter passing matrices for
+	  the new system types.
+        * gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  declare new fixed sized types.
+        * gm2/gm2/gm2-compiler/M2GenGCC.def:  export GetHighFromUnbounded.
+        * gm2/gm2/gm2-compiler/M2GenGCC.mod:  fixed the --fixme-- requests
+	  surrounding scope naming for error messages.  Refactored
+	  GetHighFromUnbounded.  Renamed ExpandExpressionStatement to
+	  AddStatement.  Renamed BuildAssignment to BuildAssignmentTree.
+	  use IsTrunc rather than comparing symbol to Trunc.
+	  Introduced scope stack to identify scope name for better error
+	  messages.
+        * gm2/gm2/gm2-compiler/M2Options.def:  export DumpSystemExports.
+        * gm2/gm2/gm2-compiler/M2Options.mod:  detect DumpSystemExports.
+        * gm2/gm2/gm2-compiler/M2Quads.mod:  utilise IsFloat, IsTrunc,
+	  removed GetTypeMinMax, use M2Range functions instead of
+	  M2Quads versions.  Allow ADR("string").
+        * gm2/gm2/gm2-compiler/M2Range.def:  modify CodeRangeCheck and
+	  CodeErrorCheck.
+        * gm2/gm2/gm2-compiler/M2Range.mod:  finished implementation.
+        * gm2/gm2/gm2-compiler/M2System.def:  export IntegerN, CardinalN
+	  WordN, RealN.
+        * gm2/gm2/gm2-compiler/M2System.mod:  implemented above and also
+	  implemented many support procedures.  Heavily refactored code.
+        * gm2/gm2/gm2-compiler/P2SymBuild.mod:  fixed bug reported by
+	  Scott Iverson (ARRAY OF importedType).  Type checking of
+	  parameter types extended to embrace PedanticParamNames for
+	  type names as well.
+        * gm2/gm2/gm2-compiler/SymbolKey.def:  tidied up spacing.
+        * gm2/gm2/gm2-compiler/SymbolKey.mod:  improved error message.
+        * gm2/gm2/gm2-compiler/SymbolTable.def:  introduced isUnbounded
+	  parameter into PutVarParam and PutParam.
+        * gm2/gm2/gm2-compiler/SymbolTable.mod:  introduced PartialUnbounded
+	  to fix the ARRAY OF importedType bug above.  New procedures,
+	  PutPartialUnbounded, HandleHiddenOrDeclare, FillInUnboundedFields,
+	  FillInUnknownFields.  Fixed bug to allow ARRAY OF proctype.
+	  Refactored to utilise HandleHiddenOrDeclare.
+        * gm2/gm2/gm2-compiler/gccgm2.def:  exported new data type functions.
+	  Define IsTrue, IsFalse, BuildIfThenDoEnd,
+	  BuildIfThenElseEnd, GetTreeType.
+	  Renamed BuildAssignment to BuildAssignmentTree
+	  and BuildProcedureCall to BuildProcedureCallTree
+	  and ExpandExpressionStatement to AddStatement.
+        * gm2/gm2/gm2-libs/M2RTS.def:  export new Exception handlers,
+	  AssignmentException, IncException, DecException,
+	  StaticArraySubscriptException, DynamicArraySubscriptException,
+	  ForLoopBeginException, ForLoopToException, ForLoopEndException,
+	  PointerNilException, NoReturnException, CaseException,
+	  NoException.
+	  Removed old exception handlers.
+        * gm2/gm2/gm2-libs/M2RTS.mod:  implemented above by using
+	  M2EXCEPTION and RTExceptions.
+        * gm2/gm2/gm2-libs/SysStorage.mod:  tidied up spacing.
+        * gm2/gm2/gm2-libs-boot/SYSTEM.def:  tidied up spacing.
+        * gm2/gm2/init/gm2-gccinit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/init/gm2lccinit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/init/gm2lgeninit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/init/gm2linit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/init/gm2lsubinit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/init/gm2minit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/init/h2definit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/init/ppginit:  added RTExceptions and M2EXCEPTION.
+        * gm2/gm2/p2c/p2c-src/src/lex.c:  introduced __COLUMN__ to p2c.
+
+2008-04-08       Peter Eiserloh <eiserlohpp@yahoo.com>
+
+	* gm2/gm2.texi:  patch to correct directory name
+	  in example script within building documentation.
+	* gm2/gm2-libs-ch/wrapc.c:  patch to define the
+	  clock variable as time_t, rather than void *.
+
+2008-03-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/gccgm2.c:  do not use GCC boolean type.
+	* gm2/gm2-compiler/M2Base.def:  export IsOrd
+	  remove Ord variable.  Define IsOrd.
+	* gm2/gm2-compiler/M2Base.mod:  implement IsOrd, add
+	  OrdL, OrdS.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  add debugging.
+	  Fix bug in StartDeclareScope which failed to declare
+	  subranges in definition modules.
+	* gm2/gm2-compiler/M2Quads.mod:  allow BuildOrdFunction
+	  to return SHORTCARD, LONGCARD, CARDINAL depending upon
+	  which version of ORD[SL] is called.  Suppress range
+	  checking of sets during assignment.
+	* gm2/gm2/gm2-libs-pim/RealConversions.mod:  fix INTEGER
+	  CARDINAL expression.
+	* gm2/ulm-lib-gm2/std/Archive.mod:  fix LONGINT, INTEGER
+	  expression.
+	* gm2/ulm-lib-gm2/std/Calendar.mod:  fix LONGINT, INTEGER
+	  expression.
+
+2008-03-18       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2/Make-lang.in:  added M2Range.{def, mod}
+	* gm2/gm2/TODO:  updated.
+	* gm2/gm2/gccgm2.c:  replaced gccgm2_GetM2ZRealType with
+	  gccgm2_GetM2RType and removed dead code.
+	* gm2/gm2/bnf/m2-2.bnf:  fixed bug in ConstSetOrQualidentOrFunction
+	  which was pushing a non type symbol as a type cast.
+	* gm2/gm2/el/g-mode.el:  updated Copyright dates.
+	* gm2/gm2/gm2-compiler/M2ALU.def:  fixed header comment for function
+	  Less.
+	* gm2/gm2/gm2-compiler/M2Base.def:  exports ZType, RType.
+	* gm2/gm2/gm2-compiler/M2Base.mod:  removed dead code and also type
+	  mixing code.  Updated expression, assignment and parameter compatibilty
+	  matrices to include Ztype and Rtype as per ISO standard.  Improved
+	  error messages.
+	* gm2/gm2/gm2-compiler/M2Error.mod:  fixed bug, warning messages
+	  were emitted twice.
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  declare ZType, RType
+	  and also call DeclareTypeInfo during block scope.
+	* gm2/gm2/gm2-compiler/M2GenGCC.mod:  import and use range
+	  checking code during code generation and quadruple folding.
+	* gm2/gm2/gm2-compiler/M2Quads.def:  export debugging procedure,
+	  WriteOperand.
+	* gm2/gm2/gm2-compiler/M2Quads.mod:  import range checking
+	  constructors.  Removed huge amount of quadruple based range
+	  checking code and replaced it by specific RangeCheck and Error
+	  quadruples.
+	  Make calls to M2Range which define specific range checking to
+	  be done during code generation.  This in turn allows limited
+	  error based static analysis to be done when all constants
+	  and type are resolved.
+	* gm2/gm2/gm2-compiler/M2SubExp.mod:  fixed casts as the
+	  compiler is now stricter when passing parameters.
+	* gm2/gm2/gm2-compiler/P2SymBuild.def:  export SeenCast.
+	* gm2/gm2/gm2-compiler/P2SymBuild.mod:  implemented SeenCast
+	  and improved error message.
+	* gm2/gm2/gm2-compiler/SymbolKey.mod:  removed debugging code.
+	* gm2/gm2/gm2-compiler/SymbolTable.mod:  import ZType and RType,
+	  tidied up GetLowestType and made const literal types comply
+	  with ZType and RType.
+	* gm2/gm2/gm2-compiler/bnflex.mod:  changed types of local
+	  variables to avoid INTEGER, CARDINAL incompatibilities.
+	* gm2/gm2/gm2-compiler/gccgm2.def:  provided GetM2RType function.
+	* gm2/gm2/gm2-libs/DynamicStrings.mod:  fixed many INTEGER, CARDINAL
+	  incompatibilities.
+	* gm2/gm2/gm2-libs/FormatStrings.mod:  fixed many INTEGER, CARDINAL
+	  incompatibilities.
+	* gm2/gm2/gm2-libs/NumberIO.mod:  fixed many INTEGER, CARDINAL
+	  incompatibilities.
+	* gm2/gm2/gm2-libs/SYSTEM.def:  changed parameter types to
+	  avoid CARDINAL, INTEGER problems.
+	* gm2/gm2/gm2-libs/SYSTEM.mod:  likewise.
+	* gm2/gm2/gm2-libs/StringConvert.mod:  fixed many INTEGER, CARDINAL
+	  incompatibilities.
+	* gm2/gm2/gm2-libs-pim/Strings.mod:  fixed a few INTEGER, CARDINAL
+	  incompatibilities.
+	* gm2/gm2/init/gm2-gccinit:  added M2Range.
+
+2008-03-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  reverted patch as
+	  it also included some unfinished changes due to appear
+	  soon.
+
+2008-03-01       Gaius Mulley <gaius@gnu.org>
+
+	* an interim checkin of many changes which will
+	  initially cause many regression test failures.
+	  A huge amount of assignment, expression and parameter
+	  compile time and runtime checking has been added.
+	* gm2/Make-lang.in:  new module M2Range.{def,mod} added.
+	* gm2/TODO:  suggested future GCC modifications.
+	* gm2/gccgm2.c:  renamed GetM2ZRealType as GetM2RType
+	  as per ISO documentation.
+	* gm2/el/g-mode.el:  corrected dates.
+	* gm2/gm2-compiler/M2Base.def:  introduced ZType, RType types.
+
+2008-02-22       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  fixed build rule for gm2/gm2-libs/sckt.c
+	  to include the p2c header (containing configure results).
+	* gm2/gm2-libs-ch/sckt.c:  prefixed most includes with
+	  tests based on configure results.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  fixed declaration of
+	  user defined unbounded parameters.
+
+2008-02-09       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/Make-lang.in:  replaced references of gm2/pg? to
+	  gm2/pg?$(exeext) to enable building in a cygwin
+	  environment as reported by David Moreno
+	  <jose_david_moreno@yahoo.es>.
+
+2008-02-08       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2-libs/StringConvert.mod:  fixed CARDINAL
+	  overflow bug.
+
+2008-02-07       Gaius Mulley <gaius@gnu.org>
+
+	* fixed REAL/LONGREAL bugs as reported by:
+	  Ivan F. Villanueva B and Steve Giess.
+	* gm2/gm2-compiler/M2Base.def:  ZRealType added and
+	  exported.
+	* gm2/gm2-compiler/M2Base.mod:  ZRealType implemented.
+	  Added parameter checking meta type matrix.
+	  Added ZRealType to expression, assignment and
+	  parameter type checking matrices.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  tell GCC about
+	  the front end ZRealType type.
+	* gm2/gm2-compiler/M2Quads.mod:  improved type incompatible
+	  error message.
+	* gm2-compiler/SymbolTable.mod:  floating point literals
+	  use the ZRealType.
+	* gm2/gm2-libs/FpuIO.mod:  explicitly cast REAL to LONGREAL.
+	* gm2/gm2-libs/StringConvert.mod:  explicitly cast CARDINAL
+	  to LONGCARD.
+	* gm2/gm2-libs-pim/RealInOut.mod:  explicitly cast LONGREAL
+	  to REAL and visa versa.
+	* gm2/ulm-lib-gm2/std/Directories.mod:  cast blocksize
+	  (LONGCARD) to CARDINAL.
+
+2008-01-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-pim/InOut.mod:  fixed bug reported by
+	  Steve Giess, data written by InOut and FpuIO did not
+	  appear in order.  Modified InOut.mod so that all reads
+	  and writes go through FIO.mod.
+
+2008-01-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2ALU.def:  renamed parameters to
+	  procedure AddElements.
+	* gm2/gm2-compiler/M2ALU.mod:  AddElements uses AddElementToEnd
+	  which fixes a bug in array element ordering during compound
+	  constant literal construction.
+
+2008-01-17       Gaius Mulley <gaius@gnu.org>
+
+	* ISO conformant compound literal constructors have been
+	  implemented.
+	* gm2/TODO:  updated.
+	* gm2/gccgm2.c:  added constructor type and build
+	  functions to create ARRAY, RECORD and SET compound
+	  constructors.
+	* gm2/bnf/m2-2.bnf:  modified grammer to include compound
+	  constructors and associated type build functions.  Limited
+	  compound literal type checking is also implemented.
+	* gm2/bnf/m2-3.bnf:  modified grammer to include compound
+	  constructors and to appropriate quadruple generation.
+	* gm2/bnf/m2-h.bnf:  modified grammer to include compound
+	  constructors during the hidden pass.
+	* gm2/gm2/bnf/m2.bnf:  modified grammer to include compound
+	  constructors.
+	* gm2/FifoQueue.def:  extended to allow enumerations and
+	  subranges to be stored and retrieved.
+	* gm2/FifoQueue.mod:  implemented appropriately.
+	* gm2/gm2-compiler/M2ALU.def:  major alterations to allow
+	  constructors (ARRAY, RECORD and SET) constants to be
+	  created at compile time and also be translated into GCC trees.
+	* gm2/gm2-compiler/M2ALU.mod:  implemented above, more checking
+	  to ensure that a RECORDs and ARRAYs cannot have bits included.
+	  SETs cannot have fields initialized etc.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  resolves all dependants
+	  of compound literals and declares Modula-2 constructors to
+	  their gcc tree counterpart.
+	* gm2/gm2-compiler/M2Quads.def:  BuildConstructorStart,
+	  BuildConstructorEnd, CollectConstructor, BuildComponentValue
+	  added.
+	* gm2/gm2-compiler/M2Quads.mod:  BuildConstructorStart,
+	  BuildConstructorEnd, CollectConstructor, BuildComponentValue,
+	  AddFieldTo implemented.
+	* gm2/gm2-compiler/P1SymBuild.mod:  use
+	  PutEnumerationIntoFifoQueue.
+	* gm2/gm2-compiler/P2SymBuild.mod:  use
+	  GetEnumerationFromFifoQueue and PutSubrangeInfoFifoQueue.
+	  Implement constructor type checking and add error messages.
+	  Implement constructor symbol creation.
+	* gm2/gm2-compiler/P3SymBuild.mod:  use
+	  GetSubrangeFromFifoQueue.
+	* gm2/gm2-compiler/SymbolTable.def:  export IsConstructor
+	  and PutConstructor.
+	* gm2/gm2-compiler/SymbolTable.mod:  add IsConstructor
+	  field to SymConstVar and SymConstLit record in symbol
+	  table.  Implement procedures IsConstructor and
+	  PutConstructor.
+	* gm2/gm2-compiler/gccgm2.def:  declare and export
+	  new versions of BuildStartSetConstructor,
+	  BuildSetConstructorElement, BuildEndSetConstructor.
+	  Also export BuildStartRecordConstructor,
+	  BuildEndRecordConstructor, BuildRecordConstructorElement,
+	  BuildStartArrayConstructor, BuildEndArrayConstructor and
+          BuildArrayConstructorElement.  Also export Constructor
+	  hidden type.
+
diff --git a/gcc/m2/ChangeLog-2009 b/gcc/m2/ChangeLog-2009
new file mode 100644
index 00000000000..d514177a02f
--- /dev/null
+++ b/gcc/m2/ChangeLog-2009
@@ -0,0 +1,1720 @@
+2009-12-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/configure.in:  updated to 0.73
+	* gm2/tools-src/makeversion:  modified to detect GNU date
+	  or FreeBSD date or fall back to date in ChangeLog format
+	  if neither are present.
+
+2009-12-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/configure.in:  updated to 0.73
+	* gm2/version.c:  updated to 0.73
+	* GM2 Release 0.72
+
+2009-12-23       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-pim/InOut.def:  altered specification of
+	  ReadS to match ReadString.
+	* gm2/gm2-libs-pim/InOut.mod:  reimplemented ReadS
+	  to ignore leading white space.  This fixes a bug
+	  reported by Steve Giess.  <scgiess@hotmail.com>.
+	  Where reading a real number ' 3.14' would yield 0.0.
+	* testsuite/gm2/pimlib/run/pass/realinput.mod:  new
+	  regression test.
+
+2009-12-22       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-pim/CardinalIO.mod:  strip white space
+	  from start of strings.
+	* gm2/gm2-libs-pim/LongIO.mod:  strip white space
+	  from start of strings.
+	* gm2/gm2-libs-pim/RealInOut.mod:  strip white space
+	  from start of strings.
+	* gm2/Make-file.in:  added gm2-libs to the path when
+	  invoking makeSystem.
+	* gm2/config-lang.in:  fixed dates.
+	* gm2/configure:  regenerated.
+	* gm2/gm2-libs/configure:  regenerated.
+	* gm2/gm2-libs/configure.in:  fixed dates.
+	* gm2/p2c/p2c-src/configure:  regenerated.
+	* gm2/p2c/p2c-src/configure.in:  fixed dates.
+	* gm2/configure.in:  updated to 0.72
+	* gm2/version.c:  updated to 0.72
+	* GM2 Release 0.71
+
+2009-12-21       Gaius Mulley <gaius@gnu.org>
+
+	* GNU Modula-2 passes all tests on LP64 debian stable.
+	* gm2/iso/run/pass/shift[45].mod:  (New files).
+	* gm2/Make-lang.in:  makeSystem now uses the last argument
+	  for the destination filename.
+	* gm2/gccgm2.c:  removed tabs.
+	* gm2/gm2-libs/SYSTEM.mod:  use memcpy, memset if shifting
+	  a whole number of words.  Also fixed bugs in ShiftLeft and
+	  ShiftRight.
+	* gm2/gm2-libs-iso/SYSTEM.mod:  use memcpy, memset if shifting
+	  a whole number of words.  Also fixed bugs in ShiftLeft and
+	  ShiftRight.
+	* gm2/gm2-libs-min/SYSTEM.mod:  fixed dates.
+	* gm2/tools-src/makeSystem:  modified so that the last argument
+	  now contains the destination filename.  Thus allowing compile
+	  errors to be emitted sensibly.
+
+2009-12-21       Michael Lambert <lambert@psc.edu>
+
+	* gm2/patches/gcc/4.1.2/10.michael_snowleopard1:  (new file).
+	* gm2/patches/gcc/4.1.2/11.michael_snowleopard2:  (new file).
+	* GNU Modula-2 now builds under Snow Leopard.
+
+2009-12-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/SYSTEM.mod:  fixed an off by one bug in
+	  ShiftLeft and ShiftRight.
+	* gm2.paranoid builds on LP64
+	* gm2/patches/gcc/4.1.2/01.gaius_patch_gcc:  removed
+	  m2pp.o from being linked in with cc1 and cc1dummy.
+	* gm2/gm2-compiler/M2GenGCC.mod:  (CodeEndFile) remove
+	  PopScope again as the quadruple coding ordering needs to
+	  be fixed before this code will work.  The CodeStartDefFile,
+	  CodeStartModFile, CodeEndFile need to be placed at the start
+	  and end of the module and collected in the CodeScope.
+	  Renamed CompilingMainModule to CompilingMainModuleStack.
+	* gm2/gm2-compiler/M2Quads.mod:  (doConvert) New function.
+	  BuildForToByDo call doConvert to convert expressions e1 and
+	  e2 before they are used to calculate the iteration final
+	  value.  Fixes a bug reported by James Cox <jvcox@sandia.gov>.
+	  (testsuite/gm2/switches/check-all/run/pass/forcheck.mod).
+	* gm2/m2pp.c:  new function (m2pp_integer).  m2pp_type and
+	  m2pp_simple_type call m2pp_integer.  (m2pp_simple_expression)
+	  corrected '-' binary operator written.
+	* gm2/bnf/m2-3.bnf:  removed unused procedure
+	  (CollectConstructor).
+	* gm2/bnf/m2-h.bnf:  fixed ConstSetOrQualidentOrFunction
+	  to use ConstActualParameters.
+
+2009-12-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  (CodeEndFile) call
+	  PopScope to ensure that we generate the correct
+	  runtime scope error message.
+
+2009-12-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/libc.def:  added setenv.
+	* gm2/gm2-libs/StringConvert.mod:  fixed precision bug
+	  reported by Steve Giess.  <scgiess@hotmail.com>.
+	* gm2/gm2/gm2-libs-ch/dtoa.c:  fixed incorrect placing
+	  of '0'.
+	* gm2/gm2-libs/StringConvert.mod:  added TotalWidth test
+	  in LongrealToString.
+	* gm2/gm2-libs/StringConvert.mod:  corrected slice of
+	  final string.
+	* gm2/gm2-libs/M2RTS.mod:  improved runtime error message.
+	* gm2/gm2-compiler/M2Range.mod:  corrected comment.
+
+2009-12-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/StringConvert.mod:  LongrealToString fix
+	  to correct leading zeros after the '.'.  Fixes a bug
+	  reported by Steve Giess.  <scgiess@hotmail.com>.
+
+2009-12-15       Gaius Mulley <gaius@gnu.org>
+
+	* The following changes fix a bug reported by Martin Kalbfuß
+	  (see testsuite/gm2/iso/run/pass/nestediso.mod).
+	* gm2/gm2-compiler/M2Quads.mod:  use IsAssignmentCompatible
+	  rather than equality of constructor types.
+	* gm2/bnf/m2-2.bnf:  removed commented out code.  Removed
+	  SimpleSet rule and replaced it by calls to Constructor.
+	* gm2/bnf/m2-3.bnf:  removed SimpleSet and replaced it
+	  by Constructor.  Removed SilentSimpleSet and replaced it
+	  by SilentConstructor.  Removed CollectConstructor (a noop)
+	  from SilentConstructor.  Removed SilentSimpleSet from
+	  SilentConstSetOrQualidentOrFunction and replaced it
+	  by SilentConstructor.
+	* gm2/bnf/m2-h.bnf:  removed ConstSimpleSet by Constructor
+	  and replace SilentSimpleSet by SilentConstructor.
+	  Removed SilentSimpleSet, ConstSimpleSet.
+	* gm2/bnf/m2.bnf:  ConstSetOrQualidentOrFunction uses
+	  Constructor instead of SimpleSet.  Removed SimpleSet.
+	* gm2/gm2-compiler/M2Quads.def:  removed CollectConstructor.
+	* gm2/gm2-compiler/M2Quads.mod:  removed CollectConstructor.
+	* gm2/gm2-compiler/M2ALU.mod:  (GetConstructorElement)
+	  ensure that upon an error NulSym is returned.  Also
+	  allow 0C to be returned if an CHAR ARRAY is being
+	  created and the initial string is shorter than
+	  the actual array size.
+	* gm2/gm2-compiler/M2GenGCC.mod:  tidied up comment.
+	* gm2/gm2-compiler/M2Quads.def:  corrected comment for
+	  BuildConstructorEnd.  New functions (NextConstructorField),
+	  (BuildTypeForConstructor).
+	* gm2/gm2-compiler/M2Quads.mod:  new data structure
+	  ConstructorFrame.  New function (BuildTypeForConstructor),
+	  (PushConstructor), (PopConstructor), (NextConstructorField).
+	  BuildConstructorEnd reimplemented.
+	* gm2/gm2-compiler/SymbolTable.mod:  changed debugging watch
+	  values.
+	* gm2/examples/gravity:  many changes, an intemediate checkin.
+
+2009-12-13       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Students.mod:  fixed bug reported
+	  by Martin Kalbfuß which occurred if -fstudents is used.
+	  The parameters to Sprintf2 must not be Name types but
+	  String types.  Modified accordingly.
+
+2009-12-12       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/RTExceptions.mod:  fix so that
+	  the default handler will write the exception
+	  message to stderr.  Also add a nul terminator
+	  to the exception string.
+
+2009-12-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/examples/gravity/gsl.def:  new file.
+	* gm2/examples/gravity/Makefile:  added -lgsl -lblas
+	  to the linking rule and fixed the clean rule.
+	* gm2/examples/gravity/deviceGnuPic.def:  defines
+	  four colours and allows entities to be drawn in
+	  different colours.
+	* gm2/examples/gravity/deviceGnuPic.mod:  implemented
+	  above and will now invoke mencode to generate movie.avi.
+	* gm2/examples/gravity/test.mod:  extended test example.
+	* gm2/examples/gravity/twoDsim.mod:  completed circle
+	  collision detection code.
+	* gm2/gm2-libs/StringConvert.mod:  fixed bug when
+	  printing fixed width value of 0.0.
+	* gm2/gm2-libs-iso/ConvStringReal.mod:  added a
+	  configurable debugging printf.
+	* gm2/examples/gravity:  many fixes.
+
+2009-12-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/FIO.mod:  fixed bug in WriteNBytes.  The
+	  cached seek position was not updated after a write.
+	* gm2/gm2-libs/FIO.mod:  fixed bug in WriteNBytes.  The
+	  cached seek position was not updated after a write.
+
+2009-12-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  fixed a bug reported by
+	  Martin Kalbfuß (both this bug and the one below required
+	  fixes to BuildAdrFunction, which should return a
+	  RightValue rather than a LeftValue).
+
+2009-12-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  fixed a bug reported by
+	  Scott Iverson
+	  (http://lists.gnu.org/archive/html/gm2/2009-11/msg00022.html).
+
+2009-11-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  now builds and installs shared library
+	  and O2 optimized versions of the ISO libraries.
+	* gm2/examples/gravity/testsim.py:  no longer need to specify
+	  the module name in the Python test module due to fixes
+	  to the UNQUALIFIED extension.
+	* gm2/examples/gravity/twoDsim.def:  EXPORT UNQUALIFED
+	  added to all exported entities.
+	* gm2/gm2-compiler/M2AsmUtil.mod:  fixes to
+	  GetFullScopePrefix to honour the IsExportQuafified boolean.
+	* gm2/gm2-compiler/M2Quads.mod:  changes to watch trigger.
+	* gm2/gm2-libs-iso/Storage.def:  tidied up comments and also
+	  added REALLOCATE procedure.
+	* gm2/gm2-libs-iso/Storage.mod:  fixed dates and implemented
+	  the REALLOCATE procedure.
+	* gm2/examples/gravity/twoDsim.py:  removed automatically
+	  generated file.
+
+2009-11-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/RTExceptions.mod:  fixed DefaultErrorCatch
+	  so that it THROWs an exception rather than calls HALT.
+	* gm2/gm2-libs-iso/Storage.def:  added REALLOCATE procedure.
+
+2009-11-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod: fixed bug reported by Martin
+	  Kalbfuß <ma.kalbfuss@web.de> an unbounded actual parameter
+	  being passed to unbounded formal parameter in
+	  a DEFINITION MODULE FOR "C" module was not converted into
+	  the address of its data.
+	* gm2/gccgm2.c:  added garbage collector tags to
+	  all tree structure fields.  Use local variable, s,
+          rather than, t1, in global_constant.
+	  New function (gccgm2_DumpGlobalConstants).
+	  Dont pushdecl constants as they are placed onto
+	  the global_binding_level and never deallocated.
+	* gm2/examples/gravity/twoDsim.mod:  intemediate checkin.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  changed debugging
+	  watch symbol.
+	* gm2/gm2-compiler/SymbolConversion.mod:  corrected
+	  misleading internal error message.  Only poison
+	  non constant symbols as constants remain declared
+	  in the global_binding_level.
+	* gm2/gm2-libs/M2RTS.def:  HALT now has an optional
+	  parameter.
+	* gm2/gm2-libs/M2RTS.mod:  implement optional parameter
+	  (exit code).
+	* gm2/gm2-libs/StdIO.def:  added new line.
+	* gm2/gm2-libs-ch/StdIO.c:  changed HALT extern.
+	* gm2/gm2-libs-iso/M2RTS.def:  HALT now has an optional
+	  parameter.
+	* gm2/gm2-libs-iso/M2RTS.mod:  implement optional parameter
+	  (exit code).
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:  implement optional parameter
+	  (exit code).
+	* gm2/www/index.ms:  fixed apt/sources.list information for
+	  the latest binaries of gm2.  Also fixed release numbers.
+	* gm2/p2c/p2c-src/src/lex.c:  change getline to
+	  pgetline to avoid a name clash with
+	  /usr/include/stdio.h.  Call pgetline rather
+	  than getline.
+	* gm2/p2c/p2c-src/src/parse.c:  call pgetline
+	  rather than getline.
+	* gm2/p2c/p2c-src/src/decl.c:  allow HALT to
+	  take an optional exit code parameter.  If absent
+	  the parameter defaults to -1.
+	* gm2/p2c/p2c-src/src/funcs.c:  modify the parsing
+	  of procedure declarations to allow an optional
+	  parameter using the GNU Modula-2 syntax.
+	* gm2/p2c/p2c-src/src/trans.c:  tidied up dates in
+	  comments.
+
+2009-11-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/configure:  rebuilt.
+	* gm2/gm2/configure.in:  updated to 0.71.
+	* gm2/gm2-libs/configure:  rebuilt.
+	* gm2/gm2-libs/configure.in:  rebuilt.
+
+2009-11-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/version.c:  updated to 0.71
+
+2009-11-09       Gaius Mulley <gaius@gnu.org>
+
+	* GM2 Release 0.70
+	* gm2/gm2.texi:  fixed download url and fixed
+	  debian repository information.
+	* All regression tests pass on LP64 (x86_64) platform.
+
+2009-11-08       Gaius Mulley <gaius@gnu.org>
+
+	* rename SysVec to RTint and introduce a tiny module
+	  COROUTINES for the pim libraries which just define
+	  PROTECTION.  Thus gm2 is able to share RTint between
+	  iso and pim libraries.
+	* gm2/Make-lang.in:  added RTint.def COROUTINES.def
+	  RTint.def COROUTINES.mod to the list of pim libraries.
+	  Removed SysVec.mod from list of pim coroutine libraries.
+	* gm2/examples/executive/Makefile:  improve clean rule.
+	* gm2/examples/executive/testexecutive.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/examples/executive/testtime.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/examples/executive/winexec.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/examples/hello/Makefile:  improve clean rule.
+	* gm2/examples/min/Makefile:  improve clean rule.
+	* gm2/examples/ncurses/WindowDevice.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/examples/server/server.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/gm2-compiler/M2Quads.mod:  New function
+	  (GetTurnInterrupts).
+	* gm2/gm2-libs-coroutines/Executive.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/gm2-libs-coroutines/SYSTEM.def:  remove PRIORITY,
+	  import PROTECTION, tidied up comments.
+	* gm2/gm2-libs-coroutines/SYSTEM.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/gm2-libs-coroutines/TimerHandler.mod:  replace
+	  PRIORITY with PROTECTION and change imports.
+	* gm2/gm2-libs-iso/COROUTINES.mod:  intemediate checkin.
+
+2009-11-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/FIO.mod:  ReadFromBuffer return total
+	  when data is taken from the buffer, rather than
+	  attempting to read more data from the file.
+	* gm2/gm2-libs-iso/RTgen.mod:  checkPreRead has an
+	  extra parameter, raw, which stops the procedure
+	  from testing whether end of line is seen if in
+	  raw mode.
+	* gm2/gm2-libs-iso/TextIO.mod:  SkipLine new
+	  implementation.
+	* fixes two bugs reported by Scott Iverson
+	  (http://lists.gnu.org/archive/html/gm2/2009-11/msg00005.html)
+	  (http://lists.gnu.org/archive/html/gm2/2009-11/msg00004.html).
+	* gm2/patches/gcc/4.1.2/09.gaius_patch_config:
+	  new patch file so that various configures
+	  detect new texinfo versions correctly.  This
+	  allows info documentation to be built and installed.
+
+2009-11-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/RndFile.def:  corrected dates.
+	* gm2/gm2-libs-iso/RndFile.mod:  corrected boolean
+	  expression bugs.
+	* gm2/gm2-libs-iso/SeqFile.mod:  corrected boolean
+	  expression bug.
+	* gm2/gm2-libs-iso/StreamFile.mod:  corrected boolean
+	  expression bug.
+
+2009-11-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  IsTypeQ check to
+	  see that we are not trying to declare a PartialUnbounded
+	  symbol.  (IncludePartialUnbounded) New procedure.
+	  PrintVerboseFromList call IncludePartialUnbounded if
+	  necessary and check for GnuAsm symbols.
+	* gm2/gm2-compiler/SymbolTable.mod:  MakePointer, MakeSet,
+	  MakeProcType must also call ForeachOAFamily.  GetScope
+	  to call InternalError if trying to get the scope of
+	  a PartialUnbounded symbol.
+	* fixes a bug reported by Scott Iverson
+	  (http://lists.gnu.org/archive/html/gm2/2009-10/msg00048.html).
+
+2009-10-30       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  new default initialization ordering
+	  of modules, documented, and explained in more detail.
+	* gm2/lang-specs.h:  bug fixes to -fuselist, -fmakelist.
+	* gm2/gm2-compiler/gm2lorder.mod:  new value for
+	  DefaultRuntimeModules.
+	* gm2/gm2-libs-coroutines/SysVec.def:  updated dates.
+	* gm2/gm2-libs-iso/COROUTINES.def:  updated dates.
+	* gm2/gm2-libs-iso/COROUTINES.mod:  new implementation
+	  (partially complete).
+	* gm2/gm2-libs-iso/TextIO.def:  updated dates.
+	* gm2/gm2-libs-iso/TextIO.mod:  fixes to bugs reported
+	  by Scott Iverson
+	  (http://lists.gnu.org/archive/html/gm2/2009-10/msg00043.html).
+	* testsuite/gm2/isolib/run/pass/testio.mod:   new test.
+	* testsuite/gm2/isolib/run/pass/testio2.mod:   new test.
+	* testsuite/gm2/isolib/run/pass/testinput:   new file.
+
+2009-10-28       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  gccgm2_DeclareKnownVariable set
+	  DECL_ARTIFICIAL and DECL_IGNORED_P to 0.
+	* gm2/gm2-libs-iso/RTdata.mod:  assign data to NIL
+	  once freedata has been called.
+	* gm2/gm2-libs-iso/TermFile.mod:  removed commented
+	  out code and completed initialization of t in
+	  openTerm.
+	* gm2/gm2-libs-iso/TermFile.def:  removed commented
+	  out code.
+	* gm2/gccgm2.c:  gccgm2_DeclareKnownVariable set
+	  DECL_ARTIFICIAL to 0 and DECL_IGNORED_P to
+	  istemporary which fixes the regression test failure:
+	  testsuite/gm2/iso/run/pass/shift3.mod.
+	* All 8328 regression tests pass on the Debian Stable
+	  Lenny LP64 x86_64 platform.
+
+2009-10-23       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-ch/dtoa.c:  fixes to dtoa_calcdecimal
+	  so that the correct number of digits after the decimal
+	  place is returned.  Fixes a bug reported by James
+	  Cox <jvcox@sandia.gov>.
+	* gm2/gm2-libs-pim/RealConversions.mod:  turn debugging
+	  off.
+
+2009-10-22       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Range.mod:  allow second argument
+	  to DEC and INC to be >=0 rather than MIN(des).  Fixes
+	  a bug reported by James Cox <jvcox@sandia.gov>.
+	* gm2/gm2-libs-ch/ldtoa.c:  reordered the headers to
+	  ensure that _ISOC99_SOURCE is set before stdlib.h is
+	  read so that the prototypes for strtold are correct.
+	  Fixes a long real numeric conversion bug reported by
+	  James Cox <jvcox@sandia.gov>.
+
+2009-10-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/FIO.mod:  fixed bug in FIO.FindPosition
+	  as reported by James Cox <jvcox@sandia.gov>.
+
+2009-10-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  removed options which are not yet
+	  implemented -fwholevalue, -fno-wholevalue.
+	* gm2/lang-options.h:  removed options which are not yet
+	  implemented -fwholevalue, -fno-wholevalue.
+	* gm2/gm2-compiler/M2Quads.mod:  add Convert to
+	  (MoveWithMode) if the types are different when moving
+	  data indirectly.  New function (doVal) which is used to
+	  change type during indirection if necessary.
+	* gm2/gm2-compiler/M2Base.mod:  fix bug in unbounded array
+	  dimension checking reported by
+	  Scott Iverson (testsuite/gm2/pim/pass/ptrarray3.mod).
+	* gm2/gm2-compiler/M2Quads.mod:  fix bug in unbounded array
+	  dimension checking reported by
+	  Scott Iverson (testsuite/gm2/pim/pass/ptrarray3.mod).
+
+2009-10-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Base.mod:  allow sized SYSTEM types
+	  (which are really pseudonyms of pervasive type to be
+	   VAR parameter compatible).  Call IsSameSizePervasiveType.
+	* gm2/gm2-compiler/M2System.def:  define and export
+	  IsSameSizePervasiveType.
+	* gm2/gm2-compiler/M2System.mod:  implement
+	  IsSameSizePervasiveType.
+	* gm2/gm2.texi:  removed -fbounds and introduced -fno-nil
+	  -fwholediv, -fno-wholediv, -fwholevalue, -fno-wholevalue,
+	  -findex, -fno-index, -frange and -fno-range.
+	* gm2/lang-options.h:  removed -fbounds and introduced options
+          -fno-nil, -fwholediv, -fno-wholediv, -fwholevalue,
+	  -fno-wholevalue, -findex, -fno-index, -frange and -fno-range.
+	* gm2/gm2-compiler/M2Base.mod:  removed BoundsChecking and
+	  DivModRemChecking.  Use RangeChecking, IndexChecking and
+          WholeDivChecking instead.
+	* gm2/gm2-compiler/M2Options.def:  removed BoundsChecking and
+	  DivModRemChecking.  Use RangeChecking, IndexChecking and
+          WholeDivChecking instead.
+	* gm2/gm2/gm2-compiler/M2Options.mod:  enable the detection of
+	  -fwholevalue, -fno-wholevalue, -fno-nil, -fwholediv, -fno-wholediv,
+	  -findex, -fno-index, -frange, -fno-range.
+	* gm2/gm2-compiler/M2Quads.mod:  replace BoundChecking with
+	  WholeValueChecking.
+
+2009-10-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added SysExceptions.c and SysExceptions.def
+	  to the list of library modules.  Also included the appropriate
+	  build rules.
+	* gm2/gm2.texi:  added space.
+	* gm2/el/g-mode.el:  added all ISO and PIM built-in Modula-2
+	  procedures and procedure functions.
+	* gm2/gm2-libs/RTExceptions.mod:  new procedure functions
+	  (indexf), (range), (casef), (invalidloc), (function),
+	  (wholevalue), (wholediv), (realvalue), (realdiv),
+	  (complexvalue), (complexdiv), (protection), (systemf),
+	  (coroutine), (exception).  Call
+	  SysException.InitExceptionHandlers to init the signal
+	  call backs.o
+	* gm2/init/gm2-gccinit:  add SysExceptions to the list of
+	  modules.
+	* gm2/init/gm2lccinit:  add SysExceptions to the list of
+	  modules.
+	* gm2/init/gm2lgeninit:  add SysExceptions to the list of
+	  modules.
+	* gm2/init/gm2linit:  add SysExceptions to the list of
+	  modules.
+	* gm2/init/gm2lorderinit:  add SysExceptions to the list of
+	  modules.
+	* gm2/init/gm2minit:  add SysExceptions to the list of
+	  modules.
+	* gm2/init/h2definit:  add SysExceptions to the list of
+	  modules.
+	* gm2/init/ppginit:  add SysExceptions to the list of
+	  modules.
+
+2009-10-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  fixed bug reported by Martin
+	  Kalbfuß <ma.kalbfuss@web.de>,
+	  (see testsuite/gm2/iso/run/pass/constructor2.mod) which did not
+	  allow a constructor to be passed as an actual parameter to an
+	  unbounded array formal parameter.  Procedure CodeUnbounded
+	  extended to include a case when a constructor appears as op3.
+	* gm2/gm2-compiler/M2Quads.mod:  ManipulateParameters to merge
+	  the rw information and mark a parameter as read if passed by
+	  value and write/read if passed by address.
+
+2009-09-30       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/el/g-mode.el:  added colour to GNU Modula-2 lisp mode.
+	* gm2/gm2-compiler/M2Quads.mod:  tidied up some of the error
+	  messages (using MetaError2).  Also enabled -Wpedantic to catch
+	  using a variable which is never initialised.
+
+2009-09-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/examples/swig/exceptions/Makefile:  introduce PYTHON_VERSION
+	  and complete the clean target.
+	* gm2/examples/swig/full-strlib/Makefile:  introduce PYTHON_VERSION
+	  and complete the clean target.
+	* gm2/examples/swig/strio/Makefile:  introduce PYTHON_VERSION
+	  and complete the clean target.
+	* gm2/examples/swig/strlen/Makefile:  introduce PYTHON_VERSION
+	  and complete the clean target.
+	* gm2/examples/swig/tiny/Makefile:  introduce PYTHON_VERSION
+	  and complete the clean target.
+	* gm2/gm2-compiler/M2Quads.mod:  introduce, rw, field into the
+	  BoolFrame so that during pass 3 we can check whether arrays,
+          records, parameters and variables are modified when indexed,
+	  or by using ADR, or indirection.  New functions (MarkAsRead),
+	  (MarkAsWrite), (OperandRW), (OperandMergeRW), (PushTFADrw),
+	  (PushTFDrw), (PushTFrw), (PopTFrw), (PushTrw), (PopTrw).
+	* gm2/gm2-libs/RTExceptions.mod:  removed redundant import of
+	  type ADDRESS.
+
+2009-09-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  ensure that record and field
+	  symbols are CompletelyResolved in FoldOffset, FoldSize, FoldHigh.
+	  Fixes a bug reported by James Cox.
+
+2009-09-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/NameKey.mod:  added tests to ensure that out of
+	  bound names do not cause the compiler to crash.  This fixes a bug
+	  reported by Scott Iverson.
+	* gm2/gm2/gm2-libs-iso/ProgramArgs.mod:  completed module and fixed
+	  bugs to allow the channel to be reset and read.
+	* gm2/gm2-libs-iso/ProgramArgs.def:  tidied up comments.
+	* gm2/gm2-libs-iso/ProgramArgs.mod:  fixed bug in NextArg which
+	  skipped every other argument.
+
+2009-09-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  RepeatStack, WhileStack, ForStack
+	  new stacks for respective loops.  PushFor, PopFor (New Procedures).
+	  REPEAT, FOR and WHILE loops no longer allow EXIT to terminate the
+	  loop as EXIT is only allowed to terminate LOOP statements (as per
+	  ISO and PIM Modula-2).
+	* gm2/gm2-libs/FIO.mod:  corrected order of parameters to memcpy.
+	  Ensure that calls to EOF do not alter the file state.
+	* gm2/gm2-libs-iso/SimpleCipher.mod:  use early RETURN and not EXIT
+	  as EXITs are only allowed inside LOOP statements.
+	* gm2/gm2-libs-iso/TextIO.mod:  remove EXIT statement from WHILE loop.
+
+2009-09-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/TODO:  removed completed items.
+	* gm2/gccgm2.c:  modified documentation in light of completing
+	  ISO Modula-2 language.  Also rewritten the descriptions of
+	  INC and DEC.
+	* gm2/gm2-compiler/M2CaseList.mod:  bug fixes in the missing
+	  range checking.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  fixes so that cyclic array
+	  declarations are canonicalised by their front end type and the
+	  GCC index type.
+	* gm2/gm2-compiler/gccgm2.def:  BuildStartArrayType new parameter,
+	  type.
+	* gm2/patches/gcc/4.1.2/06.gaius_patch_tree:  new version of
+	  tree.[ch] patches.
+	* gm2/gm2/tools-src/makeversion:  corrected date.
+	* gm2/gm2-compiler/M2CaseList.mod:  use IsEqual to test identity
+	  of constants rather than =.
+
+2009-08-22       Gaius Mulley <gaius@gnu.org>
+
+	* Make-lang.in:  added SMathLib0.def to list of library
+	  modules.
+	* gm2.texi:  added build log for macports description.
+	* gm2-compiler/M2CaseList.mod:  only test case ranges if
+	  the high field is used, otherwise test equality.  Check
+	  that case types are also known and their maximum and
+	  minimum values.
+	* gm2-compiler/SymbolTable.mod:  only place record fields
+	  into the Record.LocalSymbol tree if the name is not NulName.
+	* gm2-libs/SMathLib0.mod:  many fixes to SMathLib0 using the
+	  correct libm function name expf, sqrtf etc.
+	* gm2-libs-iso/Processes.def:  tidied up comment formatting.
+	* gm2/gm2.texi:  improved the building under macports section.
+
+2009-08-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms:  updated to reflect recent changes.
+	  Removed older build platforms.
+
+2009-08-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  added macport section.  Also updated
+	  state of gm2 within the documentation.  The languages
+	  are complete, libraries are incomplete.
+
+2009-08-18       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added dependency on
+	  $(objdir)/gm2/gm2-libs for gm2/gm2-libs/gm2-libs-host.h.
+	  Added dependencies on cc1gm2$(exeext) when creating
+	  SYSTEM.def.  Explicitly invoke bash to run bash scripts
+	  rather than assume that the developers SHELL is bash.
+
+2009-08-17       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2spec.c:  fixed an off by one bug when scanning
+	  arguments.  This manifested itself as a linking bug
+	  (as reported by John O Goyo <jgoyo@ca.inter.net>)
+	  when arguments were presented in a different order.
+	  '-o' skipped one to many arguments.
+
+2009-08-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/m2.flex:  corrected dates.  Added changes for
+	  ISO lexical completeness '(!' pseudonym for '[',
+	  '!)' pseudonym for ']', '@' pseudonym for '^', '(:'
+	  pseudonym for '{', ':)' pseudonym for '}', '!' pseudonym
+	  for '|'.  The source code directives <* *> have been
+	  implemented some time ago.
+
+2009-08-15       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2-compiler/M2CaseList.mod:  tidied up formatting of
+	  error message.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  IncludeGetParent (New
+	  function).  Use IncludeGetParent with appropriate symbols.
+	* gm2/gm2-compiler/M2Quads.mod:  use GetParent and GetRecord
+	  together now that the specification for GetParent has changed.
+	* gm2/gm2-compiler/P2SymBuild.mod:  GetParent now returns the
+	  parent of the field or varient.  GetRecord returns the
+	  record of varient.  PutFieldRecord returns the field created
+	  so that it can be recorded as the tag via PutVarientTag if
+	  neccesary.  Modified BuildFieldRecord,
+	  BuildVarientSelector, StartBuildVarientFieldRecord and
+	  EndBuildVarientFieldRecord.
+	* gm2/gm2-compiler/SymbolTable.def:  export GetRecord.
+	* gm2/gm2-compiler/SymbolTable.mod:   GetParent now returns
+	  the parent of the field or varient.  GetRecord returns the
+	  record of varient.  PutFieldRecord returns the field created
+	  so that it can be recorded as the tag via PutVarientTag if
+	  neccesary.  EnsureOrder (New function) used by
+	  PutVarientTag.
+	* gm2/ulm-lib-gm2/std/RTErrors.def:  include two ELSE clauses.
+	* gm2/ulm-lib-gm2/std/TimeIO.mod:  include ELSE clause.
+
+2009-08-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/m2-2.bnf:  modified so that the variant tag is
+	  remembered in the symbol table.
+	* gm2/bnf/m2-3.bnf:  variant record grammar rules
+	  matches m2-2.bnf.
+	* gm2/bnf/m2.bnf:  variant record grammar rules
+	  matches m2-2.bnf.
+	* gm2/bnf/m2-h.bnf:  variant record grammar rules
+	  matches m2-2.bnf.
+	* gm2/gm2-compiler/M2ALU.def:  corrected comment.
+	* gm2/gm2-compiler/M2CaseList.def:  MissingCaseBounds (New
+	  function).
+	* gm2/gm2-compiler/M2CaseList.mod:  introduce SetRange
+	  data structure and implement MissingCaseBounds using
+	  (New functions) NewSet, DisposeRanges, SubBitRange,
+	  ExcludeCaseRanges, DoEnumValues, ErrorRange, ErrorRanges.
+	* gm2/gm2-compiler/M2GenGCC.mod:  reimplemented SizeOp
+	  to effectively ignore the second and subsequent parameters
+	  to TSIZE.  Much safer and considerably simpler.
+	* gm2/gm2-compiler/M2Quads.def:  AddVarientToList (New function).
+	* gm2/gm2-compiler/M2Quads.mod:  implement AddVarientToList
+	  (New function).  Modify BuildNewProcedure and
+	  BuildDisposeProcedure so they can take two or more parameters.
+	  These parameters are effectively ignored as the union type
+	  is TSIZEd via sizeof.
+	* gm2/gm2/gm2-compiler/M2Range.def:  export IsEqual,
+	  IsGreaterOrEqual and IsGreater.
+	* gm2/gm2-compiler/M2Range.mod:  FoldCase and CodeCase now
+	  introduce an additional check using MissingCaseBounds.
+	* gm2/gm2-compiler/P2SymBuild.mod:  BuildVarientSelector
+	  record the varient tag into the symbol table.
+	* gm2/gm2-compiler/SymbolTable.def:  export GetVarientTag
+	  and PutVarientTag.
+	* gm2/gm2-compiler/SymbolTable.mod:  GetVarientTag
+	  and PutVarientTag (New procedures).
+	* gm2/gm2-compiler/ppg.mod:  removed debugging print.
+
+2009-07-30       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/m2-3.bnf:  place the actions in the Varient rule
+	  rather than in the FieldList rule.
+	* gm2/gm2/gm2-compiler/M2CaseList.def:  ElseCase now has a
+	  single parameter.
+	* gm2/gm2-compiler/M2CaseList.mod:  add new elseField to
+	  CaseDesc, record ElseCase parameter in elseField.
+	* gm2/gm2-compiler/M2GenGCC.mod:  check that, s, is resolved
+	  and known to the GCC backend before attempting to find
+	  the size of, s.  Fixed bugs in FoldSize, CodeSize.
+	* gm2/gm2-compiler/M2Quads.def:  New procedure function
+	  (ElseVarient).
+	* gm2/gm2-compiler/M2Quads.mod:  fixed BuildTSizeFunction
+	  so that it now works out the maximum size necessary to
+	  contain the object.  Implemented (ElseVarient).
+	* gm2/gm2/gm2-compiler/ppg.mod:  fixed pretty printing of
+	  'END ;' during the production of a recovery based parser.
+
+2009-07-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/m2-2.bnf:  place the actions in the Varient rule
+	  rather than in the FieldList rule.  Also introduce
+	  VarientCaseLabelList and VarientCaseLabels rules.
+	* gm2/bnf/m2-3.bnf:  place the actions in the Varient rule
+	  rather than in the FieldList rule.
+	* gm2/gm2-compiler/M2Debug.mod:  removed space.
+	* gm2/gm2-compiler/P2SymBuild.mod:  introduced Assert.
+	* gm2/gm2-compiler/ppg.mod:  fixed dates.  Altered so that
+	  code actions immediately inside {} or [] are emitted when
+	  the next token is consumed.  Thus allowing the Varient
+	  rules in m2-2.bnf and m2-3.bnf to compile correctly.
+
+2009-07-28       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added Sets.mod and M2CaseList.mod
+	  to the list of modules to be tested under gm2.paranoid.
+	* gm2/bnf/m2-2.bnf:  corrected dates and added ability to
+	  record record and varient fields into a list held in
+	  M2Quads.mod.
+	* gm2/bnf/m2-3.bnf:  now collects varient fields from the
+	  the list held in M2Quads and associates the case labels
+	  with each field to allow checking.  Altered SilentCaseLabel
+	  et al to VarientCaseLabel variety.
+	* gm2/bnf/m2-h.bnf:  match m2-3.bnf.
+	* gm2/gm2-compiler/M2BasicBlock.mod:  removed references to
+	  M2Quads.Head.
+	* gm2/gm2-compiler/M2CaseList.def:  PushCase altered to
+	  take a single parameter.  BeginCaseList also altered to
+	  take a single parameter.  New procedure function (FindVarient)
+	  and procedure (ElseCase).
+	* gm2/gm2-compiler/M2CaseList.mod:  implement above changes
+	  and new procedures.
+	* gm2/gm2-compiler/M2Code.mod:  remove usage of M2Quads.Head.
+	  Removed InitGM2M2.  Alterations reflecting removal of
+	  M2Quads.Head.
+	* gm2/gm2-compiler/M2GenGCC.def:  removed InitGM2M2.
+	* gm2/gm2-compiler/M2GenGCC.mod:  reimplemented SizeOp
+	  to comply with ISO TSIZE.
+	* gm2/gm2-compiler/M2Optimize.mod:  remove usage of
+	  M2Quads.Head.
+	* gm2/gm2-compiler/M2Quads.def:  no longer export Head.
+	  New procedures (GetFirstQuad), (BeginVarient), (EndVarient),
+	  (BeginVarientList), (EndVarientList), (AddRecordToList),
+	  (AddVarientFieldToList), (AddVarientRange), (AddVarientEquality).
+	  Removed NoOfDynamicQuads, IncDynamicQuads.
+	  BackPatchSubrangesAndOptParam no longer uses a parameter.
+	* gm2/gm2-compiler/M2Quads.mod:  implement above changes.
+	  CountQuads returns a variable rather than computes the value.
+	  This modification speeds up the compiler by 30% for large
+	  source files.  M2Quads is altered to support maintaining a count
+	  of quadruples in the variable.  Fixed Assert bugs.
+	* gm2/gm2-compiler/M2Scope.mod:  removed import of M2Quads.Head
+	  and use GetFirstQuad instead.
+	* gm2/gm2-compiler/P2SymBuild.mod:  StartBuildVarientFieldRecord
+	  calls AddVarientFieldToList to record FieldSym necessary for
+	  pass 3.
+
+2009-07-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2CaseList.def:  new file.
+	* gm2/gm2-compiler/M2CaseList.mod:  new file.
+	* gm2/Make-lang.in:  added M2CaseList to be built.
+	* gm2/bnf/m2-3.bnf:  corrected dates and build case list
+	  in M2CaseList.
+	* gm2/bnf/m2.bnf:  tidied up formatting.
+	* gm2/gm2-compiler/M2MetaError.def:   new procedures
+	  (MetaError4), (MetaErrorT4), (MetaErrorsT4),
+	  (MetaErrorString4), (MetaErrorStringT4).
+	* gm2/gm2-compiler/M2MetaError.mod:  implement new
+	  procedures.
+	* gm2/gm2-compiler/M2Quads.mod:  build case lists.
+	* gm2/gm2-compiler/M2Range.def:  new procedures
+	  (InitCaseBounds), (OverlapsRange).
+	* gm2/gm2-compiler/M2Range.mod:  implement new procedures.
+	* gm2/gm2-compiler/P2SymBuild.mod:  removed space.
+	* gm2/init/gm2-gccinit:  added M2CaseList.
+
+2009-07-23       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/tools-src/gensum.py:  corrected bug which allowed
+	  error descriptions to be marked up as not tested
+	  on different platforms.
+
+2009-07-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/TODO:  removed multidimensional unbounded arrays.
+	  Added TSIZE.
+	* gm2/gm2-compiler/M2Code.mod:  removed Head parameter
+	  from DisplayQuadList.
+	* gm2/gm2-compiler/M2GenGCC.mod:  removed Head parameter
+	  from DisplayQuadList.
+	* gm2/gm2-compiler/M2Optimize.mod:  added bounds checks
+	  to ensure that we never look outside the quad range
+	  specified.
+	* gm2/gm2-compiler/M2Quads.def:  removed AddQuad and
+	  also removed the parameter Head from DisplayQuadList.
+	  Removed KillQuad.
+	* gm2/gm2-compiler/M2Quads.mod:  many changes which
+	  remove the static array Quads and use a dynamic
+	  equivalent.  Also make the builtin function TSIZE
+	  generate appropriate quadruples.
+	* gm2/gm2-libs-iso/SYSTEM.def:  fixed typo.
+
+2009-07-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/patches/gcc/4.1.2/08.gaius_ipa_type_escape.c:
+	  new file.  This patch detects cyclic ARRAY and POINTER
+	  definitions which can now occur in gcc due to
+	  06.gaius_patch_tree.
+
+2009-07-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  (AssignUnboundedNonVar),
+	  (AssignUnboundedVar), (UnboundedNonVarLinkToArray),
+	  (UnboundedVarLinkToArray) add extra parameter
+	  indicating array symbol being indexed.  Used additional
+	  parameter to resolve high values on unbounded arrays given
+	  a particular dimension.
+	  Can now pass a two dimensional unbounded array to an ARRAY
+	  OF BYTE and also can index the first dimension and pass the
+	  designator as an ARRAY OF BYTE.
+	  See testsuite/gm2/iso/run/pass/unbounded8.mod which now works.
+	  Refactored tests against BYTE, WORD, LOC with IsGenericSystemType.
+
+2009-07-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  AssignHighField
+	  modified so that ARRAY OF ARRAY OF type can be
+	  passed to ARRAY OF BYTE.
+	* gm2/gm2-compiler/SymbolTable.mod:  modified so
+	  that GetDimension will skip over type and variable
+	  symbols.
+
+2009-07-13       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  create O2, SO, SO_O2 directories
+	  for ISO libraries.  Use -ffunction-sections
+	  -fdata-sections when building libraries to aid
+	  building smaller binaries.
+	* gm2/gccgm2.c:  New function (StringLength).
+	* gm2/bnf/m2-2.bnf:  formal type altered so that
+	  multidimensional dynamic arrays are legal.
+	* gm2/bnf/m2-3.bnf:  formal type altered so that
+	  multidimensional dynamic arrays are legal.
+	* gm2/bnf/m2-h.bnf:  formal type altered so that
+	  multidimensional dynamic arrays are legal.
+	* gm2/bnf/m2.bnf:  formal type altered so that
+	  multidimensional dynamic arrays are legal.
+	* gm2/examples/hello/Makefile:  modified test
+	  build rules to build smaller binaries.
+	* gm2/gm2-compiler/Indexing.def:  corrected dates.
+	* gm2/gm2-compiler/Indexing.mod:  corrected dates.
+	* gm2/gm2-compiler/M2Base.mod:  corrected spelling
+	  typo.  Modified parameter checking to allow
+	  multidimensional dynamic arrays.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  walk
+	  multidimensional unbounded records.
+	* gm2/gm2-compiler/M2GenGCC.def:  GetHighFromUnbounded
+	  now takes two parameters.
+	* gm2/gm2-compiler/M2GenGCC.mod:  Added dimension parameter
+	  to FoldHigh, ResolveHigh, GetHighFromUnbounded.
+	  New procedures (BuildHighFromChar), (SkipToArray),
+	  (BuildHighFromArray), (BuildHighFromString).
+	* gm2/gm2-compiler/M2MetaError.mod:  fixed number
+	  description to handle 11th, 12th and 13th.
+	* gm2/gm2-compiler/M2Quads.def:  export PushTFA.
+	* gm2/gm2-compiler/M2Quads.mod:  New procedures (PushTFAD),
+	  (LegalUnboundedParam), (calculateMultipicand), (AssignHighField),
+	  (AssignHighFields), (OperandD), (IncOperandD).
+	  Ensure that HIGH, SIZE do not generate quadruples unless
+	  they are accessing unbounded arrays.  Alter parameter
+	  passing rules to allow multidimensional dynamic arrays.
+	  Move BuildHighFromString, BuildHighFromChar into M2GenGCC.mod.
+	* gm2/gm2-compiler/M2Range.def:  add dimension to array
+	  bounds testing.
+	* gm2/gm2-compiler/M2Range.mod:  incorporate the dimension
+	  into the runtime error message.
+	* gm2/gm2-compiler/P2SymBuild.mod:  add dimension to
+	  unbounded parameter declaration.
+	* gm2/gm2-compiler/SymbolTable.def:  New procedures
+	  (IsOAFamily), (GetDimension), (MakeOAFamily), (GetOAFamily),
+	  (ForeachOAFamily).  Add dimension parameter to
+	  GetUnbounded, GetUnboundedHighOffset, MakeUnbounded.
+	* gm2/gm2-compiler/SymbolTable.mod:  implement above.
+	  Introduce OAFamily entity so that only one unbounded type
+	  is created for each subtype.  Too many changes to
+	  fully document here.
+	* gm2/gm2-compiler/gccgm2.def:  define procedure
+	  (StringLength).
+	* gm2/gm2-libs/MathLib0.def:  removed long and short
+	  declarations of intrinsic functions.
+	* gm2/gm2-libs/LegacyReal.def:  new file.
+	* gm2/gm2-libs/LMathLib0.def:  new file.
+	* gm2/gm2-libs/SMathLib0.def:  new file.
+
+2009-06-24       Michael Lambert <lambert@psc.edu>
+
+	* gm2/Make-lang.in:  set debugging flags to -g
+	  if on a Darwin i386 system.  Test supports bash/sh.
+	* gm2/patches/gcc/4.1.2/07.michael_i386:  new file,
+	  which tests if building on Darwin and if so it calls
+	  c++filt --strip-underscore.
+
+2009-06-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-min/libc.def:  added definition for printf.
+	* gm2/examples/min/Makefile:  new file.
+	* gm2/examples/min/minhello.mod:  new file.
+
+2009-06-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  SRawIO.mod added to list of ISO modules
+	  to be built and installed.
+	* gm2/gm2-libs-iso/SRawIO.mod:  (new file).
+	* gm2/m2.flex:  detect PACKEDSET keyword.
+	* gm2/gm2m.bnf:  added PACKEDSET keyword.
+	* gm2/gm2l.bnf:  added PACKEDSET keyword.
+	* gm2/m2.bnf:  added PACKEDSET keyword.
+	* gm2/m2-2.bnf:  added PACKEDSET keyword.
+	* gm2/m2-3.bnf:  added PACKEDSET keyword.
+	* gm2/m2-h.bnf:  added PACKEDSET keyword.
+	* gm2/gm2-compiler/M2Reserved.def:  define packedsettok.
+	* gm2/gm2-compiler/M2Reserved.mod:  define PackedSetTok
+	  and ensure that it corresponds to packedsettok.
+	* gm2/gm2-libs/FIO.def:  IsActive (new procedure function).
+	* gm2/gm2-libs/FIO.mod:  IsActive (implement procedure
+	  function).
+	* gm2/gm2-libs-iso/RTfio.mod:  ensure that the file
+	  is still active before testing IsNoError.
+
+2009-06-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Makefile.in:  added rules to build the minimum libraries
+	  by default.
+	* gm2/gm2.texi:  documented -fno-exceptions.
+	* gm2/lang-options.h:  new option -fno-exceptions.
+	* gm2/lang.opt:  reorder flibs options alphabetically.
+	* gm2/version.c:  revised the release number to 0.70 as
+	  the basic ISO IO libraries are implemented.
+	* gm2/gm2-compiler/M2Base.mod:  only import NoException from
+	  RTExceptions if the exceptions flag is set.
+	* gm2/gm2-compiler/M2Options.mod:  implemented new flag
+          -fno-exceptions
+	* gm2/gm2-compiler/M2Quads.mod:  test the Exceptions flag
+	  to ensure that we only generate exception code if the
+	  exceptions flag is on.
+	* gm2/gm2-compiler/gm2lgen.mod:  only generate the cpp
+	  start up file if exceptions are enabled, other produce
+	  the start up file in C.
+	* gm2/gm2-libs/RTExceptions.def:  corrected procedure
+	  function declaration.
+	* gm2/gm2-libs/configure.in:  modified version number.
+	* gm2/gm2-libs-iso/RTfio.mod:   many numerous fixes
+	* gm2/gm2-libs-iso/RTgen.mod:   to fix error/eof/seek
+	* gm2/gm2-libs-iso/RndFile.mod:  problems.
+	* gm2/gm2-libs-iso/SeqFile.mod:
+	* gm2/gm2-libs-iso/StreamFile.mod:  (checkOpenErrno) new function.
+	* gm2/gm2-libs-iso/wraptime.c:   fix bug in call to localtime_r.
+	* gm2/gm2-libs-iso/wraptime.def:
+	* gm2/gm2-libs-min/M2RTS.def:
+	* gm2/gm2-libs-min/M2RTS.mod:  add NoException dummy procedure.
+	* gm2/gm2-libs-min/SYSTEM.def:  add system data types.
+
+2009-05-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  always build gm2-libs-min.
+	* gm2/gm2-libs/RTExceptions.def:  fixed incorrect declaration
+	  of function GetBaseExceptionBlock.
+
+2009-05-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/lang-specs.h:  create modulename_m2.cpp init file if
+	  -g is present on the command line.
+        * gm2/TODO:  removed completed item on the list.
+	* gm2/gm2-compiler/M2Base.mod:  IsVarParamCompatible (New
+	  function).  Fixed paramater compatibility rules to
+	  test VAR parameters.
+	* gm2/ulm-lib-gm2/std/Directories.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysAccess.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysAlarm.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysBreak.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysClose.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysCreat.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysDup.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysExec.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysExit.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysFcntl.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysGetpid.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysGetuid.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysIoctl.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysKill.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysLink.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysLseek.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysOpen.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysPause.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysPipe.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysRead.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysSetuid.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysStat.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysTime.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysUnlink.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysWait.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+	* gm2/ulm-lib-gm2/sys/SysWrite.mod:  altered types
+	  of arguments from CARDINAL to INTEGER.
+
+2009-05-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  convert constants to
+	  integer if they are to be passed to a C stdarg function.
+	* gm2/gm2-compiler/M2Quads.mod:  pass the address field
+	  of an unbounded array if it is an argument to a
+	  C stdarg function.
+	* gm2/gm2-compiler/M2GenGCC.mod:  removed function
+          DefaultCStdArgPromotion and fixed test code.
+	* gm2/gm2.texi:  documented behaviour of stdarg parameters.
+
+2009-05-11       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added Sets.def and Sets.mod to
+	  the list of compiler modules.
+        * gm2/bnf/m2-h.bnf:  ConstActualParameters added so that
+	  constant functions may be used in constant expressions
+	  within modules declaring opaque types.
+        * gm2/gm2-compiler/M2GCCDeclare.mod:  altered many of the
+	  List data types to Set where appropriate.  Fixed
+	  unbounded types to be walked just like all other types.
+	  In turn refactored unbounded declarations.  Added test
+	  to detect recursive calls to ForeachTryDeclare.
+	* gm2/gm2-libs/ASCII.def:  fixed dates.
+	* gm2/gm2-libs/Storage.mod:  fixed dates.
+	* gm2/gm2-libs/SysStorage.mod:  fixed copyright notice.
+	* gm2/init/gm2-gccinit:  added Sets.
+	* gm2/p2c/p2c-src/src/decl.c:  fixed declaration of
+	  BITSET so that MAX(BITSET) and MIN(BITSET) yield
+	  correct values.
+
+2009-05-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  TryDeclareConst
+	  now calls TryDeclareConstructor.
+	* gm2/gm2-compiler/M2Range.mod:  modified all calls to
+	  DeclareConstructor to TryDeclareConstructor.
+	* gm2/gm2-compiler/SymbolTable.mod:  corrected dates.
+	* gm2/gm2-compiler/M2GenGCC.mod:  detect if op3 is a
+	  procedure in CodeConvert and if so calculate the
+	  address of the procedure.
+	* gm2/gm2-compiler/M2Quads.mod:  allow procedures as
+	  the operand to cast/convert.  Changed
+	  CheckVariabelOrConstant to
+	  CheckVariabelOrConstantOrProcedure.
+	* gm2/gm2-compiler/M2Quads.mod:  allow procedure types
+	  or procedures to be CAST.
+
+2009-05-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2ALU.mod:  ensure that
+	  solved and areAllConstants are initialized for every
+	  type of constant.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  return early from
+	  TryDeclareConstant if the constructors dependants are
+	  not all constant.
+	* gm2/gm2-compiler/M2GenGCC.mod:  add missing double
+	  book keeping entries in FoldConvert for op1 and the
+	  tree.
+	* gm2/gm2-compiler/M2Range.mod:  FoldTypeCheck
+	  add TryDeclareConstructor.
+	* gm2/gm2-compiler/SymbolTable.mod:  (IsConstructorConstant)
+	  allow constant sets to have their elements tested for
+	  being constant.
+
+2009-05-01       Gaius Mulley <gaius@gnu.org>
+
+	* bug fixes so that ulm-lib-gm2/std/TimeIO.mod builds.
+	* gm2/gm2-compiler/M2ALU.def:  new procedure TryEvaluateValue.
+	* gm2/gm2-compiler/M2ALU.mod:  implemented TryEvaluateValue.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  implemented new
+	  procedure TryDeclareConst.
+
+2009-04-30       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/gm2-compiler/M2ALU.mod:  commented out
+	  ChangeToConstructor.
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.def:  corrected
+	  comments and added TryDeclareConstant and
+	  TryDeclareConstructor.
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  remove symbol
+	  from tobesolvedbyquad when it is completely resolved.
+	  Implemented TryDeclareConstant and TryDeclareConstructor.
+	* gm2/gm2/gm2-compiler/M2GenGCC.mod:  changed all occurances
+	  of DeclareConstant to TryDeclareConstant.  Changed all
+	  occurances of DeclareConstructor to TryDeclareConstructor.
+	  Fixed bug in DeclareConst.
+	* gm2/gm2/gm2-compiler/M2Range.mod:  changed all occurances
+	  of DeclareConstant to TryDeclareConstant.  Changed all
+	  occurances of DeclareConstructor to TryDeclareConstructor.
+
+2009-04-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  fixed bug which
+	  denied fixed sized set types from being correctly
+	  declared.
+
+2009-04-19       Gaius Mulley <gaius@gnu.org>
+
+	* Huge amount of changes, most of which surround the new
+	  implementation of M2GCCDeclare.mod.  This uses a set of
+	  traverse and walk procedures for each data type which
+	  allows cyclic data structures to be emitted to the
+	  GCC middleend from the gm2 frontend.
+	* gm2/patches/gcc/4.1.2/06.gaius_patch_tree:  new file.
+	* gm2/gm2/gccgm2.c:  gccgm2_BuildStartType, gccgm2_BuildEndType
+	  (New Functions).  gccgm2_DeclareKnownType build type from
+	  previous two functions.  gccgm2_BuildStartArrayType,
+	  gccgm2_PutArrayType, gccgm2_BuildEndArrayType,
+	  gccgm2_GetDeclContext  (New Functions).
+	* gm2/gm2/gm2-compiler/M2ALU.def:  PutConstructorSolved,
+	  EvaluateValue,  IsConstructorDependants,
+	  WalkConstructorDependants  (New procedures).
+	* gm2/gm2/gm2-compiler/M2ALU.mod:  implement above
+	  changes.
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.def:  ConstantKnownAndUsed,
+	  PutToBeSolvedByQuads (New Procedures).
+	* gm2/gm2/gm2-compiler/M2GCCDeclare.mod:  Completely new
+	  algorithm used, too many changes to document here.
+	* gm2/gm2/gm2-compiler/M2GenGCC.def:  ResolveConstantExpressions
+	  first parameter is a WalkAction procedure.
+	* gm2/gm2/gm2-compiler/M2GenGCC.mod:  many changes to reflect
+	  the new walk algorithm of M2GCCDeclare.  All the Fold
+	  procedures now call the WalkAction procedure parameter
+	  if a symbol is resolved rather than removing it from
+	  a list.
+	* gm2/gm2/gm2-compiler/M2Range.def:  FoldRangeCheck
+	  modified in light of new M2GCCDeclare.
+	* gm2/gm2/gm2-compiler/M2Range.mod:  modified in light
+	  of new M2GCCDeclare.
+	* gm2/gm2/gm2-compiler/P2SymBuild.mod:  added commented
+	  out code, which needs to be tested and enabled once
+	  M2GCCDeclare stabalises.
+        * gm2/gm2/gm2-compiler/gccgm2.def:  export BuildStartType,
+	  BuildEndType.  Modified parameters to BuildEndEnumeration,
+	  BuildEnumerator.  Export BuildStartArrayType,
+	  BuildEndArrayType, PutArrayType, GetDeclContext.
+	* gm2/gm2/gm2-libs-pim/InOut.def:  export OpenOutput.
+	* gm2/gm2/p2c/p2c-src/src/decl.c:  changed implementation
+	  of word to unsigned rather than integer.
+
+2009-04-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Base.mod:  simplified module by removing
+	  parameter compatibility array.  We now just use the assignment
+	  compatibility to test non var paramater types which avoids
+	  duplication of code.  Fixed a bug reported Jurgen Lerch.
+
+2009-03-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  tidied up formatting.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  introduced a
+	  debugging watch for the lists.
+	* gm2/gm2-compiler/P2SymBuild.mod:  added an
+	  error check to ensure types are not declared as
+	  themselves.
+	* gm2/gm2-libs-ch/sckt.c:  exit if an error occurs.
+	* gm2/gm2-libs/configure:  rebuilt.
+	* gm2/gm2-libs/configure.in:  added test code cfmakeraw.
+	* gm2/gm2-libs/gm2-libs-host.h.in:  added stub for
+	  cfmakeraw.
+	* gm2/gm2-compiler/P2SymBuild.mod:  catch if a type
+	  is being declared to itself.
+
+2009-03-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  fixed a critical bug
+	  in DEC.  Swapped operands for doBuildBinaryOp around
+          when building a DEC.
+	* gm2/gm2-libs-ch/sckt.c:  removed debugging printf's.
+
+2009-03-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  modified debugging
+	  catch.
+	* gm2/gm2-compiler/SymbolTable.mod:  changed RequestSym
+	  to GetDeclareSym in PutExportQualified and
+	  PutExportUnQualified.
+	* gm2/gm2-libs/SYSTEM.def:  removed export of SIZE.
+	  (It is only added if -fpim2 is enabled).
+	* gm2/gm2-libs-iso/TermFile.mod:  added debugging
+	  comments.
+        * gm2/gm2-libs-iso/wraptime.c:  added wraptime_
+	  prefixes to exported procedures.
+        * gm2/gm2-compiler/M2System.mod:  export SIZE if
+	  -fpim2 is used (or -fpim but only if -fpedantic is not
+	  set).
+	* gm2/gm2-libs-iso/SYSTEM.def:  removed BITSET from export
+	  list as it is pervasive in ISO Modula-2.
+	* gm2/ulm-libs-gm2/sys/SYSTEM.def:  removed SIZE from export
+	  list as it is exported internally depending upon -fpim2
+	  and -fpedantic.
+	* gm2/gm2-libs-coroutines/SYSTEM.def:  removed SIZE from export
+	  list as it is exported internally depending upon -fpim2
+	  and -fpedantic.
+
+2009-03-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-file.in:  added termios.def to
+	  GM2-LIBS-BOOT-DEFS, GM2-LIBS-DEFS.  Added
+	  termios.c to GM2-LIBS-C and added rules to build
+	  gm2/gm2-libs-boot/termios.o, gm2/gm2-libs/termios.o,
+	  gm2/gm2-libs/O2/termios.o, gm2/gm2-libs/SO/termios.o,
+          gm2/gm2-libs/SO_O2/termios.o,
+	  gm2/gm2-libs-paranoid/termios.o.  Removed rule to
+	  build gm2/ulm-lib-gm2/sys/termios.o.  Added termios.c
+	  to GM2-LIBS-BOOT-C.  Removed termios.c from the ulm
+	  libraries.
+	* gm2/gm2-libs/IO.def:  UnBufferedMode, BufferedMode,
+	  EchoOn, EchoOff new declarations.
+	* gm2/gm2-libs/IO.mod:  mostly rewritten.
+	* gm2/gm2-libs/errno.def:  added constant EAGAIN.
+	* gm2/gm2-libs-iso/ClientSocket.mod:  added
+	  port number to name now that IntToStr has been
+	  implemented.
+	* gm2/gm2-libs-iso/README.texi:  corrected dates and
+	  added TermFile to the list of completed modules.
+	* gm2/gm2-libs-iso/TermFile.def:  tidied up comments.
+	* gm2/init/ppginit:  added errno and termios to the list
+	  of dependant modules.
+	* gm2/gm2-libs-iso/TermFile.mod:  new file.
+	* gm2/Make-lang.in:  removed rule to build
+          gm2/ulm-lib-gm2/sys/termios.o.
+	* gm2/gm2-libs/libc.def:  corrected open to use varargs.
+	* gm2/gm2-libs-iso/TermFile.mod:  initialize termios
+	  types when term is initialised.  RestoreTerminalSettings
+	  (new function).  Call new function.
+
+2009-03-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/SysClock.mod:  new file.
+	* gm2/gm2-libs-iso/wraptime.def:  new file.
+	* gm2/gm2-libs-iso/wraptime.c:  new file.
+	* gm2/gm2-libs-iso/README.texi:  updated list of
+	  completed ISO library modules.
+	* gm2/Make-lang.in:  added SysClock.mod to
+	  GM2-LIBS-ISO-MODS and added wraptime.c to
+          GM2-LIBS-ISO-C.
+	* gm2/gm2-compiler/P2SymBuild.mod:  use one
+	  call of MetaErrorsT2, rather than two calls to
+	  MetaErrorT1.
+
+2009-02-27       Gaius Mulley <gaius@gnu.org>
+
+	* Fixed compiler so that pervasive procedure functions
+	  can be redefined.
+	* gm2/Make-lang.in:  added IOResult.mod, SIOResult.mod,
+	  StringChan.mod to GM2-LIBS-ISO-MODS.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  PrintDeclared
+	  (new procedure).  PrintVerboseFromList call
+	  PrintDeclared.
+	* gm2/gm2-compiler/P2SymBuild.mod:  replace RequestSym
+	  with GetDeclareSym.  Tidied up comments.
+	* gm2/gm2-compiler/SymbolTable.def:  export GetDeclareSym.
+	* gm2/gm2-compiler/SymbolTable.mod:  implement GetDeclareSym.
+	* gm2/gm2-libs-iso/SysClock.def:  assign maxSecondParts to
+	  zero.
+
+2009-02-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/StringConvert.mod:  LongrealToString
+	  add test to see if the nonfraction component
+	  is empty.  Fixes a bug reported by Steve Giess
+	  <scgiess@hotmail.com>.
+	* gm2/Make-lang.in:  LongIO.mod, RealIO.mod added
+	  to GM2-LIBS-ISO-MODS.
+	* gm2/gm2-libs-ch/dtoa.c:  removed conditional
+	  compilation on HAVE_STRTOLD.
+	* gm2/gm2-libs-ch/ldtoa.c:  fall back to using
+	  strtod if strtold is unavailable.
+	* gm2/gm2-libs-iso/IOChan.mod:  fixed error
+	  message.
+	* gm2/gm2-libs-iso/LongIO.mod:  tidied up comments.
+	* gm2/gm2-libs-iso/LongIO.mod:  new implementation.
+	* gm2/gm2-libs-iso/RealIO.def:  tidied up comments.
+	* gm2/gm2-libs-iso/RealIO.mod:  new implementation.
+	* gm2/gm2-libs-iso/SWholeIO.mod:  tidied up comments.
+	* gm2/gm2-libs-iso/WholeIO.mod:  refactored to use
+	  writeString.
+	* gm2/gm2-libs-iso/SLongIO.mod:  new implementation.
+	* gm2/gm2-libs-iso/SRealIO.mod:  new implementation.
+	* gm2/gm2-libs-iso/IOResult.mod:  new implementation.
+	* gm2/gm2-libs-iso/SIOResult.mod:  new implementation.
+
+2009-02-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/ConvStringLong.def:  new file.
+	* gm2/gm2-libs-iso/ConvStringLong.mod:  new file.
+	* gm2/gm2-libs-iso/ConvStringReal.mod:  fixed bugs.
+	* gm2/gm2-libs-iso/LongConv.def:  tidied up comments.
+	* gm2/gm2-libs-iso/LongConv.mod:  new file.
+	* gm2/gm2-libs-iso/LongStr.def:  tidied up comments.
+	* gm2/gm2-libs-iso/LongStr.mod:  new file.
+	* gm2-libs-iso/README.texi:  updated list of
+	  completed modules.
+	* gm2/gm2-libs-iso/RealStr.def:  tidied up comments.
+	* gm2/Make-lang.in:  added ConvStringLong.mod,
+	  LongConv.mod, LongMath.mod, LongStr.mod to be
+	  built and installed.
+	* gm2/gm2-libs/StringConvert.mod:  skip leading zeros.
+
+2009-02-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/ConvStringReal.mod:  fixed comment.
+	* gm2/gm2-libs-iso/RTio.def:  corrected return type
+	  of GetDevicePtr.
+
+2009-02-14       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2-compiler/M2GenGCC.def:  add comment about
+	  including the nul in the number of bytes copied.
+	* gm2/gm2-compiler/M2GenGCC.mod:  check if destination
+	  array type has enough room to contain the nul and if
+	  so increment the number of characters to be copied.
+	* gm2/gm2-libs/FIO.def:  corrected return type of
+	  FindPosition to be LONGINT.
+	* gm2/gm2-compiler/P2SymBuild.mod:  added procedure
+	  return type check between definition and implement
+	  modules.
+	* gm2/gm2-libs/FIO.def:  FindPosition returns LONGINT.
+	* gm2/gm2-libs-pim/FloatingUtilities.mod:  Round
+	  returns INTEGER and Roundl returns LONGINT.
+	* gm2/gm2-libs-pim/FloatingUtilities.def:  Roundl
+	  also returns LONGINT.
+
+2009-02-13       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  copy result of TREE_CODE into a variable
+	  to aid debugging.
+	* gm2/m2pp.c:  m2pp_constructor (new function).  Add
+	  INIT_EXPR as a pseudoname for MODIFY_EXPR.
+	* gm2/gm2-compiler/M2ALU.mod:  fixed off by one bug when
+	  constructing array constants.
+	* gm2/gm2-libs-ch/dtoa.c:  add '0' to the end of a copied
+	  string of significant digits.
+
+2009-02-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  modified include path when compiling
+	  ldtoa.c and dtoa.c.
+	* gm2/gccgm2.c:  gccgm2_ConvertString (new function).
+	  gccgm2_BuildStringConstantType (new function).
+	  Re-factored gccgm2_BuildString.
+	* gm2/gm2-compiler/M2GenGCC.mod:  convert string
+	  if used during a constant constructor.
+	* gm2/gm2-compiler/gccgm2.def:  export ConvertString.
+	* gm2/gm2-libs-ch/dtoa.c:  another new implementation,
+	  this time based on snprintf (due to lack of portability)
+	  with qecvt_r and qfcvt_r.
+	* gm2/gm2-libs-ch/ldtoa.c:  another new implementation,
+	  this time based on snprintf (due to lack of portability)
+	  with qecvt_r and qfcvt_r.
+	* gm2/gm2-libs/FIO.def:  modified FindPosition to return
+	  LONGINT.
+	* gm2/gm2-libs/FIO.mod:  changed data type of abspos to
+	  LONGINT, to reflect change in FindPosition.
+
+2009-02-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/StringConvert.mod:  fixed carryOne
+	  to allow the carry to correctly propagate to
+	  the left most digit.
+
+2009-01-31       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2/Make-lang.in:  new rules to build ldtoa.o
+	  and dtoa.o.
+        * gm2/gm2/gccgm2.c:  change boolean_to_unsigned to
+	  boolean_enum_to_unsigned and alter implementation
+	  accordingly.
+	* gm2/gm2/gm2-libs/StringConvert.mod:  use new ldtoa
+	  interface and fixed bugs in ToSigFigs.
+	* gm2/gm2/gm2-libs/configure.in:  check for strtod
+	  and strtold.
+	* gm2/gm2/gm2-libs/dtoa.def:  remove unused
+	  enumerated fields and modify procedure function
+	  names and parameters in light of the new dtoa
+	  implementation.
+	* gm2/gm2/gm2-libs/gm2-libs-host.h.in:  add entries
+	  for HAVE_STRTOD and HAVE_STRTOLD.
+	* gm2/gm2/gm2-libs/ldtoa.def:  remove unused
+	  enumerated fields and modify procedure function
+	  names and parameters in light of the new ldtoa
+	  implementation.
+	* gm2/gm2/gm2-libs-ch/dtoa.c:  new implementation
+	  (GPL) based on libc strtod, ecvt and fcvt.
+	* gm2/gm2/gm2-libs-ch/ldtoa.c:  new implementation
+	  (GPL) based on libc strtold, qecvt and qfcvt.
+	* gm2/gm2/gm2-libs-iso/ConvStringReal.def:  changed
+	  procedure function name.
+	* gm2/gm2/gm2-libs-iso/ConvStringReal.mod:
+	  fixed many bugs in the three real conversion
+	  routines.
+	* gm2/gm2/gm2-libs-iso/RealConv.mod:  use new procedure
+	  function name and modify parameters.
+	* gm2/gm2-libs-ch/dtoa.c:  added GPL header.
+	* gm2/gm2-libs-ch/ldtoa.c:  added GPL header.
+	* gm2/gm2-libs-iso/RealStr.mod:  fixed more bugs.
+	* gm2/Make-lang.in:  added RealStr.mod to list of
+	  completed ISO modules.
+	* gm2/gm2-libs-iso/README.texi:  added RealStr to
+	  list of documented modules.
+
+2009-01-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  improved error
+	  message and use MetaError rather than ErrorStringAt.
+
+2009-01-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  boolean_to_unsigned changed to
+	  boolean_enum_to_unsigned and modified accordingly.
+	  Call boolean_enum_to_unsigned in comparison build
+	  functions.
+	* gm2/gm2.texi:  minor word change.
+	* gm2/gm2-compiler/M2Quads.mod:  removed redundant
+	  import.
+	* gm2-libs-iso/SWholeIO.def:  tidied up comments
+	  to fix normal page and screen width.
+
+2009-01-20       Michael Lambert <lambert@psc.edu>
+
+        * gm2/gm2-libs-iso/SWholeIO.mod:  (new file).
+	* gm2/gm2-libs-iso/README.texi:  updated complete
+	  module list.
+	* gm2/Make-lang.in:  add SWholeIO.mod to the list
+	  of iso modules to be compiled (GM2-LIBS-ISO-MODS).
+
+2009-01-20       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/Strings.mod:  Insert (reimplemented).
+
+2009-01-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/configure.in:  corrected version to 0.68
+	* gm2/gccgm2.c:  added prototypes for gccgm2_BuildCmplx,
+	  gccgm2_BuildIm and gccgm2_BuildRe.  gccgm2_BuildCmplx
+	  detect constant operands or variable operands and skip
+	  type decl.
+	* gm2/gm2-compiler/M2Base.mod:  ScalarToComplex
+	  return Complex even if error discovered.
+	* gm2/gm2-compiler/M2Quads.mod:  check compatibility of
+	  CMPLX operands and assign return value type for
+	  CMPLX based on the operand types rather than CType.
+	* gm2/configure.in:  added rule to detect the presence of
+	  flex.
+	* gm2/gccgm2.c:  gccgm2_BuildComplex test and convert
+	  operands if necessary.
+
+2009-01-14       Gaius Mulley <gaius@gnu.org>
+
+	* new files RealStr.mod, ConvStringReal.def and
+	  ConvStringReal.mod.
+	* gm2/gm2-compiler/M2ALU.def:  IsValueConst (new function).
+	* gm2/gm2-compiler/M2ALU.mod:  GetConstructorField return
+	  symbol rather than Tree.  Add areAllConstants field
+	  to a constructor value.  IsValueConst (implement new
+	  function).  ConvertConstToType (new function).
+        * gm2/gm2-compiler/M2GCCDeclare.def:  DeclareConstructor
+	  (new procedure).
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  DeclareConstructor
+	  (implement new procedure).
+	* gm2/gm2-compiler/M2GenGCC.def:  DoCopyString exported.
+	* gm2/gm2-compiler/M2GenGCC.mod:  call DeclareConstructor
+	  before it is used.  Also check to see that Composite
+	  types do not occur in expressions.
+	* gm2/gm2-compiler/M2Quads.mod:  modified to allow non
+	  constant constructors to be used.  General tidying up.
+	* gm2/gm2-compiler/M2Range.mod:  call DeclareConstructor
+	  before possible assignment of constructor.
+	* gm2/gm2-compiler/SymbolTable.def:  IsConstructorConstant
+	  (new procedure).  IsComposite (new procedure).
+	* gm2/gm2-compiler/SymbolTable.mod:  IsConst checks to
+	  see if the constructor is constant.  IsConstructorConstant
+	  (implement new procedure).  IsComposite (implement new
+	  procedure).
+	* gm2/gm2-libs-iso/RealConv.mod:  reimplemented using
+	  ConvStringReal.
+	* gm2/gm2-compiler/M2ALU.mod:  DefinedByConstants (new
+	  procedure),  arrayConstants (new procedure),
+	  fieldsConstant (new procedure) and rangeConstant
+	  (new procedure).
+	* gm2/gm2.texi:  add information about the flag -g.
+
+2009-01-13       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  only copy SYSTEM.def from the
+	  build directory.  Add ConvStringReal.mod to the list
+	  of ISO modules.
+
+2009-01-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  gccgm2_AreRealOrComplexConstantsEqual
+	  (new function).  Call gccgm2_FoldAndStrip in BuildCmplx.
+	* gm2/gm2-compiler/M2ALU.def:  IsValueTypeComplex (new
+	  procedure).  PushComplexTree (new procedure).
+	  PopComplexTree (new procedure).
+	* gm2/gm2-compiler/M2ALU.mod:  EitherComplex (new
+	  procedure).  ComplexAdd (new procedure).
+	  ComplexSub (new procedure).  ComplexMult (new
+	  procedure).  ComplexDiv (new procedure).
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  DeclareConstant
+	  test for type COMPLEX and call M2ALU.PopComplexTree.
+	* gm2/gm2-compiler/M2GenGCC.mod:  FoldBecomes
+	  check IsValueTypeComplex and call PopComplexTree if
+	  necessary.
+	* gm2/gm2-compiler/SymbolConversion.mod:  AddModGcc
+	  check for COMPLEX constant and push the appropriate
+	  tree.
+	* gm2/gm2-compiler/gccgm2.def:  AreRealOrComplexConstantsEqual
+	  (new procedure).
+
+2009-01-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  fixed gccgm2_BuildRe, gccgm2_BuildIm
+	  to detect constants.
+	* gm2/gm2.texi:  added new section Build GNU Modula-2
+	  from source under GNU/Linux.  Added SHELL=/bin/bash.
+	  Also added GM2_ROOT in moving installation example.
+	* gm2/gm2-compiler/M2Base.mod:  MixTypes detects
+	  COMPLEX.
+	* gm2/gm2-libs-iso/RealStr.def:  tidied up comments.
+	* gm2/gm2.texi:  minor fixes.
+
+2009-01-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2spec.c:  improved debugging arg dumps and also
+	  fixed bug (ignore a NULL string if it requested
+	  to be added to the command line).
+	* gm2/gm2.texi:  corrected word.
+	* gm2/gm2-compiler/M2GenGCC.mod:  FoldUnary skips type
+	  when checking for ZType, RType or CType constants.
+
+2009-01-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  corrected GM2ROOT to GM2_ROOT.
+	* gm2/gm2spec.c:  corrected GM2ROOT to GM2_ROOT and
+	  pass old PATH appended to the new PATH.
+	* gm2/gm2spec.c:  only issue a warning message if
+	  -fmakeall0 is not present on the command line.
+	* gm2/gm2spec.c:  reset loop iterator variable.
+
+2009-01-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2spec.c:  introduced GM2_ROOT environment
+	  variable which can override the --prefix option
+	  given to configure.
+	* gm2/gm2spec.c:  commented new functions.
+	* gm2/gm2spec.c:  introduced GM2IPATH and GM2OPATH
+	  environment variables.
+	* gm2/gm2.texi:  documented all new environment
+	  variables.
+
+2009-01-05       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2-compiler/M2Base.mod:  IsComplesType includes
+	  CType.
+	* gm2/gm2-compiler/M2GenGCC.mod:  FoldUnary detects
+	  whether a complex type constant is being used and
+	  casts it to the CType.
+
+2009-01-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Base.mod:  extended FindMetaType
+	  to detect CType constants.  Extended assignment,
+	  expression and parameter matrices to contain the
+	  complex family of types.
+	* testsuite/gm2/complex/pass/arith.mod and
+          testsuite/gm2/complex/pass/arith2.mod new files.
+
+2009-01-02       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gccgm2.c:  added m2_complex_type_node,
+	  m2_long_complex_type_node, m2_short_complex_node,
+	  m2_c_type_node, m2_complex32_type_node,
+	  m2_complex64_type_node,
+	  m2_complex96_type_node,
+          m2_complex128_type_node,
+	  build_m2_complex32_type_node,
+          build_m2_complex64_type_node,
+	  build_m2_complex96_type_node,
+	  build_m2_complex128_type_node,
+	  gccgm2_GetM2Complex32,
+          gccgm2_GetM2Complex64,
+          gccgm2_GetM2Complex96,
+          gccgm2_GetM2Complex128,
+          build_m2_complex_type_node,
+          build_m2_long_complex_type_node,
+          build_m2_short_complex_type_node,
+          build_m2_complex_type_from,
+          gccgm2_GetM2ComplexType,
+          gccgm2_GetM2LongComplexType,
+          gccgm2_GetM2ShortComplexType,
+          gccgm2_GetM2CType, gccgm2_BuildRe,
+          gccgm2_BuildIm and gccgm2_BuildCmplx.
+	* gm2/el/g-mode.el:  updated dates.
+	* gm2/gm2-compiler/M2Base.def:  added Complex,
+	  LongComplex, ShortComplex, IsAComplexType,
+	  GetCmplxReturnType, ComplexToScalar and
+	  ScalarToComplex.
+	* gm2/gm2-compiler/M2Base.mod:  create and
+	  implement CType, Complex, LongComplex,
+	  ShortComplex, Re, Im, Cmplx.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  declare
+	  COMPLEX, LONGCOMPLEX, SHORTCOMPLEX, COMPLEX32,
+	  COMPLEX64, COMPLEX96 and COMPLEX128.
+	* gm2/gm2-compiler/M2GenGCC.mod:  implement
+	  IM, RE and CMPLX as standard functions and
+	  attempt to fold them if possible.
+	* gm2/gm2-compiler/M2Quads.mod:  BuildReFunction
+	  BuildImFunction, BuildCmplxFunction (new functions).
+	* gm2/gm2-compiler/M2System.def:  define IsComplexN
+	  and ComplexN.
+	* gm2/gm2-compiler/M2System.mod:  declare COMPLEX32,
+	  COMPLEX64, COMPLEX96, COMPLEX128.  New functions:
+	  ComplexN, IsComplexN.
+	* gm2/gm2-compiler/SymbolTable.def:  define Make2Tuple.
+	* gm2/gm2-compiler/SymbolTable.mod:  implement Make2Tuple.
+	* gm2/gm2-compiler/gccgm2.def:  define BuildRe, BuildIm,
+	  BuildCmplx, GetM2ComplexType, GetM2LongComplexType,
+          GetM2ShortComplexType, GetM2CType, GetM2Complex32,
+          GetM2Complex64, GetM2Complex96 and GetM2Complex128.
+	* gm2/gm2.texi:  updated documentation to include
+	  new complex types and their C equivalence.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  import IsObject
+	  and IsTuple and extend the interactive debugging
+	  procedure PrintVerbose.
+	* gm2/gm2-compiler/M2GenGCC.mod:  attempt to declare
+	  constants prior to attempting to use them during
+	  FoldStandardFunction.  Fix bug when passing types of
+	  operands to GetCmplxReturnType.
+	* gm2/gm2-compiler/M2Quads.mod:  added missing line
+	  to BuildCmplx and fixed ISO error message in light
+	  of additional constant functions.
+	* gm2/gm2-compiler/M2Range.mod:  make sure that
+	  GetMinMax returns FALSE if a complex type is seen.
+	* gm2/gm2-compiler/SymbolTable.def:  export IsObject
+	  and IsTuple.
+	* gm2/gm2-compiler/SymbolTable.mod:  implement
+	  IsTuple.  Fixed bug in Make2Tuple and corrected
+	  error message.
+
+2009-01-02       Michael Lambert <lambert@psc.edu>
+
+	* gm2/Make-lang.in:  patch to build dtoa and ldtoa
+	  for gm2.paranoid.
+
diff --git a/gcc/m2/ChangeLog-2010 b/gcc/m2/ChangeLog-2010
new file mode 100644
index 00000000000..47ef1f551f3
--- /dev/null
+++ b/gcc/m2/ChangeLog-2010
@@ -0,0 +1,3680 @@
+2010-12-10       Gaius Mulley <gaius@gnu.org>
+
+	* Release 1.0
+	* gm2/Make-lang.in:  added gm2/examples/iso/socket to the list
+	  of examples to be checked.
+	* gm2/NEWS:  updated.
+	* gm2/TODO:  updated.
+
+2010-12-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  detect an attempt to pass a
+	  type as a parameter and issue an error.  Fixes a bug
+	  reported by Scott Iverson.
+	* gm2/gm2-compiler/SymbolTable.mod:  tidied up comment.
+	* gm2/gm2-libs/RTExceptions.mod:  new procedure addFile
+	  and stripPath which extracts the filename from the
+	  complete path.  Bug reported by Christoph Schlegel.
+	* gm2/gm2-libs-iso/ClientSocket.mod:  modified exception
+	  message given the increased push back buffer.
+	* gm2/gm2-libs-iso/wrapsock.c:  modified the push back
+	  routines to work with multiple consecutive push back.
+	* gm2/config-lang.in:  added
+          gm2/examples/iso/socket/Makefile to be configured.
+	* gm2/examples/iso/socket/Makefile.in:  fixed compiler,
+	  include and link paths.
+
+2010-12-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  added example checking rule,
+	  gm2-check-examples.
+	* gm2/config-lang.in:  create gm2/examples/callingC/Makefile.
+	* gm2/gm2spec.c:  fixed off by 1 error in strncmp, use strlen
+	  to calculate length of string to prevent this reoccuring.
+	* gm2/examples/callingC/Makefile.in:  modified to use correct
+	  path.
+	* gm2/examples/cplusplus/cppcatchm2/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/cplusplus/m2catchcpp/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/cpp/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/gravity/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/hello/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/map/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/ncurses/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/swig/exceptions/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/swig/strlib/Makefile.in:  modified to
+	  use correct path.
+	* gm2/examples/swig/tiny/Makefile.in:  modified to
+	  use correct path.
+	* gm2/gm2-compiler/PCSymBuild.mod:  detect error if
+	  trying to assign a constant from an unresolved symbol.
+	* gm2/gm2-libs-pim/NumberConversion.def:  fixed dates.
+	* gm2/gm2-libs-pim/NumberConversion.mod:  fixed dates.
+
+2010-11-26       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  changed documentation to use -fonlylink
+          where appropriate and remove the -c flag for the simple
+	  examples.
+	* gm2/examples/hello/Makefile.in:  removed compile without
+	  link stage.
+	* gm2/examples/ncurses/Makefile.in:  fixed pre-install build.
+
+2010-11-25       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  modified shared library examples
+	  to use -fonlylink.
+
+2010-11-24       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/lang-specs.h:  modified so that gm2 foo.mod will
+	  both compile and link file foo.mod.
+	* gm2/lang.opt:  modified description of -fonlylink
+	  (removed internal usage
+	* gm2/gm2.texi:  changed compile commands in the
+	  hello world example to start with the simpler
+	  gm2 -g hello.mod.
+	* gm2/gm2.texi:  replaced @filename with @file.
+	* gm2/bnf/gm2m.bnf:  modified M2L to use -fonlylink.
+	* gm2/examples/gravity/Makefile.in:  use -fonlylink.
+	* gm2/examples/swig/exceptions/Makefile.in:  use -fonlylink.
+	* gm2/examples/swig/strlib/Makefile.in:  use -fonlylink.
+	* gm2/examples/swig/tiny/Makefile.in: use -fonlylink.
+
+2010-11-22       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/gm2lgen.mod:  only invoke the call to
+          M2RTS_ExecuteInitialProcedures prior to the BEGIN END
+	  of the main module.
+	* gm2/gm2-libs/FIO.mod:  introduce new field, valid,
+	  to Buffer, so that the buffer can be declared invalid
+	  after a seek or when it is exhausted and a read is
+	  performed directly at an address.  Fixes a bug reported
+	  by James Cox.
+
+2010-11-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  bugfix, replaced 8 spaces by a tab.
+	  Bug reported by Steve Giess.
+
+2010-11-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2.texi:  extended the section on using the C
+	  preprocessor by including another example.
+
+2010-11-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  compile static versions of
+	  DynamicStrings, FormatStrings, M2Quads, M2Options, M2Search
+	  with $(GM2_DEBUG_STRMEM) (-fcpp) flag to track down any
+	  memory leaks.
+	* gm2/gm2-compiler/M2Options.mod:  changes to allow debugging
+	  code to be included if -fcpp is used.
+	* gm2/gm2-compiler/M2Printf.mod:  changes to allow debugging
+	  code to be included if -fcpp is used.
+	* gm2/gm2-compiler/M2Quads.mod:  changes to allow debugging
+	  code to be included if -fcpp is used.
+	* gm2/gm2-compiler/M2Search.mod:  changes to allow debugging
+	  code to be included if -fcpp is used.
+	* gm2/gm2-libs/DynamicStrings.def:  added definition for
+	  PopAllocationExemption.
+	* gm2/gm2-libs/DynamicStrings.mod:  fixed memory leaks and
+	  bugs related to deallocating strings.
+	* gm2/gm2-libs/FormatStrings.mod:  changes to allow debugging
+	  code to be included if -fcpp is used.  Also fixed memory
+	  leaks, which occurred if strings were not Mark'ed.
+	* gm2/gm2-libs/FpuIO.mod:  tidied up header comment and added
+	  DynamicString debugging code.
+	* gm2/gm2-libs/SEnvironment.mod:  tidied up header comment and
+	  added DynamicString debugging code.
+	* gm2/gm2-libs/SFIO.mod:  tidied up header comment and
+	  added DynamicString debugging code.
+	* gm2/gm2-libs/StringConvert.mod:  changes to allow debugging
+	  code to be included if -fcpp is used.  Also fixed memory
+	  leaks, which occurred if strings were not Mark'ed.
+
+2010-11-12       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/FIO.mod:  removed unnecessary import of FIO.
+	* gm2/gm2-libs/FormatStrings.mod:  included cpp macros for
+	  debugging memory leaks within the module.
+	* gm2/gm2-libs/FpuIO.mod:  included cpp macros for
+	  debugging memory leaks within the module.
+	* gm2/gm2-libs/SArgs.mod:  included cpp macros for
+	  debugging memory leaks within the module.
+	* gm2/gm2-libs/SEnvironment.mod:  included cpp macros for
+	  debugging memory leaks within the module.
+	* gm2/gm2-libs/StringConvert.mod:  included cpp macros for
+	  debugging memory leaks within the module.
+	* gm2/gm2-libs-pim/RealConversions.mod:  included cpp macros for
+	  debugging memory leaks within the module.  Also fixed
+	  doPowerOfTen.
+
+2010-11-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/DynamicStrings.mod:  writeAddress (New procedure),
+	  writeLongcard (New procedure),
+	  DumpStringSynopsis (New procedure).
+	* gm2/gm2-libs-pim/RealConversions.mod:  import debugging
+	  versions of the DynamicString primitives and fix memory leak.
+	* gm2/gm2-libs-pim/RealInOut.mod:  import debugging
+	  versions of the DynamicString primitives and fix memory leak.
+
+2010-11-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/DynamicStrings.mod:  added forward declaration.
+	* gm2/gm2-libs/DynamicStrings.mod:  corrected typo.
+	* gm2/gm2-libs/DynamicStrings.mod:  fixed initialization order
+	  bug by using Init and a boolean.
+	* gm2/gm2-libs/DynamicStrings.mod:  implemented the debugging
+	  print statements with write.
+	* gm2/gm2-libs/StringConvert.mod:  fixed more memory leaks by
+	  Mark(ing) appropriate strings.
+	* gm2/gm2-libs/DynamicStrings.mod:  reimplemented the frame
+	  data structure some of the key list routines.
+	* gm2/gm2-libs/DynamicStrings.mod:  more minor fixes to aid
+	  p2c.
+	* gm2/gm2-libs/DynamicStrings.mod:  minor fix moving data type
+	  declarations to satisfy p2c.
+	* gm2/Make-lang.in:  added $(GM2_CPP) variable.
+	* gm2/gccgm2.c:  removed incorrect comment boilerplate.
+	* gm2/gm2-libs/DynamicStrings.def:  added debugging equivalents
+	  of InitString and family, Mult, Dup and Slice.  New procedures
+	  (PushAllocation) (PopAllocation).
+	* gm2/gm2-libs/DynamicStrings.mod:  PoisonedOn FALSE.  Implemented
+	  debugging equivalents of InitString and family, Mult, Dup and Slice.
+	  Also added memory leak verification PushAllocation/PopAllocation.
+	* gm2/gm2-libs/RTExceptions.mod:  New procedure (TidyUp) called during
+	  finalisation to deallocate memory.
+	* gm2/gm2-libs/StringConvert.mod:  fixed many memory leaks by
+	  Mark(ing) appropriate strings.
+	* gm2/gm2-libs-pim/RealConversions.mod:  fixed many memory leaks by
+	  Mark(ing) appropriate strings.
+
+2010-11-02       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/TODO:  updated.
+	* gm2/gccgm2.c:  removed dead code.
+	* gm2/gm2.texi:  changed Warning section to Caveat and modified
+	  text in light of the imminent release of 1.0 and complete ISO
+	  library support.
+	* gm2/gm2spec.c:  tidied up spacing.
+	* gm2/lang.opt:  added new internal option -fonlylink.
+	* gm2/examples/gravity/twoDsim.mod:  corrected dates.
+        * gm2/www/index.ms:  updated with the GCC lightening talk.
+
+2010-10-19       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2spec.c:  added fourth parameter to
+	  add_default_combinations which allows iso to be present at the
+	  end of the pimcoroutine library choice.  In turn this allows
+	  pth.def to be found.
+
+2010-10-18       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/examples/gravity/testsim2.py:  (New file)
+        * gm2/examples/gravity/produce-avi:  restored remove command.
+
+2010-10-17       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  renamed gccgm2_BuildArrayType to
+	  gm2_build_array_type as it is no longer exported.
+	  gccgm2_BuildEndArrayType has an extra parameter, type.
+	  gccgm2_BuildStringConstant uses stricter parameter
+	  declaration.  build_m2_iso_byte_node,
+	  build_m2_iso_word_node, build_m2_word16_type_node,
+	  build_m2_word32_type_node, build_m2_word64_type_node
+	  all have a front end type parameter so that
+	  we can canonicalize array declarations.
+	  (New functions) gccgm2_InitSystemTypes.
+	  Use gm2_canonicalize_array instead of
+	  canonicalize_array and skip type declarations during
+	  construction of array types.
+	  This fixes a bug reported by John O Goyo.
+	* gm2/examples/gravity/Makefile.in:  run the more interesting
+	  test testsim2.py rather than testsim.py.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  pass the front end type
+	  to gccgm2 array building functions.
+	* gm2/gm2-compiler/M2System.mod:  only build GCC ISO types
+	  based on LOC once LOC is declared.
+	* gm2/gm2-compiler/gccgm2.def:  add the extra type parameter to
+	  the array building functions.  Also export the new function
+	  InitSystemTypes.
+	* gm2/www/index.ms:  update homepage with reference to the
+	  newly released 0.99.
+
+2010-10-11       Gaius Mulley <gaius@gnu.org>
+
+	* released version 0.99 of gm2.
+	* gm2/version.c:  updated to version 1.0.
+	* gm2/www/index.ms:  updated news of 0.99 release.
+	* gm2/gm2-libs/configure.in:  updated to 1.0.
+	* gm2/gm2-libs/configure:  rebuilt.
+
+2010-10-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/COPYING:  updated license to GPL 3.0
+	* gm2/gm2-harness/COPYING:  updated license to GPL 3.0
+	* gm2/tools-src/tidydates.py:  new file.
+	* gm2/gm2spec.c:  New function (add_B_prefix).  Add
+	  -B option to the command line if -fmakeall is present
+	  and no -B option exists.  Fixes a bug reported by
+	  Martin Kalbfuß
+	  http://lists.gnu.org/archive/html/gm2/2010-09/msg00027.html.
+	* gm2/lang-specs.h:  pass the -B option through to subcomponents
+	  if -fmakeall is used.
+	* gm2/gm2spec.c:  New function (find_executable_path).
+
+2010-10-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Range.mod:  corrected the range test for
+	  the lower bounds at the end of a FOR loop.  Fixes a bug
+	  reported by James Cox.
+	* gm2/tools-src/tidydates.py:  new file.
+	* gm2/gpl-3.0.texi:  new file.
+
+2010-10-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  tidied up Copyright dates on
+	* gm2/Makefile.in:  the following files.
+	* gm2/config-lang.in:
+	* gm2/gccgm2.c:
+	* gm2/gm2-common.c:
+	* gm2/gm2-common.h:
+	* gm2/gm2-lang.c:
+	* gm2/gm2-lang.h:
+	* gm2/gm2-tree.def:
+	* gm2/gm2-tree.h:
+	* gm2/gm2builtins.c:
+	* gm2/gm2config.h.in:
+	* gm2/gm2except.c:
+	* gm2/gm2spec.c:
+	* gm2/gm2version.h:
+	* gm2/lang-options.h:
+	* gm2/lang-specs.h:
+	* gm2/m2pp.c:
+	* gm2/m2pp.h:
+	* gm2/examples/callingC/Makefile.in:
+	* gm2/examples/callingC/hello.mod:
+	* gm2/examples/callingC/libprintf.def:
+	* gm2/examples/cplusplus/cppcatchm2/Makefile.in:
+	* gm2/examples/cplusplus/cppcatchm2/cpp.def:
+	* gm2/examples/cplusplus/cppcatchm2/m2.def:
+	* gm2/examples/cplusplus/cppcatchm2/m2.mod:
+	* gm2/examples/cplusplus/m2catchcpp/Makefile.in:
+	* gm2/examples/cplusplus/m2catchcpp/cpp.def:
+	* gm2/examples/cplusplus/m2catchcpp/m2.mod:
+	* gm2/examples/cpp/Makefile.in:
+	* gm2/examples/cpp/hello.mod:
+	* gm2/examples/cppDef/a.def:
+	* gm2/examples/cppDef/b.mod:
+	* gm2/examples/executive/testexecutive.mod:
+	* gm2/examples/executive/testtime.mod:
+	* gm2/examples/executive/winexec.mod:
+	* gm2/examples/gravity/Makefile.in:
+	* gm2/examples/gravity/deviceGnuPic.def:
+	* gm2/examples/gravity/deviceGnuPic.mod:
+	* gm2/examples/gravity/gsl.def:
+	* gm2/examples/gravity/roots.def:
+	* gm2/examples/gravity/roots.mod:
+	* gm2/examples/gravity/test.mod:
+	* gm2/examples/gravity/testsim.py:
+	* gm2/examples/gravity/twoDsim.def:
+	* gm2/examples/gravity/twoDsim.mod:
+	* gm2/examples/hello/Makefile.in:
+	* gm2/examples/hello/hello.mod:
+	* gm2/examples/iso/files/rot13.mod:
+	* gm2/examples/iso/hello/hello.mod:
+	* gm2/examples/iso/socket/client.mod:
+	* gm2/examples/map/AdvMap.def:
+	* gm2/examples/map/AdvMap.mod:
+	* gm2/examples/map/BoxMap.def:
+	* gm2/examples/map/BoxMap.mod:
+	* gm2/examples/map/Chance.def:
+	* gm2/examples/map/Chance.mod:
+	* gm2/examples/map/Find.def:
+	* gm2/examples/map/Find.mod:
+	* gm2/examples/map/Geometry.def:
+	* gm2/examples/map/Geometry.mod:
+	* gm2/examples/map/MakeBoxes.def:
+	* gm2/examples/map/MakeBoxes.mod:
+	* gm2/examples/map/Makefile.in:
+	* gm2/examples/map/Map.mod:
+	* gm2/examples/map/RoomMap.def:
+	* gm2/examples/map/RoomMap.mod:
+	* gm2/examples/map/Semantic.mod:
+	* gm2/examples/map/StoreCoord.def:
+	* gm2/examples/map/StoreCoord.mod:
+	* gm2/examples/map/StoreCoords.def:
+	* gm2/examples/map/StoreCoords.mod:
+	* gm2/examples/map/WriteMap.def:
+	* gm2/examples/map/WriteMap.mod:
+	* gm2/examples/map/testch2.mod:
+	* gm2/examples/map/testchan.mod:
+	* gm2/examples/map/testcoor.mod:
+	* gm2/examples/map/old-src/GenMap.mod:
+	* gm2/examples/map/old-src/MakeMap.mod:
+	* gm2/examples/map/old-src/MonMap.def:
+	* gm2/examples/map/old-src/MonMap.mod:
+	* gm2/examples/map/old-src/testboxes.mod:
+	* gm2/examples/min/minhello.mod:
+	* gm2/examples/ncurses/ColorText.def:
+	* gm2/examples/ncurses/ColorText.mod:
+	* gm2/examples/ncurses/Makefile.in:
+	* gm2/examples/ncurses/WindowDevice.def:
+	* gm2/examples/ncurses/WindowDevice.mod:
+	* gm2/examples/ncurses/ncurses.def:
+	* gm2/examples/ncurses/shortc.c:
+	* gm2/examples/ncurses/shortc.def:
+	* gm2/examples/ncurses/test.c:
+	* gm2/examples/ncurses/test.mod:
+	* gm2/examples/ncurses/testcolor.mod:
+	* gm2/examples/ncurses/testmove.mod:
+	* gm2/examples/ncurses/testshort.mod:
+	* gm2/examples/ncurses/testwin.mod:
+	* gm2/examples/pthread/fullpth.def:
+	* gm2/examples/pthread/libcextra.def:
+	* gm2/examples/pthread/libcwrap.c:
+	* gm2/examples/pthread/libcwrap.def:
+	* gm2/examples/pthread/modified_pth.h:
+	* gm2/examples/pthread/testselect.mod:
+	* gm2/examples/server/server.mod:
+	* gm2/examples/svga/DisplayBuffer.def:
+	* gm2/examples/svga/DisplayBuffer.mod:
+	* gm2/examples/svga/Matrix3D.def:
+	* gm2/examples/svga/Matrix3D.mod:
+	* gm2/examples/svga/Transform.def:
+	* gm2/examples/svga/Transform.mod:
+	* gm2/examples/svga/testbox.mod:
+	* gm2/examples/svga/vga.def:
+	* gm2/examples/swig/exceptions/Makefile.in:
+	* gm2/examples/swig/exceptions/tiny.def:
+	* gm2/examples/swig/exceptions/tiny.mod:
+	* gm2/examples/swig/full-strlib/testequ.py:
+	* gm2/examples/swig/strlen/MyStrLib.def:
+	* gm2/examples/swig/strlen/MyStrLib.mod:
+	* gm2/examples/swig/strlib/Makefile.in:
+	* gm2/examples/swig/strlib/MyStrLib.def:
+	* gm2/examples/swig/strlib/MyStrLib.mod:
+	* gm2/examples/swig/tiny/Makefile.in:
+	* gm2/examples/swig/tiny/tiny.def:
+	* gm2/examples/swig/tiny/tiny.mod:
+	* gm2/gm2-compiler/CLexBuf.def:
+	* gm2/gm2-compiler/CLexBuf.mod:
+	* gm2/gm2-compiler/FifoQueue.def:
+	* gm2/gm2-compiler/FifoQueue.mod:
+	* gm2/gm2-compiler/Lists.def:
+	* gm2/gm2-compiler/Lists.mod:
+	* gm2/gm2-compiler/M2ALU.def:
+	* gm2/gm2-compiler/M2ALU.mod:
+	* gm2/gm2-compiler/M2AsmUtil.def:
+	* gm2/gm2-compiler/M2AsmUtil.mod:
+	* gm2/gm2-compiler/M2Base.def:
+	* gm2/gm2-compiler/M2Base.mod:
+	* gm2/gm2-compiler/M2BasicBlock.def:
+	* gm2/gm2-compiler/M2BasicBlock.mod:
+	* gm2/gm2-compiler/M2Batch.def:
+	* gm2/gm2-compiler/M2Batch.mod:
+	* gm2/gm2-compiler/M2Bitset.def:
+	* gm2/gm2-compiler/M2Bitset.mod:
+	* gm2/gm2-compiler/M2CaseList.def:
+	* gm2/gm2-compiler/M2CaseList.mod:
+	* gm2/gm2-compiler/M2Code.def:
+	* gm2/gm2-compiler/M2Code.mod:
+	* gm2/gm2-compiler/M2Comp.def:
+	* gm2/gm2-compiler/M2Comp.mod:
+	* gm2/gm2-compiler/M2Configure.def:
+	* gm2/gm2-compiler/M2Constants.def:
+	* gm2/gm2-compiler/M2Constants.mod:
+	* gm2/gm2-compiler/M2Debug.def:
+	* gm2/gm2-compiler/M2Debug.mod:
+	* gm2/gm2-compiler/M2Defaults.def:
+	* gm2/gm2-compiler/M2Defaults.mod:
+	* gm2/gm2-compiler/M2Depth.def:
+	* gm2/gm2-compiler/M2Depth.mod:
+	* gm2/gm2-compiler/M2Entity.def:
+	* gm2/gm2-compiler/M2Entity.mod:
+	* gm2/gm2-compiler/M2Error.def:
+	* gm2/gm2-compiler/M2Error.mod:
+	* gm2/gm2-compiler/M2EvalSym.def:
+	* gm2/gm2-compiler/M2FileName.def:
+	* gm2/gm2-compiler/M2FileName.mod:
+	* gm2/gm2-compiler/M2GCCDeclare.def:
+	* gm2/gm2-compiler/M2GCCDeclare.mod:
+	* gm2/gm2-compiler/M2GenGCC.def:
+	* gm2/gm2-compiler/M2GenGCC.mod:
+	* gm2/gm2-compiler/M2Inline.def:
+	* gm2/gm2-compiler/M2Inline.mod:
+	* gm2/gm2-compiler/M2Lex.def:
+	* gm2/gm2-compiler/M2Lex.mod:
+	* gm2/gm2-compiler/M2LexBuf.def:
+	* gm2/gm2-compiler/M2LexBuf.mod:
+	* gm2/gm2-compiler/M2MetaError.def:
+	* gm2/gm2-compiler/M2MetaError.mod:
+	* gm2/gm2-compiler/M2Optimize.def:
+	* gm2/gm2-compiler/M2Optimize.mod:
+	* gm2/gm2-compiler/M2Options.def:
+	* gm2/gm2-compiler/M2Options.mod:
+	* gm2/gm2-compiler/M2Pass.def:
+	* gm2/gm2-compiler/M2Pass.mod:
+	* gm2/gm2-compiler/M2Preprocess.def:
+	* gm2/gm2-compiler/M2Preprocess.mod:
+	* gm2/gm2-compiler/M2Printf.def:
+	* gm2/gm2-compiler/M2Printf.mod:
+	* gm2/gm2-compiler/M2Quads.def:
+	* gm2/gm2-compiler/M2Quads.mod:
+	* gm2/gm2-compiler/M2Quiet.def:
+	* gm2/gm2-compiler/M2Quiet.mod:
+	* gm2/gm2-compiler/M2Range.def:
+	* gm2/gm2-compiler/M2Range.mod:
+	* gm2/gm2-compiler/M2Reserved.def:
+	* gm2/gm2-compiler/M2Reserved.mod:
+	* gm2/gm2-compiler/M2Scope.def:
+	* gm2/gm2-compiler/M2Scope.mod:
+	* gm2/gm2-compiler/M2Search.def:
+	* gm2/gm2-compiler/M2Search.mod:
+	* gm2/gm2-compiler/M2Size.def:
+	* gm2/gm2-compiler/M2Size.mod:
+	* gm2/gm2-compiler/M2StackAddress.def:
+	* gm2/gm2-compiler/M2StackAddress.mod:
+	* gm2/gm2-compiler/M2StackWord.def:
+	* gm2/gm2-compiler/M2StackWord.mod:
+	* gm2/gm2-compiler/M2Students.def:
+	* gm2/gm2-compiler/M2Students.mod:
+	* gm2/gm2-compiler/M2SubExp.def:
+	* gm2/gm2-compiler/M2SubExp.mod:
+	* gm2/gm2-compiler/M2Swig.def:
+	* gm2/gm2-compiler/M2Swig.mod:
+	* gm2/gm2-compiler/M2System.def:
+	* gm2/gm2-compiler/M2System.mod:
+	* gm2/gm2-compiler/M2Version.def:
+	* gm2/gm2-compiler/NameKey.def:
+	* gm2/gm2-compiler/NameKey.mod:
+	* gm2/gm2-compiler/P1SymBuild.def:
+	* gm2/gm2-compiler/P1SymBuild.mod:
+	* gm2/gm2-compiler/P1SyntaxCheck.def:
+	* gm2/gm2-compiler/P2Build.def:
+	* gm2/gm2-compiler/P2SymBuild.def:
+	* gm2/gm2-compiler/P2SymBuild.mod:
+	* gm2/gm2-compiler/P3Build.def:
+	* gm2/gm2-compiler/P3SymBuild.def:
+	* gm2/gm2-compiler/P3SymBuild.mod:
+	* gm2/gm2-compiler/PCBuild.def:
+	* gm2/gm2-compiler/PCSymBuild.def:
+	* gm2/gm2-compiler/PCSymBuild.mod:
+	* gm2/gm2-compiler/PHBuild.def:
+	* gm2/gm2-compiler/Sets.def:
+	* gm2/gm2-compiler/Sets.mod:
+	* gm2/gm2-compiler/SymbolConversion.def:
+	* gm2/gm2-compiler/SymbolConversion.mod:
+	* gm2/gm2-compiler/SymbolKey.def:
+	* gm2/gm2-compiler/SymbolKey.mod:
+	* gm2/gm2-compiler/SymbolTable.def:
+	* gm2/gm2-compiler/SymbolTable.mod:
+	* gm2/gm2-compiler/bnflex.def:
+	* gm2/gm2-compiler/bnflex.mod:
+	* gm2/gm2-compiler/cflex.def:
+	* gm2/gm2-compiler/gccgm2.def:
+	* gm2/gm2-compiler/gm2.mod:
+	* gm2/gm2-compiler/gm2builtins.def:
+	* gm2/gm2-compiler/gm2except.def:
+	* gm2/gm2-compiler/gm2lcc.mod:
+	* gm2/gm2-compiler/gm2lgen.mod:
+	* gm2/gm2-compiler/gm2lorder.mod:
+	* gm2/gm2-compiler/m2flex.def:
+	* gm2/gm2-compiler/ppg.mod:
+	* gm2/gm2-harness/Makefile.in:
+	* gm2/gm2-libiberty/choosetemp.def:
+	* gm2/gm2-libiberty/pexecute.def:
+	* gm2/gm2-libs/ASCII.def:
+	* gm2/gm2-libs/Args.def:
+	* gm2/gm2-libs/Args.mod:
+	* gm2/gm2-libs/Assertion.def:
+	* gm2/gm2-libs/Assertion.mod:
+	* gm2/gm2-libs/Break.mod:
+	* gm2/gm2-libs/Builtins.def:
+	* gm2/gm2-libs/Builtins.mod:
+	* gm2/gm2-libs/COROUTINES.def:
+	* gm2/gm2-libs/COROUTINES.mod:
+	* gm2/gm2-libs/CmdArgs.def:
+	* gm2/gm2-libs/CmdArgs.mod:
+	* gm2/gm2-libs/Debug.def:
+	* gm2/gm2-libs/Debug.mod:
+	* gm2/gm2-libs/DynamicStrings.def:
+	* gm2/gm2-libs/DynamicStrings.mod:
+	* gm2/gm2-libs/Environment.def:
+	* gm2/gm2-libs/Environment.mod:
+	* gm2/gm2-libs/FIO.def:
+	* gm2/gm2-libs/FIO.mod:
+	* gm2/gm2-libs/FormatStrings.def:
+	* gm2/gm2-libs/FormatStrings.mod:
+	* gm2/gm2-libs/FpuIO.def:
+	* gm2/gm2-libs/FpuIO.mod:
+	* gm2/gm2-libs/IO.def:
+	* gm2/gm2-libs/IO.mod:
+	* gm2/gm2-libs/Indexing.def:
+	* gm2/gm2-libs/Indexing.mod:
+	* gm2/gm2-libs/LMathLib0.def:
+	* gm2/gm2-libs/LMathLib0.mod:
+	* gm2/gm2-libs/LegacyReal.def:
+	* gm2/gm2-libs/M2EXCEPTION.mod:
+	* gm2/gm2-libs/M2RTS.def:
+	* gm2/gm2-libs/M2RTS.mod:
+	* gm2/gm2-libs/MathLib0.def:
+	* gm2/gm2-libs/MathLib0.mod:
+	* gm2/gm2-libs/MemUtils.def:
+	* gm2/gm2-libs/MemUtils.mod:
+	* gm2/gm2-libs/NumberIO.def:
+	* gm2/gm2-libs/NumberIO.mod:
+	* gm2/gm2-libs/PushBackInput.def:
+	* gm2/gm2-libs/PushBackInput.mod:
+	* gm2/gm2-libs/RTExceptions.def:
+	* gm2/gm2-libs/RTExceptions.mod:
+	* gm2/gm2-libs/RTint.def:
+	* gm2/gm2-libs/RTint.mod:
+	* gm2/gm2-libs/SArgs.def:
+	* gm2/gm2-libs/SArgs.mod:
+	* gm2/gm2-libs/SEnvironment.def:
+	* gm2/gm2-libs/SEnvironment.mod:
+	* gm2/gm2-libs/SFIO.def:
+	* gm2/gm2-libs/SFIO.mod:
+	* gm2/gm2-libs/SMathLib0.def:
+	* gm2/gm2-libs/SMathLib0.mod:
+	* gm2/gm2-libs/SYSTEM.def:
+	* gm2/gm2-libs/SYSTEM.mod:
+	* gm2/gm2-libs/Scan.def:
+	* gm2/gm2-libs/Scan.mod:
+	* gm2/gm2-libs/Selective.def:
+	* gm2/gm2-libs/StdIO.def:
+	* gm2/gm2-libs/StdIO.mod:
+	* gm2/gm2-libs/Storage.def:
+	* gm2/gm2-libs/Storage.mod:
+	* gm2/gm2-libs/StrCase.def:
+	* gm2/gm2-libs/StrCase.mod:
+	* gm2/gm2-libs/StrIO.def:
+	* gm2/gm2-libs/StrIO.mod:
+	* gm2/gm2-libs/StrLib.def:
+	* gm2/gm2-libs/StrLib.mod:
+	* gm2/gm2-libs/StringConvert.def:
+	* gm2/gm2-libs/StringConvert.mod:
+	* gm2/gm2-libs/SysExceptions.def:
+	* gm2/gm2-libs/SysStorage.def:
+	* gm2/gm2-libs/SysStorage.mod:
+	* gm2/gm2-libs/TimeString.def:
+	* gm2/gm2-libs/TimeString.mod:
+	* gm2/gm2-libs/UnixArgs.def:
+	* gm2/gm2-libs/cbuiltin.def:
+	* gm2/gm2-libs/configure.in:
+	* gm2/gm2-libs/cxxabi.def:
+	* gm2/gm2-libs/dtoa.def:
+	* gm2/gm2-libs/errno.def:
+	* gm2/gm2-libs/gm2-libs-host.h.in:
+	* gm2/gm2-libs/ldtoa.def:
+	* gm2/gm2-libs/libc.def:
+	* gm2/gm2-libs/libm.def:
+	* gm2/gm2-libs/sckt.def:
+	* gm2/gm2-libs/termios.def:
+	* gm2/gm2-libs/wrapc.def:
+	* gm2/gm2-libs-boot/SYSTEM.def:
+	* gm2/gm2-libs-ch/Selective.c:
+	* gm2/gm2-libs-ch/StdIO.c:
+	* gm2/gm2-libs-ch/Storage.c:
+	* gm2/gm2-libs-ch/SysExceptions.c:
+	* gm2/gm2-libs-ch/UnixArgs.c:
+	* gm2/gm2-libs-ch/choosetemp.c:
+	* gm2/gm2-libs-ch/dtoa.c:
+	* gm2/gm2-libs-ch/errno.c:
+	* gm2/gm2-libs-ch/ldtoa.c:
+	* gm2/gm2-libs-ch/libc.c:
+	* gm2/gm2-libs-ch/sckt.c:
+	* gm2/gm2-libs-ch/target.c:
+	* gm2/gm2-libs-ch/termios.c:
+	* gm2/gm2-libs-ch/wrapc.c:
+	* gm2/gm2-libs-ch/xlibc.c:
+	* gm2/gm2-libs-coroutines/Debug.def:
+	* gm2/gm2-libs-coroutines/Debug.mod:
+	* gm2/gm2-libs-coroutines/Executive.def:
+	* gm2/gm2-libs-coroutines/Executive.mod:
+	* gm2/gm2-libs-coroutines/KeyBoardLEDs.c:
+	* gm2/gm2-libs-coroutines/KeyBoardLEDs.def:
+	* gm2/gm2-libs-coroutines/SYSTEM.def:
+	* gm2/gm2-libs-coroutines/SYSTEM.mod:
+	* gm2/gm2-libs-coroutines/TimerHandler.def:
+	* gm2/gm2-libs-coroutines/TimerHandler.mod:
+	* gm2/gm2-libs-iso/COROUTINES.mod:
+	* gm2/gm2-libs-iso/ChanConsts.h:
+	* gm2/gm2-libs-iso/ChanConsts.mod:
+	* gm2/gm2-libs-iso/CharClass.mod:
+	* gm2/gm2-libs-iso/ClientSocket.def:
+	* gm2/gm2-libs-iso/ClientSocket.mod:
+	* gm2/gm2-libs-iso/ComplexMath.mod:
+	* gm2/gm2-libs-iso/ConvStringLong.def:
+	* gm2/gm2-libs-iso/ConvStringLong.mod:
+	* gm2/gm2-libs-iso/ConvStringReal.def:
+	* gm2/gm2-libs-iso/ConvStringReal.mod:
+	* gm2/gm2-libs-iso/ConvTypes.mod:
+	* gm2/gm2-libs-iso/EXCEPTIONS.mod:
+	* gm2/gm2-libs-iso/ErrnoCategory.c:
+	* gm2/gm2-libs-iso/ErrnoCategory.def:
+	* gm2/gm2-libs-iso/GeneralUserExceptions.mod:
+	* gm2/gm2-libs-iso/IOChan.mod:
+	* gm2/gm2-libs-iso/IOLink.mod:
+	* gm2/gm2-libs-iso/IOResult.mod:
+	* gm2/gm2-libs-iso/LongComplexMath.mod:
+	* gm2/gm2-libs-iso/LongConv.mod:
+	* gm2/gm2-libs-iso/LongMath.mod:
+	* gm2/gm2-libs-iso/LongStr.mod:
+	* gm2/gm2-libs-iso/LowLong.mod:
+	* gm2/gm2-libs-iso/LowReal.mod:
+	* gm2/gm2-libs-iso/LowShort.def:
+	* gm2/gm2-libs-iso/LowShort.mod:
+	* gm2/gm2-libs-iso/M2EXCEPTION.mod:
+	* gm2/gm2-libs-iso/M2RTS.def:
+	* gm2/gm2-libs-iso/M2RTS.mod:
+	* gm2/gm2-libs-iso/Processes.mod:
+	* gm2/gm2-libs-iso/ProgramArgs.mod:
+	* gm2/gm2-libs-iso/RTdata.def:
+	* gm2/gm2-libs-iso/RTdata.mod:
+	* gm2/gm2-libs-iso/RTentity.def:
+	* gm2/gm2-libs-iso/RTentity.mod:
+	* gm2/gm2-libs-iso/RTfio.def:
+	* gm2/gm2-libs-iso/RTfio.mod:
+	* gm2/gm2-libs-iso/RTgen.def:
+	* gm2/gm2-libs-iso/RTgen.mod:
+	* gm2/gm2-libs-iso/RTgenif.def:
+	* gm2/gm2-libs-iso/RTgenif.mod:
+	* gm2/gm2-libs-iso/RTio.def:
+	* gm2/gm2-libs-iso/RTio.mod:
+	* gm2/gm2-libs-iso/RawIO.mod:
+	* gm2/gm2-libs-iso/RealConv.mod:
+	* gm2/gm2-libs-iso/RealMath.mod:
+	* gm2/gm2-libs-iso/RealStr.mod:
+	* gm2/gm2-libs-iso/RndFile.mod:
+	* gm2/gm2-libs-iso/SIOResult.mod:
+	* gm2/gm2-libs-iso/SLongIO.mod:
+	* gm2/gm2-libs-iso/SRawIO.mod:
+	* gm2/gm2-libs-iso/SRealIO.mod:
+	* gm2/gm2-libs-iso/STextIO.mod:
+	* gm2/gm2-libs-iso/SWholeIO.mod:
+	* gm2/gm2-libs-iso/SYSTEM.mod:
+	* gm2/gm2-libs-iso/Semaphores.mod:
+	* gm2/gm2-libs-iso/SeqFile.mod:
+	* gm2/gm2-libs-iso/ServerSocket.def:
+	* gm2/gm2-libs-iso/ServerSocket.mod:
+	* gm2/gm2-libs-iso/ShortComplexMath.def:
+	* gm2/gm2-libs-iso/ShortComplexMath.mod:
+	* gm2/gm2-libs-iso/SimpleCipher.def:
+	* gm2/gm2-libs-iso/SimpleCipher.mod:
+	* gm2/gm2-libs-iso/StdChans.mod:
+	* gm2/gm2-libs-iso/Storage.mod:
+	* gm2/gm2-libs-iso/StreamFile.mod:
+	* gm2/gm2-libs-iso/StringChan.def:
+	* gm2/gm2-libs-iso/StringChan.mod:
+	* gm2/gm2-libs-iso/Strings.mod:
+	* gm2/gm2-libs-iso/SysClock.mod:
+	* gm2/gm2-libs-iso/TERMINATION.mod:
+	* gm2/gm2-libs-iso/TermFile.mod:
+	* gm2/gm2-libs-iso/TextIO.mod:
+	* gm2/gm2-libs-iso/WholeConv.mod:
+	* gm2/gm2-libs-iso/WholeIO.mod:
+	* gm2/gm2-libs-iso/WholeStr.mod:
+	* gm2/gm2-libs-iso/pth.def:
+	* gm2/gm2-libs-iso/wrapsock.c:
+	* gm2/gm2-libs-iso/wrapsock.def:
+	* gm2/gm2-libs-iso/wraptime.c:
+	* gm2/gm2-libs-iso/wraptime.def:
+	* gm2/gm2-libs-min/M2RTS.def:
+	* gm2/gm2-libs-min/M2RTS.mod:
+	* gm2/gm2-libs-min/SYSTEM.def:
+	* gm2/gm2-libs-min/SYSTEM.mod:
+	* gm2/gm2-libs-min/libc.c:
+	* gm2/gm2-libs-min/libc.def:
+	* gm2/gm2-libs-pim/BitBlockOps.def:
+	* gm2/gm2-libs-pim/BitBlockOps.mod:
+	* gm2/gm2-libs-pim/BitByteOps.def:
+	* gm2/gm2-libs-pim/BitByteOps.mod:
+	* gm2/gm2-libs-pim/BitWordOps.def:
+	* gm2/gm2-libs-pim/BitWordOps.mod:
+	* gm2/gm2-libs-pim/BlockOps.def:
+	* gm2/gm2-libs-pim/BlockOps.mod:
+	* gm2/gm2-libs-pim/Break.c:
+	* gm2/gm2-libs-pim/Break.def:
+	* gm2/gm2-libs-pim/CardinalIO.def:
+	* gm2/gm2-libs-pim/CardinalIO.mod:
+	* gm2/gm2-libs-pim/Conversions.def:
+	* gm2/gm2-libs-pim/Conversions.mod:
+	* gm2/gm2-libs-pim/DebugTrace.def:
+	* gm2/gm2-libs-pim/Delay.def:
+	* gm2/gm2-libs-pim/Delay.mod:
+	* gm2/gm2-libs-pim/Display.def:
+	* gm2/gm2-libs-pim/Display.mod:
+	* gm2/gm2-libs-pim/ErrorCode.def:
+	* gm2/gm2-libs-pim/ErrorCode.mod:
+	* gm2/gm2-libs-pim/FileSystem.def:
+	* gm2/gm2-libs-pim/FileSystem.mod:
+	* gm2/gm2-libs-pim/FloatingUtilities.def:
+	* gm2/gm2-libs-pim/FloatingUtilities.mod:
+	* gm2/gm2-libs-pim/InOut.def:
+	* gm2/gm2-libs-pim/InOut.mod:
+	* gm2/gm2-libs-pim/Keyboard.def:
+	* gm2/gm2-libs-pim/Keyboard.mod:
+	* gm2/gm2-libs-pim/LongIO.def:
+	* gm2/gm2-libs-pim/LongIO.mod:
+	* gm2/gm2-libs-pim/Random.def:
+	* gm2/gm2-libs-pim/Random.mod:
+	* gm2/gm2-libs-pim/RealConversions.def:
+	* gm2/gm2-libs-pim/RealConversions.mod:
+	* gm2/gm2-libs-pim/RealInOut.def:
+	* gm2/gm2-libs-pim/RealInOut.mod:
+	* gm2/gm2-libs-pim/Strings.def:
+	* gm2/gm2-libs-pim/Strings.mod:
+	* gm2/gm2-libs-pim/Termbase.def:
+	* gm2/gm2-libs-pim/Termbase.mod:
+	* gm2/gm2-libs-pim/Terminal.def:
+	* gm2/gm2-libs-pim/Terminal.mod:
+	* gm2/gm2-libs-pim/TimeDate.def:
+	* gm2/gm2-libs-pim/TimeDate.mod:
+	* gm2/man/Makefile.in:
+	* gm2/p2c/Makefile.in:
+	* gm2/p2c/p2c.h:
+	* gm2/p2c/p2c-src/Makefile.in:
+	* gm2/p2c/p2c-src/auto-host.h.in:
+	* gm2/p2c/p2c-src/configure.in:
+	* gm2/p2c/p2c-src/include/ansidecl.h:
+	* gm2/p2c/p2c-src/include/config.h:
+	* gm2/p2c/p2c-src/include/system.h:
+	* gm2/p2c/p2c-src/src/Makefile.in:
+	* gm2/p2c/p2c-src/src/citmods.c:
+	* gm2/p2c/p2c-src/src/comment.c:
+	* gm2/p2c/p2c-src/src/decl.c:
+	* gm2/p2c/p2c-src/src/dir.c:
+	* gm2/p2c/p2c-src/src/expr.c:
+	* gm2/p2c/p2c-src/src/funcs.c:
+	* gm2/p2c/p2c-src/src/hpmods.c:
+	* gm2/p2c/p2c-src/src/lex.c:
+	* gm2/p2c/p2c-src/src/loc.p2clib.c:
+	* gm2/p2c/p2c-src/src/makeproto.c:
+	* gm2/p2c/p2c-src/src/out.c:
+	* gm2/p2c/p2c-src/src/p2c-config.h:
+	* gm2/p2c/p2c-src/src/p2c.h:
+	* gm2/p2c/p2c-src/src/p2clib.c:
+	* gm2/p2c/p2c-src/src/parse.c:
+	* gm2/p2c/p2c-src/src/pexpr.c:
+	* gm2/p2c/p2c-src/src/stuff.c:
+	* gm2/p2c/p2c-src/src/trans.c:
+	* gm2/p2c/p2c-src/src/trans.h:
+	* gm2/patches/gcc/4.1.2/08.gaius_ipa_type_escape.c:
+	* gm2/tools-src/array2index.py:
+	* gm2/tools-src/def2texi.py:
+	* gm2/tools-src/gensum.py:
+	* gm2/tools-src/mklink.c:
+	* gm2/ulm-lib-gm2/processes/CoExpressions.def:
+	* gm2/ulm-lib-gm2/processes/CoExpressions.mod:
+	* gm2/ulm-lib-gm2/processes/Processes.def:
+	* gm2/ulm-lib-gm2/processes/Processes.mod:
+	* gm2/ulm-lib-gm2/std/ASCII.def:
+	* gm2/ulm-lib-gm2/std/ASCII.mod:
+	* gm2/ulm-lib-gm2/std/Archive.def:
+	* gm2/ulm-lib-gm2/std/Archive.mod:
+	* gm2/ulm-lib-gm2/std/Arguments.def:
+	* gm2/ulm-lib-gm2/std/Arguments.mod:
+	* gm2/ulm-lib-gm2/std/Calendar.def:
+	* gm2/ulm-lib-gm2/std/Calendar.mod:
+	* gm2/ulm-lib-gm2/std/CallShell.def:
+	* gm2/ulm-lib-gm2/std/CallShell.mod:
+	* gm2/ulm-lib-gm2/std/Clock.def:
+	* gm2/ulm-lib-gm2/std/Clock.mod:
+	* gm2/ulm-lib-gm2/std/Conversions.def:
+	* gm2/ulm-lib-gm2/std/Conversions.mod:
+	* gm2/ulm-lib-gm2/std/Directories.def:
+	* gm2/ulm-lib-gm2/std/Directories.mod:
+	* gm2/ulm-lib-gm2/std/Environment.def:
+	* gm2/ulm-lib-gm2/std/Environment.mod:
+	* gm2/ulm-lib-gm2/std/EtcGroup.def:
+	* gm2/ulm-lib-gm2/std/EtcGroup.mod:
+	* gm2/ulm-lib-gm2/std/Files.def:
+	* gm2/ulm-lib-gm2/std/Files.mod:
+	* gm2/ulm-lib-gm2/std/FtdIO.def:
+	* gm2/ulm-lib-gm2/std/FtdIO.mod:
+	* gm2/ulm-lib-gm2/std/Functions.def:
+	* gm2/ulm-lib-gm2/std/Functions.mod:
+	* gm2/ulm-lib-gm2/std/GetPass.def:
+	* gm2/ulm-lib-gm2/std/GetPass.mod:
+	* gm2/ulm-lib-gm2/std/InOut.def:
+	* gm2/ulm-lib-gm2/std/InOut.mod:
+	* gm2/ulm-lib-gm2/std/M2EXCEPTION.mod:
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:
+	* gm2/ulm-lib-gm2/std/MathLib.def:
+	* gm2/ulm-lib-gm2/std/MathLib.mod:
+	* gm2/ulm-lib-gm2/std/Passwd.def:
+	* gm2/ulm-lib-gm2/std/Passwd.mod:
+	* gm2/ulm-lib-gm2/std/PipeIO.def:
+	* gm2/ulm-lib-gm2/std/PipeIO.mod:
+	* gm2/ulm-lib-gm2/std/Plot.def:
+	* gm2/ulm-lib-gm2/std/Plot.mod:
+	* gm2/ulm-lib-gm2/std/RTErrors.def:
+	* gm2/ulm-lib-gm2/std/RTErrors.mod:
+	* gm2/ulm-lib-gm2/std/RTExceptions.mod:
+	* gm2/ulm-lib-gm2/std/RandomGenerator.def:
+	* gm2/ulm-lib-gm2/std/RandomGenerator.mod:
+	* gm2/ulm-lib-gm2/std/ReadIntCard.def:
+	* gm2/ulm-lib-gm2/std/ReadIntCard.mod:
+	* gm2/ulm-lib-gm2/std/RealConv.def:
+	* gm2/ulm-lib-gm2/std/RealConv.mod:
+	* gm2/ulm-lib-gm2/std/RealInOut.def:
+	* gm2/ulm-lib-gm2/std/RealInOut.mod:
+	* gm2/ulm-lib-gm2/std/ScanPwfile.def:
+	* gm2/ulm-lib-gm2/std/ScanPwfile.mod:
+	* gm2/ulm-lib-gm2/std/StdFuncs.def:
+	* gm2/ulm-lib-gm2/std/StdFuncs.mod:
+	* gm2/ulm-lib-gm2/std/StdIO.def:
+	* gm2/ulm-lib-gm2/std/StdIO.mod:
+	* gm2/ulm-lib-gm2/std/Storage.def:
+	* gm2/ulm-lib-gm2/std/Storage.mod:
+	* gm2/ulm-lib-gm2/std/StrSpec.def:
+	* gm2/ulm-lib-gm2/std/StrSpec.mod:
+	* gm2/ulm-lib-gm2/std/StrToNum.def:
+	* gm2/ulm-lib-gm2/std/StrToNum.mod:
+	* gm2/ulm-lib-gm2/std/StrToReal.def:
+	* gm2/ulm-lib-gm2/std/StrToReal.mod:
+	* gm2/ulm-lib-gm2/std/Strings.def:
+	* gm2/ulm-lib-gm2/std/Strings.mod:
+	* gm2/ulm-lib-gm2/std/SysConf.def:
+	* gm2/ulm-lib-gm2/std/SysConf.mod:
+	* gm2/ulm-lib-gm2/std/SysPerror.def:
+	* gm2/ulm-lib-gm2/std/SysPerror.mod:
+	* gm2/ulm-lib-gm2/std/Terminal.def:
+	* gm2/ulm-lib-gm2/std/Terminal.mod:
+	* gm2/ulm-lib-gm2/std/TimeIO.def:
+	* gm2/ulm-lib-gm2/std/TimeIO.mod:
+	* gm2/ulm-lib-gm2/sys/Errno.def:
+	* gm2/ulm-lib-gm2/sys/Errno.mod:
+	* gm2/ulm-lib-gm2/sys/SYSTEM.def:
+	* gm2/ulm-lib-gm2/sys/Sys.def:
+	* gm2/ulm-lib-gm2/sys/Sys.mod:
+	* gm2/ulm-lib-gm2/sys/SysAccess.def:
+	* gm2/ulm-lib-gm2/sys/SysAccess.mod:
+	* gm2/ulm-lib-gm2/sys/SysAlarm.def:
+	* gm2/ulm-lib-gm2/sys/SysAlarm.mod:
+	* gm2/ulm-lib-gm2/sys/SysBreak.def:
+	* gm2/ulm-lib-gm2/sys/SysBreak.mod:
+	* gm2/ulm-lib-gm2/sys/SysClose.def:
+	* gm2/ulm-lib-gm2/sys/SysClose.mod:
+	* gm2/ulm-lib-gm2/sys/SysCreat.def:
+	* gm2/ulm-lib-gm2/sys/SysCreat.mod:
+	* gm2/ulm-lib-gm2/sys/SysDup.def:
+	* gm2/ulm-lib-gm2/sys/SysDup.mod:
+	* gm2/ulm-lib-gm2/sys/SysExec.def:
+	* gm2/ulm-lib-gm2/sys/SysExec.mod:
+	* gm2/ulm-lib-gm2/sys/SysExit.def:
+	* gm2/ulm-lib-gm2/sys/SysExit.mod:
+	* gm2/ulm-lib-gm2/sys/SysFcntl.def:
+	* gm2/ulm-lib-gm2/sys/SysFcntl.mod:
+	* gm2/ulm-lib-gm2/sys/SysFork.def:
+	* gm2/ulm-lib-gm2/sys/SysFork.mod:
+	* gm2/ulm-lib-gm2/sys/SysGetpid.def:
+	* gm2/ulm-lib-gm2/sys/SysGetpid.mod:
+	* gm2/ulm-lib-gm2/sys/SysGetuid.def:
+	* gm2/ulm-lib-gm2/sys/SysGetuid.mod:
+	* gm2/ulm-lib-gm2/sys/SysIoctl.def:
+	* gm2/ulm-lib-gm2/sys/SysIoctl.mod:
+	* gm2/ulm-lib-gm2/sys/SysKill.def:
+	* gm2/ulm-lib-gm2/sys/SysKill.mod:
+	* gm2/ulm-lib-gm2/sys/SysLink.def:
+	* gm2/ulm-lib-gm2/sys/SysLink.mod:
+	* gm2/ulm-lib-gm2/sys/SysLocations.def:
+	* gm2/ulm-lib-gm2/sys/SysLocations.mod:
+	* gm2/ulm-lib-gm2/sys/SysLseek.def:
+	* gm2/ulm-lib-gm2/sys/SysLseek.mod:
+	* gm2/ulm-lib-gm2/sys/SysOpen.def:
+	* gm2/ulm-lib-gm2/sys/SysOpen.mod:
+	* gm2/ulm-lib-gm2/sys/SysPanic.def:
+	* gm2/ulm-lib-gm2/sys/SysPanic.mod:
+	* gm2/ulm-lib-gm2/sys/SysPause.def:
+	* gm2/ulm-lib-gm2/sys/SysPause.mod:
+	* gm2/ulm-lib-gm2/sys/SysPipe.def:
+	* gm2/ulm-lib-gm2/sys/SysPipe.mod:
+	* gm2/ulm-lib-gm2/sys/SysRead.def:
+	* gm2/ulm-lib-gm2/sys/SysRead.mod:
+	* gm2/ulm-lib-gm2/sys/SysSetuid.def:
+	* gm2/ulm-lib-gm2/sys/SysSetuid.mod:
+	* gm2/ulm-lib-gm2/sys/SysSignal.def:
+	* gm2/ulm-lib-gm2/sys/SysSignal.mod:
+	* gm2/ulm-lib-gm2/sys/SysStat.def:
+	* gm2/ulm-lib-gm2/sys/SysStat.mod:
+	* gm2/ulm-lib-gm2/sys/SysTermIO.def:
+	* gm2/ulm-lib-gm2/sys/SysTermIO.mod:
+	* gm2/ulm-lib-gm2/sys/SysTime.def:
+	* gm2/ulm-lib-gm2/sys/SysTime.mod:
+	* gm2/ulm-lib-gm2/sys/SysUnlink.def:
+	* gm2/ulm-lib-gm2/sys/SysUnlink.mod:
+	* gm2/ulm-lib-gm2/sys/SysWait.def:
+	* gm2/ulm-lib-gm2/sys/SysWait.mod:
+	* gm2/ulm-lib-gm2/sys/SysWrite.def:
+	* gm2/ulm-lib-gm2/sys/SysWrite.mod:
+	* gm2/ulm-lib-gm2/sys/SystemTypes.def:
+	* gm2/ulm-lib-gm2/sys/SystemTypes.mod:
+	* gm2/ulm-lib-gm2/sys/UnixString.def:
+	* gm2/ulm-lib-gm2/sys/UnixString.mod:
+	* gm2/ulm-lib-gm2/sys/test.mod:
+	* gm2/www/Makefile.in:
+
+	* gm2/examples/gravity/Makefile.in:  added missing GPL v3 notices
+	  and corrected dates for all the following files.
+	* gm2/examples/gravity/testsim.py:
+	* gm2/examples/pthread/modified_pth.h:
+	* gm2/examples/swig/full-strlib/testequ.py:
+	* gm2/gm2-harness/Makefile.in:
+	* gm2/gm2-libs/M2EXCEPTION.def:
+	* gm2/gm2-libs-ch/termios.c:
+	* gm2/gm2-libs-iso/COROUTINES.def:
+	* gm2/gm2-libs-iso/ChanConsts.def:
+	* gm2/gm2-libs-iso/CharClass.def:
+	* gm2/gm2-libs-iso/ComplexMath.def:
+	* gm2/gm2-libs-iso/ConvTypes.def:
+	* gm2/gm2-libs-iso/EXCEPTIONS.def:
+	* gm2/gm2-libs-iso/IOChan.def:
+	* gm2/gm2-libs-iso/IOConsts.def:
+	* gm2/gm2-libs-iso/IOLink.def:
+	* gm2/gm2-libs-iso/IOResult.def:
+	* gm2/gm2-libs-iso/LongComplexMath.def:
+	* gm2/gm2-libs-iso/LongConv.def:
+	* gm2/gm2-libs-iso/LongIO.def:
+	* gm2/gm2-libs-iso/LongIO.mod:
+	* gm2/gm2-libs-iso/LongMath.def:
+	* gm2/gm2-libs-iso/LongStr.def:
+	* gm2/gm2-libs-iso/M2EXCEPTION.def:
+	* gm2/gm2-libs-iso/Processes.def:
+	* gm2/gm2-libs-iso/ProgramArgs.def:
+	* gm2/gm2-libs-iso/RawIO.def:
+	* gm2/gm2-libs-iso/RealConv.def:
+	* gm2/gm2-libs-iso/RealIO.def:
+	* gm2/gm2-libs-iso/RealIO.mod:
+	* gm2/gm2-libs-iso/RealMath.def:
+	* gm2/gm2-libs-iso/RealStr.def:
+	* gm2/gm2-libs-iso/RndFile.def:
+	* gm2/gm2-libs-iso/SIOResult.def:
+	* gm2/gm2-libs-iso/SLongIO.def:
+	* gm2/gm2-libs-iso/SRawIO.def:
+	* gm2/gm2-libs-iso/SRealIO.def:
+	* gm2/gm2-libs-iso/STextIO.def:
+	* gm2/gm2-libs-iso/SWholeIO.def:
+	* gm2/gm2-libs-iso/SYSTEM.def:
+	* gm2/gm2-libs-iso/Semaphores.def:
+	* gm2/gm2-libs-iso/SeqFile.def:
+	* gm2/gm2-libs-iso/StdChans.def:
+	* gm2/gm2-libs-iso/Storage.def:
+	* gm2/gm2-libs-iso/StreamFile.def:
+	* gm2/gm2-libs-iso/Strings.def:
+	* gm2/gm2-libs-iso/SysClock.def:
+	* gm2/gm2-libs-iso/TermFile.def:
+	* gm2/gm2-libs-iso/TextIO.def:
+	* gm2/gm2-libs-iso/WholeConv.def:
+	* gm2/gm2-libs-iso/WholeIO.def:
+	* gm2/gm2-libs-iso/WholeStr.def:
+	* gm2/p2c/p2c-src/include/ansidecl.h:
+
+2010-09-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  changed license to v3 of GPL and LGPL for
+	  all the following files.
+	* gm2/Makefile.in:
+	* gm2/configure.in:
+	* gm2/gm2-common.c:
+	* gm2/gm2-common.h:
+	* gm2/gm2-lang.c:
+	* gm2/gm2-lang.h:
+	* gm2/gm2-tree.def:
+	* gm2/gm2-tree.h:
+	* gm2/gm2builtins.c:
+	* gm2/gm2config.h.in:
+	* gm2/gm2except.c:
+	* gm2/gm2spec.c:
+	* gm2/gm2version.h:
+	* gm2/lang-options.h:
+	* gm2/m2pp.c:
+	* gm2/m2pp.h:
+	* gm2/bnf/gm2l.bnf:
+	* gm2/bnf/gm2m.bnf:
+	* gm2/bnf/h2def.bnf:
+	* gm2/bnf/m2-2.bnf:
+	* gm2/bnf/m2-3.bnf:
+	* gm2/bnf/m2-h.bnf:
+	* gm2/bnf/m2.bnf:
+	* gm2/examples/callingC/Makefile.in:
+	* gm2/examples/callingC/hello.mod:
+	* gm2/examples/callingC/libprintf.def:
+	* gm2/examples/cplusplus/cppcatchm2/cpp.def:
+	* gm2/examples/cplusplus/cppcatchm2/m2.def:
+	* gm2/examples/cplusplus/cppcatchm2/m2.mod:
+	* gm2/examples/cplusplus/m2catchcpp/cpp.def:
+	* gm2/examples/cplusplus/m2catchcpp/m2.mod:
+	* gm2/examples/cpp/hello.mod:
+	* gm2/examples/cppDef/a.def:
+	* gm2/examples/cppDef/a.mod:
+	* gm2/examples/cppDef/b.mod:
+	* gm2/examples/executive/testexecutive.mod:
+	* gm2/examples/executive/testtime.mod:
+	* gm2/examples/executive/winexec.mod:
+	* gm2/examples/gravity/deviceGnuPic.def:
+	* gm2/examples/gravity/deviceGnuPic.mod:
+	* gm2/examples/gravity/gsl.def:
+	* gm2/examples/gravity/test.mod:
+	* gm2/examples/gravity/twoDsim.def:
+	* gm2/examples/hello/Makefile.in:
+	* gm2/examples/hello/hello.mod:
+	* gm2/examples/iso/files/rot13.mod:
+	* gm2/examples/iso/hello/hello.mod:
+	* gm2/examples/iso/socket/client.mod:
+	* gm2/examples/map/AdvMap.def:
+	* gm2/examples/map/AdvMap.mod:
+	* gm2/examples/map/BoxMap.def:
+	* gm2/examples/map/BoxMap.mod:
+	* gm2/examples/map/Chance.def:
+	* gm2/examples/map/Chance.mod:
+	* gm2/examples/map/Find.def:
+	* gm2/examples/map/Find.mod:
+	* gm2/examples/map/Geometry.def:
+	* gm2/examples/map/Geometry.mod:
+	* gm2/examples/map/MakeBoxes.def:
+	* gm2/examples/map/MakeBoxes.mod:
+	* gm2/examples/map/Makefile.in:
+	* gm2/examples/map/Map.mod:
+	* gm2/examples/map/RoomMap.def:
+	* gm2/examples/map/RoomMap.mod:
+	* gm2/examples/map/Semantic.mod:
+	* gm2/examples/map/StoreCoord.def:
+	* gm2/examples/map/StoreCoord.mod:
+	* gm2/examples/map/StoreCoords.def:
+	* gm2/examples/map/StoreCoords.mod:
+	* gm2/examples/map/WriteMap.def:
+	* gm2/examples/map/WriteMap.mod:
+	* gm2/examples/map/testch2.mod:
+	* gm2/examples/map/testchan.mod:
+	* gm2/examples/map/testcoor.mod:
+	* gm2/examples/map/old-src/GenMap.mod:
+	* gm2/examples/map/old-src/MakeMap.mod:
+	* gm2/examples/map/old-src/MonMap.def:
+	* gm2/examples/map/old-src/MonMap.mod:
+	* gm2/examples/map/old-src/testboxes.mod:
+	* gm2/examples/min/minhello.mod:
+	* gm2/examples/ncurses/ColorText.def:
+	* gm2/examples/ncurses/ColorText.mod:
+	* gm2/examples/ncurses/Makefile.in:
+	* gm2/examples/ncurses/WindowDevice.def:
+	* gm2/examples/ncurses/WindowDevice.mod:
+	* gm2/examples/ncurses/ncurses.def:
+	* gm2/examples/ncurses/shortc.c:
+	* gm2/examples/ncurses/shortc.def:
+	* gm2/examples/ncurses/test.c:
+	* gm2/examples/ncurses/test.mod:
+	* gm2/examples/ncurses/testcolor.mod:
+	* gm2/examples/ncurses/testmove.mod:
+	* gm2/examples/ncurses/testshort.mod:
+	* gm2/examples/ncurses/testwin.mod:
+	* gm2/examples/pthread/fullpth.def:
+	* gm2/examples/pthread/libcextra.def:
+	* gm2/examples/pthread/libcwrap.c:
+	* gm2/examples/pthread/libcwrap.def:
+	* gm2/examples/pthread/testselect.mod:
+	* gm2/examples/server/server.mod:
+	* gm2/examples/svga/DisplayBuffer.def:
+	* gm2/examples/svga/DisplayBuffer.mod:
+	* gm2/examples/svga/Matrix3D.def:
+	* gm2/examples/svga/Matrix3D.mod:
+	* gm2/examples/svga/Transform.def:
+	* gm2/examples/svga/Transform.mod:
+	* gm2/examples/svga/testbox.mod:
+	* gm2/examples/svga/vga.def:
+	* gm2/examples/swig/exceptions/tiny.def:
+	* gm2/examples/swig/exceptions/tiny.mod:
+	* gm2/examples/swig/strlen/MyStrLib.def:
+	* gm2/examples/swig/strlen/MyStrLib.mod:
+	* gm2/examples/swig/strlib/MyStrLib.def:
+	* gm2/examples/swig/strlib/MyStrLib.mod:
+	* gm2/examples/swig/tiny/tiny.def:
+	* gm2/examples/swig/tiny/tiny.mod:
+	* gm2/gm2-compiler/CLexBuf.def:
+	* gm2/gm2-compiler/CLexBuf.mod:
+	* gm2/gm2-compiler/FifoQueue.def:
+	* gm2/gm2-compiler/FifoQueue.mod:
+	* gm2/gm2-compiler/Lists.def:
+	* gm2/gm2-compiler/Lists.mod:
+	* gm2/gm2-compiler/M2ALU.def:
+	* gm2/gm2-compiler/M2ALU.mod:
+	* gm2/gm2-compiler/M2AsmUtil.def:
+	* gm2/gm2-compiler/M2AsmUtil.mod:
+	* gm2/gm2-compiler/M2Base.def:
+	* gm2/gm2-compiler/M2Base.mod:
+	* gm2/gm2-compiler/M2BasicBlock.def:
+	* gm2/gm2-compiler/M2BasicBlock.mod:
+	* gm2/gm2-compiler/M2Batch.def:
+	* gm2/gm2-compiler/M2Batch.mod:
+	* gm2/gm2-compiler/M2Bitset.def:
+	* gm2/gm2-compiler/M2Bitset.mod:
+	* gm2/gm2-compiler/M2CaseList.def:
+	* gm2/gm2-compiler/M2CaseList.mod:
+	* gm2/gm2-compiler/M2Code.def:
+	* gm2/gm2-compiler/M2Code.mod:
+	* gm2/gm2-compiler/M2Comp.def:
+	* gm2/gm2-compiler/M2Comp.mod:
+	* gm2/gm2-compiler/M2Configure.def:
+	* gm2/gm2-compiler/M2Configure.mod:
+	* gm2/gm2-compiler/M2Constants.def:
+	* gm2/gm2-compiler/M2Constants.mod:
+	* gm2/gm2-compiler/M2Debug.def:
+	* gm2/gm2-compiler/M2Debug.mod:
+	* gm2/gm2-compiler/M2Defaults.def:
+	* gm2/gm2-compiler/M2Defaults.mod:
+	* gm2/gm2-compiler/M2Depth.def:
+	* gm2/gm2-compiler/M2Depth.mod:
+	* gm2/gm2-compiler/M2Entity.def:
+	* gm2/gm2-compiler/M2Entity.mod:
+	* gm2/gm2-compiler/M2Error.def:
+	* gm2/gm2-compiler/M2Error.mod:
+	* gm2/gm2-compiler/M2EvalSym.def:
+	* gm2/gm2-compiler/M2FileName.def:
+	* gm2/gm2-compiler/M2FileName.mod:
+	* gm2/gm2-compiler/M2GCCDeclare.def:
+	* gm2/gm2-compiler/M2GCCDeclare.mod:
+	* gm2/gm2-compiler/M2GenGCC.def:
+	* gm2/gm2-compiler/M2Inline.def:
+	* gm2/gm2-compiler/M2Inline.mod:
+	* gm2/gm2-compiler/M2Lex.def:
+	* gm2/gm2-compiler/M2Lex.mod:
+	* gm2/gm2-compiler/M2LexBuf.def:
+	* gm2/gm2-compiler/M2LexBuf.mod:
+	* gm2/gm2-compiler/M2MetaError.def:
+	* gm2/gm2-compiler/M2MetaError.mod:
+	* gm2/gm2-compiler/M2Optimize.def:
+	* gm2/gm2-compiler/M2Optimize.mod:
+	* gm2/gm2-compiler/M2Options.def:
+	* gm2/gm2-compiler/M2Options.mod:
+	* gm2/gm2-compiler/M2Pass.mod:
+	* gm2/gm2-compiler/M2Preprocess.def:
+	* gm2/gm2-compiler/M2Preprocess.mod:
+	* gm2/gm2-compiler/M2Printf.def:
+	* gm2/gm2-compiler/M2Printf.mod:
+	* gm2/gm2-compiler/M2Quads.def:
+	* gm2/gm2-compiler/M2Quads.mod:
+	* gm2/gm2-compiler/M2Quiet.def:
+	* gm2/gm2-compiler/M2Quiet.mod:
+	* gm2/gm2-compiler/M2Range.def:
+	* gm2/gm2-compiler/M2Range.mod:
+	* gm2/gm2-compiler/M2Reserved.def:
+	* gm2/gm2-compiler/M2Reserved.mod:
+	* gm2/gm2-compiler/M2Scope.def:
+	* gm2/gm2-compiler/M2Scope.mod:
+	* gm2/gm2-compiler/M2Search.def:
+	* gm2/gm2-compiler/M2Search.mod:
+	* gm2/gm2-compiler/M2Size.def:
+	* gm2/gm2-compiler/M2Size.mod:
+	* gm2/gm2-compiler/M2StackAddress.def:
+	* gm2/gm2-compiler/M2StackAddress.mod:
+	* gm2/gm2-compiler/M2StackWord.def:
+	* gm2/gm2-compiler/M2StackWord.mod:
+	* gm2/gm2-compiler/M2Students.def:
+	* gm2/gm2-compiler/M2Students.mod:
+	* gm2/gm2-compiler/M2SubExp.def:
+	* gm2/gm2-compiler/M2SubExp.mod:
+	* gm2/gm2-compiler/M2Swig.def:
+	* gm2/gm2-compiler/M2Swig.mod:
+	* gm2/gm2-compiler/M2System.def:
+	* gm2/gm2-compiler/M2Version.def:
+	* gm2/gm2-compiler/NameKey.def:
+	* gm2/gm2-compiler/NameKey.mod:
+	* gm2/gm2-compiler/P1SymBuild.def:
+	* gm2/gm2-compiler/P1SymBuild.mod:
+	* gm2/gm2-compiler/P1SyntaxCheck.def:
+	* gm2/gm2-compiler/P2Build.def:
+	* gm2/gm2-compiler/P2SymBuild.def:
+	* gm2/gm2-compiler/P2SymBuild.mod:
+	* gm2/gm2-compiler/P3Build.def:
+	* gm2/gm2-compiler/P3SymBuild.def:
+	* gm2/gm2-compiler/P3SymBuild.mod:
+	* gm2/gm2-compiler/PCBuild.def:
+	* gm2/gm2-compiler/PCSymBuild.def:
+	* gm2/gm2-compiler/PCSymBuild.mod:
+	* gm2/gm2-compiler/PHBuild.def:
+	* gm2/gm2-compiler/Sets.def:
+	* gm2/gm2-compiler/Sets.mod:
+	* gm2/gm2-compiler/SymbolConversion.def:
+	* gm2/gm2-compiler/SymbolConversion.mod:
+	* gm2/gm2-compiler/SymbolKey.def:
+	* gm2/gm2-compiler/SymbolKey.mod:
+	* gm2/gm2-compiler/SymbolTable.def:
+	* gm2/gm2-compiler/SymbolTable.mod:
+	* gm2/gm2-compiler/bnflex.def:
+	* gm2/gm2-compiler/bnflex.mod:
+	* gm2/gm2-compiler/cflex.def:
+	* gm2/gm2-compiler/gccgm2.def:
+	* gm2/gm2-compiler/gm2.mod:
+	* gm2/gm2-compiler/gm2builtins.def:
+	* gm2/gm2-compiler/gm2except.def:
+	* gm2/gm2-compiler/gm2lcc.mod:
+	* gm2/gm2-compiler/gm2lgen.mod:
+	* gm2/gm2-compiler/gm2lorder.mod:
+	* gm2/gm2-compiler/m2flex.def:
+	* gm2/gm2-compiler/ppg.mod:
+	* gm2/gm2-libiberty/choosetemp.def:
+	* gm2/gm2-libiberty/pexecute.def:
+	* gm2/gm2-libs/ASCII.def:
+	* gm2/gm2-libs/ASCII.mod:
+	* gm2/gm2-libs/Args.def:
+	* gm2/gm2-libs/Args.mod:
+	* gm2/gm2-libs/Assertion.def:
+	* gm2/gm2-libs/Assertion.mod:
+	* gm2/gm2-libs/Break.def:
+	* gm2/gm2-libs/Break.mod:
+	* gm2/gm2-libs/Builtins.def:
+	* gm2/gm2-libs/COROUTINES.def:
+	* gm2/gm2-libs/COROUTINES.mod:
+	* gm2/gm2-libs/CmdArgs.def:
+	* gm2/gm2-libs/CmdArgs.mod:
+	* gm2/gm2-libs/Debug.def:
+	* gm2/gm2-libs/Debug.mod:
+	* gm2/gm2-libs/DynamicStrings.def:
+	* gm2/gm2-libs/DynamicStrings.mod:
+	* gm2/gm2-libs/Environment.def:
+	* gm2/gm2-libs/Environment.mod:
+	* gm2/gm2-libs/FIO.def:
+	* gm2/gm2-libs/FIO.mod:
+	* gm2/gm2-libs/FormatStrings.def:
+	* gm2/gm2-libs/FormatStrings.mod:
+	* gm2/gm2-libs/FpuIO.def:
+	* gm2/gm2-libs/FpuIO.mod:
+	* gm2/gm2-libs/Indexing.def:
+	* gm2/gm2-libs/Indexing.mod:
+	* gm2/gm2-libs/LMathLib0.def:
+	* gm2/gm2-libs/LMathLib0.mod:
+	* gm2/gm2-libs/LegacyReal.def:
+	* gm2/gm2-libs/LegacyReal.mod:
+	* gm2/gm2-libs/M2EXCEPTION.mod:
+	* gm2/gm2-libs/M2RTS.def:
+	* gm2/gm2-libs/M2RTS.mod:
+	* gm2/gm2-libs/MathLib0.def:
+	* gm2/gm2-libs/MathLib0.mod:
+	* gm2/gm2-libs/MemUtils.def:
+	* gm2/gm2-libs/MemUtils.mod:
+	* gm2/gm2-libs/NumberIO.def:
+	* gm2/gm2-libs/NumberIO.mod:
+	* gm2/gm2-libs/PushBackInput.def:
+	* gm2/gm2-libs/PushBackInput.mod:
+	* gm2/gm2-libs/RTExceptions.def:
+	* gm2/gm2-libs/RTExceptions.mod:
+	* gm2/gm2-libs/RTint.def:
+	* gm2/gm2-libs/RTint.mod:
+	* gm2/gm2-libs/SArgs.def:
+	* gm2/gm2-libs/SArgs.mod:
+	* gm2/gm2-libs/SEnvironment.def:
+	* gm2/gm2-libs/SEnvironment.mod:
+	* gm2/gm2-libs/SFIO.def:
+	* gm2/gm2-libs/SFIO.mod:
+	* gm2/gm2-libs/SMathLib0.def:
+	* gm2/gm2-libs/SMathLib0.mod:
+	* gm2/gm2-libs/SYSTEM.def:
+	* gm2/gm2-libs/SYSTEM.mod:
+	* gm2/gm2-libs/Scan.def:
+	* gm2/gm2-libs/Scan.mod:
+	* gm2/gm2-libs/Selective.def:
+	* gm2/gm2-libs/StdIO.def:
+	* gm2/gm2-libs/StdIO.mod:
+	* gm2/gm2-libs/Storage.def:
+	* gm2/gm2-libs/Storage.mod:
+	* gm2/gm2-libs/StrCase.def:
+	* gm2/gm2-libs/StrCase.mod:
+	* gm2/gm2-libs/StrIO.def:
+	* gm2/gm2-libs/StrIO.mod:
+	* gm2/gm2-libs/StrLib.def:
+	* gm2/gm2-libs/StrLib.mod:
+	* gm2/gm2-libs/SysExceptions.def:
+	* gm2/gm2-libs/SysStorage.def:
+	* gm2/gm2-libs/SysStorage.mod:
+	* gm2/gm2-libs/TimeString.def:
+	* gm2/gm2-libs/TimeString.mod:
+	* gm2/gm2-libs/UnixArgs.def:
+	* gm2/gm2-libs/cxxabi.def:
+	* gm2/gm2-libs/dtoa.def:
+	* gm2/gm2-libs/errno.def:
+	* gm2/gm2-libs/gm2-libs-host.h.in:
+	* gm2/gm2-libs/ldtoa.def:
+	* gm2/gm2-libs/libc.def:
+	* gm2/gm2-libs/libm.def:
+	* gm2/gm2-libs/sckt.def:
+	* gm2/gm2-libs/termios.def:
+	* gm2/gm2-libs/wrapc.def:
+	* gm2/gm2-libs-boot/SYSTEM.def:
+	* gm2/gm2-libs-ch/Selective.c:
+	* gm2/gm2-libs-ch/StdIO.c:
+	* gm2/gm2-libs-ch/Storage.c:
+	* gm2/gm2-libs-ch/SysExceptions.c:
+	* gm2/gm2-libs-ch/UnixArgs.c:
+	* gm2/gm2-libs-ch/choosetemp.c:
+	* gm2/gm2-libs-ch/dtoa.c:
+	* gm2/gm2-libs-ch/errno.c:
+	* gm2/gm2-libs-ch/ldtoa.c:
+	* gm2/gm2-libs-ch/libc.c:
+	* gm2/gm2-libs-ch/sckt.c:
+	* gm2/gm2-libs-ch/wrapc.c:
+	* gm2/gm2-libs-ch/xlibc.c:
+	* gm2/gm2-libs-coroutines/Debug.def:
+	* gm2/gm2-libs-coroutines/Debug.mod:
+	* gm2/gm2-libs-coroutines/Executive.def:
+	* gm2/gm2-libs-coroutines/Executive.mod:
+	* gm2/gm2-libs-coroutines/KeyBoardLEDs.c:
+	* gm2/gm2-libs-coroutines/KeyBoardLEDs.def:
+	* gm2/gm2-libs-coroutines/SYSTEM.def:
+	* gm2/gm2-libs-coroutines/SYSTEM.mod:
+	* gm2/gm2-libs-coroutines/TimerHandler.def:
+	* gm2/gm2-libs-coroutines/TimerHandler.mod:
+	* gm2/gm2-libs-iso/ChanConsts.h:
+	* gm2/gm2-libs-iso/ChanConsts.mod:
+	* gm2/gm2-libs-iso/CharClass.mod:
+	* gm2/gm2-libs-iso/ClientSocket.def:
+	* gm2/gm2-libs-iso/ClientSocket.mod:
+	* gm2/gm2-libs-iso/ComplexMath.mod:
+	* gm2/gm2-libs-iso/ConvStringLong.def:
+	* gm2/gm2-libs-iso/ConvStringLong.mod:
+	* gm2/gm2-libs-iso/ConvStringReal.def:
+	* gm2/gm2-libs-iso/ConvStringReal.mod:
+	* gm2/gm2-libs-iso/ConvTypes.mod:
+	* gm2/gm2-libs-iso/EXCEPTIONS.mod:
+	* gm2/gm2-libs-iso/ErrnoCategory.c:
+	* gm2/gm2-libs-iso/ErrnoCategory.def:
+	* gm2/gm2-libs-iso/IOChan.mod:
+	* gm2/gm2-libs-iso/IOConsts.mod:
+	* gm2/gm2-libs-iso/IOLink.mod:
+	* gm2/gm2-libs-iso/IOResult.mod:
+	* gm2/gm2-libs-iso/LongComplexMath.mod:
+	* gm2/gm2-libs-iso/LongConv.mod:
+	* gm2/gm2-libs-iso/LongMath.mod:
+	* gm2/gm2-libs-iso/LongStr.mod:
+	* gm2/gm2-libs-iso/M2RTS.def:
+	* gm2/gm2-libs-iso/M2RTS.mod:
+	* gm2/gm2-libs-iso/ProgramArgs.mod:
+	* gm2/gm2-libs-iso/RTdata.def:
+	* gm2/gm2-libs-iso/RTdata.mod:
+	* gm2/gm2-libs-iso/RTentity.def:
+	* gm2/gm2-libs-iso/RTentity.mod:
+	* gm2/gm2-libs-iso/RTfio.def:
+	* gm2/gm2-libs-iso/RTfio.mod:
+	* gm2/gm2-libs-iso/RTgen.def:
+	* gm2/gm2-libs-iso/RTgen.mod:
+	* gm2/gm2-libs-iso/RTgenif.def:
+	* gm2/gm2-libs-iso/RTgenif.mod:
+	* gm2/gm2-libs-iso/RTio.def:
+	* gm2/gm2-libs-iso/RTio.mod:
+	* gm2/gm2-libs-iso/RawIO.mod:
+	* gm2/gm2-libs-iso/RealConv.mod:
+	* gm2/gm2-libs-iso/RealMath.mod:
+	* gm2/gm2-libs-iso/RealStr.mod:
+	* gm2/gm2-libs-iso/RndFile.mod:
+	* gm2/gm2-libs-iso/SIOResult.mod:
+	* gm2/gm2-libs-iso/SLongIO.mod:
+	* gm2/gm2-libs-iso/SRawIO.mod:
+	* gm2/gm2-libs-iso/SRealIO.mod:
+	* gm2/gm2-libs-iso/STextIO.mod:
+	* gm2/gm2-libs-iso/SWholeIO.mod:
+	* gm2/gm2-libs-iso/SYSTEM.mod:
+	* gm2/gm2-libs-iso/SeqFile.mod:
+	* gm2/gm2-libs-iso/ServerSocket.def:
+	* gm2/gm2-libs-iso/ServerSocket.mod:
+	* gm2/gm2-libs-iso/ShortComplexMath.mod:
+	* gm2/gm2-libs-iso/SimpleCipher.def:
+	* gm2/gm2-libs-iso/SimpleCipher.mod:
+	* gm2/gm2-libs-iso/StdChans.mod:
+	* gm2/gm2-libs-iso/Storage.mod:
+	* gm2/gm2-libs-iso/StreamFile.mod:
+	* gm2/gm2-libs-iso/StringChan.def:
+	* gm2/gm2-libs-iso/StringChan.mod:
+	* gm2/gm2-libs-iso/Strings.mod:
+	* gm2/gm2-libs-iso/SysClock.mod:
+	* gm2/gm2-libs-iso/TERMINATION.mod:
+	* gm2/gm2-libs-iso/TermFile.mod:
+	* gm2/gm2-libs-iso/TextIO.mod:
+	* gm2/gm2-libs-iso/WholeConv.mod:
+	* gm2/gm2-libs-iso/WholeIO.mod:
+	* gm2/gm2-libs-iso/WholeStr.mod:
+	* gm2/gm2-libs-iso/wrapsock.c:
+	* gm2/gm2-libs-iso/wrapsock.def:
+	* gm2/gm2-libs-iso/wraptime.c:
+	* gm2/gm2-libs-iso/wraptime.def:
+	* gm2/gm2-libs-min/M2RTS.def:
+	* gm2/gm2-libs-min/M2RTS.mod:
+	* gm2/gm2-libs-min/SYSTEM.def:
+	* gm2/gm2-libs-min/SYSTEM.mod:
+	* gm2/gm2-libs-min/libc.def:
+	* gm2/gm2-libs-pim/BitBlockOps.def:
+	* gm2/gm2-libs-pim/BitBlockOps.mod:
+	* gm2/gm2-libs-pim/BitByteOps.def:
+	* gm2/gm2-libs-pim/BitByteOps.mod:
+	* gm2/gm2-libs-pim/BitWordOps.def:
+	* gm2/gm2-libs-pim/BitWordOps.mod:
+	* gm2/gm2-libs-pim/BlockOps.def:
+	* gm2/gm2-libs-pim/BlockOps.mod:
+	* gm2/gm2-libs-pim/Break.c:
+	* gm2/gm2-libs-pim/Break.def:
+	* gm2/gm2-libs-pim/CardinalIO.def:
+	* gm2/gm2-libs-pim/CardinalIO.mod:
+	* gm2/gm2-libs-pim/Conversions.def:
+	* gm2/gm2-libs-pim/Conversions.mod:
+	* gm2/gm2-libs-pim/DebugPMD.def:
+	* gm2/gm2-libs-pim/DebugPMD.mod:
+	* gm2/gm2-libs-pim/DebugTrace.def:
+	* gm2/gm2-libs-pim/DebugTrace.mod:
+	* gm2/gm2-libs-pim/Delay.def:
+	* gm2/gm2-libs-pim/Delay.mod:
+	* gm2/gm2-libs-pim/Display.def:
+	* gm2/gm2-libs-pim/Display.mod:
+	* gm2/gm2-libs-pim/ErrorCode.def:
+	* gm2/gm2-libs-pim/ErrorCode.mod:
+	* gm2/gm2-libs-pim/FileSystem.def:
+	* gm2/gm2-libs-pim/FileSystem.mod:
+	* gm2/gm2-libs-pim/FloatingUtilities.def:
+	* gm2/gm2-libs-pim/FloatingUtilities.mod:
+	* gm2/gm2-libs-pim/InOut.def:
+	* gm2/gm2-libs-pim/InOut.mod:
+	* gm2/gm2-libs-pim/Keyboard.def:
+	* gm2/gm2-libs-pim/Keyboard.mod:
+	* gm2/gm2-libs-pim/LongIO.def:
+	* gm2/gm2-libs-pim/LongIO.mod:
+	* gm2/gm2-libs-pim/Random.def:
+	* gm2/gm2-libs-pim/Random.mod:
+	* gm2/gm2-libs-pim/RealConversions.mod:
+	* gm2/gm2-libs-pim/RealInOut.def:
+	* gm2/gm2-libs-pim/RealInOut.mod:
+	* gm2/gm2-libs-pim/Strings.def:
+	* gm2/gm2-libs-pim/Strings.mod:
+	* gm2/gm2-libs-pim/Termbase.def:
+	* gm2/gm2-libs-pim/Termbase.mod:
+	* gm2/gm2-libs-pim/Terminal.def:
+	* gm2/gm2-libs-pim/Terminal.mod:
+	* gm2/gm2-libs-pim/TimeDate.def:
+	* gm2/gm2-libs-pim/TimeDate.mod:
+	* gm2/man/Makefile.in:
+	* gm2/p2c/Makefile.in:
+	* gm2/p2c/p2c.h:
+	* gm2/p2c/p2c-src/Makefile.in:
+	* gm2/p2c/p2c-src/auto-host.h.in:
+	* gm2/p2c/p2c-src/include/config.h:
+	* gm2/p2c/p2c-src/include/system.h:
+	* gm2/p2c/p2c-src/src/Makefile.in:
+	* gm2/p2c/p2c-src/src/citmods.c:
+	* gm2/p2c/p2c-src/src/comment.c:
+	* gm2/p2c/p2c-src/src/decl.c:
+	* gm2/p2c/p2c-src/src/dir.c:
+	* gm2/p2c/p2c-src/src/expr.c:
+	* gm2/p2c/p2c-src/src/funcs.c:
+	* gm2/p2c/p2c-src/src/hpmods.c:
+	* gm2/p2c/p2c-src/src/lex.c:
+	* gm2/p2c/p2c-src/src/loc.p2clib.c:
+	* gm2/p2c/p2c-src/src/makeproto.c:
+	* gm2/p2c/p2c-src/src/out.c:
+	* gm2/p2c/p2c-src/src/p2c-config.h:
+	* gm2/p2c/p2c-src/src/p2c.h:
+	* gm2/p2c/p2c-src/src/p2clib.c:
+	* gm2/p2c/p2c-src/src/parse.c:
+	* gm2/p2c/p2c-src/src/pexpr.c:
+	* gm2/p2c/p2c-src/src/stuff.c:
+	* gm2/p2c/p2c-src/src/trans.c:
+	* gm2/p2c/p2c-src/src/trans.h:
+	* gm2/tools-src/def2texi.py:
+	* gm2/tools-src/mklink.c:
+	* gm2/ulm-lib-gm2/processes/CoExpressions.def:
+	* gm2/ulm-lib-gm2/processes/CoExpressions.mod:
+	* gm2/ulm-lib-gm2/processes/Processes.def:
+	* gm2/ulm-lib-gm2/processes/Processes.mod:
+	* gm2/ulm-lib-gm2/std/ASCII.def:
+	* gm2/ulm-lib-gm2/std/ASCII.mod:
+	* gm2/ulm-lib-gm2/std/Archive.def:
+	* gm2/ulm-lib-gm2/std/Archive.mod:
+	* gm2/ulm-lib-gm2/std/Arguments.def:
+	* gm2/ulm-lib-gm2/std/Arguments.mod:
+	* gm2/ulm-lib-gm2/std/Calendar.def:
+	* gm2/ulm-lib-gm2/std/Calendar.mod:
+	* gm2/ulm-lib-gm2/std/CallShell.def:
+	* gm2/ulm-lib-gm2/std/CallShell.mod:
+	* gm2/ulm-lib-gm2/std/Clock.def:
+	* gm2/ulm-lib-gm2/std/Clock.mod:
+	* gm2/ulm-lib-gm2/std/Conversions.def:
+	* gm2/ulm-lib-gm2/std/Conversions.mod:
+	* gm2/ulm-lib-gm2/std/Directories.def:
+	* gm2/ulm-lib-gm2/std/Directories.mod:
+	* gm2/ulm-lib-gm2/std/Environment.def:
+	* gm2/ulm-lib-gm2/std/Environment.mod:
+	* gm2/ulm-lib-gm2/std/EtcGroup.def:
+	* gm2/ulm-lib-gm2/std/EtcGroup.mod:
+	* gm2/ulm-lib-gm2/std/Files.def:
+	* gm2/ulm-lib-gm2/std/Files.mod:
+	* gm2/ulm-lib-gm2/std/FtdIO.def:
+	* gm2/ulm-lib-gm2/std/FtdIO.mod:
+	* gm2/ulm-lib-gm2/std/Functions.def:
+	* gm2/ulm-lib-gm2/std/Functions.mod:
+	* gm2/ulm-lib-gm2/std/GetPass.def:
+	* gm2/ulm-lib-gm2/std/GetPass.mod:
+	* gm2/ulm-lib-gm2/std/InOut.def:
+	* gm2/ulm-lib-gm2/std/InOut.mod:
+	* gm2/ulm-lib-gm2/std/M2EXCEPTION.mod:
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:
+	* gm2/ulm-lib-gm2/std/MathLib.def:
+	* gm2/ulm-lib-gm2/std/MathLib.mod:
+	* gm2/ulm-lib-gm2/std/Passwd.def:
+	* gm2/ulm-lib-gm2/std/Passwd.mod:
+	* gm2/ulm-lib-gm2/std/PipeIO.def:
+	* gm2/ulm-lib-gm2/std/PipeIO.mod:
+	* gm2/ulm-lib-gm2/std/Plot.def:
+	* gm2/ulm-lib-gm2/std/Plot.mod:
+	* gm2/ulm-lib-gm2/std/RTErrors.def:
+	* gm2/ulm-lib-gm2/std/RTErrors.mod:
+	* gm2/ulm-lib-gm2/std/RTExceptions.mod:
+	* gm2/ulm-lib-gm2/std/RandomGenerator.def:
+	* gm2/ulm-lib-gm2/std/RandomGenerator.mod:
+	* gm2/ulm-lib-gm2/std/ReadIntCard.def:
+	* gm2/ulm-lib-gm2/std/ReadIntCard.mod:
+	* gm2/ulm-lib-gm2/std/RealConv.def:
+	* gm2/ulm-lib-gm2/std/RealConv.mod:
+	* gm2/ulm-lib-gm2/std/RealInOut.def:
+	* gm2/ulm-lib-gm2/std/RealInOut.mod:
+	* gm2/ulm-lib-gm2/std/ScanPwfile.def:
+	* gm2/ulm-lib-gm2/std/ScanPwfile.mod:
+	* gm2/ulm-lib-gm2/std/StdFuncs.def:
+	* gm2/ulm-lib-gm2/std/StdFuncs.mod:
+	* gm2/ulm-lib-gm2/std/StdIO.def:
+	* gm2/ulm-lib-gm2/std/StdIO.mod:
+	* gm2/ulm-lib-gm2/std/Storage.def:
+	* gm2/ulm-lib-gm2/std/Storage.mod:
+	* gm2/ulm-lib-gm2/std/StrSpec.def:
+	* gm2/ulm-lib-gm2/std/StrSpec.mod:
+	* gm2/ulm-lib-gm2/std/StrToNum.def:
+	* gm2/ulm-lib-gm2/std/StrToNum.mod:
+	* gm2/ulm-lib-gm2/std/StrToReal.def:
+	* gm2/ulm-lib-gm2/std/StrToReal.mod:
+	* gm2/ulm-lib-gm2/std/Strings.def:
+	* gm2/ulm-lib-gm2/std/Strings.mod:
+	* gm2/ulm-lib-gm2/std/SysConf.def:
+	* gm2/ulm-lib-gm2/std/SysConf.mod:
+	* gm2/ulm-lib-gm2/std/SysPerror.def:
+	* gm2/ulm-lib-gm2/std/SysPerror.mod:
+	* gm2/ulm-lib-gm2/std/Terminal.def:
+	* gm2/ulm-lib-gm2/std/Terminal.mod:
+	* gm2/ulm-lib-gm2/std/TimeIO.def:
+	* gm2/ulm-lib-gm2/std/TimeIO.mod:
+	* gm2/ulm-lib-gm2/sys/Errno.def:
+	* gm2/ulm-lib-gm2/sys/Errno.mod:
+	* gm2/ulm-lib-gm2/sys/SYSTEM.def:
+	* gm2/ulm-lib-gm2/sys/Sys.def:
+	* gm2/ulm-lib-gm2/sys/Sys.mod:
+	* gm2/ulm-lib-gm2/sys/SysAccess.def:
+	* gm2/ulm-lib-gm2/sys/SysAccess.mod:
+	* gm2/ulm-lib-gm2/sys/SysAlarm.def:
+	* gm2/ulm-lib-gm2/sys/SysAlarm.mod:
+	* gm2/ulm-lib-gm2/sys/SysBreak.def:
+	* gm2/ulm-lib-gm2/sys/SysBreak.mod:
+	* gm2/ulm-lib-gm2/sys/SysClose.def:
+	* gm2/ulm-lib-gm2/sys/SysClose.mod:
+	* gm2/ulm-lib-gm2/sys/SysCreat.def:
+	* gm2/ulm-lib-gm2/sys/SysCreat.mod:
+	* gm2/ulm-lib-gm2/sys/SysDup.def:
+	* gm2/ulm-lib-gm2/sys/SysDup.mod:
+	* gm2/ulm-lib-gm2/sys/SysExec.def:
+	* gm2/ulm-lib-gm2/sys/SysExec.mod:
+	* gm2/ulm-lib-gm2/sys/SysExit.def:
+	* gm2/ulm-lib-gm2/sys/SysExit.mod:
+	* gm2/ulm-lib-gm2/sys/SysFcntl.def:
+	* gm2/ulm-lib-gm2/sys/SysFcntl.mod:
+	* gm2/ulm-lib-gm2/sys/SysFork.def:
+	* gm2/ulm-lib-gm2/sys/SysFork.mod:
+	* gm2/ulm-lib-gm2/sys/SysGetpid.def:
+	* gm2/ulm-lib-gm2/sys/SysGetpid.mod:
+	* gm2/ulm-lib-gm2/sys/SysGetuid.def:
+	* gm2/ulm-lib-gm2/sys/SysGetuid.mod:
+	* gm2/ulm-lib-gm2/sys/SysIoctl.def:
+	* gm2/ulm-lib-gm2/sys/SysIoctl.mod:
+	* gm2/ulm-lib-gm2/sys/SysKill.def:
+	* gm2/ulm-lib-gm2/sys/SysKill.mod:
+	* gm2/ulm-lib-gm2/sys/SysLink.def:
+	* gm2/ulm-lib-gm2/sys/SysLink.mod:
+	* gm2/ulm-lib-gm2/sys/SysLocations.def:
+	* gm2/ulm-lib-gm2/sys/SysLocations.mod:
+	* gm2/ulm-lib-gm2/sys/SysLseek.def:
+	* gm2/ulm-lib-gm2/sys/SysLseek.mod:
+	* gm2/ulm-lib-gm2/sys/SysOpen.def:
+	* gm2/ulm-lib-gm2/sys/SysOpen.mod:
+	* gm2/ulm-lib-gm2/sys/SysPanic.def:
+	* gm2/ulm-lib-gm2/sys/SysPanic.mod:
+	* gm2/ulm-lib-gm2/sys/SysPause.def:
+	* gm2/ulm-lib-gm2/sys/SysPause.mod:
+	* gm2/ulm-lib-gm2/sys/SysPipe.def:
+	* gm2/ulm-lib-gm2/sys/SysPipe.mod:
+	* gm2/ulm-lib-gm2/sys/SysRead.def:
+	* gm2/ulm-lib-gm2/sys/SysRead.mod:
+	* gm2/ulm-lib-gm2/sys/SysSetuid.def:
+	* gm2/ulm-lib-gm2/sys/SysSetuid.mod:
+	* gm2/ulm-lib-gm2/sys/SysSignal.def:
+	* gm2/ulm-lib-gm2/sys/SysSignal.mod:
+	* gm2/ulm-lib-gm2/sys/SysStat.def:
+	* gm2/ulm-lib-gm2/sys/SysStat.mod:
+	* gm2/ulm-lib-gm2/sys/SysTermIO.def:
+	* gm2/ulm-lib-gm2/sys/SysTermIO.mod:
+	* gm2/ulm-lib-gm2/sys/SysTime.def:
+	* gm2/ulm-lib-gm2/sys/SysTime.mod:
+	* gm2/ulm-lib-gm2/sys/SysUnlink.def:
+	* gm2/ulm-lib-gm2/sys/SysUnlink.mod:
+	* gm2/ulm-lib-gm2/sys/SysWait.def:
+	* gm2/ulm-lib-gm2/sys/SysWait.mod:
+	* gm2/ulm-lib-gm2/sys/SysWrite.def:
+	* gm2/ulm-lib-gm2/sys/SysWrite.mod:
+	* gm2/ulm-lib-gm2/sys/SystemTypes.def:
+	* gm2/ulm-lib-gm2/sys/SystemTypes.mod:
+	* gm2/ulm-lib-gm2/sys/UnixString.def:
+	* gm2/ulm-lib-gm2/sys/UnixString.mod:
+	* gm2/ulm-lib-gm2/sys/test.mod:
+	* gm2/www/Makefile.in:
+	* gm2/www/index.ms:
+
+2010-09-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms:  updated information for the 0.98 release.
+	* gm2/gm2-compiler/M2Quads.mod:  fixed bug reported by
+          Dragiša Durić (dragisa-duric/testcase16/pass/TermIO.mod)
+	  and also Dragiša Durić
+	  (dragisa-duric/testcase15/pass/testcase15.mod).
+	* gm2/gm2-compiler/P2SymBuild.def:  (New procedure) SkipConst.
+	* gm2/gm2-compiler/P2SymBuild.mod:  (New procedure) SkipConst
+	  implemented.
+	* gm2/gm2-compiler/PCSymBuild.mod:  call FixupConstExpr if a
+	  constant is assigned to a procedure.
+	* gm2/Make-lang.in:  fixed dates for the following files.
+	* gm2/Makefile.in:
+	* gm2/configure.in:
+	* gm2/gm2-common.c:
+	* gm2/gm2-common.h:
+	* gm2/gm2-lang.c:
+	* gm2/gm2-lang.h:
+	* gm2/gm2-tree.def:
+	* gm2/gm2-tree.h:
+	* gm2/gm2builtins.c:
+	* gm2/gm2config.h.in:
+	* gm2/gm2except.c:
+	* gm2/gm2spec.c:
+	* gm2/gm2version.h:
+	* gm2/lang-options.h:
+	* gm2/m2pp.c:
+	* gm2/m2pp.h:
+	* gm2/bnf/gm2l.bnf:
+	* gm2/bnf/gm2m.bnf:
+	* gm2/bnf/h2def.bnf:
+	* gm2/bnf/m2-2.bnf:
+	* gm2/bnf/m2-3.bnf:
+	* gm2/bnf/m2-h.bnf:
+	* gm2/bnf/m2.bnf:
+	* gm2/examples/callingC/Makefile.in:
+	* gm2/examples/callingC/hello.mod:
+	* gm2/examples/callingC/libprintf.def:
+	* gm2/examples/cplusplus/cppcatchm2/cpp.def:
+	* gm2/examples/cplusplus/cppcatchm2/m2.def:
+	* gm2/examples/cplusplus/cppcatchm2/m2.mod:
+	* gm2/examples/cplusplus/m2catchcpp/cpp.def:
+	* gm2/examples/cplusplus/m2catchcpp/m2.mod:
+	* gm2/examples/cpp/hello.mod:
+	* gm2/examples/cppDef/a.def:
+	* gm2/examples/cppDef/a.mod:
+	* gm2/examples/cppDef/b.mod:
+	* gm2/examples/executive/testexecutive.mod:
+	* gm2/examples/executive/testtime.mod:
+	* gm2/examples/executive/winexec.mod:
+	* gm2/examples/gravity/deviceGnuPic.def:
+	* gm2/examples/gravity/deviceGnuPic.mod:
+	* gm2/examples/gravity/gsl.def:
+	* gm2/examples/gravity/test.mod:
+	* gm2/examples/gravity/twoDsim.def:
+	* gm2/examples/hello/Makefile.in:
+	* gm2/examples/hello/hello.mod:
+	* gm2/examples/iso/files/rot13.mod:
+	* gm2/examples/iso/hello/hello.mod:
+	* gm2/examples/iso/socket/client.mod:
+	* gm2/examples/map/AdvMap.def:
+	* gm2/examples/map/AdvMap.mod:
+	* gm2/examples/map/BoxMap.def:
+	* gm2/examples/map/BoxMap.mod:
+	* gm2/examples/map/Chance.def:
+	* gm2/examples/map/Chance.mod:
+	* gm2/examples/map/Find.def:
+	* gm2/examples/map/Find.mod:
+	* gm2/examples/map/Geometry.def:
+	* gm2/examples/map/Geometry.mod:
+	* gm2/examples/map/MakeBoxes.def:
+	* gm2/examples/map/MakeBoxes.mod:
+	* gm2/examples/map/Makefile.in:
+	* gm2/examples/map/Map.mod:
+	* gm2/examples/map/RoomMap.def:
+	* gm2/examples/map/RoomMap.mod:
+	* gm2/examples/map/Semantic.mod:
+	* gm2/examples/map/StoreCoord.def:
+	* gm2/examples/map/StoreCoord.mod:
+	* gm2/examples/map/StoreCoords.def:
+	* gm2/examples/map/StoreCoords.mod:
+	* gm2/examples/map/WriteMap.def:
+	* gm2/examples/map/WriteMap.mod:
+	* gm2/examples/map/testch2.mod:
+	* gm2/examples/map/testchan.mod:
+	* gm2/examples/map/testcoor.mod:
+	* gm2/examples/map/old-src/GenMap.mod:
+	* gm2/examples/map/old-src/MakeMap.mod:
+	* gm2/examples/map/old-src/MonMap.def:
+	* gm2/examples/map/old-src/MonMap.mod:
+	* gm2/examples/map/old-src/testboxes.mod:
+	* gm2/examples/min/minhello.mod:
+	* gm2/examples/ncurses/ColorText.def:
+	* gm2/examples/ncurses/ColorText.mod:
+	* gm2/examples/ncurses/Makefile.in:
+	* gm2/examples/ncurses/WindowDevice.def:
+	* gm2/examples/ncurses/WindowDevice.mod:
+	* gm2/examples/ncurses/ncurses.def:
+	* gm2/examples/ncurses/shortc.c:
+	* gm2/examples/ncurses/shortc.def:
+	* gm2/examples/ncurses/test.c:
+	* gm2/examples/ncurses/test.mod:
+	* gm2/examples/ncurses/testcolor.mod:
+	* gm2/examples/ncurses/testmove.mod:
+	* gm2/examples/ncurses/testshort.mod:
+	* gm2/examples/ncurses/testwin.mod:
+	* gm2/examples/pthread/fullpth.def:
+	* gm2/examples/pthread/libcextra.def:
+	* gm2/examples/pthread/libcwrap.c:
+	* gm2/examples/pthread/libcwrap.def:
+	* gm2/examples/pthread/testselect.mod:
+	* gm2/examples/server/server.mod:
+	* gm2/examples/svga/DisplayBuffer.def:
+	* gm2/examples/svga/DisplayBuffer.mod:
+	* gm2/examples/svga/Matrix3D.def:
+	* gm2/examples/svga/Matrix3D.mod:
+	* gm2/examples/svga/Transform.def:
+	* gm2/examples/svga/Transform.mod:
+	* gm2/examples/svga/testbox.mod:
+	* gm2/examples/svga/vga.def:
+	* gm2/examples/swig/exceptions/tiny.def:
+	* gm2/examples/swig/exceptions/tiny.mod:
+	* gm2/examples/swig/strlen/MyStrLib.def:
+	* gm2/examples/swig/strlen/MyStrLib.mod:
+	* gm2/examples/swig/strlib/MyStrLib.def:
+	* gm2/examples/swig/strlib/MyStrLib.mod:
+	* gm2/examples/swig/tiny/tiny.def:
+	* gm2/examples/swig/tiny/tiny.mod:
+	* gm2/gm2-compiler/CLexBuf.def:
+	* gm2/gm2-compiler/CLexBuf.mod:
+	* gm2/gm2-compiler/FifoQueue.def:
+	* gm2/gm2-compiler/FifoQueue.mod:
+	* gm2/gm2-compiler/Lists.def:
+	* gm2/gm2-compiler/Lists.mod:
+	* gm2/gm2-compiler/M2ALU.def:
+	* gm2/gm2-compiler/M2ALU.mod:
+	* gm2/gm2-compiler/M2AsmUtil.def:
+	* gm2/gm2-compiler/M2AsmUtil.mod:
+	* gm2/gm2-compiler/M2Base.def:
+	* gm2/gm2-compiler/M2Base.mod:
+	* gm2/gm2-compiler/M2BasicBlock.def:
+	* gm2/gm2-compiler/M2BasicBlock.mod:
+	* gm2/gm2-compiler/M2Batch.def:
+	* gm2/gm2-compiler/M2Batch.mod:
+	* gm2/gm2-compiler/M2Bitset.def:
+	* gm2/gm2-compiler/M2Bitset.mod:
+	* gm2/gm2-compiler/M2CaseList.def:
+	* gm2/gm2-compiler/M2CaseList.mod:
+	* gm2/gm2-compiler/M2Code.def:
+	* gm2/gm2-compiler/M2Code.mod:
+	* gm2/gm2-compiler/M2Comp.def:
+	* gm2/gm2-compiler/M2Comp.mod:
+	* gm2/gm2-compiler/M2Configure.def:
+	* gm2/gm2-compiler/M2Configure.mod:
+	* gm2/gm2-compiler/M2Constants.def:
+	* gm2/gm2-compiler/M2Constants.mod:
+	* gm2/gm2-compiler/M2Debug.def:
+	* gm2/gm2-compiler/M2Debug.mod:
+	* gm2/gm2-compiler/M2Defaults.def:
+	* gm2/gm2-compiler/M2Defaults.mod:
+	* gm2/gm2-compiler/M2Depth.def:
+	* gm2/gm2-compiler/M2Depth.mod:
+	* gm2/gm2-compiler/M2Entity.def:
+	* gm2/gm2-compiler/M2Entity.mod:
+	* gm2/gm2-compiler/M2Error.def:
+	* gm2/gm2-compiler/M2Error.mod:
+	* gm2/gm2-compiler/M2EvalSym.def:
+	* gm2/gm2-compiler/M2FileName.def:
+	* gm2/gm2-compiler/M2FileName.mod:
+	* gm2/gm2-compiler/M2GCCDeclare.def:
+	* gm2/gm2-compiler/M2GCCDeclare.mod:
+	* gm2/gm2-compiler/M2GenGCC.def:
+	* gm2/gm2-compiler/M2Inline.def:
+	* gm2/gm2-compiler/M2Inline.mod:
+	* gm2/gm2-compiler/M2Lex.def:
+	* gm2/gm2-compiler/M2Lex.mod:
+	* gm2/gm2-compiler/M2LexBuf.def:
+	* gm2/gm2-compiler/M2LexBuf.mod:
+	* gm2/gm2-compiler/M2MetaError.def:
+	* gm2/gm2-compiler/M2MetaError.mod:
+	* gm2/gm2-compiler/M2Optimize.def:
+	* gm2/gm2-compiler/M2Optimize.mod:
+	* gm2/gm2-compiler/M2Options.def:
+	* gm2/gm2-compiler/M2Options.mod:
+	* gm2/gm2-compiler/M2Pass.mod:
+	* gm2/gm2-compiler/M2Preprocess.def:
+	* gm2/gm2-compiler/M2Preprocess.mod:
+	* gm2/gm2-compiler/M2Printf.def:
+	* gm2/gm2-compiler/M2Printf.mod:
+	* gm2/gm2-compiler/M2Quads.def:
+	* gm2/gm2-compiler/M2Quads.mod:
+	* gm2/gm2-compiler/M2Quiet.def:
+	* gm2/gm2-compiler/M2Quiet.mod:
+	* gm2/gm2-compiler/M2Range.def:
+	* gm2/gm2-compiler/M2Range.mod:
+	* gm2/gm2-compiler/M2Reserved.def:
+	* gm2/gm2-compiler/M2Reserved.mod:
+	* gm2/gm2-compiler/M2Scope.def:
+	* gm2/gm2-compiler/M2Scope.mod:
+	* gm2/gm2-compiler/M2Search.def:
+	* gm2/gm2-compiler/M2Search.mod:
+	* gm2/gm2-compiler/M2Size.def:
+	* gm2/gm2-compiler/M2Size.mod:
+	* gm2/gm2-compiler/M2StackAddress.def:
+	* gm2/gm2-compiler/M2StackAddress.mod:
+	* gm2/gm2-compiler/M2StackWord.def:
+	* gm2/gm2-compiler/M2StackWord.mod:
+	* gm2/gm2-compiler/M2Students.def:
+	* gm2/gm2-compiler/M2Students.mod:
+	* gm2/gm2-compiler/M2SubExp.def:
+	* gm2/gm2-compiler/M2SubExp.mod:
+	* gm2/gm2-compiler/M2Swig.def:
+	* gm2/gm2-compiler/M2Swig.mod:
+	* gm2/gm2-compiler/M2System.def:
+	* gm2/gm2-compiler/M2Version.def:
+	* gm2/gm2-compiler/NameKey.def:
+	* gm2/gm2-compiler/NameKey.mod:
+	* gm2/gm2-compiler/P1SymBuild.def:
+	* gm2/gm2-compiler/P1SymBuild.mod:
+	* gm2/gm2-compiler/P1SyntaxCheck.def:
+	* gm2/gm2-compiler/P2Build.def:
+	* gm2/gm2-compiler/P2SymBuild.def:
+	* gm2/gm2-compiler/P2SymBuild.mod:
+	* gm2/gm2-compiler/P3Build.def:
+	* gm2/gm2-compiler/P3SymBuild.def:
+	* gm2/gm2-compiler/P3SymBuild.mod:
+	* gm2/gm2-compiler/PCBuild.def:
+	* gm2/gm2-compiler/PCSymBuild.def:
+	* gm2/gm2-compiler/PCSymBuild.mod:
+	* gm2/gm2-compiler/PHBuild.def:
+	* gm2/gm2-compiler/Sets.def:
+	* gm2/gm2-compiler/Sets.mod:
+	* gm2/gm2-compiler/SymbolConversion.def:
+	* gm2/gm2-compiler/SymbolConversion.mod:
+	* gm2/gm2-compiler/SymbolKey.def:
+	* gm2/gm2-compiler/SymbolKey.mod:
+	* gm2/gm2-compiler/SymbolTable.def:
+	* gm2/gm2-compiler/SymbolTable.mod:
+	* gm2/gm2-compiler/bnflex.def:
+	* gm2/gm2-compiler/bnflex.mod:
+	* gm2/gm2-compiler/cflex.def:
+	* gm2/gm2-compiler/gccgm2.def:
+	* gm2/gm2-compiler/gm2.mod:
+	* gm2/gm2-compiler/gm2builtins.def:
+	* gm2/gm2-compiler/gm2except.def:
+	* gm2/gm2-compiler/gm2lcc.mod:
+	* gm2/gm2-compiler/gm2lgen.mod:
+	* gm2/gm2-compiler/gm2lorder.mod:
+	* gm2/gm2-compiler/m2flex.def:
+	* gm2/gm2-compiler/ppg.mod:
+	* gm2/gm2-libiberty/choosetemp.def:
+	* gm2/gm2-libiberty/pexecute.def:
+	* gm2/gm2-libs/ASCII.def:
+	* gm2/gm2-libs/ASCII.mod:
+	* gm2/gm2-libs/Args.def:
+	* gm2/gm2-libs/Args.mod:
+	* gm2/gm2-libs/Assertion.def:
+	* gm2/gm2-libs/Assertion.mod:
+	* gm2/gm2-libs/Break.def:
+	* gm2/gm2-libs/Break.mod:
+	* gm2/gm2-libs/Builtins.def:
+	* gm2/gm2-libs/COROUTINES.def:
+	* gm2/gm2-libs/COROUTINES.mod:
+	* gm2/gm2-libs/CmdArgs.def:
+	* gm2/gm2-libs/CmdArgs.mod:
+	* gm2/gm2-libs/Debug.def:
+	* gm2/gm2-libs/Debug.mod:
+	* gm2/gm2-libs/DynamicStrings.def:
+	* gm2/gm2-libs/DynamicStrings.mod:
+	* gm2/gm2-libs/Environment.def:
+	* gm2/gm2-libs/Environment.mod:
+	* gm2/gm2-libs/FIO.def:
+	* gm2/gm2-libs/FIO.mod:
+	* gm2/gm2-libs/FormatStrings.def:
+	* gm2/gm2-libs/FormatStrings.mod:
+	* gm2/gm2-libs/FpuIO.def:
+	* gm2/gm2-libs/FpuIO.mod:
+	* gm2/gm2-libs/Indexing.def:
+	* gm2/gm2-libs/Indexing.mod:
+	* gm2/gm2-libs/LMathLib0.def:
+	* gm2/gm2-libs/LMathLib0.mod:
+	* gm2/gm2-libs/LegacyReal.def:
+	* gm2/gm2-libs/LegacyReal.mod:
+	* gm2/gm2-libs/M2EXCEPTION.mod:
+	* gm2/gm2-libs/M2RTS.def:
+	* gm2/gm2-libs/M2RTS.mod:
+	* gm2/gm2-libs/MathLib0.def:
+	* gm2/gm2-libs/MathLib0.mod:
+	* gm2/gm2-libs/MemUtils.def:
+	* gm2/gm2-libs/MemUtils.mod:
+	* gm2/gm2-libs/NumberIO.def:
+	* gm2/gm2-libs/NumberIO.mod:
+	* gm2/gm2-libs/PushBackInput.def:
+	* gm2/gm2-libs/PushBackInput.mod:
+	* gm2/gm2-libs/RTExceptions.def:
+	* gm2/gm2-libs/RTExceptions.mod:
+	* gm2/gm2-libs/RTint.def:
+	* gm2/gm2-libs/RTint.mod:
+	* gm2/gm2-libs/SArgs.def:
+	* gm2/gm2-libs/SArgs.mod:
+	* gm2/gm2-libs/SEnvironment.def:
+	* gm2/gm2-libs/SEnvironment.mod:
+	* gm2/gm2-libs/SFIO.def:
+	* gm2/gm2-libs/SFIO.mod:
+	* gm2/gm2-libs/SMathLib0.def:
+	* gm2/gm2-libs/SMathLib0.mod:
+	* gm2/gm2-libs/SYSTEM.def:
+	* gm2/gm2-libs/SYSTEM.mod:
+	* gm2/gm2-libs/Scan.def:
+	* gm2/gm2-libs/Scan.mod:
+	* gm2/gm2-libs/Selective.def:
+	* gm2/gm2-libs/StdIO.def:
+	* gm2/gm2-libs/StdIO.mod:
+	* gm2/gm2-libs/Storage.def:
+	* gm2/gm2-libs/Storage.mod:
+	* gm2/gm2-libs/StrCase.def:
+	* gm2/gm2-libs/StrCase.mod:
+	* gm2/gm2-libs/StrIO.def:
+	* gm2/gm2-libs/StrIO.mod:
+	* gm2/gm2-libs/StrLib.def:
+	* gm2/gm2-libs/StrLib.mod:
+	* gm2/gm2-libs/SysExceptions.def:
+	* gm2/gm2-libs/SysStorage.def:
+	* gm2/gm2-libs/SysStorage.mod:
+	* gm2/gm2-libs/TimeString.def:
+	* gm2/gm2-libs/TimeString.mod:
+	* gm2/gm2-libs/UnixArgs.def:
+	* gm2/gm2-libs/cxxabi.def:
+	* gm2/gm2-libs/dtoa.def:
+	* gm2/gm2-libs/errno.def:
+	* gm2/gm2-libs/gm2-libs-host.h.in:
+	* gm2/gm2-libs/ldtoa.def:
+	* gm2/gm2-libs/libc.def:
+	* gm2/gm2-libs/libm.def:
+	* gm2/gm2-libs/sckt.def:
+	* gm2/gm2-libs/termios.def:
+	* gm2/gm2-libs/wrapc.def:
+	* gm2/gm2-libs-boot/SYSTEM.def:
+	* gm2/gm2-libs-ch/Selective.c:
+	* gm2/gm2-libs-ch/StdIO.c:
+	* gm2/gm2-libs-ch/Storage.c:
+	* gm2/gm2-libs-ch/SysExceptions.c:
+	* gm2/gm2-libs-ch/UnixArgs.c:
+	* gm2/gm2-libs-ch/choosetemp.c:
+	* gm2/gm2-libs-ch/dtoa.c:
+	* gm2/gm2-libs-ch/errno.c:
+	* gm2/gm2-libs-ch/ldtoa.c:
+	* gm2/gm2-libs-ch/libc.c:
+	* gm2/gm2-libs-ch/sckt.c:
+	* gm2/gm2-libs-ch/wrapc.c:
+	* gm2/gm2-libs-ch/xlibc.c:
+	* gm2/gm2-libs-coroutines/Debug.def:
+	* gm2/gm2-libs-coroutines/Debug.mod:
+	* gm2/gm2-libs-coroutines/Executive.def:
+	* gm2/gm2-libs-coroutines/Executive.mod:
+	* gm2/gm2-libs-coroutines/KeyBoardLEDs.c:
+	* gm2/gm2-libs-coroutines/KeyBoardLEDs.def:
+	* gm2/gm2-libs-coroutines/SYSTEM.def:
+	* gm2/gm2-libs-coroutines/SYSTEM.mod:
+	* gm2/gm2-libs-coroutines/TimerHandler.def:
+	* gm2/gm2-libs-coroutines/TimerHandler.mod:
+	* gm2/gm2-libs-iso/ChanConsts.h:
+	* gm2/gm2-libs-iso/ChanConsts.mod:
+	* gm2/gm2-libs-iso/CharClass.mod:
+	* gm2/gm2-libs-iso/ClientSocket.def:
+	* gm2/gm2-libs-iso/ClientSocket.mod:
+	* gm2/gm2-libs-iso/ComplexMath.mod:
+	* gm2/gm2-libs-iso/ConvStringLong.def:
+	* gm2/gm2-libs-iso/ConvStringLong.mod:
+	* gm2/gm2-libs-iso/ConvStringReal.def:
+	* gm2/gm2-libs-iso/ConvStringReal.mod:
+	* gm2/gm2-libs-iso/ConvTypes.mod:
+	* gm2/gm2-libs-iso/EXCEPTIONS.mod:
+	* gm2/gm2-libs-iso/ErrnoCategory.c:
+	* gm2/gm2-libs-iso/ErrnoCategory.def:
+	* gm2/gm2-libs-iso/IOChan.mod:
+	* gm2/gm2-libs-iso/IOConsts.mod:
+	* gm2/gm2-libs-iso/IOLink.mod:
+	* gm2/gm2-libs-iso/IOResult.mod:
+	* gm2/gm2-libs-iso/LongComplexMath.mod:
+	* gm2/gm2-libs-iso/LongConv.mod:
+	* gm2/gm2-libs-iso/LongMath.mod:
+	* gm2/gm2-libs-iso/LongStr.mod:
+	* gm2/gm2-libs-iso/M2RTS.def:
+	* gm2/gm2-libs-iso/M2RTS.mod:
+	* gm2/gm2-libs-iso/ProgramArgs.mod:
+	* gm2/gm2-libs-iso/RTdata.def:
+	* gm2/gm2-libs-iso/RTdata.mod:
+	* gm2/gm2-libs-iso/RTentity.def:
+	* gm2/gm2-libs-iso/RTentity.mod:
+	* gm2/gm2-libs-iso/RTfio.def:
+	* gm2/gm2-libs-iso/RTfio.mod:
+	* gm2/gm2-libs-iso/RTgen.def:
+	* gm2/gm2-libs-iso/RTgen.mod:
+	* gm2/gm2-libs-iso/RTgenif.def:
+	* gm2/gm2-libs-iso/RTgenif.mod:
+	* gm2/gm2-libs-iso/RTio.def:
+	* gm2/gm2-libs-iso/RTio.mod:
+	* gm2/gm2-libs-iso/RawIO.mod:
+	* gm2/gm2-libs-iso/RealConv.mod:
+	* gm2/gm2-libs-iso/RealMath.mod:
+	* gm2/gm2-libs-iso/RealStr.mod:
+	* gm2/gm2-libs-iso/RndFile.mod:
+	* gm2/gm2-libs-iso/SIOResult.mod:
+	* gm2/gm2-libs-iso/SLongIO.mod:
+	* gm2/gm2-libs-iso/SRawIO.mod:
+	* gm2/gm2-libs-iso/SRealIO.mod:
+	* gm2/gm2-libs-iso/STextIO.mod:
+	* gm2/gm2-libs-iso/SWholeIO.mod:
+	* gm2/gm2-libs-iso/SYSTEM.mod:
+	* gm2/gm2-libs-iso/SeqFile.mod:
+	* gm2/gm2-libs-iso/ServerSocket.def:
+	* gm2/gm2-libs-iso/ServerSocket.mod:
+	* gm2/gm2-libs-iso/ShortComplexMath.mod:
+	* gm2/gm2-libs-iso/SimpleCipher.def:
+	* gm2/gm2-libs-iso/SimpleCipher.mod:
+	* gm2/gm2-libs-iso/StdChans.mod:
+	* gm2/gm2-libs-iso/Storage.mod:
+	* gm2/gm2-libs-iso/StreamFile.mod:
+	* gm2/gm2-libs-iso/StringChan.def:
+	* gm2/gm2-libs-iso/StringChan.mod:
+	* gm2/gm2-libs-iso/Strings.mod:
+	* gm2/gm2-libs-iso/SysClock.mod:
+	* gm2/gm2-libs-iso/TERMINATION.mod:
+	* gm2/gm2-libs-iso/TermFile.mod:
+	* gm2/gm2-libs-iso/TextIO.mod:
+	* gm2/gm2-libs-iso/WholeConv.mod:
+	* gm2/gm2-libs-iso/WholeIO.mod:
+	* gm2/gm2-libs-iso/WholeStr.mod:
+	* gm2/gm2-libs-iso/wrapsock.c:
+	* gm2/gm2-libs-iso/wrapsock.def:
+	* gm2/gm2-libs-iso/wraptime.c:
+	* gm2/gm2-libs-iso/wraptime.def:
+	* gm2/gm2-libs-min/M2RTS.def:
+	* gm2/gm2-libs-min/M2RTS.mod:
+	* gm2/gm2-libs-min/SYSTEM.def:
+	* gm2/gm2-libs-min/SYSTEM.mod:
+	* gm2/gm2-libs-min/libc.def:
+	* gm2/gm2-libs-pim/BitBlockOps.def:
+	* gm2/gm2-libs-pim/BitBlockOps.mod:
+	* gm2/gm2-libs-pim/BitByteOps.def:
+	* gm2/gm2-libs-pim/BitByteOps.mod:
+	* gm2/gm2-libs-pim/BitWordOps.def:
+	* gm2/gm2-libs-pim/BitWordOps.mod:
+	* gm2/gm2-libs-pim/BlockOps.def:
+	* gm2/gm2-libs-pim/BlockOps.mod:
+	* gm2/gm2-libs-pim/Break.c:
+	* gm2/gm2-libs-pim/Break.def:
+	* gm2/gm2-libs-pim/CardinalIO.def:
+	* gm2/gm2-libs-pim/CardinalIO.mod:
+	* gm2/gm2-libs-pim/Conversions.def:
+	* gm2/gm2-libs-pim/Conversions.mod:
+	* gm2/gm2-libs-pim/DebugPMD.def:
+	* gm2/gm2-libs-pim/DebugPMD.mod:
+	* gm2/gm2-libs-pim/DebugTrace.def:
+	* gm2/gm2-libs-pim/DebugTrace.mod:
+	* gm2/gm2-libs-pim/Delay.def:
+	* gm2/gm2-libs-pim/Delay.mod:
+	* gm2/gm2-libs-pim/Display.def:
+	* gm2/gm2-libs-pim/Display.mod:
+	* gm2/gm2-libs-pim/ErrorCode.def:
+	* gm2/gm2-libs-pim/ErrorCode.mod:
+	* gm2/gm2-libs-pim/FileSystem.def:
+	* gm2/gm2-libs-pim/FileSystem.mod:
+	* gm2/gm2-libs-pim/FloatingUtilities.def:
+	* gm2/gm2-libs-pim/FloatingUtilities.mod:
+	* gm2/gm2-libs-pim/InOut.def:
+	* gm2/gm2-libs-pim/InOut.mod:
+	* gm2/gm2-libs-pim/Keyboard.def:
+	* gm2/gm2-libs-pim/Keyboard.mod:
+	* gm2/gm2-libs-pim/LongIO.def:
+	* gm2/gm2-libs-pim/LongIO.mod:
+	* gm2/gm2-libs-pim/Random.def:
+	* gm2/gm2-libs-pim/Random.mod:
+	* gm2/gm2-libs-pim/RealConversions.mod:
+	* gm2/gm2-libs-pim/RealInOut.def:
+	* gm2/gm2-libs-pim/RealInOut.mod:
+	* gm2/gm2-libs-pim/Strings.def:
+	* gm2/gm2-libs-pim/Strings.mod:
+	* gm2/gm2-libs-pim/Termbase.def:
+	* gm2/gm2-libs-pim/Termbase.mod:
+	* gm2/gm2-libs-pim/Terminal.def:
+	* gm2/gm2-libs-pim/Terminal.mod:
+	* gm2/gm2-libs-pim/TimeDate.def:
+	* gm2/gm2-libs-pim/TimeDate.mod:
+	* gm2/man/Makefile.in:
+	* gm2/p2c/Makefile.in:
+	* gm2/p2c/p2c.h:
+	* gm2/p2c/p2c-src/Makefile.in:
+	* gm2/p2c/p2c-src/auto-host.h.in:
+	* gm2/p2c/p2c-src/include/config.h:
+	* gm2/p2c/p2c-src/include/system.h:
+	* gm2/p2c/p2c-src/src/Makefile.in:
+	* gm2/p2c/p2c-src/src/citmods.c:
+	* gm2/p2c/p2c-src/src/comment.c:
+	* gm2/p2c/p2c-src/src/decl.c:
+	* gm2/p2c/p2c-src/src/dir.c:
+	* gm2/p2c/p2c-src/src/expr.c:
+	* gm2/p2c/p2c-src/src/funcs.c:
+	* gm2/p2c/p2c-src/src/hpmods.c:
+	* gm2/p2c/p2c-src/src/lex.c:
+	* gm2/p2c/p2c-src/src/loc.p2clib.c:
+	* gm2/p2c/p2c-src/src/makeproto.c:
+	* gm2/p2c/p2c-src/src/out.c:
+	* gm2/p2c/p2c-src/src/p2c-config.h:
+	* gm2/p2c/p2c-src/src/p2c.h:
+	* gm2/p2c/p2c-src/src/p2clib.c:
+	* gm2/p2c/p2c-src/src/parse.c:
+	* gm2/p2c/p2c-src/src/pexpr.c:
+	* gm2/p2c/p2c-src/src/stuff.c:
+	* gm2/p2c/p2c-src/src/trans.c:
+	* gm2/p2c/p2c-src/src/trans.h:
+	* gm2/tools-src/def2texi.py:
+	* gm2/tools-src/mklink.c:
+	* gm2/ulm-lib-gm2/processes/CoExpressions.def:
+	* gm2/ulm-lib-gm2/processes/CoExpressions.mod:
+	* gm2/ulm-lib-gm2/processes/Processes.def:
+	* gm2/ulm-lib-gm2/processes/Processes.mod:
+	* gm2/ulm-lib-gm2/std/ASCII.def:
+	* gm2/ulm-lib-gm2/std/ASCII.mod:
+	* gm2/ulm-lib-gm2/std/Archive.def:
+	* gm2/ulm-lib-gm2/std/Archive.mod:
+	* gm2/ulm-lib-gm2/std/Arguments.def:
+	* gm2/ulm-lib-gm2/std/Arguments.mod:
+	* gm2/ulm-lib-gm2/std/Calendar.def:
+	* gm2/ulm-lib-gm2/std/Calendar.mod:
+	* gm2/ulm-lib-gm2/std/CallShell.def:
+	* gm2/ulm-lib-gm2/std/CallShell.mod:
+	* gm2/ulm-lib-gm2/std/Clock.def:
+	* gm2/ulm-lib-gm2/std/Clock.mod:
+	* gm2/ulm-lib-gm2/std/Conversions.def:
+	* gm2/ulm-lib-gm2/std/Conversions.mod:
+	* gm2/ulm-lib-gm2/std/Directories.def:
+	* gm2/ulm-lib-gm2/std/Directories.mod:
+	* gm2/ulm-lib-gm2/std/Environment.def:
+	* gm2/ulm-lib-gm2/std/Environment.mod:
+	* gm2/ulm-lib-gm2/std/EtcGroup.def:
+	* gm2/ulm-lib-gm2/std/EtcGroup.mod:
+	* gm2/ulm-lib-gm2/std/Files.def:
+	* gm2/ulm-lib-gm2/std/Files.mod:
+	* gm2/ulm-lib-gm2/std/FtdIO.def:
+	* gm2/ulm-lib-gm2/std/FtdIO.mod:
+	* gm2/ulm-lib-gm2/std/Functions.def:
+	* gm2/ulm-lib-gm2/std/Functions.mod:
+	* gm2/ulm-lib-gm2/std/GetPass.def:
+	* gm2/ulm-lib-gm2/std/GetPass.mod:
+	* gm2/ulm-lib-gm2/std/InOut.def:
+	* gm2/ulm-lib-gm2/std/InOut.mod:
+	* gm2/ulm-lib-gm2/std/M2EXCEPTION.mod:
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:
+	* gm2/ulm-lib-gm2/std/MathLib.def:
+	* gm2/ulm-lib-gm2/std/MathLib.mod:
+	* gm2/ulm-lib-gm2/std/Passwd.def:
+	* gm2/ulm-lib-gm2/std/Passwd.mod:
+	* gm2/ulm-lib-gm2/std/PipeIO.def:
+	* gm2/ulm-lib-gm2/std/PipeIO.mod:
+	* gm2/ulm-lib-gm2/std/Plot.def:
+	* gm2/ulm-lib-gm2/std/Plot.mod:
+	* gm2/ulm-lib-gm2/std/RTErrors.def:
+	* gm2/ulm-lib-gm2/std/RTErrors.mod:
+	* gm2/ulm-lib-gm2/std/RTExceptions.mod:
+	* gm2/ulm-lib-gm2/std/RandomGenerator.def:
+	* gm2/ulm-lib-gm2/std/RandomGenerator.mod:
+	* gm2/ulm-lib-gm2/std/ReadIntCard.def:
+	* gm2/ulm-lib-gm2/std/ReadIntCard.mod:
+	* gm2/ulm-lib-gm2/std/RealConv.def:
+	* gm2/ulm-lib-gm2/std/RealConv.mod:
+	* gm2/ulm-lib-gm2/std/RealInOut.def:
+	* gm2/ulm-lib-gm2/std/RealInOut.mod:
+	* gm2/ulm-lib-gm2/std/ScanPwfile.def:
+	* gm2/ulm-lib-gm2/std/ScanPwfile.mod:
+	* gm2/ulm-lib-gm2/std/StdFuncs.def:
+	* gm2/ulm-lib-gm2/std/StdFuncs.mod:
+	* gm2/ulm-lib-gm2/std/StdIO.def:
+	* gm2/ulm-lib-gm2/std/StdIO.mod:
+	* gm2/ulm-lib-gm2/std/Storage.def:
+	* gm2/ulm-lib-gm2/std/Storage.mod:
+	* gm2/ulm-lib-gm2/std/StrSpec.def:
+	* gm2/ulm-lib-gm2/std/StrSpec.mod:
+	* gm2/ulm-lib-gm2/std/StrToNum.def:
+	* gm2/ulm-lib-gm2/std/StrToNum.mod:
+	* gm2/ulm-lib-gm2/std/StrToReal.def:
+	* gm2/ulm-lib-gm2/std/StrToReal.mod:
+	* gm2/ulm-lib-gm2/std/Strings.def:
+	* gm2/ulm-lib-gm2/std/Strings.mod:
+	* gm2/ulm-lib-gm2/std/SysConf.def:
+	* gm2/ulm-lib-gm2/std/SysConf.mod:
+	* gm2/ulm-lib-gm2/std/SysPerror.def:
+	* gm2/ulm-lib-gm2/std/SysPerror.mod:
+	* gm2/ulm-lib-gm2/std/Terminal.def:
+	* gm2/ulm-lib-gm2/std/Terminal.mod:
+	* gm2/ulm-lib-gm2/std/TimeIO.def:
+	* gm2/ulm-lib-gm2/std/TimeIO.mod:
+	* gm2/ulm-lib-gm2/sys/Errno.def:
+	* gm2/ulm-lib-gm2/sys/Errno.mod:
+	* gm2/ulm-lib-gm2/sys/SYSTEM.def:
+	* gm2/ulm-lib-gm2/sys/Sys.def:
+	* gm2/ulm-lib-gm2/sys/Sys.mod:
+	* gm2/ulm-lib-gm2/sys/SysAccess.def:
+	* gm2/ulm-lib-gm2/sys/SysAccess.mod:
+	* gm2/ulm-lib-gm2/sys/SysAlarm.def:
+	* gm2/ulm-lib-gm2/sys/SysAlarm.mod:
+	* gm2/ulm-lib-gm2/sys/SysBreak.def:
+	* gm2/ulm-lib-gm2/sys/SysBreak.mod:
+	* gm2/ulm-lib-gm2/sys/SysClose.def:
+	* gm2/ulm-lib-gm2/sys/SysClose.mod:
+	* gm2/ulm-lib-gm2/sys/SysCreat.def:
+	* gm2/ulm-lib-gm2/sys/SysCreat.mod:
+	* gm2/ulm-lib-gm2/sys/SysDup.def:
+	* gm2/ulm-lib-gm2/sys/SysDup.mod:
+	* gm2/ulm-lib-gm2/sys/SysExec.def:
+	* gm2/ulm-lib-gm2/sys/SysExec.mod:
+	* gm2/ulm-lib-gm2/sys/SysExit.def:
+	* gm2/ulm-lib-gm2/sys/SysExit.mod:
+	* gm2/ulm-lib-gm2/sys/SysFcntl.def:
+	* gm2/ulm-lib-gm2/sys/SysFcntl.mod:
+	* gm2/ulm-lib-gm2/sys/SysFork.def:
+	* gm2/ulm-lib-gm2/sys/SysFork.mod:
+	* gm2/ulm-lib-gm2/sys/SysGetpid.def:
+	* gm2/ulm-lib-gm2/sys/SysGetpid.mod:
+	* gm2/ulm-lib-gm2/sys/SysGetuid.def:
+	* gm2/ulm-lib-gm2/sys/SysGetuid.mod:
+	* gm2/ulm-lib-gm2/sys/SysIoctl.def:
+	* gm2/ulm-lib-gm2/sys/SysIoctl.mod:
+	* gm2/ulm-lib-gm2/sys/SysKill.def:
+	* gm2/ulm-lib-gm2/sys/SysKill.mod:
+	* gm2/ulm-lib-gm2/sys/SysLink.def:
+	* gm2/ulm-lib-gm2/sys/SysLink.mod:
+	* gm2/ulm-lib-gm2/sys/SysLocations.def:
+	* gm2/ulm-lib-gm2/sys/SysLocations.mod:
+	* gm2/ulm-lib-gm2/sys/SysLseek.def:
+	* gm2/ulm-lib-gm2/sys/SysLseek.mod:
+	* gm2/ulm-lib-gm2/sys/SysOpen.def:
+	* gm2/ulm-lib-gm2/sys/SysOpen.mod:
+	* gm2/ulm-lib-gm2/sys/SysPanic.def:
+	* gm2/ulm-lib-gm2/sys/SysPanic.mod:
+	* gm2/ulm-lib-gm2/sys/SysPause.def:
+	* gm2/ulm-lib-gm2/sys/SysPause.mod:
+	* gm2/ulm-lib-gm2/sys/SysPipe.def:
+	* gm2/ulm-lib-gm2/sys/SysPipe.mod:
+	* gm2/ulm-lib-gm2/sys/SysRead.def:
+	* gm2/ulm-lib-gm2/sys/SysRead.mod:
+	* gm2/ulm-lib-gm2/sys/SysSetuid.def:
+	* gm2/ulm-lib-gm2/sys/SysSetuid.mod:
+	* gm2/ulm-lib-gm2/sys/SysSignal.def:
+	* gm2/ulm-lib-gm2/sys/SysSignal.mod:
+	* gm2/ulm-lib-gm2/sys/SysStat.def:
+	* gm2/ulm-lib-gm2/sys/SysStat.mod:
+	* gm2/ulm-lib-gm2/sys/SysTermIO.def:
+	* gm2/ulm-lib-gm2/sys/SysTermIO.mod:
+	* gm2/ulm-lib-gm2/sys/SysTime.def:
+	* gm2/ulm-lib-gm2/sys/SysTime.mod:
+	* gm2/ulm-lib-gm2/sys/SysUnlink.def:
+	* gm2/ulm-lib-gm2/sys/SysUnlink.mod:
+	* gm2/ulm-lib-gm2/sys/SysWait.def:
+	* gm2/ulm-lib-gm2/sys/SysWait.mod:
+	* gm2/ulm-lib-gm2/sys/SysWrite.def:
+	* gm2/ulm-lib-gm2/sys/SysWrite.mod:
+	* gm2/ulm-lib-gm2/sys/SystemTypes.def:
+	* gm2/ulm-lib-gm2/sys/SystemTypes.mod:
+	* gm2/ulm-lib-gm2/sys/UnixString.def:
+	* gm2/ulm-lib-gm2/sys/UnixString.mod:
+	* gm2/ulm-lib-gm2/sys/test.mod:
+	* gm2/www/Makefile.in:
+	* gm2/www/index.ms:
+
+2010-09-16       Gaius Mulley <gaius@gnu.org>
+
+	* Built and released debian package 0.98.
+	* gm2/version.c:  updated to 0.99 now that the debian
+	  package 0.98 has been produced.
+	* gm2/www/index.ms:  updated news of 0.98 release and
+	  updated information around latest bug fixes.
+	* gm2/gm2-libs/configure.in:  updated to 0.99.
+	* gm2/gm2-libs/configure:  rebuilt.
+	* gm2/examples/ncurses/Makefile:  removed.
+	* gm2/examples/ncurses/Makefile.in:  added.
+	* gm2/gm2.texi:  fixed documentation on building hello
+	  world after building gm2 (bug reported by Christoph
+	  Schlegel <modula2@gmx.net>)
+	* gm2/examples/ncurses/ColorText.mod:  changed call to
+	  InstallTerminationProcedure given it is now a procedure
+	  function.  (Example build failure reported by Christoph
+	  Schlegel <modula2@gmx.net>)
+
+2010-09-14       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  turn off canonicalize_array in
+	  gm2_finish_build_array_type.  This fixes a bug reported by
+	  James Cox (exposed by Truss2.mod).
+	* gm2/gm2-compiler/M2Quads.mod:  test for LessGreaterTok
+	  which fixes a bug reported by
+          Dragiša Durić (dragisa-duric/testcase08/pass/testcase8.mod).
+	  Inequality as expressed by <> was not handled.
+
+2010-09-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/m2-3.bnf:  improved Qualident to include much stricter
+	  checking of imported idents.
+	* gm2/bnf/m2.bnf:  place imported modules into a separate list
+	  in definition modules.
+	* gm2/gm2-compiler/P1SymBuild.def:  introduce parameter to
+	  BuildImportOuterModule to indicate whether a definition
+	  module is being compiled.
+	* gm2/gm2-compiler/P1SymBuild.mod:  implement above.
+	* gm2/gm2-compiler/P3SymBuild.mod:  modified
+	  CheckImportListOuterModule to include a check for
+	  ImplicitlyExported symbols.
+	* gm2/gm2-compiler/SymbolTable.def:  (New procedures)
+	  PutIncludedByDefinition and IsIncludedByDefinition.
+	* gm2/gm2-compiler/SymbolTable.mod:  (New procedures
+	  implemented) PutIncludedByDefinition and IsIncludedByDefinition.
+
+2010-09-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/m2-3.bnf:  strict checking has been inforced on
+	  imported symbols both on FROM x IMPORT y and also on
+	  Qualidents.  Separated Import into FromImport and
+	  WithoutFromImport and use appropriate productions.
+	* gm2/gm2-compiler/P3SymBuild.def:  (New procedures)
+          CheckCanBeImported, CheckImportListOuterModule.
+	* gm2/gm2-compiler/P3SymBuild.def:  (New procedures)
+	  implemented CheckCanBeImported, CheckImportListOuterModule.
+	* gm2/gm2-compiler/SymbolTable.def:  (New procedure)
+          IsImplicityExported.
+	* gm2/gm2-compiler/SymbolTable.mod:  (New procedure)
+          implemented IsImplicityExported.
+
+2010-09-06       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2ALU.mod:  (New procedure) IsSolvedGCC.
+	  Used instead of IsValueSolved.  This fixes a bug reported by
+	  Dragiša Durić (dragisa-duric/testcase12/pass/testcase12b.mod).
+	* gm2/gm2-compiler/M2GenGCC.mod:  skip the type of a
+	  procedure variable.
+	* gm2/gm2-compiler/M2Quads.mod:  skip the type of a
+	  procedure variable held in OperandF.  Ensure that
+	  assignment compatibility is only checked for procedure
+	  variables in pass 3.  Leaving fuller assignment checking
+	  to be done during tree conversion.  This fixes a bug reported by
+	  Dragiša Durić (dragisa-duric/testcase05/pass/testcase5.mod).
+
+2010-09-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/libc.def:  added definition for ttyname.
+	* gm2/gm2-libs-iso/TermFile.mod:  reimplement getname to use
+	  ttyname instead of assigning /dev/tty.
+
+2010-08-27       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/testsuite/gm2/pim/pass/subrange7.mod:  corrected testcase
+	  in light of new changes.
+	* gm2/testsuite/gm2/pim/pass/wordconst.mod:  corrected testcase
+	  in light of new changes which make gm2 stricter.
+	* gm2/testsuite/gm2/pim/run/pass/str6.mod:  use HALT rather than
+	  Terminate, exit.
+	* The following changes are bug fixes to a series of bugs reported
+	  by Dragiša Durić, many of which relate to constants, their
+	  types, agregates and qualidents in constants.
+        * gm2/gm2/bnf/m2-3.bnf:  introduce a production for
+	  SilentConstructor which removes a constructor from the fifo queue.
+	* gm2/gm2/bnf/m2-c.bnf:  create constant symbols and fill in aggregates
+	  with their associated types before pass 3.
+	* gm2/gm2/bnf/m2-h.bnf:  introduce a production for
+	  SilentConstructor which removes a constructor from the fifo queue.
+	* gm2/gm2/gm2-compiler/M2ALU.mod:  initialise aggregates and test for
+	  the special case of string.
+	* gm2/gm2/gm2-compiler/M2Code.mod:  make a call to ResolveConstTypes
+	  and ResolveConstructorTypes at the end of DoPassC.
+	* gm2/gm2/gm2-compiler/M2GenGCC.mod:  improve debugging of PrintVerbose.
+	* gm2/gm2/gm2-compiler/M2Quads.def:  (New procedures) SilentBuildConstructor,
+          SilentBuildConstructorStart, BuildConstructor.
+	* gm2/gm2/gm2-compiler/M2Quads.mod:  (implement new procedures)
+	  SilentBuildConstructor, SilentBuildConstructorStart, BuildConstructor.
+	  Change to BuildDesignator array now that the aggregate type will be known.
+	* gm2/gm2/gm2-compiler/P2SymBuild.def:  (New procedures) FixupConstAsString,
+          FixupConstType, FixupConstExpr.
+	* gm2/gm2/gm2-compiler/P2SymBuild.mod:  (New procedures) findConstMeta,
+	  findConstType, fixupConstCast, fixupConstMeta, addToConstList.
+	* gm2/gm2/gm2-compiler/P3SymBuild.mod:  remove import of
+	  GetConstructorFromFifoQueue.
+	* gm2/gm2/gm2-compiler/PCSymBuild.mod:  many changes.  New procedures
+	  StartCurrentConst, EndCurrentConst, SetCurrentConstToString,
+	  SetCurrentConstType, SetConstTypeOrExpr.
+
+2010-08-16       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  modified to include PCBuild.mod, PCBuild.def
+	  PCSymBuild.def and PCSymBuild.mod.
+	* gm2/README:  corrected and simplified the build, install and
+	  test instructions.
+        * gm2/bnf/m2-3.bnf:  removed BuildImportOuterModule
+	  BuildImportInnerModule from grammar file.  Also changed
+	  Import to silently parse the tokens.
+	* gm2/gm2-compiler/M2Comp.mod:  (New procedure) DoPassC,
+	  invoke the constructor, import/export pass.
+	* gm2/gm2-compiler/M2Pass.def:  (New procedures) SetPassToPassC,
+	  IsPassC.
+	* gm2/gm2-compiler/P3SymBuild.def:  removed BuildImportOuterModule
+	  and BuildImportInnerModule.
+	* gm2/gm2-compiler/P3SymBuild.mod:  removed BuildImportOuterModule
+	  and BuildImportInnerModule.
+	* gm2/init/gm2-gccinit:  added PCSymBuild and PCBuild to the list
+	  of modules.
+
+2010-08-12       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Base.mod:  added INT procedure functions
+	  to the list of functions in IsISOPseudoBaseFunction.  This
+	  fixes a bug reported by Dragiša Durić
+	  <http://lists.gnu.org/archive/html/gm2/2010-07/msg00047.html>
+
+2010-08-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/TODO:  included note to implement LENGTH inline post
+ 	  gm2 1.0.
+	* gm2/gm2-compiler/SymbolTable.mod:  GetScopeSym has a second
+	  parameter, throughProcedure.  (New procedure) CanLookThroughScope.
+          Added second actual parameter to calls of GetScopeSym.
+          This fixes a bug reported by Dragiša Durić
+          <http://lists.gnu.org/archive/html/gm2/2010-07/msg00030.html>
+	* gm2/gm2-compiler/M2Range.mod:  check to see if expr is a
+	  procedure before obtaining the type.  This fixes a bug reported
+	  by Dragiša Durić
+          <http://lists.gnu.org/archive/html/gm2/2010-07/msg00029.html>
+
+2010-08-04       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs/M2RTS.def:  (New procedure) Terminate.
+	* gm2/gm2-libs/M2RTS.mod:  (New procedure) Terminate.
+	* gm2/gm2-libs/StrLib.mod:  new faster implementation of
+	  StrEqual.
+	* gm2/gm2/gm2-libs-iso/Strings.mod:  fixed bug in Delete
+	  as reported by Scott Iverson.
+	* gm2/gm2-libs-min/M2RTS.mod:  added comment.
+	* gm2/gm2-libs-min/SYSTEM.mod:  tidied up GPL comment.
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:  (New procedure) Terminate.
+	* gm2/TODO:  included note to implement LENGTH inline post
+	  gm2 1.0.
+
+2010-08-03       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/gm2.mod:  removed unnecessary import of
+	  Terminate from M2RTS.
+	* gm2/p2c/p2c-src/src/parse.c:  replaced call to M2RTS_Terminate
+	  with M2RTS_ExecuteTerminationProcedures.
+	* gm2/gm2-compiler/M2Preprocess.mod:  removed import of Terminate.
+	  Check the return value of the new procedure function
+	  InstallTerminationProcedure.
+	* gm2/gm2-libs-pim/FileSystem.mod:  check the return value of
+	  the new procedure function InstallTerminationProcedure.
+
+2010-08-02       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/TODO:  included note to add variadics post gm2 1.0.
+	* gm2/lang-specs.h:  updated dates.
+	* gm2/gm2-compiler/gm2lgen.mod:  added -initial switch which
+	  generates code to invoke M2RTS_ExecuteInitialProcedures.
+	  Renamed Terminate to ExecuteTerminationProcedures.
+	* gm2/gm2-libs/FIO.mod:  call ExecuteTerminationProcedures
+	  instead of Termination.
+	* gm2/gm2-libs/M2RTS.def:  (New procedures)
+	  ExecuteTerminationProcedures, InstallTerminationProcedure,
+	  ExecuteInitialProcedures, InstallInitialProcedure.
+	  Removed Terminate.
+	* gm2/gm2-libs/M2RTS.mod:  implement above.
+	* gm2/gm2-libs-iso/M2RTS.def:  (New procedures)
+	  ExecuteTerminationProcedures, InstallTerminationProcedure,
+	  ExecuteInitialProcedures, InstallInitialProcedure.
+	  Removed Terminate.
+	* gm2/gm2-libs-iso/M2RTS.mod:  implement above.
+	* gm2/gm2-libs-min/M2RTS.def:  (New dummy procedures)
+	  ExecuteTerminationProcedures, ExecuteInitialProcedures.
+	  Removed Terminate.
+	* gm2/gm2-libs-min/M2RTS.mod:  implement above.
+	* gm2/ulm-lib-gm2/std/M2RTS.mod:  implemented
+	  ExecuteTerminationProcedures, InstallTerminationProcedure,
+	  ExecuteInitialProcedures, InstallInitialProcedure.
+	  Removed Terminate.
+
+2010-07-31       Gaius Mulley <gaius@gnu.org>
+
+ 	* gm2/gccgm2.c:  replaced OPT_fcheck_all with
+	  OPT_fsoft_check_all.
+
+2010-07-30       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/lang-options.h:  added -fclean as a legal option.
+	* gm2/lang-specs.h:  modified so that -fclean -fmakeall will first
+	  clean all objects and secondly build the application.
+	* gm2/lang.opt:  added -fclean as a legal option.
+	* gm2/bnf/gm2m.bnf:  added new target clean which removes all
+	  objects.
+	* gm2/gm2-compiler/M2Options.mod:  added -fclean as a legal option.
+	* gm2/gm2.texi:  added documentation describing -fclean.
+
+2010-07-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/Make-lang.in:  tidied up newfile.
+	* gm2/gm2/gm2.texi:  (New section) Exception implementation.
+	* gm2/gm2-libs/Builtins.def:  added space.
+	* gm2/Make-lang.in:  replaced -fcheck-all with -fsoft-check-all.
+	* gm2/gm2.texi:  replaced -fcheck-all with -fsoft-check-all.
+	* gm2/lang-options.h:  replaced -fcheck-all with -fsoft-check-all.
+	* gm2/lang.opt:  replaced -fcheck-all with -fsoft-check-all.
+	* gm2/gm2-compiler/M2Options.mod:  replaced -fcheck-all with
+	  -fsoft-check-all.
+	* gm2/gm2-libs/Builtins.def:  replaced -fcheck-all with -fsoft-check-all.
+	* gm2/man/gm2.man:  replaced -fcheck-all with -fsoft-check-all.
+
+2010-07-12       Gaius Mulley <gaius@gnu.org>
+
+	* All major arrays are now dynamic within gm2.
+	* gm2/gm2-libs/FIO.mod:  corrected spelling mistake.
+	* gm2/gm2-compiler/SymbolTable.mod:  large number of changes
+	  replacing static arrays, Symbol, and ScopeCallFrame
+	  with Indexing.Index dynamic arrays.  Also fixed a number
+	  of uninitialized fields in the symbol table.
+	* gm2/tools-src/array2index.py:  tool used to replace the
+	  static arrays with their dynamic equivalent.
+	* gm2/gm2-compiler/SymbolTable.mod:  fixed another
+	  uninitialised Scope field in MakeHiddenType.
+
+2010-07-08       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/www/index.ms:  updated news of 0.92 release.
+	* gm2/version.c:  updated to 0.93 now that the debian
+	  0.92 has been produced.
+	* gm2/gm2-libs/configure.in:  updated to 0.93.
+	* gm2/gm2-libs/configure:  rebuilt.
+	* gm2/gm2-compiler/M2Quads.mod:  pass ArraySym rather than
+	  Sym to InitDynamicArraySubscriptRangeCheck.  Fixes a bug
+	  while checking multidimensional unbounded array bounds
+	  for all dimensions > 1.
+
+2010-07-07       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-libs-iso/ConvStringReal.mod:  initialise offset to 0.
+	* gm2/gm2-libs-iso/ConvStringLong.mod:  initialise offset to 0.
+        * fixes a bug exposed by i386 bit port (and others).
+
+2010-07-05       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gccgm2.c:  gccgm2_BuildBinarySetDo convert parameters
+	  into their respective types.  Fixes bugs in the i386 port
+	  when manipulating large sets.
+
+2010-07-02       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  fixes for MakeAddr and CodeAddr.
+	  Incorrect definition of GetSizeOfInBits and incorrect type of
+	  max, bits now fixed.
+	* gm2/gm2-compiler/gccgm2.def:  corrected return type of
+	  GetSizeOfInBits.
+
+2010-07-01       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2GenGCC.mod:  added test for procedure type
+	  parameter which is coerced if it is not a procedure.
+	* Fixed bug reported by Scott Iverson
+	  (http://lists.gnu.org/archive/html/gm2/2010-06/msg00047.html)
+	* gm2/gm2-compiler/M2GenGCC.mod:  (New procedure)
+	  IsCoerceableParameter is now used to decide whether the
+	  parameter type can be coersed.
+	* gm2/gm2-compiler/M2System.mod:  removed SetN(64) from the
+	  list of possible fixed sized data types.
+
+2010-06-30       Gaius Mulley <gaius@gnu.org>
+
+	* Fixed bug reported by Scott Iverson
+	  (http://lists.gnu.org/archive/html/gm2/2010-06/msg00045.html)
+	* gm2/gm2-libs/FIO.def:  added new parameter to OpenForRandom.
+	* gm2/gm2-libs/FIO.mod:  made corresponding changes to
+	  implementation.  Allows a file to be opened in write mode
+	  without destroying earlier contents.
+	* gm2/gm2-libs-iso/RndFile.mod:  seek to previous location
+	  using SetPos.  Use toWrite rather than toRead.  Modify
+	  newCid accordingly and all callees.
+	* gm2/gm2-libs/SFIO.def:  added newfile parameter to
+	  OpenForRandom.
+	* gm2/gm2-libs/SFIO.mod:  added newfile parameter to
+	  OpenForRandom.
+
+2010-06-29       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2BasicBlock.mod:  do not throw away
+	  quadruples which are initialising a constant.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  added debug symbol
+	  comment.
+	* gm2/gm2-compiler/M2Quads.def:  export and declare
+	  IsInitialisingConst.
+	* gm2/gm2-compiler/M2Quads.mod:  (New procedure)
+	  IsInitialisingConst.
+	* Fixed bug reported by Scott Iverson.  An early
+	  return statement could prevent constants from being
+	  initialised.
+
+2010-06-28       Gaius Mulley <gaius@gnu.org>
+
+        * gm2/gm2/gccgm2.c:  corrected dates.  is_string_type
+	  and is_of_string_type are now static.  (New procedures)
+	  convert_to_string, gccgm2_BuildNumberOfArrayElements.
+	* gm2/gm2-compiler/M2ALU.mod:  (New procedures)
+	  IsString, StringFitsArray.  ConstructArrayConstant
+	  checks to see whether a string can fit into an array of
+	  char.
+	* gm2/gm2-compiler/gccgm2.def:  BuildNumberOfArrayElements
+	  declare new procedure for export.
+	* gm2/www/index.ms:  updated news of 0.91 release.
+
+2010-06-23       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/version.c:  updated to 0.92 now that the debian
+	  0.91 has been produced.
+	* gm2/gm2-libs/configure.in:  updated to 0.92.
+	* gm2/gm2-libs/configure:  rebuilt.
+	* gm2/gm2-compiler/M2Quads.mod:  (New procedure)
+	  PopTFD.  BuildDesignatorArray corrected to handle
+	  accessing elements of a constant array constructor.
+	  Fixed bug reported by Scott Iverson.
+
+2010-06-21       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/patches/gcc/4.1.2/12.gaius_patch_tree_flow_inline_h:
+	  (New file).  Fixes an optimization bug reported by
+	  Scott Iverson.
+	* gm2/gccgm2.c:  commented out INDIRECT_REF
+	  gimplification code which is unnecessary given the
+	  correct patch above.  Also fixes another optimization
+	  bug reported by Scott Iverson.
+
+2010-06-15       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/bnf/m2.bnf:  removed the Alignment non-terminal from
+	  ArrayType and PointerType.
+	* gm2/bnf/m2-3.bnf:  removed the Alignment non-terminal from
+	  ArrayType and PointerType.
+	* gm2/bnf/m2-h.bnf:  removed the Alignment non-terminal from
+	  ArrayType and PointerType.
+	* gm2/gccgm2.c:  new implementation of gccgm2_SetAlignment.
+	* gm2/gm2/gm2.texi:  more alignment examples.
+	* gm2/bnf/m2-2.bnf:  removed redundant grammar sentances around
+	  Alignment and fix production rules.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  SetAlignment now returns
+	  a Tree.
+	* gm2/gm2-compiler/P2SymBuild.def:  (New procedure)
+	  BuildVarAlignment.  Fixed comments for BuildTypeAlignment.
+	* gm2/gm2-compiler/P2SymBuild.def:  (New procedure)
+	  BuildVarAlignment.  Fixed BuildTypeAlignment.
+	* gm2/gm2-compiler/gccgm2.def:  SetAlignment now returns
+	  a Tree.
+
+2010-06-14       Gaius Mulley <gaius@gnu.org>
+
+	* testsuite/gm2/extensions/run/pass/align6.mod:  fixes
+	  below allow this test to pass.
+	* gm2/bnf/m2-2.bnf:  fixed comments and dates.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  (New function)
+	  PrintAlignment.
+	* gm2/gm2-compiler/P2SymBuild.mod:  create pseudonym
+	  for a type so that other instances of the type are
+	  not also aligned.
+	* gm2/gccgm2.c:  enable type copying code.
+
+2010-06-10       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/M2Quads.mod:  bug fix so that it builds
+	  under MacOS X.  Compiling Executive.mod would cause it to
+	  fail.
+	* gm2/bnf/m2-2.bnf:  test bug fix for field alignment.
+	* gm2/gm2-compiler/M2Quads.mod:  import IsLegal and
+	  create asserts when OperandMergeRW is used.  An attempt
+	  at laying a trap to catch the bug exposed on the MacOS X
+	  platform.
+	* gm2/gm2-compiler/P2SymBuild.def:  add alignment to the
+	  BuildFieldRecord.
+	* gm2/gm2-compiler/SymbolTable.def:  define and export IsLegal.
+	* gm2/gm2-compiler/SymbolTable.mod:  implement IsLegal.
+
+2010-06-09       Gaius Mulley <gaius@gnu.org>
+
+	* gm2/gm2-compiler/gccgm2.def:  renamed BuildAlignment to
+	  SetAlignment.
+	* gm2/gccgm2.c:  renamed BuildAlignment to SetAlignment.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  renamed BuildAlignment
+	  to SetAlignment.
+	* gm2/gm2.texi:  corrected prev field.
+	* gm2/gm2.texi:  corrected next field.
+	* gm2/gm2.texi:  data alignment content now has its own section.
+	* gm2/bnf/m2-h.bnf:  Alignment rule is the same as pass 3.
+	* gm2/gm2.texi:  fix bad next field.
+	* gm2/gccgm2.c:  BuildAlignment (New procedure).
+	* gm2/gm2.texi:  new section describing the how to use the
+	  alignment extension.
+	* gm2/bnf/m2-2.bnf:  add rules to build the alignment
+	  values into the data structures.  This is done by
+	  creating a temporary constant and associating it with
+	  the required data structure.
+	* gm2/bnf/m2-3.bnf:  during pass 3 the same constant is
+	  initialised with the constant expression.
+	* gm2/bnf/m2.bnf:  ensure that the constant expression
+	  inside the alignment statement does not effect the
+	  compile time stack.
+	* gm2/gm2-compiler/FifoQueue.def:  define and export
+	  two new procedures PutConstIntoFifoQueue,
+	  GetConstFromFifoQueue.
+	* gm2/gm2-compiler/FifoQueue.mod:  (New procedures)
+	  PutConstIntoFifoQueue, GetConstFromFifoQueue.
+	* gm2/gm2-compiler/M2GCCDeclare.mod:  (New procedure)
+	  CheckAlignment which is called when creating a record,
+	  pointer, array, type or variable.
+	* gm2/gm2-compiler/M2Quads.def:  (New procedure)
[...]

[diff truncated at 524288 bytes]


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-19 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-19 13:32 [gcc(refs/users/segher/heads/gm2)] Add missing m2/ dir Segher Boessenkool

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).