aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.0
blob: e1cfc6be9aa98b6a69fe2b8cac755cc2483c473d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
20070620 tpd src/doc/DeveloperNotes fix typo
20070620 tpd src/doc/DeveloperNotes cleanup, add new info
20070619 tpd src/input/Makefile add asec.input
20070619 tpd src/input/asec.input created test case/doc for asec change
20070619 tpd src/interp/vmlisp.lisp remove unused asec (bug #61, #10069)
20070619 tpd src/interp/nlib.lisp rewrite $erase to handle files and dirs
20070619 tpd src/interp/nlib.lisp remove delete-directory, library-file
20070619 tpd src/interp/interp-proclaims remove delete-directory, library-file
20070618 tpd src/interp/nlib.lisp declare $current-directory special
20070618 tpd src/interp/interp-proclaims remove unused arg from $FCOPY
20070618 tpd src/interp/nlib.lisp remove unused arg from $FCOPY
20070617 tpd src/interp/nlib.lisp remove rsetclass
20070617 tpd src/interp/sys-pkg.lisp remove rsetclass
20070617 tpd src/interp/lisplib.boot remove rsetclass
20070617 tpd src/interp/interp-proclaims.lisp remove rsetclass
20070617 tpd src/interp/compiler.boot remove rsetclass
20070617 tpd src/algebra/files.spad remove rsetclass
20070617 tpd src/interp/nrunfast.boot remove newHasCategory duplicate
20070617 tpd src/interp/buildom.boot remove mkEnumerationFunList duplicate
20070616 tpd src/interp/br-op2.boot fix typo in koCatAttrsAdd
20070616 wxh src/interp/vmlisp.lisp optimize list2vec for gcl performance
20070616 tpd src/interp/fname.lisp fix probe-file failure
20070605 tpd trunk/axiom diff alignment
20070605 tpd src/hyper/search ported from SVN trunk/axiom
20070605 tpd src/regress/REGRESS remove daly-specific code
20070602 rhx src/doc/Makefile fix .svn copy problem
20070602 rhx Makefile fix .svn copy problem
20070602 rhx Makefile.pamphlet fix .svn copy problem
20070602 rhx src/scripts/Makefile.pamphlet fix .svn copy problem
20070601 tpd src/input/r20bugs.input fix S 17 for newline
20070601 tpd src/input/intbypart.input test integration-by-parts integrals
20070601 tpd src/input/patch51.input test bug #355
20070601 tpd src/input/Makefile add patch51.input
20070601 mxr src/algebra/combfunc.spad fix wrong besselK sign (bug #355)
20070601 mxr src/algebra/special.spad fix wrong besselK sign (bug #355)
20070527 sxw lsp/Makefile Fix backslash-newline
20070527 sxw src/boot/Makefile Fix backslash-newline
20070527 sxw src/interp/Makefile Fix backslash-newline
20070527 sxw Fix backslash-newline in single-quote makefile strings.
20070522 tpd CHANGELOG move wxh entries to gdr where requested
20070521 tpd src/doc/book.pamphlet fix typos (bug #89)
20070521 tpd src/algebra/Lattice removed
20070521 tpd src/regress/REGRESS recover correct script
20070521 tpd -- git/svn silver alpha
20070518 tpd src/interp/sys-pkg.lisp import VMLISP::AXIOM-PROBE-FILE
20070518 tpd src/interp/sys-pkg.lisp import VMLISP::GET-CURRENT-DIRECTORY
20070517 tpd src/algebra/perm.spad add "TEST PERM"
20070517 tpd src/algebra/acplot.spad add "TEST ACPLOT"
20070517 tpd src/input/Makefile add conformal.regress
20070517 tpd src/input/conformal.input make regression file
20070517 tpd src/input/Makefile add bouquet.regress
20070517 tpd src/input/bouquet.input make regression file
20070517 tpd src/input/Makefile add atansqrt.regress
20070517 tpd src/input/atansqrt.input make regression file
20070517 tpd src/input/Makefile add antoine.regress
20070517 tpd src/input/antoine.input make regression file
20070513 tpd src/interp/bookvol5 defvar and document $genValue
20070513 tpd src/interp/i-eval.boot rewrite documentation
20070513 tpd src/interp/setq.lisp (SETQ |$noSubsumption| T)
20070513 tpd src/interp/anna.boot removed. unused
20070513 tpd src/interp/construc.lisp removed. unused
20070513 tpd src/interp/domain.lisp removed. unused
20070513 tpd src/interp/guess.boot removed. unused
20070513 tpd src/interp/interp-fix.boot removed. unused
20070513 tpd src/interp/nhyper.boot removed. unused
20070513 tpd src/interp/pf2atree.boot removed. unused
20070513 tpd src/interp/redefs.boot removed. unused
20070513 tpd src/interp/word.boot removed. unused
20070513 tpd src/interp/interop.boot remove lazyDomainSet (nrunfast)
20070513 tpd src/interp/interop.boot move HasCategory to nrunfast
20070513 tpd src/interp/interop.boot move has to nrunfast
20070513 tpd src/interp/interop.boot move getCatForm to nrunfast
20070513 tpd src/interp/interop.boot remove lazyMatchAssocV (nrunfast)
20070513 tpd src/interp/interop.boot move newHasCategory to nrunfast
20070513 tpd src/interp/interop.boot move newHasAttribute to nrunfast
20070513 tpd src/interp/interop.boot move HasAttribute to nrunfast
20070513 tpd src/interp/interop.boot move hashNewLookupInCategories to nrunfast
20070513 tpd src/interp/interop.boot remove newExpandLocalType (nrunfast)
20070513 tpd src/interp/interop.boot move $hasCatOpHash to nrunfast
20070513 tpd src/interp/interop.boot move opIsHasCat to nrunfast
20070513 tpd src/interp/interop.boot move hashNewLookupInTable to nrunfast
20070513 tpd src/interp/interop.boot remove getOpCode (nrunfast)
20070513 tpd src/interp/interop.boot remove lazyMatchArg2 (nrunfast)
20070513 tpd src/interp/interop.boot remove lookupInCompactTable (nrunfast)
20070513 tpd src/interp/interop.boot remove lookupIncomplete (nrunfast)
20070513 tpd src/interp/interop.boot remove lookupComplete (nrunfast)
20070513 tpd src/interp/interop.boot remove lookupInDomainVector (nrungo)
20070513 tpd src/interp/interop.boot move oldCompLookupNoDefaults to nrungo
20070513 tpd src/interp/interop.boot move oldCompLookup to nrungo
20070513 tpd src/interp/interop.boot remove basicLookupCheckDefaults (nrungo)
20070513 tpd src/interp/interop.boot remove basicLookup (nrungo)
20070513 tpd src/interp/interop.boot remove compiledLookup (nrungo)
20070513 tpd src/interp/interop.boot remove NRTcompiledLookup (nrungo)
20070513 tpd src/interp/interop.boot remove isDomain (g-util)
20070513 tpd src/interp/interop.boot remove getFunctionFromDomain (i-funsel)
20070513 tpd src/interp/interop.boot remove domainEqual (in i-util)
20070513 tpd src/interp/interop.boot remove devaluate (in i-util)
20070513 tpd src/interp/interop.boot remove lisp chunk (never used)
20070504 tpd src/interp/Makefile gclweb.lisp added
20070504 tpd src/interp/gclweb.lisp added
20070429 tpd src/include/useproto.h removed
20070429 tpd src/regress/all.md5 added
20070429 tpd src/regress/REGRESS added
20070429 tpd src/regress directory added
20070417 tpd src/input/Makefile renumber echo output uniquely
20070417 tpd src/algebra/clifford.spad remove diagrams.tex everywhere
20070417 tpd src/algebra/Makefile remove diagrams.tex everywhere
20070412 tpd Makefile use  --disable-xgcl --disable-tkconfig everywhere
20070412 tpd --patch-51 
20070407 tpd src/doc/book.pamphlet The -> This
20070404 tpd src/input/uniseg regression rewrite
20070404 tpd src/input/void regression rewrite
20070404 tpd src/input/tutchap1 regression rewrite
20070404 tpd src/input/tsetcatvermeer regression rewrite
20070404 tpd src/input/triglim regression rewrite
20070404 tpd src/input/torus regression rewrite
20070404 tpd src/input/textfile regression rewrite
20070404 tpd src/input/tanatan regression rewrite
20070404 tpd src/input/table regression rewrite
20070404 tpd src/input/t111293 regression rewrite
20070404 tpd src/input/symbol regression rewrite
20070404 tpd src/input/strtbl regression rewrite
20070404 tpd src/input/string regression rewrite
20070404 tpd src/input/streams regression rewrite
20070404 tpd src/input/stream regression rewrite
20070403 tpd src/input/stream2 regression rewrite
20070403 tpd src/input/stbl regression rewrite
20070403 tpd src/input/sregset regression rewrite
20070403 tpd src/input/sqmatrix regression rewrite
20070403 tpd src/input/space3 regression rewrite
20070403 tpd src/input/solvetra regression rewrite
20070403 tpd src/input/slowint regression rewrite
20070403 tpd src/input/skew regression rewrite
20070403 tpd src/input/sint regression rewrite
20070403 tpd src/input/sinCosEx regression rewrite
20070403 tpd src/input/set regression rewrite
20070403 tpd src/input/sersolve regression rewrite
20070403 tpd src/input/series regression rewrite
20070403 tpd src/input/series2 regression rewrite
20070403 tpd src/input/seg regression rewrite
20070403 tpd src/input/segbind regression rewrite
20070403 tpd src/input/scope regression rewrite
20070403 tpd src/input/scherk regression rewrite
20070403 tpd src/input/rules regression rewrite
20070403 tpd src/input/ruleset regression rewrite
20070403 tpd src/input/roots regression rewrite
20070403 tpd src/input/roman regression rewrite
20070403 tpd src/input/robidoux regression rewrite
20070403 tpd src/input/repa6 regression rewrite
20070403 tpd src/input/reclos regression rewrite
20070403 tpd src/input/realclos regression rewrite
20070403 tpd src/input/radix regression rewrite
20070403 tpd src/input/radff regression rewrite
20070403 tpd src/input/r21bugs regression rewrite
20070403 tpd src/input/r21bugsbig regression rewrite
20070402 tpd src/input/r20bugs regression rewrite
20070402 tpd src/input/r20abugs regression rewrite
20070402 tpd src/input/quat regression rewrite
20070402 tpd src/input/quat1 regression rewrite
20070401 tpd src/input/psgenfcn regression rewrite
20070401 tpd src/input/poly regression rewrite
20070401 tpd src/input/polycoer regression rewrite
20070401 tpd src/input/poly1 regression rewrite
20070401 tpd src/input/pmint regression rewrite
20070401 tpd src/input/page regression rewrite
20070401 tpd src/input/pfr regression rewrite
20070401 tpd src/input/pfr1 regression rewrite
20070401 tpd src/input/perm regression rewrite
20070401 tpd src/input/perman regression rewrite
20070401 tpd src/input/pat regression rewrite
20070401 tpd src/input/patmatch regression rewrite
20070401 tpd src/input/pascal regression rewrite
20070401 tpd src/input/pascal1 regression rewrite
20070401 tpd src/input/parabola regression rewrite
20070401 tpd src/input/padic regression rewrite
20070401 tpd src/input/ovar regression rewrite
20070401 tpd src/input/op regression rewrite
20070401 tpd src/input/operator regression rewrite
20070401 tpd src/input/opalg regression rewrite
20070401 tpd src/input/op1 regression rewrite
20070401 tpd src/input/odpol regression rewrite
20070401 tpd src/input/ode regression rewrite
20070401 tpd src/input/oct regression rewrite
20070401 tpd src/input/octonion regression rewrite
20070401 tpd src/input/numbers regression rewrite
20070401 tpd src/input/nsfip regression rewrite
20070331 tpd src/input/nqip regression rewrite
20070331 tpd src/input/noptip regression rewrite
20070331 tpd src/input/noonburg regression rewrite
20070331 tpd src/input/none regression rewrite
20070331 tpd src/input/nlode regression rewrite
20070331 tpd src/input/newton regression rewrite
20070331 tpd src/input/newlodo regression rewrite
20070331 tpd src/input/nepip regression rewrite
20070331 tpd src/input/negfloats regression rewrite
20070331 tpd src/input/ndftip regression rewrite
20070331 tpd src/input/multiple regression rewrite
20070331 tpd src/input/multfact regression rewrite
20070331 tpd src/input/mset regression rewrite
20070331 tpd src/input/mset2 regression rewrite
20070331 tpd src/input/mpoly regression rewrite
20070331 tpd src/input/mkfunc regression rewrite
20070331 tpd src/input/mfinfact regression rewrite
20070331 tpd src/input/matrix regression rewrite
20070331 tpd src/input/matrix22 regression rewrite
20070331 tpd src/input/matrix1 regression rewrite
20070331 tpd src/input/matbug regression rewrite
20070331 tpd src/input/Makefile fix typo in generic regress stanza
20070331 tpd src/input/fns change reduce(or -> reduce(_or
20070330 tpd src/input/mappkg1 regression rewrite
20070330 tpd src/input/maple regression rewrite
20070330 tpd src/input/magma regression rewrite
20070330 tpd src/input/macros regression rewrite
20070330 tpd src/input/macbug regression rewrite
20070330 tpd src/input/lword regression rewrite
20070330 tpd src/input/lupfact regression rewrite
20070330 tpd src/input/lpoly regression rewrite
20070330 tpd src/input/Makefile remove spurious Timestamp and Version 
20070330 tpd src/input/lodo regression rewrite
20070330 tpd src/input/lodof regression rewrite
20070330 tpd src/input/lodo3 regression rewrite
20070330 tpd src/input/lodo2 regression rewrite
20070330 tpd src/input/lodo1 regression rewrite
20070330 tpd src/input/lodesys regression rewrite
20070330 tpd src/input/lode regression rewrite
20070330 tpd src/input/list regression rewrite
20070330 tpd src/input/lindep regression rewrite
20070330 tpd src/input/limit regression rewrite
20070330 tpd src/input/leg regression rewrite
20070330 tpd src/input/laplace regression rewrite
20070330 tpd src/input/kuipers regression rewrite
20070329 tpd src/input/kovacic regression rewrite
20070329 tpd src/input/knot2 regression rewrite
20070329 tpd src/input/kernel regression rewrite
20070329 tpd src/input/kafile regression rewrite
20070329 tpd src/input/isprime regression rewrite
20070329 tpd src/input/is regression rewrite
20070329 tpd src/input/ipftest regression rewrite
20070329 tpd src/input/intrf regression rewrite
20070329 tpd src/input/int regression rewrite
20070329 tpd src/input/intmix regression rewrite
20070329 tpd src/input/intmix2 regression rewrite
20070329 tpd src/input/intheory regression rewrite
20070329 tpd src/input/intg0 regression rewrite
20070329 tpd src/input/intef regression rewrite
20070329 tpd src/input/intef2 regression rewrite
20070329 tpd src/input/intdeq regression rewrite
20070329 tpd src/input/intaf regression rewrite
20070329 tpd src/input/infprod regression rewrite
20070329 tpd src/input/ifact regression rewrite
20070329 tpd src/input/ideal regression rewrite
20070329 tpd src/input/ico regression rewrite
20070329 tpd src/input/hexadec regression rewrite
20070329 tpd src/input/herm regression rewrite
20070329 tpd src/input/help regression rewrite
20070329 tpd src/input/heat regression rewrite
20070329 tpd src/input/heap regression rewrite
20070329 tpd src/input/gstbl regression rewrite
20070328 tpd src/input/grpthry regression rewrite
20070328 tpd src/input/gonshor regression rewrite
20070328 tpd src/input/genups regression rewrite
20070328 tpd src/input/gbf regression rewrite
20070328 tpd src/input/galois regression rewrite
20070328 tpd src/input/fr regression rewrite
20070328 tpd src/input/frac regression rewrite
20070328 tpd src/input/fr2 regression rewrite
20070328 tpd src/input/fr1 regression rewrite
20070328 tpd src/input/fparfrc regression rewrite
20070328 tpd src/input/fparfrac regression rewrite
20070328 tpd src/input/fns regression rewrite
20070328 tpd src/input/fnla regression rewrite
20070328 tpd src/input/fname regression rewrite
20070328 tpd src/input/fname1 regression rewrite
20070328 tpd src/input/float regression rewrite
20070328 tpd src/input/float2 regression rewrite
20070328 tpd src/input/float1 regression rewrite
20070328 tpd src/input/file regression rewrite
20070328 tpd src/input/fib regression rewrite
20070328 tpd src/input/ffx72 regression rewrite
20070328 tpd src/input/fferr regression rewrite
20070328 tpd src/input/ffdemo regression rewrite
20070328 tpd src/input/Makefile allow complete int/input rebuilds
20070327 tpd src/input/farray regression rewrite
20070327 tpd src/input/exprpoly regression rewrite
20070327 tpd src/input/exsum regression rewrite
20070327 tpd src/input/exseries regression rewrite
20070327 tpd src/input/expr regression rewrite
20070327 tpd src/input/exprode regression rewrite
20070327 tpd src/input/expr1 regression rewrite
20070327 tpd src/input/explim regression rewrite
20070327 tpd src/input/expexpan regression rewrite
20070327 tpd src/input/exlimit regression rewrite
20070327 tpd src/input/exlap regression rewrite
20070327 tpd src/input/exit regression rewrite
20070327 tpd src/input/exint regression rewrite
20070327 tpd src/input/exdiff regression rewrite
20070327 tpd src/input/eval regression rewrite
20070327 tpd src/input/evalax regression rewrite
20070327 tpd src/input/equation regression rewrite
20070327 tpd src/input/equation2 regression rewrite
20070327 tpd src/input/eqtbl regression rewrite
20070327 tpd src/input/eq regression rewrite
20070327 tpd src/input/elt regression rewrite
20070327 tpd src/input/elfuts regression rewrite
20070327 tpd src/input/elemnum regression rewrite
20070327 tpd src/input/elemfun regression rewrite
20070327 tpd src/input/eigen regression rewrite
20070326 tpd src/input/efi regression rewrite
20070326 tpd src/input/easter regression rewrite
20070326 tpd src/input/dpol regression rewrite
20070326 tpd src/input/dmp regression rewrite
20070326 tpd src/input/divisor regression rewrite
20070326 tpd src/input/dhtri regression rewrite
20070326 tpd src/input/dfloat regression rewrite
20070326 tpd src/input/derham regression rewrite
20070326 tpd src/input/defintrf regression rewrite
20070326 tpd src/input/defintef regression rewrite
20070326 tpd src/input/decimal regression rewrite
20070326 tpd src/input/danzwill regression rewrite
20070326 tpd src/input/cyfactor regression rewrite
20070326 tpd src/input/cycles regression rewrite
20070326 tpd src/input/cycles1 regression rewrite
20070326 tpd src/input/curl regression rewrite
20070326 tpd src/input/contfrc regression rewrite
20070326 tpd src/input/contfrac regression rewrite
20070326 tpd src/input/constant regression rewrite
20070326 tpd src/input/complex regression rewrite
20070326 tpd src/input/collect regression rewrite
20070326 tpd src/input/coercels regression rewrite
20070326 tpd src/input/clif regression rewrite
20070326 tpd src/input/clifford regression rewrite
20070326 tpd src/input/ch regression rewrite
20070326 tpd src/input/char regression rewrite
20070326 tpd src/input/cclass regression rewrite
20070326 tpd src/input/carten regression rewrite
20070326 tpd src/input/card regression rewrite
20070326 tpd src/input/cardinal regression rewrite
20070326 tpd src/input/calculus regression rewrite
20070326 tpd src/input/calculus2 regression rewrite
20070326 tpd src/input/bugs regression rewrite
20070326 tpd src/input/bug9057 regression rewrite
20070326 tpd src/input/bug6357 regression rewrite
20070326 tpd src/input/bug10312 regression rewrite
20070326 tpd src/input/bug10069 regression rewrite
20070326 tpd src/input/bstree regression rewrite
20070326 tpd src/input/bop regression rewrite
20070326 tpd src/input/binary regression rewrite
20070326 tpd src/input/bbtree regression rewrite
20070326 tpd src/input/bags regression rewrite
20070326 tpd src/input/assign regression rewrite
20070326 tpd src/input/arrows regression rewrite
20070326 tpd src/input/array2 regression rewrite
20070326 tpd src/input/arith regression rewrite
20070326 tpd src/input/allfact regression rewrite
20070326 tpd src/input/alist regression rewrite
20070326 tpd src/input/algfacob regression rewrite
20070326 tpd src/input/algbrbf regression rewrite 
20070325 tpd src/input/algaggr regression rewrite 
20070325 tpd src/interp/Makefile regress.lisp added
20070325 tpd src/interp/regress.lisp added
20070325 gdr src/interp/vmlisp.lisp mv get-current-directory to vmlisp pkg
20070325 gdr src/interp/fname.lisp fix axiom-probe-file
20070325 gdr src/interp/nlib.lisp fix axiom-probe-file
20070304 wxh src/interp/alql.boot remove only use of "member"
20070304 gdr src/*/*.pamphlet remove execute bit
20070304 tpd src/interp/i-funsel.boot merge getFunctionFromDomain (interop)
20070304 tpd src/interp/clammed.boot merge coerceConvertMmSelection (interop)
20070304 tpd src/interp/i-util.boot merge domainEqual from interop
20070304 tpd src/interp/template.boot merge evalSlotDomain from interop
20070304 tpd src/interp/nrunfast.boot merge lazyDomainSet from interop
20070304 tpd src/interp/nrunfast.boot merge lazyMatchAssocV from interop
20070304 tpd src/interp/nrunfast.boot merge newHasCategory from interop
20070304 tpd src/interp/nrunfast.boot merge replaceGoGetSlot from interop
20070304 tpd src/interp/nrunfast.boot merge newExpandLocalType from interop
20070304 tpd src/interp/nrunfast.boot merge getOpCode from interop
20070304 tpd src/interp/nrunfast.boot merge lazyMatchArg2 from interop
20070304 tpd src/interp/nrunfast.boot merge lookupInCompactTable from interop
20070304 tpd src/interp/nrunfast.boot merge lookupIncomplete from interop
20070304 tpd src/interp/nrunfast.boot merge lookupComplete from interop
20070304 tpd src/interp/nrungo.boot merge lookupInDomainVector from interop
20070304 tpd src/interp/nrungo.boot merge basicLookupCheckDefaults from interop
20070304 tpd src/interp/nrungo.boot merge basicLookup from interop
20070304 tpd src/interp/nrungo.boot merge compiledLookup from interop
20070304 tpd src/interp/nrungo.boot merge NRTcompiledLookup from interop
20070304 tpd src/interp/g-util.boot merge isDomain from interop
20070304 tpd src/interp/i-util.boot merge devaluate from interop
20070304 wxh src/interp/xruncomp.boot removed (all functions merged)
20070304 tpd src/interp/debugsys.lisp xruncomp removed
20070304 tpd src/interp/Makefile remove xruncomp.boot
20070304 wxh src/interp/functor.boot merge LookUpSigSlots from xruncomp
20070304 wxh src/interp/compiler.boot merge getFormModemaps from xruncomp
20070304 wxh src/interp/nruncomp.boot merge consDomainName from xruncomp
20070304 wxh src/interp/nruncomp.boot merge NRTassignCapsuleFunctionSlot
20070304 wxh src/interp/nruncomp.boot merge genDeltaEntry from xruncomp
20070304 wxh src/interp/nruncomp.boot merge changeDirectoryInSlot1 (xruncomp)
20070304 wxh src/interp/nruncomp.boot merge NRTencode from xruncomp
20070304 wxh src/interp/info merge actOnInfo from xruncomp
20070304 wxh src/interp/modemap.boot merge addConstructorModemaps (xruncomp)
20070304 wxh src/interp/modemap.boot merge addModemap1 from xruncomp
20070304 wxh src/interp/modemap.boot merge substNames from xruncomp
20070304 wxh src/interp/modemap.boot merge evalAndSub from xruncomp
20070304 tpd src/interp/info.boot add modemap comment from xruncomp.boot
20070304 wxh src/interp/xrun.boot removed (all functions merged elsewhere)
20070304 tpd src/interp/debugsys.lisp xrun removed
20070304 tpd src/interp/Makefile remove xrun.boot.pamphlet
20070304 wxh src/interp/i-coerce.boot merge coerceByFunction from xrun
20070304 wxh src/interp/i-coerce.boot merge algEqual from xrun
20070304 wxh src/interp/i-coerce.boot merge equalZero from xrun
20070304 wxh src/interp/i-coerce.boot merge equalOne from xrun
20070304 wxh src/interp/clammed.boot merge coerceConvertMmSelection from xrun
20070304 wxh src/interp/i-eval.boot merge evalForm from xrun
20070304 wxh src/interp/i-funsel.boot merge findFunctionInCategory from xrun
20070304 wxh src/interp/i-funsel.boot merge findFunctionInDomain1 from xrun
20070304 wxh src/interp/i-funsel.boot merge findFunctionInDomain from xrun
20070304 wxh src/interp/i-funsel.boot delete getFunctionFromDomain (interop)
20070304 wxh src/interp/nrungo.boot delete NRTcompiledLookup (see interop)
20070304 wxh src/interp/nrungo.boot delete lazyCompareSigEqual (see interop)
20070304 wxh src/interp/nrungo.boot delete lookupInDomainVector (see interop)
20070304 tpd src/interp/interp-proclaims remove domainTableLookup
20070304 wxh src/interp/nrungo.boot remove domainTableLookup, unused
20070304 wxh src/interp/interp-proclaims remove goGet
20070304 wxh src/interp/nrungo.boot remove goGet, unused
20070304 wxh src/interp/template.boot delete evalSlotDomain (see interop)
20070304 wxh src/interp/interp-proclaims remove stuffSlots
20070304 wxh src/interp/template.boot remove stuffSlots, unused
20070304 wxh src/interp/nrunfast.boot merge sigDomainVal from xrun.boot
20070304 wxh src/interp/nrunfast.boot delete newExpandLocalType (see interop)
20070304 wxh src/interp/nrunfast.boot merge newExpandTypeSlot from xrun
20070304 wxh src/interp/nrunfast.boot merge newExpandGoGetTypeSlot from xrun
20070304 wxh src/interp/nrunfast.boot delete lazyMatchArg2 (see interop)
20070304 wxh src/interp/nrunfast.boot remove true=> from newLookupInCategories
20070304 wxh src/interp/nrunfast.boot delete replaceGoGetSlot (see interop)
20070304 wxh src/interp/nrunopt.boot merge encodeCatForm from xrun
20070304 wxh src/interp/nrunopt.boot merge NRTmakeCategoryAlist from xrun
20070304 tpd src/interp/setq.lisp add Francois Maltey
20070304 tpd README add Francois Maltey
20070304 fxm Francois Maltey <fmaltey@nerim.fr>
20070304 tpd src/input/knownbugs.input add bug #8, #325 in IssueTracker
20070303 tpd src/sman/sman.c add sentinel to execle in exec_command_env
20070303 tpd src/interp/cfuns.lisp removed copyEnvValue
20070303 tpd src/include/cfuns-c.H1 remove unused fn copyEnvValue
20070303 tpd src/lib/cfuns-c remove unused fn copyEnvValue
20070303 tpd src/interp/cfuns.lisp removed findString
20070303 tpd src/include/cfuns-c.H1 remove unused fn findString
20070303 tpd src/lib/cfuns-c remove unused fn findString
20070303 tpd src/include/cfuns-c.H1 remove unused fn readablep
20070303 tpd src/lib/cfuns-c remove unused fn readablep
20070303 tpd src/include/cfuns-c.H1 remove unused fn CLgetpid
20070303 tpd src/lib/cfuns-c remove unused fn CLgetpid
20070302 tpd src/algebra/Makefile prototype index.html
20070302 wxh src/sman/session.c handle CreateFrameAnswer message
20070302 tpd src/hyper/pages/polys.ht removed, duplicate of poly.ht
20070302 gdr src/interp/trace.boot init local to nil
20070301 tpd src/interp/define init local to nil
20070301 wxh src/hyper/htinp strcat -> strcpy
20070301 tpd src/hyper/htinp latex cleanup
20070301 gdr src/hyper/hthits fix regex searches for posix
20070301 gdr src/graph/view3D/contour_panel3d.c.out proto functions
20070301 gdr src/graph/view3D/contour3d.c.out proto functions
20070225 gdr src/lib/emupty.c fix prototype
20070225 gdr src/graph/Gdraws/Gfun.c fix prototype of centerX, centerY
20070225 gdr src/doc/Rosetta.pamphlet noweb cleanup
20070224 tpd src/boot/br-op2.boot latex cleanup
20070224 tpd src/boot/br-op1.boot latex cleanup
20070224 tpd src/boot/btscan2.boot latex cleanup
20070224 tpd src/lsp/Makefile latex cleanup
20070224 tpd src/doc/Makefile use document command
20070224 tpd src/sman/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/clef/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/hyper/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/graph/view3D/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/graph/viewman/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/graph/viewAlone/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/graph/Gdraws/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/graph/view2D/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/graph/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/input/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/interp/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/boot/Makefile remove axiom.sty, causes re-makes
20070224 tpd src/lib/spadcolors.c latex cleanup
20070223 tpd src/lib/Makefile remove axiom.sty, causes re-makes
20070223 tpd src/interp/c-util.boot latex cleanup
20070223 tpd src/interp/compiler.boot latex cleanup
20070223 tpd src/interp/clam.boot latex cleanup
20070223 tpd src/doc/bookvol1 use \providecommand
20070223 tpd src/lib/openpty.c latex cleanup
20070223 tpd src/algebra/Makefile remove ${DOC}/axiom.sty, causes re-makes
20070223 tpd src/algebra/Makefile add ${DOC}/ps rule
20070223 tpd src/scripts/axiom.sty regenerated from src/doc/axiom.sty
20070223 tpd src/doc/axiom.sty use \providecommand to allow prev defns
20070223 tpd src/scripts/document remove spurious axiom.sty files
20070223 tpd src/doc/ps/quat* added ps files for quat.spad
20070223 tpd src/algebra/quat.spad documentation
20070218 tpd src/interp/Makefile wrap long lines
20070218 tpd src/boot/Makefile wrap long lines
20070218 tpd lsp/Makefile wrap long lines
20070218 tpd src/lib/XSpadFill.c remove verbatim
20070218 tpd src/lib/util.c wrap long lines
20070218 tpd src/lib/spadcolors.c wrap long lines
20070218 tpd Makefile wrap long lines, latex cleanup
20070218 tpd src/Makefile wrap long lines
20070218 tpd src/hyper/Makefile fix bitmap target directory
20070218 tpd cleanup Makefile latex noise
20070217 gdr src/lib/fnct_key.c rename to fnct-key.c
20070217 wxh src/sman/Makefile
20070217 wxh src/clef/Makefile
20070217 gdr src/include/view.h remove useproto.h
20070217 gdr src/lib/hash.c remove useproto.h
20070217 gdr src/lib/XShade.c remove useproto.h
20070217 gdr src/lib/sockio-c.c remove useproto.h
20070217 gdr src/lib/halloc.c remove useproto.h
20070217 gdr src/lib/XDither.c remove useproto.h
20070217 gdr src/lib/spadcolors.c remove useproto.h
20070217 gdr src/lib/openpty.c remove useproto.h
20070217 gdr src/lib/util.c remove useproto.h
20070217 gdr src/lib/cursor.c remove useproto.h
20070217 gdr src/lib/wct.c remove useproto.h
20070217 gdr src/lib/edin.c remove useproto.h
20070217 gdr src/lib/cfuns-c.c remove useproto.h
20070217 tpd src/doc/axiom.bib fixup underscores
20070217 gdr src/lib/fnct_key.c remove useproto.h
20070217 gdr src/lib/XSpadFill.c remove useproto.h
20070217 gdr src/lib/pixmap.c remove useproto.h
20070217 gdr src/lib/prt.c remove useproto.h
20070217 gdr src/lib/bsdsignal.c remove useproto.h
20070217 gdr src/lib/emupty.c remove useproto.h
20070217 gdr src/sman/spadclient.c remove useproto.h
20070217 gdr src/sman/nagman.c remove useproto.h
20070217 gdr src/sman/session.c remove useproto.h
20070217 gdr src/sman/Makefile
20070217 gdr src/sman/sman.c remove useproto.h
20070217 gdr src/clef/edible.c remove useproto.h
20070217 gdr src/clef/Makefile remove useproto.h
20070217 gdr src/hyper/extent1 remove useproto.h
20070217 gdr src/hyper/addfile remove useproto.h
20070217 gdr src/hyper/titlebar remove useproto.h
20070217 gdr src/hyper/macro remove useproto.h
20070217 gdr src/hyper/spadbuf remove useproto.h
20070217 gdr src/hyper/hthits remove useproto.h
20070217 gdr src/hyper/group remove useproto.h
20070217 gdr src/hyper/show-types remove useproto.h
20070217 gdr src/hyper/htadd remove useproto.h
20070217 gdr src/hyper/extent2 remove useproto.h
20070217 gdr src/hyper/hyper remove useproto.h
20070217 gdr src/hyper/keyin remove useproto.h
20070217 gdr src/hyper/halloc remove useproto.h
20070217 gdr src/hyper/hash remove useproto.h
20070217 gdr src/hyper/event remove useproto.h
20070217 gdr src/hyper/spadint remove useproto.h
20070217 gdr src/hyper/parse-aux remove useproto.h
20070217 gdr src/hyper/initx remove useproto.h
20070217 gdr src/hyper/hterror remove useproto.h
20070217 gdr src/hyper/parse-paste remove useproto.h
20070217 gdr src/hyper/debug remove useproto.h
20070217 gdr src/hyper/input remove useproto.h
20070217 gdr src/hyper/display remove useproto.h
20070217 gdr src/hyper/lex remove useproto.h
20070217 gdr src/hyper/htinp remove useproto.h
20070217 gdr src/hyper/scrollbar remove useproto.h
20070217 gdr src/hyper/mem remove useproto.h
20070217 gdr src/hyper/cond remove useproto.h
20070217 gdr src/hyper/form-ext remove useproto.h
20070217 gdr src/hyper/ReadBitmap remove useproto.h
20070217 gdr src/hyper/ex2ht remove useproto.h
20070217 gdr src/hyper/parse-input remove useproto.h
20070217 gdr src/hyper/item remove useproto.h
20070217 gdr src/hyper/parse remove useproto.h
20070217 gdr src/hyper/dialog remove useproto.h
20070217 gdr src/hyper/parse-types remove useproto.h
20070217 gdr src/graph/view3D/mesh3d.c remove useproto.h
20070217 gdr src/graph/view3D/lightbut3d.c remove useproto.h
20070217 gdr src/graph/view3D/quit3d.c remove useproto.h
20070217 gdr src/graph/view3D/pot3d.c remove useproto.h
20070217 gdr src/graph/view3D/smoothShade3d.c remove useproto.h
20070217 gdr src/graph/view3D/transform3d.c remove useproto.h
20070217 gdr src/graph/view3D/closeView3d.c remove useproto.h
20070217 gdr src/graph/view3D/project3d.c remove useproto.h
20070217 gdr src/graph/view3D/volume3d.c remove useproto.h
20070217 gdr src/graph/view3D/stuff3d.c remove useproto.h
20070217 gdr src/graph/view3D/buttons3d.c remove useproto.h
20070217 gdr src/graph/view3D/viewport3d.c remove useproto.h
20070217 gdr src/graph/view3D/save3d.c remove useproto.h
20070217 gdr src/graph/view3D/write3d.c remove useproto.h
20070217 gdr src/graph/view3D/lighting3d.c remove useproto.h
20070217 gdr src/graph/view3D/component3d.c remove useproto.h
20070217 gdr src/graph/view3D/surface3d.c remove useproto.h
20070217 gdr src/graph/view3D/msort3d.c remove useproto.h
20070217 gdr src/graph/view3D/main3d.c remove useproto.h
20070217 gdr src/graph/view3D/process3d.c remove useproto.h
20070217 gdr src/graph/view3D/testcol.c remove useproto.h
20070217 gdr src/graph/view3D/control3d.c remove useproto.h
20070217 gdr src/graph/view3D/spadAction3d.c remove useproto.h
20070217 gdr src/graph/view3D/quitbut3d.c remove useproto.h
20070217 gdr src/graph/view3D/illuminate3d.c remove useproto.h
20070217 gdr src/graph/view3D/savebut3d.c remove useproto.h
20070217 gdr src/graph/viewman/makeGraph.c remove useproto.h
20070217 gdr src/graph/viewman/viewman.c remove useproto.h
20070217 gdr src/graph/viewman/sselect.c remove useproto.h
20070217 gdr src/graph/viewman/readView.c remove useproto.h
20070217 gdr src/graph/viewman/make2D.c remove useproto.h
20070217 gdr src/graph/viewman/fun3D.c remove useproto.h
20070217 gdr src/graph/viewman/make3D.c remove useproto.h
20070217 gdr src/graph/viewman/fun2D.c remove useproto.h
20070217 gdr src/graph/viewman/cleanup.c remove useproto.h
20070217 gdr src/graph/viewAlone/spoonComp.c remove useproto.h
20070217 gdr src/graph/viewAlone/spoon2D.c remove useproto.h
20070217 gdr src/graph/viewAlone/viewAlone.c remove useproto.h
20070217 gdr src/graph/Gdraws/Gfun.c remove useproto.h
20070217 gdr src/graph/Gdraws/Makefile remove useproto.h
20070217 gdr src/graph/view2D/spadAction2d.c remove useproto.h
20070217 gdr src/graph/view2D/graph2d.c remove useproto.h
20070217 gdr src/graph/view2D/process2d.c remove useproto.h
20070217 gdr src/graph/view2D/main2d.c remove useproto.h
20070217 gdr src/graph/view2D/pot2d.c remove useproto.h
20070217 gdr src/graph/view2D/write2d.c remove useproto.h
20070217 gdr src/graph/view2D/buttons2d.c remove useproto.h
20070217 gdr src/graph/view2D/control2d.c remove useproto.h
20070217 gdr src/graph/view2D/viewport2D.c remove useproto.h
20070217 gdr src/graph/view2D/stuff2d.c remove useproto.h
20070217 gdr src/sman/nagman.c remove PROTO
20070217 gdr src/lib/hash.c remove PROTO
20070217 gdr src/lib/sockio-c.c remove PROTO
20070217 gdr src/lib/halloc.c remove PROTO
20070217 gdr src/lib/spadcolors.c remove PROTO
20070217 gdr src/lib/openpty.c remove PROTO
20070217 gdr src/lib/util.c remove PROTO
20070217 gdr src/lib/cursor.c remove PROTO
20070217 gdr src/lib/edin.c remove PROTO
20070217 gdr src/lib/fnct_key.c remove PROTO
20070217 gdr src/lib/pixmap.c remove PROTO
20070217 gdr src/lib/prt.c remove PROTO
20070217 gdr src/include/prt.H1 remove PROTO
20070217 gdr src/include/form-ext.H1 remove PROTO
20070217 gdr src/include/spadclient.H1 remove PROTO
20070217 gdr src/include/XSpadFill.H1 remove PROTO
20070217 gdr src/include/mem.H1 remove PROTO
20070217 gdr src/include/keyin.H1 remove PROTO
20070217 gdr src/include/hash.h remove PROTO
20070217 gdr src/include/macro.H1 remove PROTO
20070217 gdr src/include/initx.H1 remove PROTO
20070217 gdr src/include/parse-paste.H1 remove PROTO
20070217 gdr src/include/spadbuf.H1 remove PROTO
20070217 gdr src/include/edible.H1 remove PROTO
20070217 gdr src/include/parse-types.H1 remove PROTO
20070217 gdr src/include/titlebar.H1 remove PROTO
20070217 gdr src/include/ReadBitmap.H1 remove PROTO
20070217 gdr src/include/scrollbar.H1 remove PROTO
20070217 gdr src/include/bsdsignal.H1 remove PROTO
20070217 gdr src/include/group.H1 remove PROTO
20070217 gdr src/include/ex2ht.H1 remove PROTO
20070217 gdr src/include/XShade.H1 remove PROTO
20070217 gdr src/include/bsdsignal.h remove PROTO
20070217 gdr src/include/cond.H1 remove PROTO
20070217 gdr src/include/pixmap.H1 remove PROTO
20070217 gdr src/include/edin.H1 remove PROTO
20070217 gdr src/include/sman.H1 remove PROTO
20070217 gdr src/include/dialog.H1 remove PROTO
20070217 gdr src/include/spadint.H1 remove PROTO
20070217 gdr src/include/show-types.H1 remove PROTO
20070217 gdr src/include/hthits.H1 remove PROTO
20070217 gdr src/include/XDither.H1 remove PROTO
20070217 gdr src/include/spadcolors.H1 remove PROTO
20070217 gdr src/include/parse-input.H1 remove PROTO
20070217 gdr src/include/parse.H1 remove PROTO
20070217 gdr src/include/item.H1 remove PROTO
20070217 gdr src/include/cursor.H1 remove PROTO
20070217 gdr src/include/event.H1 remove PROTO
20070217 gdr src/include/openpty.H1 remove PROTO
20070217 gdr src/include/addfile.H1 remove PROTO
20070217 gdr src/include/extent1.H1 remove PROTO
20070217 gdr src/include/nagman.H1 remove PROTO
20070217 gdr src/include/cfuns-c.H1 remove PROTO
20070217 gdr src/include/session.H1 remove PROTO
20070217 gdr src/include/fnct-key.H1 remove PROTO
20070217 gdr src/include/halloc.H1 remove PROTO
20070217 gdr src/include/sockio-c.H1 remove PROTO
20070217 gdr src/include/hterror.H1 remove PROTO
20070217 gdr src/include/display.H1 remove PROTO
20070217 gdr src/include/hash.H1 remove PROTO
20070217 gdr src/include/lex.H1 remove PROTO
20070217 gdr src/include/wct.H1 remove PROTO
20070217 gdr src/include/hyper.H1 remove PROTO
20070217 gdr src/include/htinp.H1 remove PROTO
20070217 gdr src/include/htadd.H1 remove PROTO
20070217 gdr src/include/util.H1 remove PROTO
20070217 gdr src/include/extent2.H1 remove PROTO
20070217 gdr src/include/input.H1 remove PROTO
20070217 gdr src/hyper/lex remove PROTO
20070217 gdr src/graph/include/write3d.H1 remove PROTO
20070217 gdr src/graph/include/project3d.H1 remove PROTO
20070217 gdr src/graph/include/pot3d.H1 remove PROTO
20070217 gdr src/graph/include/pot2d.H1 remove PROTO
20070217 gdr src/graph/include/illuminate3d.H1 remove PROTO
20070217 gdr src/graph/include/stuff3d.H1 remove PROTO
20070217 gdr src/graph/include/savebut3d.H1 remove PROTO
20070217 gdr src/graph/include/fun2D.H1 remove PROTO
20070217 gdr src/graph/include/save3d.H1 remove PROTO
20070217 gdr src/graph/include/control2d.H1 remove PROTO
20070217 gdr src/graph/include/spadAction3d.H1 remove PROTO
20070217 gdr src/graph/include/buttons2d.H1 remove PROTO
20070217 gdr src/graph/include/graph2d.H1 remove PROTO
20070217 gdr src/graph/include/make3D.H1 remove PROTO
20070217 gdr src/graph/include/lightbut3d.H1 remove PROTO
20070217 gdr src/graph/include/viewport3d.H1 remove PROTO
20070217 gdr src/graph/include/fun3D.H1 remove PROTO
20070217 gdr src/graph/include/readView.H1 remove PROTO
20070217 gdr src/graph/include/main2d.H1 remove PROTO
20070217 gdr src/graph/include/mesh3d.H1 remove PROTO
20070217 gdr src/graph/include/closeView3d.H1 remove PROTO
20070217 gdr src/graph/include/viewport2D.H1 remove PROTO
20070217 gdr src/graph/include/spadAction2d.H1 remove PROTO
20070217 gdr src/graph/include/spoon2D.H1 remove PROTO
20070217 gdr src/graph/include/viewAlone.H1 remove PROTO
20070217 gdr src/graph/include/cleanup.H1 remove PROTO
20070217 gdr src/graph/include/quit3d.H1 remove PROTO
20070217 gdr src/graph/include/makeGraph.H1 remove PROTO
20070217 gdr src/graph/include/component3d.H1 remove PROTO
20070217 gdr src/graph/include/make2D.H1 remove PROTO
20070217 gdr src/graph/include/msort3d.H1 remove PROTO
20070217 gdr src/graph/include/write2d.H1 remove PROTO
20070217 gdr src/graph/include/spoonComp.H1 remove PROTO
20070217 gdr src/graph/include/buttons3d.H1 remove PROTO
20070217 gdr src/graph/include/volume3d.H1 remove PROTO
20070217 gdr src/graph/include/quitbut3d.H1 remove PROTO
20070217 gdr src/graph/include/stuff2d.H1 remove PROTO
20070217 gdr src/graph/include/process3d.H1 remove PROTO
20070217 gdr src/graph/include/process2d.H1 remove PROTO
20070217 gdr src/graph/include/control3d.H1 remove PROTO
20070217 gdr src/graph/include/surface3d.H1 remove PROTO
20070217 gdr src/graph/include/transform3d.H1 remove PROTO
20070217 gdr src/graph/include/lighting3d.H1 remove PROTO
20070217 gdr src/graph/include/main3d.H1 remove PROTO
20070217 gdr src/graph/include/Gfun.H1 remove PROTO
20070217 gdr src/graph/include/smoothShade3d.H1 remove PROTO
20070217 gdr src/graph/include/sselect.H1 remove PROTO
20070217 gdr src/graph/Gdraws/Gfun.c remove PROTO
20070217 gdr src/clef/edible.c remove PROTO
20070217 gdr src/graph/include/all_alone.H1 rename to all-alone.H1
20070217 gdr src/graph/viewman/viewman remove PROTO
20070217 gdr src/graph/viewman/sselect remove PROTO
20070217 gdr src/graph/viewman/readView remove PROTO
20070217 gdr src/graph/viewman/makeGraph remove PROTO
20070217 gdr src/graph/viewman/make3D remove PROTO
20070217 gdr src/graph/viewman/fun3D remove PROTO
20070217 gdr src/graph/viewman/fun2D remove PROTO
20070217 gdr src/graph/viewman/cleanup remove PROTO
20070217 gdr src/graph/viewAlone/viewAlone remove PROTO
20070217 gdr src/graph/viewman/cleanup remove PROTO
20070217 gdr src/graph/viewAlone/viewAlone remove PROTO
20070217 wxh src/graph/viewAlone/viewAlone rename all_alone.H1 to all-alone.H1
20070217 gdr src/graph/viewAlone/spoonComp remove PROTO
20070217 wxh src/graph/viewAlone/spoonComp rename all_alone.H1 to all-alone.H1
20070217 gdr src/graph/viewAlone/spoon2D remove PROTO
20070217 wxh src/graph/viewAlone/spoon2D rename all_alone.H1 to all-alone.H1
20070217 gdr src/graph/view3D/write3d remove PROTO
20070217 wxh src/graph/view3D/write3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/volume3d remove PROTO
20070217 wxh src/graph/view3D/volume3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/viewport3d remove PROTO
20070217 wxh src/graph/view3D/viewport3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/transform3d remove PROTO
20070217 wxh src/graph/view3D/transform3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/testcol remove PROTO
20070217 wxh src/graph/view3D/testcol rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/surface3d remove PROTO
20070217 wxh src/graph/view3D/surface3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/stuff3d remove PROTO
20070217 wxh src/graph/view3D/stuff3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/spadAction3d remove PROTO
20070217 wxh src/graph/view3D/spadAction3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/smoothShade3d remove PROTO
20070217 wxh src/graph/view3D/smoothShade3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/savebut3d remove PROTO
20070217 wxh src/graph/view3D/savebut3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/save3d remove PROTO
20070217 wxh src/graph/view3D/save3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/quitbut3d remove PROTO
20070217 wxh src/graph/view3D/quitbut3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/quit3d remove PROTO
20070217 wxh src/graph/view3D/quit3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/project3d remove PROTO
20070217 wxh src/graph/view3D/project3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/process3d remove PROTO
20070217 wxh src/graph/view3D/process3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/pot3d remove PROTO
20070217 wxh src/graph/view3D/pot3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/msort3d remove PROTO
20070217 wxh src/graph/view3D/msort3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/mesh3d remove PROTO
20070217 wxh src/graph/view3D/mesh3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/main3d remove PROTO
20070217 wxh src/graph/view3D/main3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/lighting3d remove PROTO
20070217 wxh src/graph/view3D/lighting3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/lightbut3d remove PROTO
20070217 wxh src/graph/view3D/lightbut3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/illuminate3d remove PROTO
20070217 wxh src/graph/view3D/illuminate3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/control3d remove PROTO
20070217 wxh src/graph/view3D/control3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/component3d remove PROTO
20070217 wxh src/graph/view3D/component3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/closeView3d remove PROTO
20070217 wxh src/graph/view3D/closeView3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view3D/buttons3d remove PROTO
20070217 wxh src/graph/view3D/buttons3d rename all_3d.H1 to all-3d.H1
20070217 gdr src/graph/view2D/write2d remove PROTO
20070217 wxh src/graph/view2D/write2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/viewport2D remove PROTO
20070217 wxh src/graph/view2D/viewport2D rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/stuff2d remove PROTO
20070217 wxh src/graph/view2D/stuff2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/spadAction2d remove PROTO
20070217 wxh src/graph/view2D/spadAction2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/process2d remove PROTO
20070217 wxh src/graph/view2D/process2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/pot2d remove PROTO
20070217 wxh src/graph/view2D/pot2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/main2d remove PROTO
20070217 wxh src/graph/view2D/main2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/graph2d remove PROTO
20070217 wxh src/graph/view2D/graph2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/control2d remove PROTO
20070217 wxh src/graph/view2D/control2d rename all_2d.H1 to all-2d.H1
20070217 gdr src/graph/view2D/buttons2d remove PROTO
20070217 wxh src/graph/view2D/buttons2d rename all_2d.H1 to all-2d.H1
20070217 wxh src/graph/include/all_3d.H1 rename to all-3d.H1
20070217 wxh src/graph/include/all_2d.H1 rename to all-2d.H1
20070217 gdr src/hyper/titlebar remove PROTO 
20070217 wxh src/hyper/titlebar rename all-hyper-proto.H1
20070217 gdr src/hyper/spadint remove PROTO 
20070217 wxh src/hyper/spadint rename all-hyper-proto.H1
20070217 gdr src/hyper/spadbuf remove PROTO 
20070217 wxh src/hyper/spadbuf rename fnct-key.H1
20070217 gdr src/hyper/show-types remove PROTO 
20070217 wxh src/hyper/show-types rename all-hyper-proto.H1
20070217 wxh src/hyper/show_types rename to show-types
20070217 gdr src/hyper/scrollbar remove PROTO 
20070217 wxh src/hyper/scrollbar rename all-hyper-proto.H1
20070217 gdr src/hyper/ReadBitmap remove PROTO 
20070217 wxh src/hyper/ReadBitmap rename all-hyper-proto.H1
20070217 gdr src/hyper/parse-types remove PROTO 
20070217 wxh src/hyper/parse-types rename all-hyper-proto.H1
20070217 wxh src/hyper/parse_types rename to parse-types
20070217 gdr src/hyper/parse-paste remove PROTO 
20070217 wxh src/hyper/parse-paste rename all-hyper-proto.H1
20070217 wxh src/hyper/parse_paste rename to parse-paste
20070217 gdr src/hyper/parse remove PROTO 
20070217 wxh src/hyper/parse rename all-hyper-proto.H1
20070217 gdr src/hyper/parse-input remove PROTO 
20070217 wxh src/hyper/parse-input rename all-hyper-proto.H1
20070217 gdr src/hyper/parse-aux remove PROTO 
20070217 wxh src/hyper/parse-aux rename all-hyper-proto.H1
20070217 gdr src/hyper/mem remove PROTO 
20070217 wxh src/hyper/mem rename all-hyper-proto.H1
20070217 wxh src/hyper/Makefile rename files
20070217 gdr src/hyper/macro remove PROTO 
20070217 wxh src/hyper/macro rename all-hyper-proto.H1
20070217 gdr src/hyper/lex remove PROTO 
20070217 wxh src/hyper/lex rename all-hyper-proto.H1
20070217 gdr src/hyper/keyin remove PROTO 
20070217 wxh src/hyper/keyin rename all-hyper-proto.H1
20070217 gdr src/hyper/item remove PROTO 
20070217 wxh src/hyper/item rename all-hyper-proto.H1
20070217 gdr src/hyper/input remove PROTO 
20070217 wxh src/hyper/input rename all-hyper-proto.H1
20070217 gdr src/hyper/initx remove PROTO 
20070217 wxh src/hyper/initx rename all-hyper-proto.H1
20070217 gdr src/hyper/hyper remove PROTO 
20070217 wxh src/hyper/hyper rename all-hyper-proto.H1
20070217 gdr src/hyper/htinp remove PROTO 
20070217 wxh src/hyper/htinp rename all-hyper-proto.H1
20070217 gdr src/hyper/hthits remove PROTO 
20070217 gdr src/hyper/hterror remove PROTO 
20070217 wxh src/hyper/hterror rename all-hyper-proto.H1
20070217 gdr src/hyper/htadd remove PROTO 
20070217 gdr src/hyper/hash remove PROTO 
20070217 gdr src/hyper/halloc remove PROTO 
20070217 gdr src/hyper/group remove PROTO 
20070217 wxh src/hyper/group rename all-hyper-proto.H1
20070217 gdr src/hyper/form-ext remove PROTO 
20070217 wxh src/hyper/form-ext rename all-hyper-proto.H1
20070217 wxh src/hyper/form_ext rename to form-ext 
20070217 gdr src/hyper/extent2 remove PROTO 
20070217 wxh src/hyper/extent2 rename all-hyper-proto.H1
20070217 gdr src/hyper/extent1 remove PROTO 
20070217 wxh src/hyper/extent1 rename all-hyper-proto.H1
20070217 gdr src/hyper/ex2ht remove PROTO 
20070217 gdr src/hyper/event remove PROTO 
20070217 wxh src/hyper/event rename all-hyper-proto.H1
20070217 gdr src/hyper/display remove PROTO 
20070217 wxh src/hyper/display rename all-hyper-proto.H1
20070217 gdr src/hyper/cond remove PROTO 
20070217 wxh src/hyper/cond rename all-hyper-proto.H1
20070217 gdr src/hyper/addfile remove PROTO 
20070217 wxh src/hyper/addfile rename all-hyper-proto.H1
20070217 gdr src/hyper/dialog remove PROTO 
20070217 wxh src/hyper/dialog rename all-hyper-proto.H1
20070217 wxh src/include/show_types.H1 rename to show-types.H1
20070217 wxh src/include/parse_types.H1 rename to parse-types.H1
20070217 wxh src/include/parse_paste.H1 rename to parse-paste.H1
20070217 wxh src/include/parse_input.H1 rename to parse-input.H1
20070217 wxh src/include/form_ext.H1 rename to form-ext.H1
20070217 wxh src/include/fnct_key.H1 rename to fnct-key.H1
20070217 wxh src/include/all_hyper_proto.H1 rename to all-hyper-proto.H1
20070217 wxh src/include/all_hyper_proto.H1 change underscores to dashes
20070216 tpd src/doc/bookvol1 restore spad macros
20070216 tpd src/hyper/Makefile parse_aux -> parse-aux
20070216 tpd src/sman/sman.c escape underscore
20070216 tpd src/algebra/Makefile fix PERM.input stanza
20070210 tpd Makefile update ${MNT}/${SYS}/bin/Makefile stanza
20070210 tpd Makefile copy axiom.sty for first document call
20070210 tpd Makefile change VERSION
20070209 tpd src/input/Makefile usepackage{axiom}
20070209 tpd src/lib/Makefile usepackage{axiom}
20070209 tpd src/booklets/Makefile usepackage{axiom}
20070209 tpd src/sman/Makefile usepackage{axiom}
20070209 tpd src/share/Makefile usepackage{axiom}
20070209 tpd src/hyper/Makefile usepackage{axiom}
20070209 tpd src/graph/view3D/Makefile usepackage{axiom}
20070209 tpd src/graph/viewman/Makefile usepackage{axiom}
20070209 tpd src/graph/viewAlone/Makefile usepackage{axiom}
20070209 tpd src/graph/view2D/Makefile usepackage{axiom}
20070209 tpd src/graph/Makefile usepackage{axiom}
20070209 tpd src/algebra/Makefile usepackage{axiom}
20070209 tpd src/doc/endpaper usepackage{axiom}
20070209 tpd src/doc/primesp.spad usepackage{axiom}
20070209 tpd src/doc/Makefile usepackage{axiom}
20070209 tpd src/interp/Makefile usepackage{axiom}
20070209 tpd src/Makefile usepackage{axiom}
20070209 tpd lsp/Makefile usepackage{axiom}
20070209 tpd Makefile usepackage{axiom}
20070209 tpd src/scripts/document copy axiom.sty if it is missing
20070125 tpd src/doc/diagrams.tex fix time bomb
20061208 tpd src/interp/setq.lisp add Arthur S. Hathaway
20061208 tpd README add Arthur S. Hathaway
20061208 tpd src/interp/setq.lisp add Joel Moses
20061208 tpd README add Joel Moses
20061206 wxh src/interp/cfuns.lisp reduce spurious whitespace differences
20061206 gdr src/include/XSpadFill.H1 remove prototype
20061206 gdr src/include/XShade.H1 remove prototype
20061206 gdr src/include/XDither.H1 remove prototype
20061206 gdr src/include/wct.H1 remove prototype
20061206 gdr src/include/util.H1 remove prototype
20061206 gdr src/include/titlebar.H1 remove prototype
20061206 gdr src/include/spadint.H1 remove prototype
20061206 gdr src/include/spadcolors.H1 remove prototype
20061206 gdr src/include/spadclient.H1 remove prototype
20061206 gdr src/include/spadbuf.H1 remove prototype
20061206 gdr src/include/sockio-c.H1 remove prototype
20061206 gdr src/include/sman.H1 remove prototype
20061206 gdr src/include/show_types.H1 remove prototype
20061206 gdr src/include/session.H1 remove prototype
20061206 gdr src/include/scrollbar.H1 remove prototype
20061206 gdr src/include/ReadBitmap.H1 remove prototype
20061206 gdr src/include/prt.H1 remove prototype
20061206 gdr src/include/pixmap.H1 remove prototype
20061206 gdr src/include/parse_types.H1 remove prototype
20061206 gdr src/include/parse_paste.H1 remove prototype
20061206 gdr src/include/parse_input.H1 remove prototype
20061206 gdr src/include/parse.H1 remove prototype
20061206 gdr src/include/parse_aux.H1 remove prototype
20061206 gdr src/include/openpty.H1 remove prototype
20061206 gdr src/include/nagman.H1 remove prototype
20061206 gdr src/include/mem.H1 remove prototype
20061206 gdr src/include/macro.H1 remove prototype
20061206 gdr src/include/lex.H1 remove prototype
20061206 gdr src/include/keyin.H1 remove prototype
20061206 gdr src/include/item.H1 remove prototype
20061206 gdr src/include/input.H1 remove prototype
20061206 gdr src/include/initx.H1 remove prototype
20061206 gdr src/include/hyper.H1 remove prototype
20061206 gdr src/include/htinp.H1 remove prototype
20061206 gdr src/include/hthits.H1 remove prototype
20061206 gdr src/include/hterror.H1 remove prototype
20061206 gdr src/include/htadd.H1 remove prototype
20061206 gdr src/include/hash.H1 remove prototype
20061206 gdr src/include/hash.h remove prototype
20061206 gdr src/include/halloc.H1 remove prototype
20061206 gdr src/include/group.H1 remove prototype
20061206 gdr src/include/form_ext.H1 remove prototype
20061206 gdr src/include/fnct_key.H1 remove prototype
20061206 gdr src/include/extent2.H1 remove prototype
20061205 gdr src/include/extent1.H1 remove prototype
20061205 gdr src/include/ex2ht.H1 remove prototype
20061205 gdr src/include/event.H1 remove prototype
20061205 gdr src/include/edin.H1 remove prototype
20061205 gdr src/include/edible.H1 remove prototype
20061205 gdr src/include/display.H1 remove prototype
20061205 gdr src/include/dialog.H1 remove prototype
20061205 gdr src/include/cursor.H1 remove prototype
20061205 gdr src/include/cond.H1 remove prototype
20061205 wxh src/interp/sockio.lisp add sock_get_string_buf_wrapper
20061205 wxh src/interp/sockio.lisp add CreateFrameAnswer
20061205 wxh src/interp/server.boot send CreateFrameAnswer
20061205 wxh src/include/com.h add CreateFrameAnswer
20061205 gdr src/lib/cfuns-c.c remove remove prototype
20061205 gdr src/lib/cfuns-c.c remove CLgetpid
20061205 gdr src/include/cfuns-c.H1 remove CLgetpid
20061205 gdr src/include/cfuns-c.H1 remove prototype
20061205 gdr src/include/bsdsignal.H1 remove prototype
20061205 gdr src/include/bsdsignal.h remove prototype
20061205 gdr src/include/addfile.H1 remove prototype
20061205 tpd src/hyper/spadint print_source_to_string1 msg
20061205 wxh sandbox/src/hyper/pages/polys.ht added
20061205 wxh src/algebra/newdata.spad FLUSH -> FORCE-OUTPUT
20061205 wxh src/algebra/efstruc.spad fix goodConf for recursion
20061130 tpd doc/APrimerOnQuaternions.tex.zip 
20061130 tpd doc/VectorAnalysisAndQuaternions.tex 
20061130 tpd doc/quatern/* added
20061130 tpd src/hyper/bitmaps/delta-cap.bitmap added
20061130 tpd src/hyper/bitmaps/gamma-cap.bitmap added
20061130 tpd src/hyper/bitmaps/im-cap.bitmap added
20061130 tpd src/hyper/bitmaps/lambda-cap.bitmap added
20061130 tpd src/hyper/bitmaps/omega-cap.bitmap added
20061130 tpd src/hyper/bitmaps/phi-cap.bitmap added
20061130 tpd src/hyper/bitmaps/pi-cap.bitmap added
20061130 tpd src/hyper/bitmaps/psi-cap.bitmap added
20061130 tpd src/hyper/bitmaps/re-cap.bitmap added
20061130 tpd src/hyper/bitmaps/sigma-cap.bitmap added
20061130 tpd src/hyper/bitmaps/theta-cap.bitmap added
20061130 tpd src/hyper/bitmaps/upsilon-cap.bitmap added
20061130 tpd src/hyper/bitmaps/xi-cap.bitmap added
20061130 gdr src/sman/session.c remove prototype
20061130 gdr src/sman/spadclient.c remove prototype
20061130 tpd src/lib/bsdsignal.c clean up documentation
20061129 gdr src/sman/sman.c remove prototype
20061128 gdr src/lib/wct.c remove prototype
20061128 gdr src/lib/XDither.c remove prototype
20061128 gdr src/lib/XShade.c remove prototype
20061128 gdr src/lib/XSpadFill.c remove prototype
20061128 wxh src/hyper/search add explanation for presea change
20061127 wxh src/interp/record.boot initialize local variables
20061127 wxh src/interp/pspad2.boot initialize local variables
20061127 wxh src/interp/pspad1.boot initialize local variables
20061127 wxh src/interp/parse.boot initialize local variables
20061127 wxh src/interp/package.boot initialize local variables
20061127 wxh src/interp/nruncomp.boot initialize local variables
20061127 wxh src/interp/newfort.boot declare! -> declare_!
20061127 wxh src/interp/i-toplev.boot initialize local variables
20061127 wxh src/interp/iterator.boot initialize local variables
20061127 wxh src/interp/i-syscmd.boot initialize local variables
20061127 wxh src/interp/info.boot initialize local variables
20061127 gdr src/interp/g-util.boot str2Tex of -> outf
20061127 gdr src/interp/functor.boot initialize local variables
20061127 tpd src/interp/fname.lisp rewrite fnameExists?
20061127 wxh src/interp/define.boot initialize local variables
20061127 tpd src/interp/interp-proclaims.lisp remove rebuildCDT
20061127 wxh src/interp/database.boot remove rebuildCDT
20061127 tpd src/interp/interp-proclaims.lisp remove putModemapIntoDatabase
20061127 wxh src/interp/database.boot remove putModemapIntoDatabase
20061127 tpd src/interp/daase.lisp make-databases cleanup
20061127 wxh src/interp/daase.lisp reverse argument orders in warn
20061127 gdr src/interp/c-util.boot initialize local variables
20061127 gdr src/interp/br-data.boot fix comments
20061127 gdr src/hyper/input remove prototype
20061127 wxh src/hyper/hthits use POSIX regular expression library
20061127 tpd src/doc/axiom.sty move spadsig macro from bookvol1
20061127 tpd src/doc/bookvol1 move spadsig macro to axiom.sty
20061127 tpd src/doc/bookvol1 remove spadgraph, spadfunFrom macros
20061127 gdr src/doc/axiom.sty add Code, File, Tool, ie, eg macros
20061127 gdr src/boot/typars.boot add section header
20061127 tpd src/algebra/Makefile fix ACPLOT.input stanza
20061127 tpd src/algebra/acplot rename TEST ACPLOT chunk
20061127 tpd src/algebra/Makefile fix REALSOLV.input stanza
20061127 tpd src/algebra/acplot rename TEST REALSOLV chunk
20061127 tpd src/algebra/Makefile add TEST PERM
20061127 wxh src/algebra/perm.spad add TEST PERM
20061127 wxh src/algebra/files.spad only open writable files for output
20061127 wxh src/hyper/pages/util.ht rename to Im to im-cap
20061127 wxh src/hyper/bitmaps/Im.bitmap rename to im-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Upsilon to upsilon-cap
20061127 wxh src/hyper/bitmaps/Upsilon.bitmap rename to upsilon-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Xi to xi-cap
20061127 wxh src/hyper/bitmaps/Xi.bitmap rename to xi-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Theta to theta-cap
20061127 wxh src/hyper/bitmaps/Theta.bitmap rename to theta-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Re to re-cap
20061127 wxh src/hyper/bitmaps/Re.bitmap rename to re-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Sigma to sigma-cap
20061127 wxh src/hyper/bitmaps/Sigma.bitmap rename to sigma-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Psi to psi-cap
20061127 wxh src/hyper/bitmaps/Psi.bitmap rename to psi-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Pi to pi-cap
20061127 wxh src/hyper/bitmaps/Pi.bitmap rename to pi-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Phi to phi-cap
20061127 wxh src/hyper/bitmaps/Phi.bitmap rename to phi-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Omega to omega-cap
20061127 wxh src/hyper/bitmaps/Omega.bitmap rename to omega-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Lambda to lambda-cap
20061127 wxh src/hyper/bitmaps/Lambda.bitmap rename to lambda-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Gamma to gamma-cap
20061127 wxh src/hyper/bitmaps/Gamma.bitmap rename to gamma-cap.bitmap
20061127 wxh src/hyper/pages/util.ht rename to Delta to delta-cap
20061127 wxh src/hyper/bitmaps/Delta.bitmap rename to delta-cap.bitmap
20061127 wxh src/algebra/files.spad add close! to Library
20061127 wxh src/interp/br-saturn.boot initialize local variables
20061127 wxh src/interp/c-doc.boot initialize local variables
20061127 wxh src/interp/compiler.boot initialize local variables
20061127 wxh src/interp/br-search.boot return errors from grepConstruct
20061126 wxh src/interp/as.boot use escapes to continue line in displayDatabase
20061126 gdr src/hyper/titlebar remove prototype
20061126 gdr src/hyper/spadint remove prototype
20061126 gdr src/hyper/spadbuf remove prototype
20061126 wxh src/hyper/search fix awk script for j >= 2
20061126 gdr src/hyper/search remove prototype
20061126 gdr src/hyper/scrollbar remove prototype
20061126 gdr src/hyper/ReadBitmap remove prototype
20061126 gdr src/hyper/parse remove prototype
20061126 gdr src/hyper/mem remove prototype
20061126 gdr src/hyper/macro remove prototype
20061126 gdr src/hyper/lex remove prototype
20061126 gdr src/hyper/keyin remove prototype
20061126 gdr src/hyper/item remove prototype
20061126 gdr src/hyper/input remove prototype
20061126 gdr src/hyper/initx remove prototype
20061126 gdr src/hyper/hyper remove prototype
20061126 gdr src/hyper/htinp remove prototype
20061126 gdr src/hyper/hthits remove prototype
20061126 gdr src/hyper/hterror remove prototype
20061126 gdr src/hyper/htadd remove prototype
20061126 gdr src/hyper/hash remove prototype
20061126 gdr src/hyper/halloc remove prototype
20061126 gdr src/hyper/group remove prototype
20061126 gdr src/hyper/extent2 remove prototype
20061126 gdr src/hyper/extent1 remove prototype
20061126 gdr src/hyper/ex2ht remove prototype
20061126 gdr src/hyper/event remove prototype
20061126 gdr src/hyper/display remove prototype
20061126 gdr src/hyper/dialog remove prototype
20061126 gdr src/hyper/debug remove prototype
20061126 gdr src/hyper/addfile remove prototype
20061126 gdr src/hyper/cond remove prototype
20061126 tpd src/Gdraws/Makefile  fix usepackage{axiom}
20061126 tpd src/etc/Makefile  fix usepackage{axiom}
20061126 wxh src/etc/axiom fix default path and final PATH
20061126 tpd src/doc/asq.c fix usepackage{axiom}
20061126 gdr src/doc/axiom.bib add Code, File, Tool, ie, eg macros
20061126 tpd src/clef/Makefile fix usepackage{axiom}
20061126 gdr src/boot/typars.boot add information about boot language
20061126 gdr src/boot/ptyout.boot add information about boot language
20061126 gdr src/boot/Makefile add information about boot language
20061125 tpd src/algebra/attreg.spad imples => implies
20061113 tpd src/interp/setq.lisp add S.J. Atkins
20061113 tpd README add S.J. Atkins
20061112 tpd src/algebra/Makefile add acplot.input stanza
20061112 tpd src/algebra/acplot rewrite and document
20061111 tpd src/algebra/Makefile add realsolv.input stanza
20061111 tpd src/algebra/realsolv rewrite and document
20061110 tpd FAQ 43: Is Axiom's License compatible with the GPL?
20061108 tpd create git version
20061107 tst FAQ 42: How can I output equations as lisp s-expressions?
20061107 tst Themos Tsikas <themos@nag.co.uk>
20061106 wsp src/doc/book has \$, \+ escapes in verbatim blocks
20061106 rxh src/doc/book drawRibbons has typos
20061106 tpd src/interp/setq.lisp add Richard Harke
20061106 tpd README add Richard Harke
20061106 rxh Richard Harke <rharke@earthlink.net>
20061105 hoz src/graph/viewman/sselect.c fix SIGCHLD for MAC
20061105 tpd src/interp/setq.lisp add Humberto Ortiz-Zuazaga
20061105 tpd README add Humberto Ortiz-Zuazaga
20061105 hoz Humberto Ortiz-Zuazaga <humberto@hpcf.upr.edu>
20061104 tpd src/interp/setq.lisp add Luanne Burns
20061104 tpd README add Luanne Burns
20061031 tpd src/interp/daase.lisp add database documentation
20061031 tpd src/etc/asq.c add database documentation
20061031 gdr src/interp/trace.boot ptimers() literal string spanned lines
20061027 tpd FAQ 17 updated for debian chrooted systems
20061026 tpd src/interp/setq.lisp add Christian Aistleitner
20061026 tpd README add Christian Aistleitner
20061026 tpd src/interp/sockio.lisp use double on sock_send_float
20061018 tpd src/interp/setq.lisp fix baldir -> balbir
20061018 tpd README fix baldir -> balbir
20061018 wsp src/algebra/Makefile change \$ to $ for awk scripts
20061017 gxv src/interp/bookvol5 clearCmdparts -> clearCmdParts
20061009 wxh src/algebra/efstruc.spad.pamphlet fix goodCoef
20061009 wxh Waldek Hebisch <hebisch@math.uni.wroc.pl>
20061006 tpd src/interp/setq.lisp add Waldek Hebisch
20061006 tpd README add Waldek Hebisch
20060926 tpd src/interp/setq.lisp add Frithjof Schulze
20060926 tpd README add Frithjof Schulze
20060919 gxv src/doc/book line 15282, remove verbatim 
20060914 tpd src/interp/setq.lisp add Jose Alfredo Portes
20060914 tpd README add Jose Alfredo Portes
20060913 rhx gcl-2.6.1.cmpnew.gcl_cmpflet.lsp.patch remove ctrl-M
20060909 tpd src/algebra/catdef.spad document Semigroup
20060906 cxm src/interp/nlib.lisp (and (directory filearg...
20060904 tpd src/interp/debugsys.lisp fix paren balance
20060902 tpd src/interp/nocompil.lisp fix trailing paren in enable-backtrace
20060901 tpd src/interp/patches.lisp use namestring
20060901 tpd src/interp/nlib.lisp (probe-file => (directory (truename
20060829 tpd --patch-50
20060829 tpd Makefile VERSION changed
20060829 tpd Makefile GCLVERSION=gcl-2.6.8pre in fedora5 build
20060826 cxm src/interp/patches.lisp add namestring to current-directory
20060821 cxm src/interp/sockio.lisp sock_get_float float->double
20060821 tpd lsp/Makefile add gcl-2.6.8pre2
20060821 tpd zips/gcl-2.6.8pre2.unixport.makefile.patch added
20060821 tpd zips/gcl-2.6.8pre2.unixport.init_gcl.lsp.in.patch added
20060821 tpd zips/gcl-2.6.8pre2.h.linux.defs.patch added
20060821 tpd zips/gcl-2.6.8pre2.configure.patch added
20060821 tpd zips/gcl-2.6.8pre2.configure.in.patch added
20060821 tpd zips/gcl-2.6.8pre2.cmpnew.gcl_cmpflet.lsp.patch added
20060821 tpd zips/gcl-2.6.8pre2.tgz added
20080821 gdr src/algebra/op.spad fix typo in comment
20060817 gxv src/algebra/Makefile removed duplicate \section
20060815 cxm src/inter/hash.lisp rewrite mem_value function
20060815 tpd src/inter/cfuns.lisp escape noweb chunk syntax in verbatim
20060815 cxm src/inter/cfuns.lisp rewrite MYCOMBINE function
20060814 tpd share/doc/hypertex/pages/util.ht remove ../../share path
20060813 tpd src/hyper/token generate token.h, not token.c
20060813 gdr Makefile rename INSTALL to DESTDIR
20060803 tpd src/hyper/Makefile remove -l Xpm from hypertex stanza
20060803 tpd Makefile document the LISP variable
20060730 tpd src/interp/dedbugsys.lisp
20060730 tpd configure handle fedora5 systems
20060729 tpd src/input/zimmer.input change & to and
20060725 tpd src/doc/book remove redundant code
20060724 tpd src/algebra/transsolve.spad escape macro char
20060723 tpd src/interp/Makefile copy the src/doc/ps subdir 
20060723 tpd Makefile use localbfd
20060722 tpd src/lib/bsdsignal fix latex typo
20060716 rxr src/hyper/Makefile use -l Xpm for Fedora 5
20060716 rxr src/graph/view2D/Makefile use -l Xpm for Fedora 5
20060702 rhx src/lib/bsdsignal.c fix \wf typo
20060603 mxr src/algebra/perm.spad handle fixed points
20060512 gxv src/doc/book fixed typos
20060506 gdr lsp/Makefile remove <<gcl-2.6.8pre.tail-recursive.patch>>
20060506 gdr lsp/Makefile remove <<gcl-2.6.7.tail-recursive.patch>>
20060506 gdr lsp/Makefile remove <<gcl-2.6.7pre.tail-recursive.patch>>
20060506 gdr zips/gcl-2.6.8pre.cmpnew.gcl_cmpcall.lsp.patch removed
20060506 gdr zips/gcl-2.6.7pre.cmpnew.gcl_cmpflet.lsp.patch removed
20060506 gdr zips/gcl-2.6.7pre.cmpnew.gcl_cmpcall.lsp.patch removed
20060506 gdr zips/gcl-2.6.7.cmpnew.gcl_cmpflet.lsp.patch removed
20060506 gdr zips/gcl-2.6.7.cmpnew.gcl_cmpcall.lsp.patch removed
20060425 gxv src/doc/DeveloperNotes )end{verbatim) -> \end{verbatim}
20060417 tpd --patch-49
20060417 tpd zips/gcl-2.6.8pre.tgz updated
20060417 tpd zips/gcl-2.6.8pre.unixport.init_gcl.lsp.in.patch changed
20060417 tpd lsp/Makefile gcl-2.6.8pre.configure.patch reverted
20060417 tpd lsp/Makefile gcl-2.6.8pre.configure.in.patch reverted
20060417 rhx Ralf Hemmecke <ralf@hemmecke.de> changed globally
20060417 tpd src/input/wester.input add )clear properties p
20060417 tpd src/input/Makefile fix dropt.input
20060417 tpd src/input/Makefile add zimmer.input
20060417 tpd src/input/zimmer.input fixed. 
20060416 tpd --patch-48
20060416 tpd Makefile remove gcl from lsp subdirectory when cleaning
20060416 tpd lsp/Makefile gcl-2.6.8pre.configure.patch applied
20060416 tpd Makefile noweb patches reverted due to missing tempfile fn
20060416 tpd src/input/Makefile add mapleok.input
20060416 tpd src/input/mapleok.input added
20060416 tpd Makefile noweb.src.shell.roff.mm.patch applied
20060416 tpd Makefile noweb.src.lib.toascii.nw.patch applied
20060416 tpd Makefile noweb.src.shell.toroff.patch applied
20060416 tpd Makefile noweb.src.shell.noroff.patch applied
20060416 tpd Makefile noweb.src.shell.roff.nw.patch applied
20060416 tpd Makefile noweb.src.shell.nonu.patch applied
20060416 tpd Makefile noweb.src.shell.cpif.patch applied
20060416 tpd Makefile noweb.src.lib.toascii.patch applied
20060416 tpd Makefile noweb.src.awk.totex.nw.patch applied
20060416 tpd Makefile noweb.src.awkname.patch applied
20060416 tpd lsp/Makefile gcl-2.6.8pre stanza created
20060416 tpd Makefile make litcmds conditional to stop duplicate copy
20060416 tpd Makefile GCLVERSION=gcl-2.6.8pre
20060416 tpd zips/gcl-2.6.8pre.cmpnew.gcl_cmpcall.lsp.patch created
20060416 tpd zips/gcl-2.6.8pre.cmpnew.gcl_cmpflet.lsp.patch created
20060416 tpd zips/gcl-2.6.8pre.unixport.init_gcl.lsp.in.patch created
20060416 tpd zips/gcl-2.6.8pre.unixport.makefile.patch created
20060416 tpd zips/gcl-2.6.8pre.h.linux.defs.patch created
20060416 tpd zips/gcl-2.6.8pre.configure.in.patch created
20060416 tpd zips/gcl-2.6.8pre.tgz created
20060412 gxv FAQ 40: Text entry fails in the hypertex browser window
20060412 fxl src/doc/endpaper removed 'final' option to hyperref
20060412 tpd Makefile fix clean stanza to delete subdirs
20060405 tpd src/input/bug10069 update documentation
20060405 tpd src/input/bug10069 remove duplicate cot(0.0)
20060404 tpd src/interp/bookvol5 *suppress-compiler-notes* t
20060404 tpd src/interp/bookvol5 *suppress-compiler-warnings* t
20060404 tpd src/interp/bookvol5 *compile-verbose* nil
20060402 gdr src/boot/Makefile \ennd -> \end typo fixed
20060331 gxv src/interp/macros.lisp fix bugs #114 and #196
20060307 tpd src/algebra/numtheor.spad minor syntactic edit in explanation
20060302 gxv src/algebra/sf.spad add doubleFloatFormat function
20060302 gxv src/interp/pf2sex.boot handle $useBFasDefault in float2sex
20060302 fxl src/doc/bookvol1 typo fixes
20060302 fxl Frederic Lehobey <Frederic.Lehobey@free.fr>
20060216 axh src/hyper/Makefile add execute bit to htsearch, presea
20060216 axh Antoine.Hersen <antoine.hersen@gmail.com>
20060211 gxv src/interp/foam_l.lisp fix PtrMagicEq final case
20060117 wsp lsp/Makefile missing quote mark in configure.in patch
20060116 mvz src/doc/book fix typo
20060116 mvz Matijs van Zuijlen <Matijs.van.Zuijlen@xs4all.nl>
20060115 rhx src/interp/setq.lisp 2006 -> 2005
20060115 rhx README 2006 -> 2005
20060115 rhx src/algebra/Makefile add sort to findSpadFiles
20060115 rhx src/algebra/Makefile add sort to findBootstrapFiles
20060115 rhx Ralf Hemmecke <ralf@hemmecke.de>
20060102 tpd src/interp/sys-pkg.lisp FOAD -> FOAM
20060102 tpd src/interp/bookvol5 add getenviron
20060102 tpd src/interp/bookvol5 add reclaim
20060102 tpd --patch-47
20060102 tpd src/interp/Makefile cp, don't mv bookvol5.dvi
20060102 tpd src/hyper/initx.c comment out rgbdef in initializeWindowSystem
20060102 tpd src/include/spadclient.H1 void main -> int main
20060102 tpd src/include/session.H1 void main -> int main
20060101 tpd src/hyper/spadint.c rewrite ambiguous code
20060101 tpd src/hyper/parse_types.c #include "hterror.h"
20060101 tpd src/hyper/Makefile make parse_types.c depend on hterror.h
20060101 tpd src/hyper/item.c init prev in copy_item_stack
20060101 tpd src/hyper/initx.c init rgbdef in initializeWindowSystem
20060101 tpd src/hyper/htinp.c init file, pfile in make_input_file_from_page
20060101 tpd src/hyper/group.c initialize newgp, prev in copy_group_stack()
20060101 tpd src/hyper/dialog.c initialize line
20060101 tpd src/sman/spadclient.c void main -> int main
20060101 tpd src/sman/session.c void main -> int main
20060101 tpd src/graph/viewAlone/spoon2D.c add missing printf argument
20060101 tpd src/graph/view3d/viewport3d.c #include <stdlib.h>
20060101 tpd src/graph/view3D/surface3d.c initialize tempQuick
20060101 tpd src/graph/view3D/smoothShade3d.c rewrite ambiguous code
20060101 tpd src/graph/view3D/project3d.c initialize x0, y0, xA, yA, xB, yB
20060101 tpd src/graph/view3D/process3d.c initialize changingColor = yes
20060101 tpd src/graph/view3D/process3d.c initialize first_time = yes
20060101 tpd src/graph/view3D/main3d.c void main -> int main
20060101 tpd src/graph/include/main3d.H1 void main -> int main
20060101 tpd src/algebra/Makefile add uniq to findSpadFiles
20060101 tpd src/algebra/Makefile add uniq to findBootstrapFiles
20060101 tpd src/interp/Makefile fix sense of -z test for NOISE
20060101 tpd src/interp/Makefile fix echo on parse.clisp
20051227 tpd bookvol1 version 2 with ISBN 1-4116-6597-X published by lulu.com
20051214 tpd src/doc/bookvol5 fix |getEnv| for debugsys
20051211 tpd src/doc/Makefile bookvol1 added
20051211 tpd src/doc/ps/bookvol1*.ps added
20051211 tpd src/doc/bookvol1.pamphlet added
20051211 tpd src/doc/bookvol1.pdf added
20051211 tpd bookvol1 version 2 published by lulu.com
20051210 cxm FAQ update FAQ 37 with more SELinux fixes
20051209 wsp src/doc/endpaper add hyperref options
20051209 tpd src/doc/Makefile add endpaper.dvi target
20051208 tpd src/interp/setq.lisp Jocelyn Guidry <guidryjocelyn@sbcglobal.net>
20051208 tpd README add Jocelyn Guidry <guidryjocelyn@sbcglobal.net>
20051207 tpd src/doc/endpaper added hyperlinks
20051206 tpd src/interp/sys-pkg.lisp document package usage
20051206 tpd Makefile change MACOSX to use GCLOPTS-CUSTRELOC
20051204 tpd src/lib/cfuns-c.c include /usr/include/unistd.h not <unistd.h>
20051204 tpd src/lib/wtc.c include /usr/include/time.h instead of <time.h>
20051204 tpd src/lib/wtc.c include /usr/include/unistd.h instead of <unistd.h>
20051204 tpd src/lib/util.c include /usr/include/unistd.h instead of <unistd.h>
20051204 tpd src/lib/spadcolors.c rewrite AllocCells to request pixel values
20051204 tpd src/lib/spadcolors.c initialize rgb values
20051204 tpd src/lib/sockio-c.c include /usr/include/signal.h not <signal.h>
20051204 tpd src/lib/sockio-c.c include /usr/include/unistd.h not <unistd.h>
20051204 tpd src/lib/fnct_key.c include /usr/include/unistd.h not <unistd.h>
20051204 tpd src/lib/edin.c include /usr/include/unistd.h not <unistd.h>
20051204 tpd src/lib/bsdsignal.c include /usr/include/signal.h not <signal.h>
20051204 tpd FAQ 39: How can I access lisp code from the Axiom command line?
20051201 tpd bookvol1 published by lulu.com
20051129 tpd src/interp/setq.lisp add Ralf Hemmecke <ralf@hemmecke.de>
20051129 tpd README add Ralf Hemmecke <ralf@hemmecke.de>
20051129 tpd src/interp/setq.lisp add Clifford Yapp <smustudent@yahoo.com>
20051129 tpd README add Clifford Yapp <smustudent@yahoo.com>
20051126 tpd Makefile change gawk to awk in top level Makefile for MACOSX
20051107 tpd FAQ 38: How can I debug algebra code?
20051104 tpd FAQ update FAQ 19 with |pf2Sex|
20051031 tpd src/interp/bookvol5 allocate-contiguous-pages (cpages 3000)
20051030 tpd FAQ add FAQ 37: Axiom won't build on FC4
20051030 tpd FAQ add FAQ 36: Axiom won't build on FC3
20051030 tpd --patch-46
20051030 tpd src/interp/Makefile add BOOK, mv bookvol5 to ${BOOK}
20051030 tpd src/interp/HowItWorks removed
20051030 tpd src/etc/Makefile remove AXIOM variable from axiom cmd
20051030 tpd src/algebra/Makefile copy libdb.text to mnt/linux/algebra
20051030 wys src/lib/pixmap.c uncompress -> gunzip
20051030 mxr src/algebra/perman.spad nextSubsetGray documentation fix
20051030 mxr src/algebra/transsolve.spad patch solveList for empty list
20051030 tpd src/interp/vmlisp.lisp remove statisticsInitialization
20051030 tpd src/interp/util.lisp loadExposureGroupData
20051030 tpd src/interp/util.lisp remove reroot, init-memory-config, spad-save
20051030 tpd src/interp/util.lisp remove make-absolute-filename, initroot
20051030 tpd src/interp/sockio.lisp remove SpadServerName
20051030 tpd src/interp/setq.lisp remove history variables
20051030 tpd src/interp/pathname.boot remove history functions
20051030 tpd src/interp/patches.lisp remove restart, set-restart-hook
20051030 tpd src/interp/packtran.boot remove ncTopLevel
20051030 tpd src/interp/nci.lisp remove ncIntLoop
20051030 tpd src/interp/Makefile remove i-hist, undo. add bookvol5
20051030 tpd src/interp/i-util.boot remove makeInitialModemapFrame
20051030 tpd src/interp/i-toplev.boot remove spad, runspad
20051030 tpd src/interp/i-syscmd.boot remove )frame handling
20051030 tpd src/interp/int-top.boot remove SpadInterpretStream
20051030 tpd src/interp/int-top.boot remove intloop
20051030 tpd src/interp/int-top.boot remove intloopReadConsole
20051030 tpd src/interp/intint.lisp remove intSpadServer
20051030 tpd src/interp/i-hist.boot deleted
20051030 tpd src/interp/debugsys add shell variable checking
20051030 tpd src/interp/debugsys use *sys*, not *src*
20051030 tpd src/interp/debugsys bookvol5 added
20051030 tpd src/interp/bookvol5 added
20051030 tpd Makefile fix clean to remove int, obj, mnt
20051030 tpd Makefile add WEAVE ENV variable
20051027 mxr src/algebra/combfunc.spad reduce equal sums to zero
20051025 tpd src/doc/msgs/s2-us.msgs add S2IH0029, missing msg
20051020 gxv src/algebra/naalg.spad fix FRNAAF2 bug
20051019 tpd FAQ explain how to run debugsys.lisp
20051019 tpd src/interp/debugsys check shell variable settings
20051019 tpd src/interp/debugsys introduce *build-version* variable
20051019 tpd src/interp/debugsys lookup ${SYS} and insert in code
20050915 tpd Makefile --enable-maxpage changed from 128 to 256
20050831 tpd --patch-45
20050831 tpd src/interp/setvart.boot changed )set compile default to 'on'
20050831 tpd Makefile removed recursive clean into src
20050831 tpd src/graph/viewman/make3D.c initialize cMin, cMax, cNorm
20050831 tpd src/hyper/htadd.c cast fstats.st_mtime to int for fprintf
20050831 tpd src/hyper/htadd.c change 'long pos' to 'int pos'
20050831 tpd src/hyper/htadd.c initialize db_fp, temp_db_fp, ht_fp
20050831 tpd src/doc/Makefile.pamphet use $DOCUMENT on DeveloperNotes
20050831 tpd Makefile add WEAVE variable to ENV
20050831 tpd src/interp/setq.lisp added Heow Eide-Goodman
20050831 tpd src/interp/setq.lisp added Kai Kaminski
20050831 tpd README added Heow Eide-Goodman
20050831 tpd README added Kai Kaminski
20050829 pab src/interp/patches.lisp modify restart0 for Aldor
20050829 pab src/interp/i-syscmd.boot modify <<remove TRUENAME>> for Aldor
20050829 pab src/interp/foam_l.lisp modify PtrMagicEQ for Aldor
20050829 pab src/interp/daase.lisp modify create-initializers for Aldor
20050829 pab src/interp/ax.boot modify axFormatPred for Aldor
20050813 tpd --patch-44
20050813 tpd Makefile VERSION update to Axiom 3.9 (September 2005)
20050813 tpd lsp/Makefile gcl-2.6.7 patches
20050813 tpd Makefile GCLVERSION=gcl-2.6.7
20050813 tpd gcl-2.6.7.unixport.makefile.patch
20050813 tpd gcl-2.6.7.unixport.init_gcl.lsp.in.patch added
20050813 tpd gcl-2.6.7.h.linux.defs.patch added
20050813 tpd gcl-2.6.7.cmpnew.gcl_cmpflet.lsp.patch added
20050813 tpd gcl-2.6.7.cmpnew.gcl_cmpcall.lsp.patch added
20050813 tpd gcl-2.6.7.tgz added
20050730 tpd --patch-43
20050730 tpd FAQ 35 Why do .axiom.input defined functions fail in axiom?
20050730 tpd Makefile VERSION update to Axiom 3.8 (August 2005)
20050725 tpd --patch-42
20050725 mxr src/algebra/combfunc.spad fix symbols in sums and products
20050725 tpd src/input/Makefile TESTFR.output
20050725 tpd src/algebra/Makefile create TESTFR.input
20050725 mxr src/algebra/fr.spad handle units in FR differentiate
20050725 mxr src/algebra/string.spad make match use CHARACTER(wildcard)
20050724 tpd --patch-41
20050724 tpd src/graph/view2D/viewport2D.c fix ambiguous statement structures
20050724 tpd src/doc/Makefile fix DeveloperNotes to use latex, not document
20050724 tpd src/doc/Makefile fix book to use latex rather than document
20050724 tpd src/doc/Makefile fix Rosetta to use latex rather than document
20050724 tpd src/interp/daase.lisp probe-file -> truename
20050724 tpd lsp/Makefile section GCL-2.6.7pre created
20050724 tpd zips/gcl-2.6.7pre.unixport.makefile.patch
20050724 tpd zips/gcl-2.6.7pre.h.linux.defs.patch
20050724 tpd zips/gcl-2.6.7pre.unixport.init_gcl.lsp.in.patch created
20050724 tpd zips/gcl-2.6.7pre.cmpnew.gcl_cmpflet.lsp.patch created
20050724 tpd zips/gcl-2.6.7pre.cmpnew.gcl_cmpcall.lsp.patch created
20050724 tpd Makefile changed for gcl-2.6.7pre
20050724 tpd zips/gcl-2.6.7pre.tgz created
20050629 tpd FAQ add FAQ 34: How can I find out about a domain?
20050629 tpd FAQ add FAQ 33: How do I run hypertex standalone?
20050619 tpd src/input/Makefile pmint.input added
20050619 tpd src/input/pmint.input added
20050612 tpd --patch-40
20050611 tpd src/input/*.pamphlet \usepackage{axiom}
20050611 tpd src/input/Makefile  add dvi files
20050611 tpd src/input/Makefile  add stream2.output
20050611 tpd src/input/stream2.input add )set functions compile on
20050610 tpd src/interp/vmlisp.lisp define DFLOAT sec, csc, acsc, asec, csch
20050610 tpd src/interp/vmlisp.lisp define DFLOAT coth sech acsch acoth asech
20050609 tpd src/input/Makefile  add elemnum.output
20050609 tpd src/input/elemnum.input add )set break resume
20050609 tpd src/input/Makefile  add ode.output
20050609 tpd src/input/ode.input add )set break resume
20050604 tpd --patch-39
20050604 tpd Makefile VERSION update to Axiom 3.6 (June 2005)
20050603 tpd FAQ update FAQ 15
20050602 tpd --patch-38
20050602 tpd src/interp/setq.lisp add Evelyn Zoernack
20050602 tpd README add Evelyn Zoernack
20050602 tpd src/interp/setq.lisp add Sandra Wityak
20050602 tpd README add Sandra Wityak
20050602 tpd src/interp/setq.lisp add Claire Di Crescenzo
20050602 tpd README add Claire Di Crescenzo
20050602 tpd src/interp/setq.lisp add Howard Levy
20050602 tpd README add Howard Levy
20050602 tpd src/interp/setq.lisp add Paul Kosinski
20040602 tpd README add Paul Kosinski
20050528 tpd src/boot/Makefile respect NOISE flag
20050528 tpd src/interp/Makefile respect NOISE flag
20050528 tpd src/input/Makefile add VIEW2D.output
20050528 tpd src/algebra/Makefile add VIEW2D.input test
20050528 tpd src/algebra/view2D.spad document making multiple graphs
20050521 tpd FAQ 32 added
20050518 tpd --patch-37
20050518 tpd zips/noweb.src.Makefile.patch make noweb respect $AXIOM
20050517 tpd src/interp/interp-proclaims.lisp |NRTgetOperationAlistFromLisplib|
20050517 tpd src/interp/i-coerce.boot document getConstantFromDomain function
20050517 tpd src/interp/i-funsel.boot document isPartialMode function
20050517 tpd src/interp/macros.lisp document DEFUN CONTAINED
20050517 tpd src/interp/bootfuns.lisp document |$EmptyMode| constant
20050516 tpd --patch-36
20050516 bmt src/algebra/pgcd.spad fix failure in gcdPrimitive
20050516 bmt Barry Trager (bmt@us.ibm.com)
20050515 cxc license/LICENSE.CC Creative Commons License added
20050515 cxc src/doc/french/manuel2.tm added
20050515 cxc src/doc/french/manuel2.pdf added
20050515 cxc src/doc/french/manuel1.tm added
20050515 cxc src/doc/french/manuel1.pdf added
20050515 cxc src/doc/french/ac20.tm added
20050515 cxc src/doc/french/ac20.pdf added
20050515 cxc Christophe Conil Christophe.Conil@UTBM.fr
20050515 tpd src/doc/french created
20050515 tpd src/interp/setq.lisp add Christophe Conil, Quentin Carpent
20050515 tpd README add Christophe Conil, Quentin Carpent
20050403 tpd --patch-35
20050503 tpd src/hyper/show_types fix latex typo (underscore)
20050503 tpd src/hyper/parse_types fix latex typo (underscore)
20050503 tpd src/hyper/parse_paste fix latex typo (underscore)
20050503 tpd src/hyper/parse_input fix latex typo (underscore)
20050503 tpd src/hyper/parse_aux fix latex typo (underscore)
20050503 tpd src/hyper/form_ext fix latex typo (underscore)
20050503 tpd src/hyper/bitmaps fix latex typo (underscore)
20050503 tpd src/hyper/Makefile fix latex typo (underscore)
20050503 tpd src/sman/sman.c fix latex typo
20050503 tpd src/sman/nagman.c fix latex typo
20050503 tpd src/sman/session.c fix latex typo
20050503 tpd src/doc/book.dvi add \begin{quote}
20050503 tpd src/doc/Makefile cp ps subdir
20050503 tpd src/interp/rinterp.spad fix latex typo
20050503 tpd src/interp/i-resolv.boot fix latex typo
20050503 tpd src/interp/i-output.boot fix latex typo
20050503 tpd src/interp/br-saturn.boot fix latex typo
20050503 tpd src/algebra/float.spad fix # character
20050503 tpd src/algebra/catdef.spad fix & character
20050502 tpd src/interp/property.lisp fix control-G character
20050502 tpd src/algebra/clifford.spad fix diagrams.tex
20050502 tpd src/algebra/Makefile add diagrams.tex
20050501 tpd src/interp/Makefile fix latex typo
20050501 tpd src/boot/Makefile fix latex typo
20050501 tpd lsp/Makefile fix latex typo
20050501 tpd src/lib/Makefile fix latex typo
20050430 --patch-34
20050430 tpd axiomicon.png added
20050430 tpd axiom30yr.jpg added
20050430 tpd axiomlogo.jpg added
20050430 tpd axiomsml.jpg added
20050429 tpd src/hyper/hthits back out failing changes
20050428 tpd src/interp/Makefile back out failing <<save depsys image>> chunk
20050428 tpd src/boot/Makefile back out failing CMD0 change
20050428 cxm,mxm,tpd src/interp/Makefile <<save depsys image>> chunk
20050428 tpd src/interp/util.lisp document commented code
20050428 mxm src/sman/Makefile use DOCUMENT variable
20050428 mxm src/lib/Makefile use DOCUMENT variable, clean Makefile
20050428 mxm src/interp/Makefile use DOCUMENT variable
20050428 mxm src/input/Makefile use DOCUMENT, TANGLE variable
20050428 mxm src/hyper/Makefile use DOCUMENT, HTADD variable
20050428 mxm src/graph/viewAlone/Makefile use DOCUMENT variable
20050428 mxm src/graph/view3D/Makefile use DOCUMENT variable
20050428 mxm src/graph/view2D/Makefile use DOCUMENT variable
20050428 mxm src/graph/Makefile use DOCUMENT variable
20050428 mxm src/graph/Gdraws/Makefile use DOCUMENT variable
20050428 mxm src/etc/Makefile use DOCUMENT variable
20050428 mxm src/doc/Makefile use DOCUMENT variable
20050428 mxm src/clef/Makefile use DOCUMENT variable
20050428 mxm src/boot/Makefile use a new CMD0 string for loading
20050428 mxm lsp/Makefile add <<gcl-system>> chunk
20050428 mxm src/algebra/Makefile use TANGLE variable
20050428 mxm configure add make GCLVERSION=gcl-system
20050428 mxm Makefile add .freebsd stanza
20050427 mxm Makefile install separates the shell variables and export 
20050427 mxm Makefile lspclean removes the proper files
20050427 mxm Makefile libspadclean removes the proper files
20050427 tpd configure try to handle freebsd and noweb
20050427 tpd Makefile modify VERSION to Axiom 3.5 (May 2005)
20050427 mxm Makefile add DOCUMENT variable to environment
20050419 tpd sprint userid testing
20050401 tpd src/algebra/clifford.spad document CLIF
20050401 tpd src/doc/endpaper.pamphlet added
20050401 tpd src/doc/diagrams.tex added
20050321 mxm Makefile clean Makefile.${SYS}
20050321 mxm src/algebra/Makefile use test -z for NOISE check
20050321 mxm src/booklets/Makefile clean Makefile, Makefile.dvi
20050321 mxm src/doc/axiom.bib linux -> ${SYS}
20050321 mxm src/etc/Makefile clean Makefile, Makefile.dvi
20050321 mxm src/graph/viewman/cleanup.c no malloc.h for BSDplatform
20050321 mxm src/graph/viewman/sselect.c use SIGCHLD for BSDplatform
20050321 mxm src/graph/viewman/viewman.c use SIGCHLD for BSDplatform
20050321 mxm src/hyper/halloc.c no malloc.h for BSDplatform
20050321 mxm src/hyper/hthits replace regex matching routine
20050321 mxm src/hyper/hyper add BSDplatform, use SIGCHLD
20050321 mxm src/include/useproto.h add BSDplatform
20050321 mxm src/input/Makefile clean Makefile, Makefile.dvi
20050321 mxm src/interp/debugsys.lisp linux -> ${SYS} (not general solution)
20050321 mxm src/interp/nlib.lisp GCL code.lsp file rename
20050321 mxm src/interp/util.lisp linux -> ${SYS}
20050321 mxm src/lib/bsdsignal.c add BSDplatform
20050321 mxm src/lib/cfuns-c.c no malloc.h for BSDplatform
20050321 mxm src/lib/fnct_key.c add BSDplatform
20050321 mxm src/lib/openpty.c add BSDplatform
20050321 mxm src/lib/wct.c use long vs int for pwct->fsize
20050321 mxm src/lib/XDither.c no malloc.h for BSDplatform
20050321 mxm src/lib/XShade.c no malloc.h for BSDplatform
20050321 mxm Mark Murray <markm@FreeBSD.org>
20050320 tpd --patch-32
20050320 tpd Makefile revert VERSION to 3.4
20050320 tpd src/input/Makefile add ALGEBRA variable for documentation tests
20050320 tpd src/algebra/numtheory.spad build test case for INTHEORY
20050320 tpd src/algebra/Makefile add test case for INTHEORY
20050320 tpd src/Makefile make int/input directory during algebra step
20050320 tpd src/algebra/numtheory.spad document INTHEORY/chineseRemainder
20050320 tpd src/algebra/numtheory.spad document INTHEORY/inverse
20050318 tpd lsp/gcl-2.6.6/cmpnew/gcl_cmpflet.lsp redo tail-recursive patch
20050318 tpd src/lib/cfuns-c.c in make_path_from_file, initialize pos
20050318 tpd src/lib/wct.c coerce pwct->fsize to int in skim1Wct
20050318 tpd src/lib/sockio-c.c initialize code to -1
20050318 tpd src/lib/pixmap.c remove attr, xireturn unused variables
20050318 tpd Makefile latex fixes
20050318 tpd Makefile add <<GCLOPTS-LOCBFD>>
20050318 tpd src/hyper/Makefile Issue #125 htadd bare fixed
20050318 tpd --patch-31
20050314 tpd gcl-2.6.6.h.linux.h.patch add run-process to GCL
20050314 tpd zip/ccl.tgz added
20050314 tpd src/algebra/Makefile reduce build noise
20050314 tpd Makefile change VERSION to "Axiom 5.4 (April 2005)"
20050314 tpd lsp/Makefile handle gcl-2.6.6
20050314 tpd zips/gcl-2.6.6.tgz added
20050213 tpd Makefile change the VERSION string to March 2005
20050213 tpd src/interp/nocompil.lisp #+:ccl protected-symbol-warn msg
20050213 tpd bug 89 Types in the full book fixed
20050131 tpd --patch-30
20050131 tpd src/hyper/Makefile handle CVS directory
20050130 tpd src/interp/setq.lisp add Vladimir Bondarenko to credits
20050130 tpd README add Vladimir Bondarenko to credits
20050130 tpd --patch-29
20050130 tpd src/graph/viewman/Makefile fix typo in \title
20050130 tpd --patch-28
20050130 tpd src/hyper/releaseNotes.ht added
20050130 tpd src/hyper/rootpage.ht point to releaseNotes.ht
20050130 tpd src/hyper/Makefile make ht.db depend on src/hyper/pages/*
20050126 tpd --patch-27
20050126 tpd configure test for fedora core 3 system
20050126 tpd Makefile add fedora3 section
20050126 tpd Makefile fix solaris9 chunk
20050126 tpd src/hyper/graphics.ht unsplit line
20050126 tpd src/hyper/topics.ht  {{ }} -> { }
20050126 tpd src/hyper/rootpage.ht remove ANNA
20050126 tpd src/algebra/tex.spad fix product(product
20050126 tpd src/algebra/Makefile make generic-2 respect NOISE
20050126 tpd Makefile fix clean: to handle sys-dependent clean
20050126 tpd src/algebra/combfunc.spad fix D(0^z,z)
20050124 tpd FAQ 31: How can I find out if this is a known bug
20050124 tpd FAQ 30: How can I file a bug report?
20050123 tpd lsp/Makefile patch -> ${PATCH}
20050123 tpd Makefile patch -> ${PATCH}
20050123 tpd configure add solaris9 specific output
20050123 tpd Makefile add PATCH variable
20050123 tpd configure add SunOS -> Solaris9
20050119 tpd src/interp/Makefile remove noise lines from generic rules
20050119 tpd --patch-26
20050119 pab src/interp/i-syscmd.boot remove TRUENAME call
20050119 pab src/interp/ax.boot add makeAxExportForm function
20050119 pab src/interp/ax.boot add additional forms to makeAxFile return
20050119 pab src/interp/as.boot remove attributeAlist from opHash table
20050119 pab Peter Broadbery <peter.broadbery@ntlworld.com>
20050118 tpd FAQ 29: Where can I get help online?
20050118 tpd FAQ 28: Graphics does not work inside TeXmacs?
20050114 tpd --patch-25
20050114 tpd === end axiom--windows--1 changelog merge ==============
20041215 tpd src/Makefile reorder inputdir last
20041215 tpd lsp/Makefile uniquely renumber echo
20041215 tpd lsp/Makefile rename patch chunks
20041215 tpd zips/gcl-2.6.5w.h.mingw.defs.patch added
20041215 tpd zips/gcl-2.6.5w.h.mingw.defs.patch removed, reverse patch
20041215 tpd zips/gcl-2.6.5w.o.unixfsys.c.patch added
20041215 tpd zips/gcl-2.6.5w.unixfsys.c.patch removed, reverse patch
20041215 tpd zips/gcl-2.6.5w.o.mingfile.c.patch added
20041215 tpd zips/gcl-2.6.5w.mingfile.c.patch removed, reverse patch
20041215 tpd zips/gcl-2.6.5w.o.alloc.c.patch added
20041215 tpd zips/gcl-2.6.5w.alloc.c.patch removed, reverse patch
20041215 tpd lsp/Makefile add gcl-2.6.5w.h.gmp_wrappers.h.patch chunk
20041215 tpd lsp/Makefile typo change 2.6.52 -> 2.6.5w
20041215 tpd Makefile fix GCLVERSION=gcl-2.6.5w
20041214 tpd Makefile change SPD and ZIPS shell variable definitions
20041214 tpd zips/gcl-2.6.5w.cmpnew.gcl_cmpcall.lsp.patch added
20041214 tpd zips/gcl-2.6.5w.cmpnew.gcl_cmpflet.lsp.patch added
20041214 tpd zips/gcl-2.6.5w.h.gmp_wrappers.h.patch added
20041214 tpd zips/gcl-2.6.5w.h.linux.defs.patch added
20041214 tpd zips/gcl-2.6.5w.unixport.init_gcl.lsp.in.patch added
20041214 tpd zips/gcl-2.6.5w.unixport.makefile.patch added
20041214 mxt src/interp/nlib.lisp use makedir
20041214 mxt src/interp/cfuns.lisp define makedir
20041214 mxt src/interp/sys-pkg.lisp add external symbol for makedir
20041214 mxt src/lib/cfuns-c.c add makedir function
20041214 tpd lsp/Makefile handle GCLVERSION=gcl-2.6.5w for windows
20041214 tpd Makefile change to GCLVERSION=gcl-2.6.5w for windows
20041214 tpd zips/Makefile add gcl-2.6.5w for windows
20041214 tpd zips/gcl-2.6.5w.unixfsys.c.patch added
20041214 tpd zips/gcl-2.6.5w.mingfile.c.patch added
20041214 tpd zips/gcl-2.6.5w.h.mingw.defs.patch added
20041214 tpd zips/gcl-2.6.5w.alloc.c.patch added
20041208 tpd src/interp/port.lisp is for functions that are hard to port
20041208 tpd [[snip common changes]]
20041201 tpd src/lib/XSpadFill.c windows port
20041201 tpd src/lib/XShade.c windows port
20041201 tpd src/lib/XDither.c windows port
20041201 tpd src/lib/wct.c windows port
20041201 tpd src/lib/util.c windows port
20041201 tpd src/lib/spadcolors.c windows port
20041201 tpd src/lib/sockio-c windows port
20041201 tpd src/lib/pixmap.c windows port
20041201 tpd src/lib/openpty.c windows port
20041201 tpd src/lib/Makefile windows port
20041201 tpd src/lib/fnct_key.c windows port
20041201 tpd src/lib/cfuns-c.c windows port
20041201 tpd src/lib/bsdsignal.c windows port
20041201 tpd src/interp/sockio.lisp windows port
20041201 tpd src/interp/patches.lisp windows port
20041201 tpd src/interp/nlib.lisp windows port
20041201 tpd src/algebra/Makefile windows port
20041201 tpd Makefile windows port
20041201 tpd lsp/Makefile windows port
20050114 tpd === begin axiom--windows--1 changelog merge ============
20050114 wsp src/algebra/combfunc.spad now handles products of products
20050114 wsp src/algebra/sttaylor.spad handle UTS of a negative integer power
20050114 wsp src/algebra/trigcat.spad check trig fns for recip values
20050114 wsp,dpt src/algebra/float.spad fix negative shifts 
20050114 dpt Dylan Thurston <dpt@petunia.bostoncoop.net>
20050114 wsp src/algebra/Makefile rewritten with generic rules
20050113 tpd Makefile add Makefile.solaris9 subsection
20050112 tpd FAQ add FAQ 26: How can I compile spad files on windows?
20050112 tpd zips/gcl-2.6.5w.unixport.makefile.patch added
20050112 tpd zips/gcl-2.6.5w.unixport.init_gcl.lsp.in.patch added
20050112 tpd zips/gcl-2.6.5w.o.unixfsys.c.patch added
20050112 tpd zips/gcl-2.6.5w.o.mingfile.c.patch added
20050112 tpd zips/gcl-2.6.5w.o.alloc.c.patch added
20050112 tpd zips/gcl-2.6.5w.h.mingw.defs.patch added
20050112 tpd zips/gcl-2.6.5w.h.linux.defs.patch added
20050112 tpd zips/gcl-2.6.5w.h.gmp_wrappers.h.patch added
20050112 tpd zips/gcl-2.6.5w.cmpnew.gcl_cmpflet.lsp.patch added
20050112 tpd zips/gcl-2.6.5w.cmpnew.gcl_cmpcall.lsp.patch added
20050112 tpd src/sman/sman.c disable start_nagman by default in sman process
20050112 wsp src/lib/bsdsignal.c  MSYSplatform out the bsdsignal function
20050112 wsp src/lib/XSpadFill.c  MSYSplatform out the X11 code for windows
20050112 wsp src/lib/XShade.c     MSYSplatform out the X11 code for windows
20050112 wsp src/lib/XDither.c    MSYSplatform out the X11 code for windows
20050112 wsp src/interp/debugsys.lisp use $AXIOM rather than hardcoded paths
20050112 wsp,mxr src/input/bug10069.input.pamphlet added
20050112 wsp,mxr src/input/bug10312.input.pamphlet added
20050112 wsp,mxr src/input/bug6357.input.pamphlet added
20050112 wsp,mxr src/input/bug9057.input.pamphlet added
20050112 wsp,mxr src/input/negfloats.input.pamphlet added
20050112 wsp src/input/Makefile use implicit rules
20050112 wsp src/etc/Makefile wildcard generate databases
20050112 wsp src/Makefile dynamically generate algebra files
20050112 tpd src/Makefile add SRCDIRS variable 
20050112 tpd Makefile add SRCDIRS variable and section
20050111 tpd lsp/Makefile add gcl-2.6.5w for windows
20050111 wsp Makefile, add windows stanza
20050111 wsp src/algebra/algfunc.spad fix case for hackroot
20050109 cys Makefile.gentoo enable-locbfd disable-dynsysbfd disable-statsysbfd
20050108 tpd src/interp/setq.lisp add Gabriel Dos Reis 
20050108 tpd README add Gabriel Dos Reis 
20050108 kxo,cxm src/interp/util.lisp rewrite get-NAG-chapter
20050108 kxo Kostas Oikonomou <ko@research.att.org>
20050108 gdr src/clef/edible.c unlikely->AXIOM_UNLIKELY
20050108 gdr Gabriel Dos Reis <gdr@cs.tamu.edu>
20050103 tpd FAQ add FAQ 25: Can I create or edit hypertex pages?
20050103 tpd FAQ add FAQ 24: What is the purpose of the domain HACKPI?
20050102 tpd src/graph/viewports retry delete of directory
20050102 tpd --patch-24
20050102 tpd src/doc/booklet create booklet command
20050102 tpd src/*/Makefile add clean stanzas
20050102 tpd src/graph/Makefile  delete ${DOC}/viewports
20050102 tpd src/graph/viewports delete unused directory
20050102 tpd src/graph/viewman/Makefile   \usepackage{../../scripts/tex/axiom}
20050102 tpd src/graph/viewAlone/Makefile \usepackage{../../scripts/tex/axiom}
20050102 tpd src/graph/viewAlone/Makefile \usepackage{../../scripts/tex/axiom}
20050102 tpd src/graph/view3D/Makefile    \usepackage{../../scripts/tex/axiom}
20050102 tpd src/graph/view2D/Makefile    \usepackage{../../scripts/tex/axiom}
20050102 tpd src/graph/Gdraws/Makefile    \usepackage{../../scripts/tex/axiom}
20050102 tpd src/graph/viewman/Makefile   \usepackage{../../scripts/tex/axiom}
20050102 tpd src/graph/Makefile           \usepackage{../scripts/tex/axiom}
20050102 tpd src/algebra/Makefile         \usepackage{../scripts/tex/axiom}
20050102 tpd src/booklets/Makefile        \usepackage{../scripts/tex/axiom}
20050102 tpd src/boot/Makefile            \usepackage{../scripts/tex/axiom}
20050102 tpd src/clef/Makefile            \usepackage{../scripts/tex/axiom}
20050102 tpd src/doc/Makefile             \usepackage{../scripts/tex/axiom}
20050102 tpd src/etc/Makefile             \usepackage{../scripts/tex/axiom}
20050102 tpd src/hyper/Makefile           \usepackage{../scripts/tex/axiom}
20050102 tpd src/input/Makefile           \usepackage{../scripts/tex/axiom}
20050102 tpd src/interp/Makefile          \usepackage{../scripts/tex/axiom}
20050102 tpd src/lib/Makefile             \usepackage{../scripts/tex/axiom}
20050102 tpd src/sman/Makefile            \usepackage{../scripts/tex/axiom}
20050102 tpd src/Makefile usepackage{scripts/tex/axiom}
20050101 tpd Makefile gentoo branch added
20050101 tpd src/hyper directory copied
20050101 tpd src/sman/sman.c suppress debug output, don't start nagman
20050101 tpd src/Makefile add hyper directory
20050101 tpd src/interp/debugsys.lisp documentation
20050101 tpd src/graph/Makefile document the subdir Makefiles
20050101 tpd src/Makefile document the subdir Makefiles
20050101 tpd Makefile document the top level Makefile
20050101 tpd src/Makefile propagate cleanup of Makefile, Makefile.dvi
20050101 tpd Makefile clean Makefile and Makefile.dvi files
20050101 tpd src/boot/Makefile tmp -> ${TMP}
20050101 tpd === end axiom--hyperdoc--1 changelog merge =============
20050101 tpd axiom--hyperdoc--1--patch-5 merged
20041231 tpd src/hyper/viewports/* add files in subdirectories
20041231 tpd src/sman/sman.c.pamphlet remove debug, don't start nagman
20041231 tpd src/hyper/pages/util.ht remove share
20041231 tpd src/hyper/parse_aux.pamphlet comment out debugging code
20041231 tpd src/hyper/pages/util.ht remove share
20041231 tpd src/hyper/pages/ug11.pht remove share
20041231 tpd src/hyper/pages/ug10.pht remove share
20041231 tpd src/hyper/pages/ug08.pht remove share
20041231 tpd src/hyper/pages/ug07.pht remove share
20041231 tpd src/hyper/pages/ug01.pht remove share
20041231 tpd src/hyper/pages/ug00.ht remove share
20041231 tpd src/hyper/pages/ht.db complete rebuild with htadd
20041231 tpd src/hyper/pages/graphics.pht remove share
20041231 tpd src/hyper/pages/explot3d.pht remove share
20041231 tpd src/hyper/pages/explot2d.pht remove share
20041231 tpd src/hyper/pages/coverex.pht remove share
20041231 tpd src/hyper/pages/SEGBIND.pht remove share
20041231 tpd src/hyper/pages/HTXTryPage.ht remove share
20041231 tpd src/hyper/pages/HTXLinkPage6.ht remove share
20041231 tpd src/hyper/pages/HTXLinkPage5.ht remove share
20041231 tpd src/hyper/pages/HTXLinkPage4.ht remove share
20041231 tpd src/hyper/pages/HTXLinkPage3.ht remove share
20041231 tpd src/hyper/pages/HTXLinkPage2.ht remove share
20041231 tpd src/hyper/pages/HTXIntroPage3.ht remove share
20041231 tpd src/hyper/pages/HTXFormatPage8.ht remove share
20041231 tpd src/hyper/pages/HTXAdvPage5.ht remove share
20041231 tpd src/hyper/pages/HTXAdvPage3.ht remove share
20041231 tpd src/hyper/mem comment out debugging code
20041231 tpd src/hyper/lex add dumpToken function, comment debugging code
20041231 tpd src/hyper/initx comment out debugging code
20041231 tpd src/hyper/hyper comment out debugging code
20041231 tpd src/hyper/htadd comment out debugging code
20041231 tpd src/hyper/event comment out debugging code
20041231 tpd src/hyper/addfile comment out debugging code
20041231 tpd src/hyper/Makefile add pages section
20041231 tpd src/graph/Gdraws/Gfun.c change hardcoded pathnames to ps files
20041231 tpd src/etc/axiom rewritten
20041231 tpd src/Makefile rearrange DIRS, add mkdir -p to hyperdir
20041228 tpd CHANGELOG merged
20041228 swx,bsm src/hyper/search fix chunkname
20041228 swx,bsm src/hyper/ReadBitmap zopen -> fopen
20041228 swx,bsm src/hyper/parse_aux remove duplicate fclose
20041228 swx,bsm src/hyper/addfile change pathnames  
20041228 tpd add src/hyper/bitmaps
20041227 tpd add src/hyper/pages
20041119 tpd src/Makefile clef -> sman in the \section command
20041119 tpd src/boot/Makefile use ${TMP} rather than /tmp
20041119 tpd src/Makefile add hyper directory
20041119 tpd src/hyper directory added
20050101 axiom--hyperdoc--1--patch-5 merged
20050101 tpd === begin axiom--hyperdoc--1 changelog merge ===========
20050101 January 2005 version pushed to savannah CVS
20041228 src/doc/msgs/s2-us.msgs mod start msgs to center version, timestamp
20041228 tpd src/interp/msgdb.boot add *build-version* to spadStartUpMsgs
20041228 tpd src/interp/util.lisp remove version msg from yearweek
20041227 tpd src/interp/util.lisp fix yearweek typo
20041227 tpd src/input/Makefile remove GRAPHS
20041227 tpd Makefile fix typo, update Makefile
20041227 tpd README add Meino Cramer to credits
20041227 tpd src/interp/setq.lisp add Meino Cramer to credits
20041227 tpd README add Kathy Gerber to credits
20041227 tpd src/interp/setq.lisp add Kathy Gerber to credits
20041227 tpd README add Kostas Oikonomou to credits
20041227 tpd src/interp/setq.lisp add Kostas Oikonomou to credits
20041227 tpd README add Constantine Frangos to credits
20041227 tpd src/interp/setq.lisp add Constantine Frangos to credits
20041227 tpd README add Mike Thomas to credits
20041227 tpd src/interp/setq.lisp add Mike Thomas to credits
20041227 tpd README add Baldir Thomas to credits
20041227 tpd src/interp/setq.lisp add Baldir Thomas to credits
20041227 bsm FAQ is no longer executable
20041227 bsm Bob McElrath <bob+axiom@mcelrath.org>
20041227 tpd Makefile add VERSION variable
20041227 tpd src/interp/Makefile connect boot::*build-version* to VERSION
20041227 tpd src/interp/util.lisp add boot::*build-version* to yearweek
20041221 swx src/interp/debugsys.boot build debugsys w.r.t $AXIOM
20041221 sxw src/interp/msgdb.boot QCSIZE -> STRINGLENGTH
20041219 tpd configure uses uname and checks for gawk
20041219 tpd FAQ updated
20041217 tpd Makefile add GCLOPTS for the GCL ./configure command
20041217 tpd lsp/Makefile add GCLOPTS for the GCL ./configure command
20041208 tpd src/input/Makefile add BINDIR to SMANCMD
20041208 tpd src/Makefile reorder inputdir to last so sman exists
20041208 tpd src/input/Makefile enable graphics input file testing
20041208 wsp src/graph/Gdraws/Gfun.c fix path to remove share refs
20041207 mxt gcl-2.6.5/unixport/makefile fix bug for windows $^ expansion
20031207 mxt Mike Thomas <mike.thomas@brisbane.paradigmgeo.com>
20041206 wsp src/graph/Gdraws/Gfun.c fix path to remove share refs
20041203 sxw src/interp/i-syscmd.boot fix handleNoParseCommands, document
20041203 sxw src/interp/int-top.boot intloopPrefix? bigfixes, document
20041203 sxw src/interp/int-top.boot improve )fin test intloopReadConsol
20041203 bxt FAQ 17 written for pty fix
20041203 bxt Baldir Thomas <thomasb@math.ohio-state.edu>
20041124 tpd src/doc/book add quotes by Christopher Alexander
20041122 tpd src/algebra/Makefile finish unique echo numbering
20041122 tpd src/algebra/Makefile fix echo numbering
20041120 wsp CHANGELOG testing tla procedures (cygwin, tla-1.3)
20041120 wsp CHANGELOG testing tla procedures (RedHat 9, tla-1.2.1)
20041119 tpd CHANGELOG testing tla procedures
20041117 tpd src/include/sman.H1 main returns int not void
20041116 tpd src/Makefile create mnt/sys/lib before calling share Makefile
20041116 tpd src/sman directory added
20041116 tpd Makefile add fedora64 support, additional documentation
20041116 tpd src/Makefile add smandir stanza
20041116 tpd src/Makefile create mnt/sys/doc/src/clef directory
20041116 tpd src/share/Makefile build command.list
20041116 tpd src/clef/Makefile build edible.c.dvi
20041116 tpd src/clef/edible.c usepackage{axiom}
20041116 tpd src/clef/edible.c termios -> termio
20041116 tpd src/algebra/interval.spad add missing \begin{document}
20041116 tpd src/doc/Rosetta chance << to @<< to escape the false chunk name
20041115 tpd Makefile pass the environment variables to the noweb makefile
20041115 tpd Makefile patch noweb/src/Makefile to use ${MAKE} 
20041115 tpd zips/noweb.src.Makefile.patch updated to use ${MAKE}
20041115 tpd Makefile make COMMAND use INSTALL
20041028 tpd src/doc/book.pamphlet thank CAISS for support
20041028 tpd src/etc/axiom change clef to $AXIOM/bin/clef
20041028 tpd Makefile change COMMAND to default to /usr/local/bin/axiom
20041026 tpd Makefile add /usr/include/sys to find CCF for malloc.h
20041026 tpd Makefile rename gawk to awk
20041026 tpd Makefile define MACOSXplatform variable
20041026 tpd Makefile define MACOSX stanza
20041026 tpd src/include/pixmap.H1 rename zopen to zzopen to fix name conflict
20041026 tpd src/lib/pixmap.c rename zopen to zzopen to fix name conflict
20041026 tpd src/include/useproto.h define MACOSXplatform
20041026 tpd src/lib/openpty.c define MACOSXplatform
20041026 tpd src/lib/fnct_key.c SIGCLD -> SIGCHLD for MACOSX
20041026 tpd src/lib/bsdsignal.c SIGCLD -> SIGCHLD for MACOSX
20040822 tpd src/interp/setq.lisp fixed names
20040822 tpd README fixed names
20040822 tpd zips/gcl-2.6.5.cmpnew.gcl_cmpcall.lsp.patch added
20040822 tpd zips/gcl-2.6.5.cmpnew.gcl_cmpflet.lsp.patch added
20040822 tpd zips/gcl-2.6.5.h.linux.defs.patch added
20040822 tpd zips/gcl-2.6.5.unixport.init_gcl.lsp.in.patch added
20040822 tpd zips/gcl-2.6.5.unixport.makefile.patch added
20040822 tpd zips/gcl-2.6.5.tgz added
20040822 tpd zips/gcl-2.6.2a.tgz removed
20040822 tpd lsp/Makefile use GCLVERSION=gcl-2.6.5
20040822 tpd Makefile use GCLVERSION=gcl-2.6.5
20040730 mmm src/interp/setq.lisp fixed names
20040730 mmm README fixed names
20040730 mmm Marc Moreno Maza (moreno@scl.csd.uwo.ca)
20040730 sxw src/clef/edible.c termio -> termios on line 291
20040730 sxw Stephen Wilson (wilsons@multiboard.com)
20040720 tpd zips/gcl-2.6.3.cmpnew.gcl_cmpcall.lsp.patch added
20040720 tpd zips/gcl-2.6.3.cmpnew.gcl_cmpflet.lsp.patch added
20040720 tpd zips/gcl-2.6.3.h.linux.defs.patch added
20040720 tpd zips/gcl-2.6.3.unixport.init_gcl.lsp.in.patch added
20040720 tpd zips/gcl-2.6.3.unixport.makefile.patch added
20040720 tpd zips/gcl-2.6.3.tgz added
20040720 tpd zips/gcl-2.6.2.tgz removed
20040720 tpd zips/gcl-2.6.1.tgz removed
20040720 tpd lsp/Makefile use GCLVERSION=gcl-2.6.3
20040720 tpd Makefile use GCLVERSION=gcl-2.6.3
20040719 rxr src/algebra/reclos.spad removed debugging code 
20040716 tpd FAQ added more questions and answers
20040715 tpd src/input/Makefile add DOCFILES file list, make kuipers.input.dvi
20040715 tpd src/Makefile add mnt/linux/doc/src/input directory
20040715 tpd src/input/kuipers.input.pamphlet added
20040715 tpd src/input/Makefile add kuipers.input.pamphlet
20040715 tpd FAQ created
20040715 tpd README split out the FAQ
20040703 tpd src/algebra/Makefile fix USERLAYER
20040703 tpd src/interp/setq.lisp add Rubey, Vanuxem
20040703 tpd README add Rubey, Vanuxem
20040703 tpd README add FAQ 13 on using Lisp from Axiom
20040703 tpd src/algebra/rinterp.spad fixup .pamphlet file format
20040703 gxv src/algebra/exposed.lsp add RationalInterpolation
20040703 gxv src/algebra/Makefile fix typo in RINTERP.dvi
20040703 gxv (Gregory Vanuxem <g.vanuxem@wanadoo.fr>)
20040701 tpd Makefile mkdir obj/sys/lsp
20040701 tpd zips/gcl-2.6.2a.unixport.makefile.patch remove newline patch
20040701 tpd lsp/Makefile move gcl to GCLVERSION
20040701 tpd Makefile use gcl-2.6.2a
20040626 tpd src/share/Makefile echo cleanup
20040626 tpd src/scripts/Makefile remove tex subdir
20040626 tpd src/Makefile add graph dir
20040626 tpd src/Makefile echo cleanup
20040626 tpd src/lib/Makefile use axiom.sty
20040626 tpd src/lib/* use axiom package
20040626 tpd src/interp/Makefile dvi copy rather than generate
20040626 tpd src/interp/Makefile echo cleanup
20040626 tpd src/input/Makefile echo cleanup
20040626 tpd src/etc/Makefile echo cleanup
20040626 tpd src/doc/Makefile echo cleanup
20040626 tpd src/doc/Makefile move axiom.sty
20040626 tpd src/doc/DeveloperNotes use axiom package
20040626 cys src/doc/book.pamphlet use new graphics cmds
20040626 cys (Chris Yap <smustudent1@yahoo.com>)
20040626 tpd src/clef/Makefile.pamphlet echo cleanup
20040626 tpd src/algebra/Makefile.pamphlet echo cleanup
20040626 tpd src/scripts/tex directory removed
20040626 tpd src/scripts/axiom.sty removed
20040626 tpd Makefile.pamphlet add paragraph on LDF
20040623 tpd src/interp/Makefile use ${TANGLE}
20040623 tpd src/boot/Makefile use ${TANGLE}
20040623 tpd src/algebra/interval.spad fix typo in usepackage
20040623 tpd src/algebra/color.spad fix typo in usepackage
20040623 tpd src/algebra/cden.spad fix typo in usepackage
20040621 tpd src/algebra/* make mnt/sys/doc/src/algebra/*.dvi
20040619 tpd src/algebra/Makefile .div -> .dvi typo
20040619 tpd src/algebra/Makefile add DOCFILES to all: stanza
20040619 tpd src/algebra/Makefile DOC=/mnt/sys/doc/src/algebra
20040618 mxr src/algebra/rinterp.spad.pamphlet added
20040618 mxr (Martin Rubey <martin.rubey@univie.ac.at>)
20040618 tpd src/algebra/*.pamphlet use a common .style file
20040618 tpd Makefile add make book
20040618 tpd README, add clef to FAQ
20040618 tpd README, quote Fred Brooks
20040524 tpd src/doc/DeveloperNotes updated
20040524 tpd src/algebra/Makefile axiom.sty stanza and preconditions
20040524 tpd src/algebra/Makefile add DOCFILES target
20040524 tpd src/algebra/* usepackage{axiom}
20040524 tpd src/interp/Makefile add axiom.sty stanza and preconditions
20040524 tpd src/interp/Makefile add DOCFILES target
20040524 tpd src/interp/property.lisp added setName comment
20040524 tpd README added Elena Smirnova
20040524 tpd src/interp/* usepackage{axiom}
20040524 tpd src/interp/setq.lisp added Elena Smirnova
20040524 tpd src/interp/setvars.boot added )set output openmath handlers
20040524 tpd src/interp/setvars.boot documented
20040524 tpd src/interp/setvart.boot added )set output openmath
20040524 tpd src/interp/setvart.boot documented
20040524 tpd src/interp/Makefile removed nag-02b; subset of nag-02
20040524 tpd src/interp/Makefile removed nag-02a; subset of nag-02
20040524 tpd src/Makefile add mkdir -p for doc/src/* directories
20040524 tpd src/boot/Makefile axiom.sty stanza and preconditions
20040524 tpd src/boot/Makefile add DOCFILES target
20040524 tpd src/boot/* usepackage{axiom}
20040427 tpd src/interp/util.lisp comment out collectfn load
20040427 tpd src/interp/sys-pkg.lisp added FOAM exported symbols
20040427 tpd src/interp/Makefile add interp-proclaims.lisp
20040427 tpd add src/interp/interp-proclaims.lisp
20040427 tpd src/boot/Makefile add boot-proclaims.lisp
20040427 tpd add src/boot/boot-proclaims.lisp
20040427 tpd lsp/Makefile enable .fn emit in lisp images
20040427 tpd Makefile remove gcl-2.4.1 default
20040427 tpd Makefile mkdir obj/sys/lsp
20040421 tpd src/interp/setq.lisp add Bob McElrath (wiki setup)
20040421 tpd README add Bob McElrath (wiki setup)
20040420 tpd src/booklets/Rosetta.tex removed
20040420 tpd src/booklets/Rosetta.pamphlet moved to Rosetta.booklet
20040420 tpd src/doc/Makefile added Rosetta chunk
20040420 tpd src/doc/Rosetta.pamphlet added
20040409 cxm src/interp/macros.lisp change lengthenvec, make-init-vector
20040409 cxm (Camm Maguire <camm@enhanced.com>)
20040409 tpd Makefile use GCLVERSION=2.6.2a
20040409 tpd lsp/Makefile add gcl-2.6.2a stanza 
20040409 tpd add gcl-2.6.2a* to zips
20040401 tpd check book branch changes into main CVS
20040331 tpd merge book branch with main branch
20040330 exs src/doc/book.pamphlet change quoting to latex style 
20040330 exs (Eugene Surowitz <surow@attglobal.net>)
20040329 tpd src/doc/book.pamphlet proofread to book p179, ebook p295
20040328 dxm src/doc/Makefile add Book stanza, fix style file stanza
20040328 dxm src/doc/book.pamphlet Forward -> Foreword
20040328 dxm (David Mentre <david.mentre@wanadoo.fr>)
20040327 tpd src/doc/book.pamphlet proofread to book p135, ebook p219
20040327 tpd src/doc/book.pamphlet proofread to book p99, ebook p171
20040327 tpd src/doc/book.pamphlet proofread to book p93, ebook p163
20040326 tpd src/doc/book.pamphlet proofread to book p59, ebook p119
20040321 tpd src/doc/book.pamphlet proofread to end
20040319 tpd src/doc/book.pamphlet proofread to book p446, ebook p767
20040318 tpd src/doc/book.pamphlet proofread to book p404, ebook p662
20040317 tpd src/doc/book.pamphlet proofread to book p393, ebook p637
20040316 tpd src/doc/book.pamphlet revised the New Forward theme
20040316 tpd src/doc/book.pamphlet proofread to book p375, ebook p568
20040315 tpd src/doc/book.pamphlet proofread to book p361, ebook p541
20040313 tpd src/doc/book.pamphlet proofread to book p309, ebook p447
20040308 tpd src/doc/book.pamphlet create titlepage artwork
20040307 tpd src/doc/book.pamphlet proofread to book p179, ebook p301
20040307 tpd src/doc/book.pamphlet proofread to book p135, ebook p237
20040306 tpd src/doc/book.pamphlet add chapter 9
20040306 tpd src/doc/book.pamphlet add copyright appendix
20040301 tpd src/doc/book.pamphlet rebalance all braces
20040229 tpd src/doc/book.pamphlet proofread to book p109, ebook p199
20040228 tpd src/doc/book.pamphlet proofread to book p93, ebook p179
20040228 tpd src/doc/book.pamphlet proofread to book p59, ebook p135
20040228 tpd src/doc/book.pamphlet proofread to book p40, ebook p108
20040226 tpd src/doc/book.pamphlet proofread to book p19, ebook p79
20040225 tpd src/doc/book.pamphlet proofread to book p8
20040221 tpd Makefile.pamphlet add awkname to <<environment>>
20040221 tpd Makefile upgraded to use gcl-2.6.2
20040221 tpd Makefile.pamphlet upgraded to use gcl-2.6.2
20040221 tpd lsp/Makefile.pamphlet upgraded to use gcl-2.6.2
20040221 tpd zips/gcl-2.6.2.patches added
20040221 tpd zips/gcl-2.6.2.tgz added
20040209 tpd src/doc/ComputerTutorial.pamphlet added
20040209 tpd src/doc/ps subdirectory files added
20040209 tpd src/doc/primesp.spad.pamphlet added
20040209 tpd src/doc/gloss.text added
20040209 tpd src/doc/fnotes.tex added
20040209 tpd src/doc/book.pamphlet added
20040209 tpd src/doc/axiom.sty.pamphlet added
20040209 tpd src/doc/axiom.bib.pamphlet added
20040209 tpd zips/tla-1.1.tar.gz added
20040206 tpd src/etc/asq.c.pamphlet fix compiler warnings
20040204 tpd Makefile.linux remove
20040204 dxm src/clef/edible.c fix clef
20040204 dxm src/etc/Makefile.pamphlet fix clef
20040204 dxm src/etc/axiom fix clef
20040204 dxm src/lib/Makefile.pamphlet fix clef
20040204 dxm src/lib/openpty.c.pamphlet fix clef
20040126 tpd src/boot/Makefile remove string-downcase
20040125 jxw src/interp/Makefile case-sensitive fix by Juergen Weiss
20040125 jxw src/interp/util.lisp case-sensitive fix by Juergen Weiss
20040125 jxw (Juergen Weiss <weiss@uni-mainz.de>)
20040119 wys src/algebra/pleqn.spad updated by William Sit
20040119 wys (William Sit <wyscc@cunyvm.cuny.edu>)
20040119 rxr src/algebra/reclos.spad updated by Renaud Rioboo
20040119 rxr (Renaud Rioboo <Renaud.Rioboo@lib6.fr>)
20031124 tpd src/etc/axiom, remove clef
20031115 tpd Makefile, fix "install" stanza to copy axiom, not axiomcmd
20031115 tpd src/lib/Makefile, fix ${SRC}/Makefile.dvi to ${IN}/Makefile.dvi
20031115 tpd Makefile, use ${AWK} in noweb build
20031115 tpd Makefile, change Makefile.linux to use AWK=gawk
20031112 tpd src/algebra/Makefile only rebuild database if algebra changes
20031111 tpd lsp/Makefile removed --enable-readline
20031111 tpd src/scripts/document fix path to notangle, noweave
20031111 tpd lsp/ccl/src/util/Makefile use tangle
20031111 tpd lsp/ccl/src/cslbase/Makefile use TANGLE
20031111 tpd lsp/ccl/src/cclbase/Makefile use TANGLE
20031111 tpd src/input/Makefile add additional tests
20031111 tpd src/input/defs.input otherwise and when bugs
20031111 tpd src/input/knownbugs.input fix typo
20031111 tpd src/input/is.input fix typo
20031111 tpd src/input/cycles1.input fix typo
20031110 tpd Makefile removed WEAVE
20031110 tpd src/scripts/document move noweb to lib, eliminate SPAD
20031110 tpd Makefile move noweb commands to lib (out of user's path)
20031110 tpd src/scripts remove tangle, weave
20031110 tpd src/clef/Makefile, use TANGLE
20031110 tpd src/doc/DeveloperNotes, use notangle -> tangle
20031110 tpd src/doc/Makefile, use TANGLE
20031110 tpd src/algebra/Makefile, use TANGLE
20031110 tpd src/boot/Makefile, use TANGLE
20031110 tpd src/etc/Makefile, use document command, use TANGLE
20031110 tpd src/input/Makefile, use TANGLE, WEAVE
20031110 tpd src/interp/Makefile, use TANGLE, WEAVE
20031110 tpd src/lib/Makefile, use TANGLE, WEAVE
20031110 tpd src/scripts/document use tangle, weave
20031110 tpd src/scripts add tangle, weave
20031110 tpd src/scripts remove notangle, noweave
20031110 tpd Makefile add TANGLE, WEAVE variables, use them
20031109 tpd src/interp/setq.lisp unbalanced quote typo fixed
20031109 tpd src/lib/*.c.pamphlet change all the axiom.sty references
20031109 tpd src/Makefile comment out graphdir
20031109 tpd src/include/debug.h created
20031109 tpd src/lib/Makefile add hash.c.pamphlet
20031109 tpd src/lib/hash.c.pamphlet created
20031109 tpd src/lib/Makefile add dvis to mnt/linux/doc
20031109 tpd src/Makefile make lib subdirectories
20031109 tpd src/Makefile add graphdir
20031108 tpd Makefile changed to add XLIB for src/graph build
20031106 tpd remove zips/gcl-2.5.2.tgz
20031104 tpd src/interp/setq.lisp new kudos
20031104 tpd README new kudos
20031031 tpd src/Makefile add mkdir for mnt/linux/lib directory before etc
20031031 tpd src/lib/sockio-c.c kill AXIOM socket message
20031031 tpd src/clef/edible.c kill debugging message
20031031 tpd update README for axiom command
20031031 tpd update README for make install
20031030 tpd Makefile make install
20031030 tpd src/interp/Makefile rename axiom to AXIOMsys
20031030 tpd src/etc/Makefile build axiom command in $AXIOM/bin
20031030 tpd src/etc/axiom created
20031030 tpd src/etc/axiom.nag removed
20031030 tpd src/etc/axiom.2 removed
20031030 tpd src/etc/axiom.1 removed
20031030 tpd src/etc/Makefile add axiomcmd creation
20031030 tpd src/etc/axiomcmd added shell script using clef
20031030 tpd Makefile.pamphlet use proper stanza names in echo
20031030 tpd src/lib/Makefile use CCF variable in compiles
20031030 tpd src/lib/openpty.c recode to use LINUXplatform
20031030 tpd src/lib/bsdsignal.c recode to use LINUXplatform
20031030 tpd configure command added
20031028 tpd src/interp/vmlisp.lisp, add COT, ASEC functions
20031028 tpd src/doc/Makefile, copy DeveloperNotes to MID
20031028 tpd src/interp/vmlisp.lisp, changed list to cons in manexp
20031028 tpd src/input/Makefile, rearranged working/failing tests
20031028 tpd src/etc/Makefile, added summary, copyright here instead of lib
20031028 tpd src/etc/axiom.2 removed IBM Research Version echo
20031028 tpd src/lib/Makefile changed to pass -Dlinux, use ${CC}
20031028 tpd src/lib/bsdsignal.c modified for linux
20031028 tpd src/lib/openpty.c modified for linux
20031028 tpd src/clef/Makefile created
20031028 tpd src/clef/edible.c created
20031028 tpd src/clef created
20031028 tpd src/Makefile, add clef
20031028 tpd src/algebra/Makefile added RSDCMPK, INTRVL, ODEEF
20031028 tpd src/share/doc/msgs/s2-us.msgs, changed banner message
20031028 tpd Makefile.dvi removed, per Camm's request
20031028 tpd rewrite README
20031028 tpd src/input/r2.* to r2* file rename
20031028 tpd src/input/Makefile, rename r2.* to r2* stanzas
20031028 tpd src/input/Makefile, run all tests
20031028 tpd src/interp/vmlisp.lisp, add Juergen's get-current-directory fn
20031028 tpd src/interp/vmlisp.lisp, add Juergen's acot function
20031028 tpd src/Makefile, changed to create mnt/linux/lib
20031028 tpd src/lib/Makefile, changed to copy summary, copyright
20031028 tpd src/lib/copyright, added
20031028 tpd src/lib/summary, added
20031028 tpd src/interp/vmlisp.lisp, add Juergen's acot function
20031028 tpd src/interp/msgdb.boot, change startup msgs
20031028 tpd src/scripts/tail renamed to boxtail
20031028 tpd src/scripts/head renamed to boxhead
20031028 tpd src/scripts/boxup now uses boxhead, boxtail
20031028 tpd src/doc/Makefile, run document on DeveloperNotes
20031028 tpd src/interp/vmlisp.lisp, add Juergen's manexp function
20031027 tpd regen Makefile.dvi
20031027 tpd update src/input/Makefile with new tests
20031026 tpd remove Makefile.dvi files
20031025 wsp src/share/algebra/*.daase re-add Weiss CMU-CL version databases
20031024 tpd remove Makefiles, leave Makefile.pamphlets
20031024 wsp src/share/algegbra/*.daase update databases
20031024 wsp src/algegbra/Makefile complete lattice layers 22 and 23
20031024 tpd src/input/Makefile enable test cases
20031024 tpd src/Makefile add share
20031024 tpd src/share/Makefile re-fix doc/hypertex/pages/util.ht
20031023 tpd removed zips/gcl* versions except 2.5.2 and 2.6.1
20031022 tpd Makefile* gcl-2.6.1.tgz added
20031022 tpd lsp/Makefile* gcl-2.6.1.tgz added
20031022 tpd zips/gcl-2.6.1.* patches created
20031022 tpd zips/gcl-2.6.1.tgz added
20031015 tpd src/algebra/tex.spad add infinity to tex output mode
20031010 tpd fix copyright/license per NAG request
20031005 tpd src/interp/Makefile fix version explanation for *yearweek*
20031005 tpd src/algebra/INTERP.EXPOSED.pamphlet removed 
20031005 tpd src/interp/Makefile removed INTERP.EXPOSED
20031003 tpd src/interp/compiler.boot fix stack overflow in compMacro
20031002 tpd src/interp/setq.lisp, add Mark Murray to kudos
20031002 tpd Makefile, add Mark Murray to kudos
20031001 tpd Makefile, update FAQ to mention using preinstalled lisp images
20031001 tpd src/Makefile, change make to ${MAKE}
20031001 tpd lsp/ccl/src/Makefile, change make to ${MAKE}
20031001 tpd Makefile, change make to ${MAKE}
20030929 tpd src/interp/setq.lisp add Jinzhong Niu
20030929 tpd Makefile.pamphlet add Jinzhong Niu
20030928 tpd src/algebra/Makefile fill mnt/sys/src/algebra directory
20030928 tpd src/Makefile create mnt/sys/src/algebra directory
20030928 tpd src/interp/setq.lisp add Antoine Hersen, Jaap Weel
20030928 tpd Makefile.pamphlet add Antoine Hersen, Jaap Weel
20030928 tpd Makefile.pamphlet add makefile.mac stanza
20030928 tpd lowercase input filenames
20030907 tpd README updated to point to documentation sources
20030907 tpd src/scripts/tex/axiom.sty copied to match src/doc changes
20030907 tpd src/scripts/axiom.sty copied to match src/doc changes
20030907 tpd src/doc/axiom.sty.pamphlet updated for online book
20030907 tpd src/share/doc/hypertex/pages/util.ht automated
20030907 tpd src/share/Makefile created
20030907 tpd src/interp/Makefile re-fixed? CVS doesn't have the change???
20030907 tpd src/doc/Makefile add DeveloperNotes to mnt/linux/doc
20030907 tpd src/doc/axiom.sty updated for online book
20030907 tpd src/doc/DeveloperNotes add directory structure
20030906 tpd src/algebra/Makefile added
20030906 tpd create mnt/linux/doc/hypertex/pages/util.ht
20030906 tpd src/share/Makefile created
20030906 tpd src/Makefile updated to walk into share
20030906 tpd src/doc/DeveloperNotes updated
20030906 tpd src/doc/Makefile add DeveloperNotes
20030905 tpd src/interp/Makefile fix broken file
20030905 tpd removed zips/XFree86-devel-4.2.0-72.i386.rpm 
20030905 tpd README added
20030904 tpd src/interp/Makefile make axiom in mnt/linux/bin
20030904 tpd src/doc/DeveloperNotes update to include CVS instructions
20030904 tpd src/Makefile add docdir
20030904 tpd Makefile add David Diamond's poem
20030901 wsp src/share/algebra/*.daase update database curtesy Juergen Wiess
20030901 wsp (Bill Page <bill.page1@sympatico.ca>)
20030831 tpd src/interp/setq.lisp add Cyril Alberga, Mark Wegman to credits
20030831 tpd src/algebra/INTERP.EXPOSED fixed POLYCATf typo
20030830 tpd src/algebra/aggcat.spad add missing } to doc string
20030830 tpd lsp/Makefile add -enable-maxpage
20030830 tpd Makefile add Mike O'Connor to credits (per Dick Jenks)
20030830 tpd src/interp/setq.lisp add Mike O'Connor to credits (per Dick Jenks)