Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-ferret for openSUSE:Factory 
checked in at 2024-03-25 21:09:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-ferret (Old)
 and      /work/SRC/openSUSE:Factory/.gap-ferret.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-ferret"

Mon Mar 25 21:09:22 2024 rev:3 rq:1160998 version:1.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-ferret/gap-ferret.changes    2024-01-04 
16:00:25.107140352 +0100
+++ /work/SRC/openSUSE:Factory/.gap-ferret.new.1905/gap-ferret.changes  
2024-03-25 21:15:06.868419620 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:37:07 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.0.10
+  * No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  ferret-1.0.9.tar.gz

New:
----
  ferret-1.0.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gap-ferret.spec ++++++
--- /var/tmp/diff_new_pack.IEBG1m/_old  2024-03-25 21:15:07.340436951 +0100
+++ /var/tmp/diff_new_pack.IEBG1m/_new  2024-03-25 21:15:07.340436951 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-ferret
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           gap-ferret
-Version:        1.0.9
+Version:        1.0.10
 Release:        0
 Summary:        GAP: Backtrack Search in Permutation Groups
 License:        MPL-2.0

++++++ ferret-1.0.9.tar.gz -> ferret-1.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/PackageInfo.g 
new/ferret-1.0.10/PackageInfo.g
--- old/ferret-1.0.9/PackageInfo.g      2022-10-18 17:36:38.000000000 +0200
+++ new/ferret-1.0.10/PackageInfo.g     2024-01-22 09:46:32.000000000 +0100
@@ -2,8 +2,8 @@
 
 PackageName := "ferret",
 Subtitle := "Backtrack Search in Permutation Groups",
