source: git/factory/ChangeLog @ 6c02a5

spielwiese
Last change on this file since 6c02a5 was 6c02a5, checked in by Jens Schmidt <schmidt@…>, 27 years ago
Initial revision git-svn-id: file:///usr/local/Singular/svn/trunk@376 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.6 KB
Line 
1Fri Jun  6 09:38:05 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
2
3        * configure.in: removed some stupid warnings when 'dangerous'
4          combinations of with's/enable's are specified
5          some other fixes in configures messages
6          doc fix
7          (AC_ARG_ENABLE(memdebug)): removed code which sets
8          enable_memdebug to 'normal' since this is really never tested
9          (AC_ARG_WITH(gmp, builtingmp)): new command line options.  rest
10          of configure.in adapted to the new scheme of specifying where
11          gmp lives
12
13        * GNUmakefile.in (distsrc): gengftables added to the distribution
14          (distfiles): ChangeLog added to the distribution
15          (clean): gengftables added
16
17Thu Jun  5 15:03:48 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
18
19        * configure.in: --with-Singular --enable-debugoutput is now
20          possible.  so is --with-Singular --enable-timing
21
22        * GNUmakefile.in (gengftables.o): added check which makes make
23          complain if factory was not configured in the right way
24
25        * configure.in: removed checks on sizeof(int) == sizeof(void *)
26          == 4
27
28        * debug.h: removed dependency on NDEBUG
29
30        * factoryconf.template: doc fix
31
32        * config.h.in: config.h.in is now a real source file and not
33          longer created from acconfig.h
34          (INCL_CONFIG_H): added flag to prevent multiple inclusion of
35          config.h
36
37        * GNUmakefile.in ($(srcdir)/configure): make will not complain
38          about a missing autoconf any longer
39          ($(srcdir)/config.h.in, $(srcdir)/stamp-h.in,
40          realmaintainerclean, dist, distfiles): instead of creating
41          config.h.in we will deliver it as a real source file
42
43        * canonicalform.cc (operator >>): returns 0 now when compiled with
44          Singular and with stream IO enabled
45
Note: See TracBrowser for help on using the repository browser.