source: git/Singular/ChangeLog @ 8373a7

spielwiese
Last change on this file since 8373a7 was 8373a7, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: rAssure_HasComp in rSetHdl git-svn-id: file:///usr/local/Singular/svn/trunk@10556 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.5 KB
Line 
1Thu Sep 27 18:00:00 CEST 2007 Singular-3-0-3-1
2Changes with respect to 3-0-3:
3
4- SAGE patches (for building libsingular) integrated
5- flex/bison generated files integrated: these files will only
6  be regenerated if removed;
7  a normal build will no longer need bison and flex, but configure still
8  tests for them.
9- gftables changed to tables based on Conway polynomials
10  (see factory/ConwayList.txt) and more tables created
11  (for all fields of char p < 255 with < 2^16 elements)
12- multivariate GCD (in char 0, no extension) improved
13  by a modular method: selected by On(SW_USE_CHINREM_GCD), on by default
14- modgen has no longer a builtin path:
15  change SINGULARROOT in the generated Makefile if you dislike the default
16
17----------------------------------------------------------
18Tue Oct 16 18:58:18 CEST 2007 Singular-3-0-3-2
19Changes with respect to 3-0-3-1:
20
21- bison generated file integrated also for factory
22- modgen: target clean will no longer remove bison generated files
23          fixes wrt. %return
24- gcd in algebraic extensions: remove content wrt. K(alpha), not only wrt. K
25- EZGCD: special case is handled by CHINREM_GCD
26- heuristic for gcd in char 0: 1) EZGCD 2) CHINREM_GCD 3) Prem
27- NTL: update to version 5.4.1
28- doc/general.doc: description of algorithms updated
29- omalloc: areas may overlap: use memmove instead of memcpy
30---------------------------------------------------------
31
32Wed Oct 31 18:57:21 CET 2007 Singular-3-0-4-beta
33Changes with respect to 3-0-3-2
34- more modgen fixes
35- Weyl, Exterior, findimAlgebra, nc_algebra do not change the current ring but
36  return the new structure
37- ncalgebra is now depreciated, use the new command nc_algebra
38- libraries changes to use nc_algebra
39
40Fri Nov  2 14:31:22 CET 2007 Singular-3-0-4-beta
41more Changes with respect to 3-0-3-2
42- use of boost and std::vector can be changed via configure
43  (--without-Boost, --with-stdvec)
44
45Tue Nov  6 16:02:29 CET 2007 Singular-3-0-4-beta
46more Changes with respect to 3-0-3-2
47- new system("SingularLib"): return SINGULAR_PATH after evaluation
48- standard.lib:weightKB improved
49- highest corner and weights fixed (was wrong in ring with ordering Ws/ws)
50
51Tue Nov 13 18:26:32 CET 2007 Singular-3-0-4-beta
52- surfex.lib: find path to surfex via system("Singular"),
53              if this fails, try also all directorories in system("SingularLib")
54- timer: find clock ticks:
55    - try HZ (traditional)
56    - try CLK_TCK (POSIX-1)
57    - try sysconf(_SC_CLK_TCK) (POSIX-2)
58---------------------------------------------------------
59Tue Nov 27 12:16:36 CET 2007 Singular-3-0-4-1
60Changes with respect to 3-0-4
61- dmod.lib: fixes wrt. nc_algebra and documentation
62- allow assignments like: def l=1,2,3;
63
64---------------------------------------------------------
65Tue Dec 18 14:12:46 MET 2007
66Changes with respect to 3-0-4-1
67- could not include bits/sigcontext.h and asm/sigcontext.h:
68  include signal.h and hope for the best
69- glibc 2.6/2.7 does not have a dynamic fstat - use our own from
70  Singular/misc.cc: singular_fstat
71- fixed LIB/involut.lib: problems with ring change : nc_algebra
72
73---------------------------------------------------------
74Tue Jan 22 10:40:39 CET 2008
75more Changes with respect to 3-0-4-1
76- sqrFree moved from libfac to factory
77- new command sqrfree
78---------------------------------------------------------
79Mon Feb  4 14:32:43 MET 2008
80more Changes with respect to 3-0-4-1
81- rSetHdl test now if the ring has an entry for module comp:
82  to many routines rely on that.
83  If the ring has not, it is changed: see kernel/ring.cc:rAssure_HasComp
Note: See TracBrowser for help on using the repository browser.