texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7420] remove commented-out lines


From: gavinsmith0123
Subject: [7420] remove commented-out lines
Date: Wed, 28 Sep 2016 20:06:19 +0000 (UTC)

Revision: 7420
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7420
Author:   gavin
Date:     2016-09-28 20:06:19 +0000 (Wed, 28 Sep 2016)
Log Message:
-----------
remove commented-out lines

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/Texinfo/Report.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-09-27 20:46:55 UTC (rev 7419)
+++ trunk/ChangeLog     2016-09-28 20:06:19 UTC (rev 7420)
@@ -1,3 +1,10 @@
+2016-09-28  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Parser.pm: Remove commented out "use POSIX" 
+       declaration.
+       * tp/Texinfo/Report.pm (gdt): Remove commented-out calls to 
+       POSIX::setlocale.
+
 2016-09-24  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/HTML.pm,

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2016-09-27 20:46:55 UTC (rev 7419)
+++ trunk/tp/Texinfo/Parser.pm  2016-09-28 20:06:19 UTC (rev 7420)
@@ -48,8 +48,6 @@
 # here, but Clone is not in perl core modules, so we use Storable::dclone.
 use Storable qw(dclone); # standard in 5.007003
 
-#use POSIX qw(setlocale LC_ALL LC_CTYPE LC_MESSAGES);
-
 # commands definitions
 use Texinfo::Common;
 # Error reporting and counting, translation of strings.

Modified: trunk/tp/Texinfo/Report.pm
===================================================================
--- trunk/tp/Texinfo/Report.pm  2016-09-27 20:46:55 UTC (rev 7419)
+++ trunk/tp/Texinfo/Report.pm  2016-09-28 20:06:19 UTC (rev 7420)
@@ -255,10 +255,6 @@
 
   my $saved_env_LC_ALL = $ENV{'LC_ALL'};
   my $saved_LANGUAGE = $ENV{'LANGUAGE'};
-#  my $saved_LANG = $ENV{'LANG'};
-#  my $saved_LC_ALL = POSIX::setlocale (LC_ALL);
-#  my $saved_LC_CTYPE = POSIX::setlocale (LC_CTYPE);
-#  my $saved_LC_MESSAGES = POSIX::setlocale (LC_MESSAGES);
 
   Locale::Messages::textdomain($strings_textdomain);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]