UNCHANGED or ONLY NAME CHANGED:

groebdebug.sl --> debug.sl


groebhomogenise.sl --> homog.sl, with the following changes:
950208: Corrected the argument of INDICESTOTALDEGREE, MONINTERN,
et cetera to be a PMON (instead of an AUGMON) in several places;
and changed the former procedure name to PUREMONTOTALDEGREE.
 Corrected MONINSERT to TermInsert.
 Changed !*HOMOGENVAREX to !*HOMOGENISED.


940831: char2.sl: Made the macro changes;
removed SubtractcPol,
(Char2)SubtractcPol1 --> (Char2)SubtractRedand1.



940831: groebmodulo.sl --> odd.sl; and: Made the macro changes;
removed SubtractcPol, PolPartNMonMult,
SubtractcPol1 --> SubtractRedand1.


   maple2groeb.sl --> alg2lsp.sl, and:
 Changed all "maple" to "algin" or "algform"./JoeB
 Changed back maplescantable!*[96] (the value for !`) to 21
(in order to enable quoted variable names, like `1x*2y`).
 Replaced the PUTDIPHTHONGs by explicit PUTs (since PUTDIPHTHONG
depends on the psl read-utils module).

940830: groebinout.sl --> inout.sl; and
 Removed loading of READ-UTILS and of maple2groeb.
 Splitted POLINTERN, POLLISPOUT, POLALGOUT, Alg(First)MonPrint
into Redand and Redor variants.
 Alg(First)MonPrint --> Alg(First)TermPrint

940830: groebmonomials.sl --> monom.sl; and (quoting):
> % 94-05-.. changes:
> %     Replaced
> % Inx/inxs/Linx/Tm2Inx/APol2Linx/intermedinx2Inx/lindices/Inx2NewMon
> %    by
> % PMon/pmon/Lpmon/Tm2PMon/APol2Lpmon/intermedpmon2PMon/lexponents/PMon2NewMon.
> %     The mis-leading concept name EXPONENTS is replaced by PureMONOMIAL.
> %     Brought the commFSPniMQ handling here.

940830: groebncmonomials.sl --> ncmonom.sl; and (quoting):
> % 94-05-.. changes:
> %     Replaced Inx/inxs/Linx/Tm2Inx by PMon/pmon/Lpmon/Tm2PMon.
> %     The mis-leading concept name EXPONENTS is replaced by PureMONOMIAL.
> %     Brought the noncommFSPniMQ handling here.
Changed procedure definition(s) NIL to (PROGN NIL)

940830: groebner.sl --> main.sl; and
changed the file name PBseries to lower cases;
SubtractcPol --> SubtractRedor;
Removed references to *POSLEADCOEFFS.


940831: Polynomials and reduction. Now separated into two files,
char0.sl and reduct.sl.

 - From src/groebreductions.sl to home file groebred.sl, quote:
> % 1994-04-30 -- 1994-05-??:
> %    Changed Cf* to Cf!*, Pol0? to Pol0!?, (EQ ... 1) to (Cf1!? ...),
> %    ZEROP to Cf0!?, 1 to (Cf1), 0 to (Cf0).
We also insert other !.

(The new macros defined IN THE FILE, not in macros.sl.)
And others!
 We change SubtractcPol --> SubtractRedor, SubtractcPol1 -->
SubtractRedand1, PolContent --> Redand2Redor, PolMonMult -->
RedorMonMult, FSPniMQ --> PreciseniMonQuotient

 Removed SemiPolLinComb, 

 Made a (mandatory and sufficient) sign outfactoring in
Redand2Redor, assuring that all (characteristic 0) reductors
always have positive Lc's.

 Added a new mode variant: taking dense or sparse contents.
Mode changing procedures: DENSECONTENTS/SPARSECONTENTS. Flag:
!*TakeDenseContents.

 Changed procedure definition(s) NIL to (PROGN NIL)


940831: groeblgexmodulo.sl --> logodd.sl
Removed the temporary counters EnterAutoReduceFix and
ApplyAutoReduceFix.
And others!
Note the IGETV problem; right now, I'll use GETV.
Removed the SubtractcPol definition, since it is NEVER used!
Renamed LogSubtractcPol(1) -->SubtractRedor(1), SubtractcPol1 -->
SubtractRedand1.

Removed the procedures FixNGBasElt,


940901: groebcoefficients.sl --> coeff.sl;
Moved settings of ORDINARYMODULARFILE!*, LOGEXPMODULARFILE!*,
MODULO2FILE!*, MAKEPRIMEFILE!*, PrimeFilePreAmble to tothetop.sl.
Made !*REDEFMSG, !*USERMODE prog variables in RESTORECHAR0.
Removed FSPniMQ reference therefrom.
Splitted up the AddTo!&Char0Lists calls, and moved one piece to
logodd.sl.



940901: stg.sl:
 Replaced the conditioned Logs2Coeffs call in STAGGERFINISH. Likewise
removed UNSIGNLC!'S, since un-signing of Lc now is part of
the Char0 Redand2Redor called by ReducePol.
 Made the analogouos changes of StagReducePol and StagFormSPol to
the reduct.sl ones.


In the mkbergman file(s): There and elsewhere,  !*POSLEADCOEFFS is
removed (since positive leading coeffs now are compulsory).

940902: macros.sl:
 Changed all inx to pmon in all forms.
 Moved the SPECIFIC/AVOIDING macros to a new file versmacr.sl.


groebcompalg.sl --> strategy.sl


slextensions.sl --> slext.sl, and:
Changed procedure definition(s) NIL to (PROGN NIL);
added ODDP.


groebreclaim.sl --> reclaim.sl, and:
Changed procedure definition(s) NIL to (PROGN NIL)

groebauxiliaries.sl --> auxil.sl, and:
Inserted Redand2Redor call into INPOLS2GBASIS;
Updated Available-list and comments.

94-11-14: Introduced polynom.sl; put OrdinaryConcPolMonMult
and SubtractRedor there; removed SubtractRedor but included
SubtractRedor1 to the polynomials the coefficient modules
should export.