-Version := "1.0.9",
-Date := "18/10/2022", # dd/mm/yyyy format
+Version := "1.0.10",
+Date := "22/01/2024", # dd/mm/yyyy format
 License := "MPL-2.0",
 
 Persons := [
@@ -43,13 +43,13 @@
 ##
 Status := "deposited",
 
-SourceRepository := rec( 
-  Type := "git", 
+SourceRepository := rec(
+  Type := "git",
   URL := "https://github.com/gap-packages/ferret";
 ),
 IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
 
-AbstractHTML   :=  
+AbstractHTML   :=
 " The <span class=\"pkgname\">Ferret</span> package\
  provides a C++ reimplementation of Jeffery Leon's\
  Partition Backtrack framework for solving problems\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/configure new/ferret-1.0.10/configure
--- old/ferret-1.0.9/configure  2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/configure 2024-01-22 09:55:45.000000000 +0100
@@ -622,7 +622,6 @@
 FERRET_TIMING
 FERRET_CHECK
 GAPEXEC
-GAP_LIBS
 GAP_LDFLAGS
 GAP_CFLAGS
 GAP_CPPFLAGS
@@ -2572,11 +2571,11 @@
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to 
enable C++11 features" >&5
 printf %s "checking for $CXX option to enable C++11 features... " >&6; }
-if test ${ac_cv_prog_cxx_11+y}
+if test ${ac_cv_prog_cxx_cxx11+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_11=no
+  ac_cv_prog_cxx_cxx11=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -2618,11 +2617,11 @@
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to 
enable C++98 features" >&5
 printf %s "checking for $CXX option to enable C++98 features... " >&6; }
-if test ${ac_cv_prog_cxx_98+y}
+if test ${ac_cv_prog_cxx_cxx98+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_98=no
+  ac_cv_prog_cxx_cxx98=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -2738,6 +2737,8 @@
   if test "x$GAParch" != "x"; then
     GAPARCH=$GAParch
   fi
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GAPARCH" >&5
+printf "%s\n" "$GAPARCH" >&6; }
 
   if test "x$GAPARCH" = "xUnknown" ; then
     echo ""
@@ -2771,7 +2772,6 @@
 
 
 
-
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/chap0.html 
new/ferret-1.0.10/doc/chap0.html
--- old/ferret-1.0.9/doc/chap0.html     2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/chap0.html    2024-01-22 09:55:45.000000000 +0100
@@ -29,10 +29,10 @@
 <h2>Backtrack Search in Permutation Groups</h2>
 
 <p>
-    1.0.9</p>
+    1.0.10</p>
 
 <p>
-    18 October 2022
+    22 January 2024
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/chap0.txt 
new/ferret-1.0.10/doc/chap0.txt
--- old/ferret-1.0.9/doc/chap0.txt      2022-10-18 17:37:00.000000000 +0200
+++ new/ferret-1.0.10/doc/chap0.txt     2024-01-22 09:55:41.000000000 +0100
@@ -6,10 +6,10 @@
                      Backtrack Search in Permutation Groups 
   
   
-                                     1.0.9
+                                     1.0.10
   
   
-                                18 October 2022
+                                22 January 2024
   
   
                              Christopher Jefferson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/chap0_mj.html 
new/ferret-1.0.10/doc/chap0_mj.html
--- old/ferret-1.0.9/doc/chap0_mj.html  2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/chap0_mj.html 2024-01-22 09:55:45.000000000 +0100
@@ -32,10 +32,10 @@
 <h2>Backtrack Search in Permutation Groups</h2>
 
 <p>
-    1.0.9</p>
+    1.0.10</p>
 
 <p>
-    18 October 2022
+    22 January 2024
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.aux 
new/ferret-1.0.10/doc/ferret.aux
--- old/ferret-1.0.9/doc/ferret.aux     2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.aux    1970-01-01 01:00:00.000000000 +0100
@@ -1,55 +0,0 @@
-\relax 
-\providecommand\hyper@newdestlabel[2]{}
-\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
-\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
-\global\let\oldcontentsline\contentsline
-\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
-\global\let\oldnewlabel\newlabel
-\gdef\newlabel#1#2{\newlabelxx{#1}#2}
-\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
-\AtEndDocument{\ifx\hyper@anchor\@undefined
-\let\contentsline\oldcontentsline
-\let\newlabel\oldnewlabel
-\fi}
-\fi}
-\global\let\hyper@last\relax 
-\gdef\HyperFirstAtBeginDocument#1{#1}
-\providecommand\HyField@AuxAddToFields[1]{}
-\providecommand\HyField@AuxAddToCoFields[2]{}
-\@writefile{toc}{\contentsline {chapter}{\numberline {1}\textcolor {Chapter 
}{The Ferret Package}}{4}{chapter.1}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\newlabel{The Ferret Package}{{1}{4}{\textcolor {Chapter }{The Ferret 
Package}}{chapter.1}{}}
-\@writefile{toc}{\contentsline {section}{\numberline {1.1}\textcolor {Chapter 
}{Replacing Built-in functionality}}{4}{section.1.1}\protected@file@percent }
-\newlabel{Replacing Built-in functionality}{{1.1}{4}{\textcolor {Chapter 
}{Replacing Built-in functionality}}{section.1.1}{}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.1}\textcolor 
{Chapter }{EnableFerretOverloads}}{4}{subsection.1.1.1}\protected@file@percent }
-\newlabel{EnableFerretOverloads}{{1.1.1}{4}{\textcolor {Chapter 
}{EnableFerretOverloads}}{subsection.1.1.1}{}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.2}\textcolor 
{Chapter }{FerretOverloadsEnabled}}{5}{subsection.1.1.2}\protected@file@percent 
}
-\newlabel{FerretOverloadsEnabled}{{1.1.2}{5}{\textcolor {Chapter 
}{FerretOverloadsEnabled}}{subsection.1.1.2}{}}
-\@writefile{toc}{\contentsline {section}{\numberline {1.2}\textcolor {Chapter 
}{Using 'Solve' to solve problems 
directly}}{5}{section.1.2}\protected@file@percent }
-\newlabel{Using 'Solve' to solve problems directly}{{1.2}{5}{\textcolor 
{Chapter }{Using 'Solve' to solve problems directly}}{section.1.2}{}}
-\@writefile{toc}{\contentsline {chapter}{\numberline {2}\textcolor {Chapter 
}{The Solve Method}}{6}{chapter.2}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\newlabel{SolveChapter}{{2}{6}{\textcolor {Chapter }{The Solve 
Method}}{chapter.2}{}}
-\@writefile{toc}{\contentsline {section}{\numberline {2.1}\textcolor {Chapter 
}{Methods of representing groups in 
Ferret}}{6}{section.2.1}\protected@file@percent }
-\newlabel{Representing groups in Ferret}{{2.1}{6}{\textcolor {Chapter 
}{Methods of representing groups in Ferret}}{section.2.1}{}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.1}\textcolor 
{Chapter }{ConStabilize (for an object and an 
action)}}{6}{subsection.2.1.1}\protected@file@percent }
-\newlabel{ConStabilize:for an object and an action}{{2.1.1}{6}{\textcolor 
{Chapter }{ConStabilize (for an object and an action)}}{subsection.2.1.1}{}}
-\newlabel{ConStabilize:for a transformation or partial 
perm}{{2.1.1}{6}{\textcolor {Chapter }{ConStabilize (for an object and an 
action)}}{subsection.2.1.1}{}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.2}\textcolor 
{Chapter }{ConInGroup}}{7}{subsection.2.1.2}\protected@file@percent }
-\newlabel{ConInGroup}{{2.1.2}{7}{\textcolor {Chapter 
}{ConInGroup}}{subsection.2.1.2}{}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.3}\textcolor 
{Chapter }{Solve}}{7}{subsection.2.1.3}\protected@file@percent }
-\newlabel{Solve}{{2.1.3}{7}{\textcolor {Chapter }{Solve}}{subsection.2.1.3}{}}
-\@writefile{toc}{\contentsline {chapter}{\numberline {3}\textcolor {Chapter 
}{Installing and Loading the Ferret 
Package}}{9}{chapter.3}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\newlabel{Installing and Loading the Ferret Package}{{3}{9}{\textcolor 
{Chapter }{Installing and Loading the Ferret Package}}{chapter.3}{}}
-\@writefile{toc}{\contentsline {section}{\numberline {3.1}\textcolor {Chapter 
}{Unpacking the Ferret Package}}{9}{section.3.1}\protected@file@percent }
-\newlabel{Unpacking the Ferret Package}{{3.1}{9}{\textcolor {Chapter 
}{Unpacking the Ferret Package}}{section.3.1}{}}
-\@writefile{toc}{\contentsline {section}{\numberline {3.2}\textcolor {Chapter 
}{Compiling Binaries of the Ferret 
Package}}{9}{section.3.2}\protected@file@percent }
-\newlabel{Compiling Binaries of the Ferret Package}{{3.2}{9}{\textcolor 
{Chapter }{Compiling Binaries of the Ferret Package}}{section.3.2}{}}
-\@writefile{toc}{\contentsline {section}{\numberline {3.3}\textcolor {Chapter 
}{Loading the Ferret Package}}{10}{section.3.3}\protected@file@percent }
-\newlabel{Loading the Ferret Package}{{3.3}{10}{\textcolor {Chapter }{Loading 
the Ferret Package}}{section.3.3}{}}
-\@writefile{toc}{\contentsline 
{chapter}{Index}{11}{section*.3}\protected@file@percent }
-\gdef \@abspage@last{11}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.blg 
new/ferret-1.0.10/doc/ferret.blg
--- old/ferret-1.0.9/doc/ferret.blg     2022-10-18 17:37:01.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.blg    1970-01-01 01:00:00.000000000 +0100
@@ -1,48 +0,0 @@
-This is BibTeX, Version 0.99d (TeX Live 2022/dev/Debian)
-Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
-The top-level auxiliary file: ferret.aux
-I found no \citation commands---while reading file ferret.aux
-I found no \bibdata command---while reading file ferret.aux
-I found no \bibstyle command---while reading file ferret.aux
-You've used 0 entries,
-            0 wiz_defined-function locations,
-            83 strings with 486 characters,
-and the built_in function-call counts, 0 in all, are:
-= -- 0
-> -- 0
-< -- 0
-+ -- 0
-- -- 0
-* -- 0
-:= -- 0
-add.period$ -- 0
-call.type$ -- 0
-change.case$ -- 0
-chr.to.int$ -- 0
-cite$ -- 0
-duplicate$ -- 0
-empty$ -- 0
-format.name$ -- 0
-if$ -- 0
-int.to.chr$ -- 0
-int.to.str$ -- 0
-missing$ -- 0
-newline$ -- 0
-num.names$ -- 0
-pop$ -- 0
-preamble$ -- 0
-purify$ -- 0
-quote$ -- 0
-skip$ -- 0
-stack$ -- 0
-substring$ -- 0
-swap$ -- 0
-text.length$ -- 0
-text.prefix$ -- 0
-top$ -- 0
-type$ -- 0
-warning$ -- 0
-while$ -- 0
-width$ -- 0
-write$ -- 0
-(There were 3 error messages)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.idx 
new/ferret-1.0.10/doc/ferret.idx
--- old/ferret-1.0.9/doc/ferret.idx     2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.idx    1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-\indexentry{Ferret package|hyperpage}{4}
-\indexentry{EnableFerretOverloads@\texttt  
{EnableFerretOverloads}|hyperpage}{4}
-\indexentry{FerretOverloadsEnabled@\texttt  
{FerretOverloadsEnabled}|hyperpage}{5}
-\indexentry{ConStabilize@\texttt  {ConStabilize}!for an object and an 
action|hyperpage}{6}
-\indexentry{ConStabilize@\texttt  {ConStabilize}!for a transformation or 
partial perm|hyperpage}{6}
-\indexentry{ConInGroup@\texttt  {ConInGroup}|hyperpage}{7}
-\indexentry{Solve@\texttt  {Solve}|hyperpage}{7}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.ilg 
new/ferret-1.0.10/doc/ferret.ilg
--- old/ferret-1.0.9/doc/ferret.ilg     2022-10-18 17:37:01.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.ilg    1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support).
-Scanning input file ferret.idx....done (7 entries accepted, 0 rejected).
-Sorting entries....done (23 comparisons).
-Generating output file ferret.ind....done (21 lines written, 0 warnings).
-Output written in ferret.ind.
-Transcript written in ferret.ilg.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.ind 
new/ferret-1.0.10/doc/ferret.ind
--- old/ferret-1.0.9/doc/ferret.ind     2022-10-18 17:37:01.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.ind    1970-01-01 01:00:00.000000000 +0100
@@ -1,21 +0,0 @@
-\begin{theindex}
-
-  \item \texttt  {ConInGroup}, \hyperpage{7}
-  \item \texttt  {ConStabilize}
-    \subitem for a transformation or partial perm, \hyperpage{6}
-    \subitem for an object and an action, \hyperpage{6}
-
-  \indexspace
-
-  \item \texttt  {EnableFerretOverloads}, \hyperpage{4}
-
-  \indexspace
-
-  \item Ferret package, \hyperpage{4}
-  \item \texttt  {FerretOverloadsEnabled}, \hyperpage{5}
-
-  \indexspace
-
-  \item \texttt  {Solve}, \hyperpage{7}
-
-\end{theindex}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.log 
new/ferret-1.0.10/doc/ferret.log
--- old/ferret-1.0.9/doc/ferret.log     2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.log    1970-01-01 01:00:00.000000000 +0100
@@ -1,552 +0,0 @@
-This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) 
(preloaded format=pdflatex 2022.3.24)  18 OCT 2022 17:37
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**ferret
-(./ferret.tex
-LaTeX2e <2021-11-15> patch level 1
-L3 programming layer <2022-01-21>
-(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
-Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
-(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo
-File: size11.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
-)
-\c@part=\count185
-\c@chapter=\count186
-\c@section=\count187
-\c@subsection=\count188
-\c@subsubsection=\count189
-\c@paragraph=\count190
-\c@subparagraph=\count191
-\c@figure=\count192
-\c@table=\count193
-\abovecaptionskip=\skip47
-\belowcaptionskip=\skip48
-\bibindent=\dimen138
-)
-(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
-Package: geometry 2020/01/02 v5.9 Page Geometry
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
-Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
-\KV@toks@=\toks16
-)
-(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
-Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
-
-(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
-Package: iftex 2020/03/06 v1.0d TeX engine tests
-))
-\Gm@cnth=\count194
-\Gm@cntv=\count195
-\c@Gm@tempcnt=\count196
-\Gm@bindingoffset=\dimen139
-\Gm@wd@mp=\dimen140
-\Gm@odd@mp=\dimen141
-\Gm@even@mp=\dimen142
-\Gm@layoutwidth=\dimen143
-\Gm@layoutheight=\dimen144
-\Gm@layouthoffset=\dimen145
-\Gm@layoutvoffset=\dimen146
-\Gm@dimlist=\toks17
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
-Package: amssymb 2013/01/14 v3.01 AMS font symbols
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
-Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
-\@emptytoks=\toks18
-\symAMSa=\mathgroup4
-\symAMSb=\mathgroup5
-LaTeX Font Info:    Redeclaring math symbol \hbar on input line 98.
-LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
-(Font)                  U/euf/m/n --> U/euf/b/n on input line 106.
-))
-(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
-Package: inputenc 2021/02/14 v1.3d Input encoding file
-\inpenc@prehook=\toks19
-\inpenc@posthook=\toks20
-)
-(/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
-Package: makeidx 2021/10/04 v1.0m Standard LaTeX package
-)
-\@indexfile=\write3
-\openout3 = `ferret.idx'.
-
-
-Writing index file ferret.idx
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
-Package: color 2021/12/07 v1.3c Standard LaTeX Color (DPC)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
-File: color.cfg 2016/01/02 v1.6 sample color configuration
-)
-Package color Info: Driver file: pdftex.def on input line 149.
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
-File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
-))
-(/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
-Package: fancyvrb 2021/12/21 4.1b verbatim text (tvz,hv)
-\FV@CodeLineNo=\count197
-\FV@InFile=\read2
-\FV@TabBox=\box50
-\c@FancyVerbLine=\count198
-\FV@StepNumber=\count199
-\FV@OutFile=\write4
-)
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/mathptmx.sty
-Package: mathptmx 2020/03/25 PSNFSS-v9.3 Times w/ Math, improved (SPQR, WaS) 
-LaTeX Font Info:    Redeclaring symbol font `operators' on input line 28.
-LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
-(Font)                  OT1/cmr/m/n --> OT1/ztmcm/m/n on input line 28.
-LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
-(Font)                  OT1/cmr/bx/n --> OT1/ztmcm/m/n on input line 28.
-LaTeX Font Info:    Redeclaring symbol font `letters' on input line 29.
-LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
-(Font)                  OML/cmm/m/it --> OML/ztmcm/m/it on input line 29.
-LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
-(Font)                  OML/cmm/b/it --> OML/ztmcm/m/it on input line 29.
-LaTeX Font Info:    Redeclaring symbol font `symbols' on input line 30.
-LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
-(Font)                  OMS/cmsy/m/n --> OMS/ztmcm/m/n on input line 30.
-LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
-(Font)                  OMS/cmsy/b/n --> OMS/ztmcm/m/n on input line 30.
-LaTeX Font Info:    Redeclaring symbol font `largesymbols' on input line 31.
-LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
-(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
-LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
-(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
-\symbold=\mathgroup6
-\symitalic=\mathgroup7
-LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 34.
-LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
-(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
-LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
-(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
-LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 35.
-LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
-(Font)                  OT1/cmr/m/it --> OT1/ptm/m/it on input line 35.
-LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
-(Font)                  OT1/cmr/bx/it --> OT1/ptm/m/it on input line 35.
-LaTeX Info: Redefining \hbar on input line 50.
-)
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty
-Package: helvet 2020/03/25 PSNFSS-v9.3 (WaS) 
-)
-(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
-Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
-LaTeX Font Info:    Trying to load font information for T1+ptm on input line 11
-2.
-
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd
-File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
-))
-(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
-Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
-)
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
-Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
-Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
-Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
-)
-
-(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty
-Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
-)
-Package pdftexcmds Info: \pdf@primitive is available.
-Package pdftexcmds Info: \pdf@ifprimitive is available.
-Package pdftexcmds Info: \pdfdraftmode found.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
-Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
-Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty
-Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty
-Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
-Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty
-Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
-Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
-)
-\@linkdim=\dimen147
-\Hy@linkcounter=\count266
-\Hy@pagecounter=\count267
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
-File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
-Now handling font encoding PD1 ...
-... no UTF-8 mapping file for font encoding PD1
-)
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
-File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la
-nguages
-)
-(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty
-Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty
-Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
-)
-\Hy@SavedSpaceFactor=\count268
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
-File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
-Now handling font encoding PU ...
-... no UTF-8 mapping file for font encoding PU
-)
-
-Package hyperref Warning: Unexpected value for option `pdftex'
-(hyperref)                is ignored on input line 4073.
-
-Package hyperref Info: Option `bookmarks' set `true' on input line 4073.
-
-Package hyperref Warning: Option `a4paper' is no longer used.
-
-Package hyperref Info: Option `colorlinks' set `true' on input line 4073.
-Package hyperref Info: Option `breaklinks' set `true' on input line 4073.
-Package hyperref Info: Hyper figures OFF on input line 4192.
-Package hyperref Info: Link nesting OFF on input line 4197.
-Package hyperref Info: Hyper index ON on input line 4200.
-Package hyperref Info: Plain pages OFF on input line 4207.
-Package hyperref Info: Backreferencing ON on input line 4210.
-Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
-Package hyperref Info: Bookmarks ON on input line 4445.
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/backref.sty
-Package: backref 2021/02/04 v1.41 Bibliographical back referencing
-
-(/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
-Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
-
-(/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty
-Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
-kage
-with kernel methods
-)
-(/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
-Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
-
-(/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
-Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
-)
-))
-Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
-86.
-))
-\c@Hy@tempcnt=\count269
-
-(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
-\Urlmuskip=\muskip16
-Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
-)
-LaTeX Info: Redefining \url on input line 4804.
-\XeTeXLinkMargin=\dimen148
-
-(/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
-Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
-)
-\Fld@menulength=\count270
-\Field@Width=\dimen149
-\Fld@charsize=\dimen150
-Package hyperref Info: Hyper figures OFF on input line 6076.
-Package hyperref Info: Link nesting OFF on input line 6081.
-Package hyperref Info: Hyper index ON on input line 6084.
-Package hyperref Info: backreferencing ON on input line 6089.
-Package hyperref Info: Link coloring ON on input line 6094.
-Package hyperref Info: Link coloring with OCG OFF on input line 6101.
-Package hyperref Info: PDF/A mode OFF on input line 6106.
-LaTeX Info: Redefining \ref on input line 6146.
-LaTeX Info: Redefining \pageref on input line 6150.
-
-(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty
-Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
-package with kernel methods
-)
-\Hy@abspage=\count271
-\c@Item=\count272
-\c@Hfootnote=\count273
-)
-Package hyperref Info: Driver: hpdftex.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
-File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX
-\Fld@listcount=\count274
-\c@bookmark@seq@number=\count275
-\Hy@SectionHShift=\skip49
-)
-\pagenrlog=\write5
-\openout5 = `ferret.pnr'.
-
-
-(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
-Package: enumitem 2019/06/20 v3.9 Customized lists
-\labelindent=\skip50
-\enit@outerparindent=\dimen151
-\enit@toks=\toks21
-\enit@inbox=\box51
-\enit@count@id=\count276
-\enitdp@description=\count277
-)
-(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
-File: l3backend-pdftex.def 2022-01-12 L3 backend support: PDF output (pdfTeX)
-\l__color_backend_stack_int=\count278
-\l__pdf_internal_box=\box52
-)
-(./ferret.aux)
-\openout1 = `ferret.aux'.
-
-LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-LaTeX Font Info:    Checking defaults for PU/pdf/m/n on input line 87.
-LaTeX Font Info:    ... okay on input line 87.
-
-*geometry* driver: auto-detecting
-*geometry* detected driver: pdftex
-*geometry* verbose mode - [ preamble ] result:
-* driver: pdftex
-* paper: a4paper
-* layout: <same size as paper>
-* layoutoffset:(h,v)=(0.0pt,0.0pt)
-* modes: 
-* h-part:(L,W,R)=(76.82243pt, 443.863pt, 76.82243pt)
-* v-part:(T,H,B)=(105.27519pt, 634.49646pt, 105.27519pt)
-* \paperwidth=597.50787pt
-* \paperheight=845.04684pt
-* \textwidth=443.863pt
-* \textheight=634.49646pt
-* \oddsidemargin=4.55244pt
-* \evensidemargin=4.55244pt
-* \topmargin=-3.9948pt
-* \headheight=12.0pt
-* \headsep=25.0pt
-* \topskip=11.0pt
-* \footskip=30.0pt
-* \marginparwidth=50.0pt
-* \marginparsep=10.0pt
-* \columnsep=10.0pt
-* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
-* \hoffset=0.0pt
-* \voffset=0.0pt
-* \mag=1000
-* \@twocolumnfalse
-* \@twosidefalse
-* \@mparswitchfalse
-* \@reversemarginfalse
-* (1in=72.27pt=25.4mm, 1cm=28.453pt)
-
-(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
-[Loading MPS to PDF converter (version 2006.09.02).]
-\scratchcounter=\count279
-\scratchdimen=\dimen152
-\scratchbox=\box53
-\nofMPsegments=\count280
-\nofMParguments=\count281
-\everyMPshowfont=\toks22
-\MPscratchCnt=\count282
-\MPscratchDim=\dimen153
-\MPnumerator=\count283
-\makeMPintoPDFobject=\count284
-\everyMPtoPDFconversion=\toks23
-)
-\big@size=\dimen154
-Package hyperref Info: Link coloring ON on input line 87.
- (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
-Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
-
-(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty
-Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
-Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
-)
-\c@section@level=\count285
-)
-LaTeX Info: Redefining \ref on input line 87.
-LaTeX Info: Redefining \pageref on input line 87.
-LaTeX Info: Redefining \nameref on input line 87.
-
-(./ferret.out) (./ferret.out)
-\@outlinefile=\write6
-\openout6 = `ferret.out'.
-
-
-
-Package hyperref Warning: Token not allowed in a PDF string (Unicode):
-(hyperref)                removing `\\' on input line 107.
-
-LaTeX Font Info:    Trying to load font information for T1+cmtt on input line 1
-13.
-(/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd
-File: t1cmtt.fd 2019/12/16 v2.5j Standard LaTeX font definitions
-)
-Underfull \hbox (badness 10000) in paragraph at lines 115--119
-
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 110--121
-
- []
-
-[1
-
-{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
-LaTeX Font Info:    Trying to load font information for TS1+ptm on input line 1
-27.
-
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd
-File: ts1ptm.fd 2001/06/04 font definitions for TS1/ptm.
-)
-Underfull \hbox (badness 10000) in paragraph at lines 127--128
-
- []
-
-[2] (./ferret.toc
-LaTeX Font Info:    Trying to load font information for OT1+ztmcm on input line
- 2.
- (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
-File: ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
-)
-LaTeX Font Info:    Trying to load font information for OML+ztmcm on input line
- 2.
-
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/omlztmcm.fd
-File: omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
-)
-LaTeX Font Info:    Trying to load font information for OMS+ztmcm on input line
- 2.
-
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/omsztmcm.fd
-File: omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
-)
-LaTeX Font Info:    Trying to load font information for OMX+ztmcm on input line
- 2.
-
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/omxztmcm.fd
-File: omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
-)
-LaTeX Font Info:    Trying to load font information for OT1+ptm on input line 2
-.
-
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1ptm.fd
-File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
-)
-LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <10.95> not available
-(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 2.
-LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <8> not available
-(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 2.
-LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <6> not available
-(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 2.
-)
-\tf@toc=\write7
-\openout7 = `ferret.toc'.
-
- [3
-
-]
-Chapter 1.
-LaTeX Font Info:    Trying to load font information for T1+phv on input line 14
-0.
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd
-File: t1phv.fd 2020/03/25 scalable font definitions for T1/phv.
-)
-Underfull \hbox (badness 10000) in paragraph at lines 176--179
-
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 189--192
-
- []
-
-[4
-
-]
-LaTeX Font Info:    Font shape `T1/cmtt/bx/n' in size <10> not available
-(Font)              Font shape `T1/cmtt/m/n' tried instead on input line 216.
- [5]
-Chapter 2.
-
-Underfull \hbox (badness 10000) in paragraph at lines 255--261
-
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 275--278
-
- []
-
-[6
-
-]
-Underfull \hbox (badness 10000) in paragraph at lines 289--292
-
- []
-
-LaTeX Font Info:    Font shape `T1/cmtt/bx/n' in size <10.95> not available
-(Font)              Font shape `T1/cmtt/m/n' tried instead on input line 297.
-[7] [8]
-Chapter 3.
-[9
-
-] [10] (./ferret.ind [11
-
-
-
-]) (./ferret.aux)
-Package rerunfilecheck Info: File `ferret.out' has not changed.
-(rerunfilecheck)             Checksum: A53F4A35F77FD05163671558AD9DEDF1;2024.
- ) 
-Here is how much of TeX's memory you used:
- 10482 strings out of 478287
- 163394 string characters out of 5849289
- 455144 words of memory out of 5000000
- 28473 multiletter control sequences out of 15000+600000
- 534042 words of font info for 96 fonts, out of 8000000 for 9000
- 1141 hyphenation exceptions out of 8191
- 87i,6n,91p,438b,603s stack positions out of 5000i,500n,10000p,200000b,80000s
-{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t1.enc}{/usr/share/texliv
-e/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texlive/texmf-dist/fonts/t
-ype1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/p
-ublic/amsfonts/cm/cmr10.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfst1
-095.pfb></usr/share/texmf/fonts/type1/public/cm-super/sftt1000.pfb></usr/share/
-texmf/fonts/type1/public/cm-super/sftt1095.pfb></usr/share/texlive/texmf-dist/f
-onts/type1/urw/helvetic/uhvr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/u
-rw/times/utmb8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a
-.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/shar
-e/texlive/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
-Output written on ferret.pdf (11 pages, 180205 bytes).
-PDF statistics:
- 213 PDF objects out of 1000 (max. 8388607)
- 178 compressed objects within 2 object streams
- 44 named destinations out of 1000 (max. 500000)
- 81 words of extra memory for PDF output out of 10000 (max. 10000000)
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.out 
new/ferret-1.0.10/doc/ferret.out
--- old/ferret-1.0.9/doc/ferret.out     2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.out    1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-\BOOKMARK 
[0][-]{chapter.1}{\376\377\000T\000h\000e\000\040\000F\000e\000r\000r\000e\000t\000\040\000P\000a\000c\000k\000a\000g\000e}{}%
 1
-\BOOKMARK 
[1][-]{section.1.1}{\376\377\000R\000e\000p\000l\000a\000c\000i\000n\000g\000\040\000B\000u\000i\000l\000t\000-\000i\000n\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000a\000l\000i\000t\000y}{chapter.1}%
 2
-\BOOKMARK 
[1][-]{section.1.2}{\376\377\000U\000s\000i\000n\000g\000\040\000'\000S\000o\000l\000v\000e\000'\000\040\000t\000o\000\040\000s\000o\000l\000v\000e\000\040\000p\000r\000o\000b\000l\000e\000m\000s\000\040\000d\000i\000r\000e\000c\000t\000l\000y}{chapter.1}%
 3
-\BOOKMARK 
[0][-]{chapter.2}{\376\377\000T\000h\000e\000\040\000S\000o\000l\000v\000e\000\040\000M\000e\000t\000h\000o\000d}{}%
 4
-\BOOKMARK 
[1][-]{section.2.1}{\376\377\000M\000e\000t\000h\000o\000d\000s\000\040\000o\000f\000\040\000r\000e\000p\000r\000e\000s\000e\000n\000t\000i\000n\000g\000\040\000g\000r\000o\000u\000p\000s\000\040\000i\000n\000\040\000F\000e\000r\000r\000e\000t}{chapter.2}%
 5
-\BOOKMARK 
[0][-]{chapter.3}{\376\377\000I\000n\000s\000t\000a\000l\000l\000i\000n\000g\000\040\000a\000n\000d\000\040\000L\000o\000a\000d\000i\000n\000g\000\040\000t\000h\000e\000\040\000F\000e\000r\000r\000e\000t\000\040\000P\000a\000c\000k\000a\000g\000e}{}%
 6
-\BOOKMARK 
[1][-]{section.3.1}{\376\377\000U\000n\000p\000a\000c\000k\000i\000n\000g\000\040\000t\000h\000e\000\040\000F\000e\000r\000r\000e\000t\000\040\000P\000a\000c\000k\000a\000g\000e}{chapter.3}%
 7
-\BOOKMARK 
[1][-]{section.3.2}{\376\377\000C\000o\000m\000p\000i\000l\000i\000n\000g\000\040\000B\000i\000n\000a\000r\000i\000e\000s\000\040\000o\000f\000\040\000t\000h\000e\000\040\000F\000e\000r\000r\000e\000t\000\040\000P\000a\000c\000k\000a\000g\000e}{chapter.3}%
 8
-\BOOKMARK 
[1][-]{section.3.3}{\376\377\000L\000o\000a\000d\000i\000n\000g\000\040\000t\000h\000e\000\040\000F\000e\000r\000r\000e\000t\000\040\000P\000a\000c\000k\000a\000g\000e}{chapter.3}%
 9
-\BOOKMARK [0][-]{section*.3}{\376\377\000I\000n\000d\000e\000x}{}% 10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.pnr 
new/ferret-1.0.10/doc/ferret.pnr
--- old/ferret-1.0.9/doc/ferret.pnr     2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.pnr    1970-01-01 01:00:00.000000000 +0100
@@ -1,21 +0,0 @@
-PAGENRS := [
-[ 0, 0, 0 ], 1,
-[ 0, 0, 1 ], 2,
-[ 0, 0, 2 ], 3,
-[ 1, 0, 0 ], 4,
-[ 1, 1, 0 ], 4,
-[ 1, 1, 1 ], 4,
-[ 1, 1, 2 ], 5,
-[ 1, 2, 0 ], 5,
-[ 2, 0, 0 ], 6,
-[ 2, 1, 0 ], 6,
-[ 2, 1, 1 ], 6,
-[ 2, 1, 2 ], 7,
-[ 2, 1, 3 ], 7,
-[ 3, 0, 0 ], 9,
-[ 3, 1, 0 ], 9,
-[ 3, 2, 0 ], 9,
-[ 3, 3, 0 ], 10,
-[ "Ind", 0, 0 ], 11,
-["Ind", 0, 0], 12,
-["End"], 12];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/ferret.toc 
new/ferret-1.0.10/doc/ferret.toc
--- old/ferret-1.0.9/doc/ferret.toc     2022-10-18 17:37:02.000000000 +0200
+++ new/ferret-1.0.10/doc/ferret.toc    1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-\contentsline {chapter}{\numberline {1}\textcolor {Chapter }{The Ferret 
Package}}{4}{chapter.1}%
-\contentsline {section}{\numberline {1.1}\textcolor {Chapter }{Replacing 
Built-in functionality}}{4}{section.1.1}%
-\contentsline {subsection}{\numberline {1.1.1}\textcolor {Chapter 
}{EnableFerretOverloads}}{4}{subsection.1.1.1}%
-\contentsline {subsection}{\numberline {1.1.2}\textcolor {Chapter 
}{FerretOverloadsEnabled}}{5}{subsection.1.1.2}%
-\contentsline {section}{\numberline {1.2}\textcolor {Chapter }{Using 'Solve' 
to solve problems directly}}{5}{section.1.2}%
-\contentsline {chapter}{\numberline {2}\textcolor {Chapter }{The Solve 
Method}}{6}{chapter.2}%
-\contentsline {section}{\numberline {2.1}\textcolor {Chapter }{Methods of 
representing groups in Ferret}}{6}{section.2.1}%
-\contentsline {subsection}{\numberline {2.1.1}\textcolor {Chapter 
}{ConStabilize (for an object and an action)}}{6}{subsection.2.1.1}%
-\contentsline {subsection}{\numberline {2.1.2}\textcolor {Chapter 
}{ConInGroup}}{7}{subsection.2.1.2}%
-\contentsline {subsection}{\numberline {2.1.3}\textcolor {Chapter 
}{Solve}}{7}{subsection.2.1.3}%
-\contentsline {chapter}{\numberline {3}\textcolor {Chapter }{Installing and 
Loading the Ferret Package}}{9}{chapter.3}%
-\contentsline {section}{\numberline {3.1}\textcolor {Chapter }{Unpacking the 
Ferret Package}}{9}{section.3.1}%
-\contentsline {section}{\numberline {3.2}\textcolor {Chapter }{Compiling 
Binaries of the Ferret Package}}{9}{section.3.2}%
-\contentsline {section}{\numberline {3.3}\textcolor {Chapter }{Loading the 
Ferret Package}}{10}{section.3.3}%
-\contentsline {chapter}{Index}{11}{section*.3}%
Binary files old/ferret-1.0.9/doc/manual.pdf and 
new/ferret-1.0.10/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/doc/title.xml 
new/ferret-1.0.10/doc/title.xml
--- old/ferret-1.0.9/doc/title.xml      2022-10-18 17:37:00.000000000 +0200
+++ new/ferret-1.0.10/doc/title.xml     2024-01-22 09:55:41.000000000 +0100
@@ -9,7 +9,7 @@
     Backtrack Search in Permutation Groups
   </Subtitle>
   <Version>
-    1.0.9
+    1.0.10
   </Version>
   <Author>
     Christopher Jefferson<Alt Only="LaTeX"><Br/></Alt>
@@ -23,7 +23,7 @@
 
   </Author>
   <Date>
-    18 October 2022
+    22 January 2024
   </Date>
   <Copyright>
     &copyright; by Christopher Jefferson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/gap_cpp_headers/gap_function.hpp 
new/ferret-1.0.10/gap_cpp_headers/gap_function.hpp
--- old/ferret-1.0.9/gap_cpp_headers/gap_function.hpp   2022-10-18 
17:36:38.000000000 +0200
+++ new/ferret-1.0.10/gap_cpp_headers/gap_function.hpp  2024-01-22 
09:46:32.000000000 +0100
@@ -17,7 +17,10 @@
     { }
 
     void setName(std::string s)
-    { name = s; }
+    {
+        name = s;
+        obj = 0;
+    }
 
     const std::string& getName()
     { return name; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/m4/find_gap.m4 
new/ferret-1.0.10/m4/find_gap.m4
--- old/ferret-1.0.9/m4/find_gap.m4     2022-10-18 17:36:38.000000000 +0200
+++ new/ferret-1.0.10/m4/find_gap.m4    2024-01-22 09:46:32.000000000 +0100
@@ -55,6 +55,7 @@
   if test "x$GAParch" != "x"; then
     GAPARCH=$GAParch
   fi
+  AC_MSG_RESULT($GAPARCH)
 
   if test "x$GAPARCH" = "xUnknown" ; then
     echo ""
@@ -91,7 +92,6 @@
   AC_SUBST(GAP_CPPFLAGS)
   AC_SUBST(GAP_CFLAGS)
   AC_SUBST(GAP_LDFLAGS)
-  AC_SUBST(GAP_LIBS)
 
   AC_LANG_POP([C])
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ferret-1.0.9/nongap-tst/symmetry_detect/symmetry_detect_test.sh 
new/ferret-1.0.10/nongap-tst/symmetry_detect/symmetry_detect_test.sh
--- old/ferret-1.0.9/nongap-tst/symmetry_detect/symmetry_detect_test.sh 
2022-10-18 17:36:38.000000000 +0200
+++ new/ferret-1.0.10/nongap-tst/symmetry_detect/symmetry_detect_test.sh        
2024-01-22 09:46:32.000000000 +0100
@@ -11,7 +11,7 @@
 #run savilerow if eprime symmetry detect if json, exit if invalid args
 if [ "$1" = "-json" ] ; then
        json=${2}
-        $(dirname $0)/jsonToGap.py <(symmetry_detect --json "$json")  "$3" | 
gap.sh -q | grep 'true' > /dev/null
+        $(dirname $0)/jsonToGap.py <(symmetry_detect --json "$json")  "$3" | 
gap -q | grep 'true' > /dev/null
        status=$?
 elif [ "$1" = "-eprime" ]  ; then
        savilerow "$2" -var-sym-breaking > /dev/null
@@ -20,7 +20,7 @@
                exit 2
        fi
        json=${2}.json
-       $(dirname $0)/jsonToGap.py <(symmetry_detect --json "$json") "$3" | 
gap.sh -q | grep 'true' > /dev/null
+       $(dirname $0)/jsonToGap.py <(symmetry_detect --json "$json") "$3" | gap 
-q | grep 'true' > /dev/null
        status=$?
        else
                echo $usage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ferret-1.0.9/src/ferret.cc 
new/ferret-1.0.10/src/ferret.cc
--- old/ferret-1.0.9/src/ferret.cc      2022-10-18 17:36:38.000000000 +0200
+++ new/ferret-1.0.10/src/ferret.cc     2024-01-22 09:46:32.000000000 +0100
@@ -85,6 +85,20 @@
     return 0;
 }
 
+static Int PostRestore (
+    StructInitInfo *    module )
+{
+#define FUNOBJ(x,y) FunObj_##x .setName(y);
+#include "generated_headers/function_objs.h"
+
+
+#define RNAM(x) RName_ ## x = RNamName(#x);
+#include "generated_headers/RNamNames_list.h"
+
+    /* return success                                                      */
+    return 0;
+}
+
 
 /****************************************************************************
 **
@@ -103,7 +117,7 @@
  /* checkInit   = */ 0,
  /* preSave     = */ 0,
  /* postSave    = */ 0,
- /* postRestore = */ 0
+ /* postRestore = */ PostRestore
 };
 
 StructInitInfo * Init__Dynamic ( void )

Reply via email to