diff --git a/changelog b/changelog index 887af71..a311aff 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20081224 tpd src/axiom-website/patches.html 20081224.01.tpd.patch +20081224 tpd src/algebra/Makefile move PARPCURV to layer 1 20081223 tpd src/axiom-website/patches.html 20081223.06.tpd.patch 20081223 tpd src/algebra/Makefile move ESCONT1 to layer 0 20081223 tpd src/axiom-website/patches.html 20081223.05.tpd.patch diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index 5784f2f..f28f5ce 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -201,6 +201,7 @@ LAYER1=\ ${OUT}/LIST3.o \ ${OUT}/MKBCFUNC.o ${OUT}/MKFUNC.o \ ${OUT}/MKRECORD.o ${OUT}/MKUCFUNC.o ${OUT}/NONE1.o \ + ${OUT}/PARPCURV.o \ ${OUT}/PATAB.o ${OUT}/PLOT1.o ${OUT}/PPCURVE.o ${OUT}/PSCURVE.o \ ${OUT}/REAL.o ${OUT}/RESLATC.o ${OUT}/RETRACT.o ${OUT}/RETRACT-.o \ ${OUT}/SEGBIND2.o ${OUT}/SEGCAT.o ${OUT}/STREAM1.o ${OUT}/STREAM2.o \ @@ -251,7 +252,7 @@ LAYER4=\ ${OUT}/NIPROB.o ${OUT}/NONE.o ${OUT}/NUMINT.o ${OUT}/ODECAT.o \ ${OUT}/ODEPROB.o ${OUT}/OMENC.o ${OUT}/ONECOMP2.o ${OUT}/OPTCAT.o \ ${OUT}/OPTPROB.o ${OUT}/ORDSET.o ${OUT}/ORDSET-.o ${OUT}/PALETTE.o \ - ${OUT}/PARPCURV.o ${OUT}/PARPC2.o ${OUT}/PARSCURV.o ${OUT}/PARSC2.o \ + ${OUT}/PARPC2.o ${OUT}/PARSCURV.o ${OUT}/PARSC2.o \ ${OUT}/PARSURF.o ${OUT}/PARSU2.o ${OUT}/PATMAB.o ${OUT}/PATRES2.o \ ${OUT}/PATTERN1.o ${OUT}/PDECAT.o ${OUT}/PDEPROB.o ${OUT}/REPSQ.o \ ${OUT}/REPDB.o ${OUT}/RFDIST.o ${OUT}/RIDIST.o ${OUT}/RMODULE.o \ diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 77f3f1e..364bafe 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -837,6 +837,8 @@ algebra/Makefile move LIST3 to layer1
algebra/Makefile move MKFUNC to layer1
20081223.06.tpd.patch algebra/Makefile move ESCONT1 to layer0
+20081224.01.tpd.patch +algebra/Makefile move PARPCURV to layer1