groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ./ChangeLog src/roff/nroff/nroff.sh


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog src/roff/nroff/nroff.sh
Date: Tue, 25 Jan 2005 15:39:15 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/01/25 20:39:15

Modified files:
        .              : ChangeLog 
        src/roff/nroff : nroff.sh 

Log message:
        * src/roff/nroff/nroff.sh: Handle `*.ISO8859-1' in locale.  From
        NetBSD bin/29114.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.780&tr2=1.781&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/src/roff/nroff/nroff.sh.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.780 groff/ChangeLog:1.781
--- groff/ChangeLog:1.780       Mon Jan 24 08:26:19 2005
+++ groff/ChangeLog     Tue Jan 25 20:39:14 2005
@@ -1,3 +1,8 @@
+2005-01-25  Werner LEMBERG  <address@hidden>
+
+       * src/roff/nroff/nroff.sh: Handle `*.ISO8859-1' in locale.  From
+       NetBSD bin/29114.
+
 2005-01-22  Ruslan Ermilov  <address@hidden>
 
        * tmac/doc.tmac (Sm): Improved.  It didn't work properly in many
@@ -12,7 +17,7 @@
 
        * src/libs/libdriver/input.cpp (delete_current_env, do_file):
        Reset pointers to zero after deallocation.  This fixes a crash
-       if a driver is called with multiple output files.  Reported by
+       if a driver is called with multiple input files.  Reported by
        Ken Chilton <address@hidden>.
 
        * src/devices/grops/grops.man: Add more info on DSC.
Index: groff/src/roff/nroff/nroff.sh
diff -u groff/src/roff/nroff/nroff.sh:1.15 groff/src/roff/nroff/nroff.sh:1.16
--- groff/src/roff/nroff/nroff.sh:1.15  Wed Apr  7 17:46:00 2004
+++ groff/src/roff/nroff/nroff.sh       Tue Jan 25 20:39:15 2005
@@ -16,7 +16,7 @@
     case "${LC_ALL-${LC_CTYPE-${LANG}}}" in
       *.UTF-8)
         T=-Tutf8 ;;
-      iso_8859_1 | *.ISO-8859-1)
+      iso_8859_1 | *.ISO-8859-1 | *.ISO8859-1)
         T=-Tlatin1 ;;
       *.IBM-1047)
         T=-Tcp1047 ;;




reply via email to

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