[latex3-commits] [l3svn] r7305 - Remove mention of syntax round+, round-, deprecated years ago

noreply at latex-project.org noreply at latex-project.org
Sun Jun 25 17:45:12 CEST 2017


Author: bruno
Date: 2017-06-25 17:45:10 +0200 (Sun, 25 Jun 2017)
New Revision: 7305

Modified:
   trunk/l3kernel/l3fp-round.dtx
   trunk/l3kernel/l3fp.dtx
Log:
Remove mention of syntax round+, round-, deprecated years ago


Modified: trunk/l3kernel/l3fp-round.dtx
===================================================================
--- trunk/l3kernel/l3fp-round.dtx	2017-06-25 10:41:20 UTC (rev 7304)
+++ trunk/l3kernel/l3fp-round.dtx	2017-06-25 15:45:10 UTC (rev 7305)
@@ -89,7 +89,16 @@
 %     \@@_parse_round_deprecation_error:Nw
 %   }
 % \begin{macro}[aux, deprecated = 2017-12-31]{round+, round0, round-}
-%   This looks for |+|, |-|, |0| after |round|.  That syntax is deprecated.
+%   This looks for |+|, |-|, |0| after |round|.  That syntax was
+%   deprecated in 2013 but the system to tell users about deprecated
+%   syntax was not really available then, so we did not have anything
+%   set up.  The date |2016-07-01| is arbitrary, chosen so that
+%   \pkg{l3doc} will complain when the syntax should be removed by
+%   removing everything until the last \cs{fi:} in
+%   \cs{@@_parse_word_round:N} (and getting rid of the unused
+%   definitions of \cs{@@_parse_round:Nw} and
+%   \cs{@@_parse_round_deprecation_error:Nw} here and in
+%   \pkg{l3deprecation}, perhaps also of the |fp-deprecated| error).
 %    \begin{macrocode}
 \cs_new:Npn \@@_parse_word_round:N #1#2
   {

Modified: trunk/l3kernel/l3fp.dtx
===================================================================
--- trunk/l3kernel/l3fp.dtx	2017-06-25 10:41:20 UTC (rev 7304)
+++ trunk/l3kernel/l3fp.dtx	2017-06-25 15:45:10 UTC (rev 7305)
@@ -1005,13 +1005,13 @@
 %       multiple closest to $0$ is chosen (\enquote{ties to zero}),
 %       if $t$ is positive/negative the multiple closest to $\infty$/$-\infty$ is chosen
 %       (\enquote{ties towards positive/negative infinity}).
-%     \item |floor|, or the deprecated |round-|, yields the largest
+%     \item |floor| yields the largest
 %       multiple of~$10^{-n}$ smaller or equal to~$x$ (\enquote{round
 %         towards negative infinity});
-%     \item |ceil|, or the deprecated |round+|, yields the smallest
+%     \item |ceil| yields the smallest
 %       multiple of~$10^{-n}$ greater or equal to~$x$ (\enquote{round
 %         towards positive infinity});
-%     \item |trunc|, or the deprecated |round0|, yields a multiple
+%     \item |trunc| yields a multiple
 %       of~$10^{-n}$ with the same sign as~$x$ and with the largest
 %       absolute value less that that of~$x$ (\enquote{round towards
 %         zero}).



More information about the latex3-commits mailing list