groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ./ChangeLog src/preproc/preconv/preconv.cpp


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog src/preproc/preconv/preconv.cpp
Date: Sat, 21 Jan 2006 12:27:44 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 06/01/21 12:27:44

Modified files:
        .              : ChangeLog 
        src/preproc/preconv: preconv.cpp 

Log message:
        * src/preproc/preconv/preconv.cpp (main): Set program_name.  Bug
        reported by Alexander E. Patrakov <address@hidden>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/groff/ChangeLog.diff?tr1=1.887&tr2=1.888&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/src/preproc/preconv/preconv.cpp.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.887 groff/ChangeLog:1.888
--- groff/ChangeLog:1.887       Thu Jan 19 16:18:45 2006
+++ groff/ChangeLog     Sat Jan 21 12:27:44 2006
@@ -1,3 +1,8 @@
+2006-01-21  Werner LEMBERG  <address@hidden>
+
+       * src/preproc/preconv/preconv.cpp (main): Set program_name.  Bug
+       reported by Alexander E. Patrakov <address@hidden>.
+
 2006-01-19  Bruno Haible  <address@hidden>
 
        Let `make -k install' install more files.
Index: groff/src/preproc/preconv/preconv.cpp
diff -u groff/src/preproc/preconv/preconv.cpp:1.9 
groff/src/preproc/preconv/preconv.cpp:1.10
--- groff/src/preproc/preconv/preconv.cpp:1.9   Tue Jan 10 09:43:43 2006
+++ groff/src/preproc/preconv/preconv.cpp       Sat Jan 21 12:27:44 2006
@@ -1097,6 +1097,7 @@
 int
 main(int argc, char **argv)
 {
+  program_name = argv[0];
   // Determine the default encoding.  This must be done before
   // getopt() is called since the usage message shows the default
   // encoding.




reply via email to

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