]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen master
authorTinderbox User <tbox@isc.org>
Sat, 5 Aug 2017 01:14:25 +0000 (01:14 +0000)
committerTinderbox User <tbox@isc.org>
Sat, 5 Aug 2017 01:14:25 +0000 (01:14 +0000)
configure
doc/arm/Bv9ARM.ch09.html
doc/arm/notes.html

index d8b47fd9202a145523944e849a69e0174073afda..81818c563e83852b7e531a6e39b69dbc96c3e957 100755 (executable)
--- a/configure
+++ b/configure
@@ -960,7 +960,6 @@ infodir
 docdir
 oldincludedir
 includedir
-runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -1117,7 +1116,6 @@ datadir='${datarootdir}'
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1370,15 +1368,6 @@ do
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
 
-  -runstatedir | --runstatedir | --runstatedi | --runstated \
-  | --runstate | --runstat | --runsta | --runst | --runs \
-  | --run | --ru | --r)
-    ac_prev=runstatedir ;;
-  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
-  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
-  | --run=* | --ru=* | --r=*)
-    runstatedir=$ac_optarg ;;
-
   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
     ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1516,7 +1505,7 @@ fi
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                datadir sysconfdir sharedstatedir localstatedir includedir \
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-               libdir localedir mandir runstatedir
+               libdir localedir mandir
 do
   eval ac_val=\$$ac_var
   # Remove trailing slashes.
@@ -1669,7 +1658,6 @@ Fine tuning of the installation directories:
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
index bfbc1fad8b89bf0d61105034c51914366423bfcb..4466f394dcc71949428d0bc29768639b8fc8e8c9 100644 (file)
       </li>
 <li class="listitem">
        <p>
-         Query logic has been substantially refactored (e.g. query_find
-         function has been split into smaller functions) for improved
-         readability, maintainability and testability. [RT #43929]
        </p>
       </li>
+<li class="listitem">
+       <p>
+         Several areas of code have been refactored for improved
+         readability, maintainability, and testability:
+       </p>
+       <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+           <p>
+             The <span class="command"><strong>named</strong></span> query logic implemented in
+             <span class="command"><strong>query_find()</strong></span> has been split into
+             smaller functions with a context structure to maintain state
+             between them, and extensive comments have been added.
+             [RT #43929]
+           </p>
+         </li>
+<li class="listitem">
+           <p>
+             Similarly the iterative query logic implemented in
+             <span class="command"><strong>resquery_response()</strong></span> function has been
+             split into smaller functions and comments added. [RT #45362]
+           </p>
+         </li>
+</ul></div>
+      </li>
 <li class="listitem">
        <p>
          <span class="command"><strong>dnstap</strong></span> logfiles can now be configured to
index 4f209923c9cae8e2e8f6ba494eb85d650665d384..bd6874963e8e7ff272d36014fc68c72771b516da 100644 (file)
       </li>
 <li class="listitem">
        <p>
-         Query logic has been substantially refactored (e.g. query_find
-         function has been split into smaller functions) for improved
-         readability, maintainability and testability. [RT #43929]
        </p>
       </li>
+<li class="listitem">
+       <p>
+         Several areas of code have been refactored for improved
+         readability, maintainability, and testability:
+       </p>
+       <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+           <p>
+             The <span class="command"><strong>named</strong></span> query logic implemented in
+             <span class="command"><strong>query_find()</strong></span> has been split into
+             smaller functions with a context structure to maintain state
+             between them, and extensive comments have been added.
+             [RT #43929]
+           </p>
+         </li>
+<li class="listitem">
+           <p>
+             Similarly the iterative query logic implemented in
+             <span class="command"><strong>resquery_response()</strong></span> function has been
+             split into smaller functions and comments added. [RT #45362]
+           </p>
+         </li>
+</ul></div>
+      </li>
 <li class="listitem">
        <p>
          <span class="command"><strong>dnstap</strong></span> logfiles can now be configured to