source: git/Singular/ChangeLog @ 3d124a7

spielwiese
Last change on this file since 3d124a7 was 40edb03, checked in by Olaf Bachmann <obachman@…>, 27 years ago
Fri Apr 25 16:59:31 1997 Olaf Bachmann <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)> * Various changes to reflect new configure (versions defined in configure.in, changed HAVE_LIBFACTORY into HAVE_FACTORY, data dir is pasted from configure into mod2.h and used from therein feFopen. * Added configure facility, repalced mod2.h by mod2.h.in Makefile by Makefile.in git-svn-id: file:///usr/local/Singular/svn/trunk@189 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.4 KB
Line 
1Fri Apr 25 16:59:31 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
2
3        * Various changes to reflect new configure (versions defined in
4          configure.in, changed HAVE_LIBFACTORY into HAVE_FACTORY, data
5          dir is pasted from configure into mod2.h and used from there in
6          feFopen.
7
8        * Added configure facility, repalced mod2.h by mod2.h.in Makefile
9          by Makefile.in
10
11Fri Apr 18 09:47:22 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
12
13        * silink.cc (DumpAsciiIdhdl): LIB string is dumped without type
14          declaration
15
16        * mpsr_Get.cc (InitIdentifierLeftv): used mpsr_SetCurrRing(r,
17          TRUE) so that pOne works if no ring did previously exist.
18
19        * iparith.cc: Added jjPROC3.
20
21Tue Apr 15 12:07:17 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
22
23        * silink.cc (slStandardInit): changed Ascii type specifyer from
24          "ascii" to "Ascii" for consistency
25
26        * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table
27
28        *  (extra.cc): system("sh",command) returns exit status of command
29
30Thu Apr 10 11:59:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
31
32        * remote quit is now arranged using MP_CopMpQuit
33
34        * Updated mpsr_* files for new naming convention of MP v:1.1.2
35
36Tue Apr  8 10:43:48 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
37
38        * Reimplemented link structures. Cleaned it up. Introduced assignment
39link = link. Fixed some bugs in asciidump. Made proc's work for MP links.
40
41Sat Mar 29 16:01:39 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
42
43        * silink.cc (DumpQring): Takes care of dumping a Qring
44        (slInit): enable ascii link specification of the form "filename
45        mode:w"
46
47Fri Mar 28 14:12:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
48
49        * Added routines dump(link) and getdump(link) for ascii and MP
50          links
51
52        * ipconv.cc (dConvertTypes): added int->module conversion so that
53          'module m = 0' works
54
55        * iparith.cc (jjVAR1): added LINK_CMD to list of typeof(...)
56
57Thu Mar 27 21:20:20 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
58
59        * added real time timer (rtimer) analog to timer
60
61        * added command-line option "-d ticks_per_second" and "-m
62          min_displayed_time_in_sec" and chahnged timer accordingly
63
64        * added some #ifdef HAVE_FGLM in fglm*.cc
65       
66
67Wed Mar 26 14:02:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
68
69        * added reference counter to links, updated slKill, slCopy, slInit
70        * various small bug fixes for Batch mode
71
72Mon Mar 24 14:27:26 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
73
74        * sing_mp.cc (slOpenWriteMPFile): Added append and write mode to
75          open MP:file
76
77Sun Mar 23 20:48:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
78
79        * mpsr_Get.cc (InitIdentifierLeftv): Fixed bug which did not do
80          pSetm(p) after creating a poly out of a variable
81
82Thu Mar 20 11:57:00 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
83
84        * sing_mp.cc (slInitBatchLink): initialized silink such that
85          l->argv[0] == "MP:connect" (otherwise, slInitMP failed)
86
87Wed Mar 19 15:38:08 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
88
89        * hannes fixed maFindPerm to reflect new names <->parameter scheme
90
91        * sing_mp.cc (mpsr_IsMPLink): fixed it
92
93        * Makefile (tags): added target tags
94
Note: See TracBrowser for help on using the repository browser.