Package: fricas / 1.3.11-5

Metadata

Package Version Patches format
fricas 1.3.11-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
lintian1 | (download)

config/var-def.mk | 1 1 + 0 - 0 !
contrib/texmacs/fricas/doc/fricas-demo.en.tm | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 lintian cleanups
 Spelling, license wording, and fortify functions.
CFLAGS_et_al_propagation | (download)

config/var-def.mk | 2 1 + 1 - 0 !
configure | 3 3 + 0 - 0 !
configure.ac | 3 3 + 0 - 0 !
src/graph/view2D/Makefile.in | 2 1 + 1 - 0 !
src/graph/view3D/Makefile.in | 2 1 + 1 - 0 !
src/graph/viewAlone/Makefile.in | 2 1 + 1 - 0 !
src/graph/viewman/Makefile.in | 2 1 + 1 - 0 !
src/hyper/Makefile.in | 8 4 + 4 - 0 !
8 files changed, 15 insertions(+), 9 deletions(-)

 build auxiliary programs with standard debian flags
 Append to CCF and LDF configure variables.
unset_default_system_p_1 | (download)

src/lisp/Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 fricas (1.3.10-1) UNRELEASED; urgency=medium
 .
   * New upstream release.
sock_get_string_buf prototype | (download)

src/lisp/fricas-lisp.lisp | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 sock_get_string_buf prototype
 Prototype added.
gcl27_support | (download)

src/include/com.h | 11 10 + 1 - 0 !
src/interp/Makefile.in | 8 7 + 1 - 0 !
src/interp/foam_l.lisp | 6 0 + 6 - 0 !
src/interp/i-funsel.boot | 2 1 + 1 - 0 !
src/interp/i-toplev.boot | 2 1 + 1 - 0 !
src/interp/lisplib.boot | 2 1 + 1 - 0 !
src/interp/macros.lisp | 3 0 + 3 - 0 !
src/interp/nlib.lisp | 7 2 + 5 - 0 !
src/interp/util.lisp | 3 0 + 3 - 0 !
src/interp/vmlisp.lisp | 27 15 + 12 - 0 !
src/lib/cfuns-c.c | 28 15 + 13 - 0 !
src/lib/sockio-c.c | 38 22 + 16 - 0 !
src/lisp/Makefile.in | 25 6 + 19 - 0 !
src/lisp/fricas-lisp.lisp | 70 46 + 24 - 0 !
src/lisp/fricas-package.lisp | 2 1 + 1 - 0 !
src/lisp/primitives.lisp | 4 2 + 2 - 0 !
16 files changed, 129 insertions(+), 109 deletions(-)

 gcl27 support
 Support for building with gcl-2.7.1+.
allow_gcl27_version | (download)

configure | 1458 845 + 613 - 0 !
configure.ac | 2 1 + 1 - 0 !
2 files changed, 846 insertions(+), 614 deletions(-)

 configure support for gcl27
 Allow gcl version 2.7.1 in configure.ac
sidestep_init_memory_config | (download)

src/interp/util.lisp | 3 2 + 1 - 0 !
src/lib/sockio-c.c | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 skip obsolete allocations
 Update for current gcl memory allocation
comment_out_fopen_prototype | (download)

src/clef/spadbuf.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 fricas (1.3.11-5) unstable; urgency=medium
 .
   * Bug fix: "FTBFS: spadbuf.c:202:11: error: conflicting types for
     &#39;fopen&#39;; have &#39;FILE *(void)&#39;", thanks to Santiago Vila
     (Closes: #1114109).