groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/src/libs/libgroff glyphuni.cpp make-uniun...


From: Werner LEMBERG
Subject: [Groff-commit] groff/src/libs/libgroff glyphuni.cpp make-uniun...
Date: Tue, 26 Sep 2006 21:24:55 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     06/09/26 21:24:55

Modified files:
        src/libs/libgroff: glyphuni.cpp make-uniuni uniglyph.cpp 
                           uniuni.cpp 

Log message:
        formatting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/libs/libgroff/glyphuni.cpp?cvsroot=groff&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/groff/src/libs/libgroff/make-uniuni?cvsroot=groff&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/groff/src/libs/libgroff/uniglyph.cpp?cvsroot=groff&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/groff/src/libs/libgroff/uniuni.cpp?cvsroot=groff&r1=1.4&r2=1.5

Patches:
Index: glyphuni.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/libs/libgroff/glyphuni.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- glyphuni.cpp        24 Feb 2006 08:08:42 -0000      1.12
+++ glyphuni.cpp        26 Sep 2006 21:24:55 -0000      1.13
@@ -512,7 +512,8 @@
   glyph_to_unicode_init();
 } _glyph_to_unicode_init;
 
-glyph_to_unicode_init::glyph_to_unicode_init() {
+glyph_to_unicode_init::glyph_to_unicode_init()
+{
   for (unsigned int i = 0;
        i < sizeof(glyph_to_unicode_list)/sizeof(glyph_to_unicode_list[0]);
        i++) {

Index: make-uniuni
===================================================================
RCS file: /cvsroot/groff/groff/src/libs/libgroff/make-uniuni,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- make-uniuni 9 Dec 2005 18:12:30 -0000       1.1
+++ make-uniuni 26 Sep 2006 21:24:55 -0000      1.2
@@ -2,7 +2,7 @@
 #
 # make-uniuni -- script for creating the file uniuni.cpp
 #
-# Copyright (C) 2005
+# Copyright (C) 2005, 2006
 # Free Software Foundation, Inc.
 #      Written by Werner Lemberg <address@hidden>
 #
@@ -141,7 +141,8 @@
   unicode_decompose_init();
 } _unicode_decompose_init;
 
-unicode_decompose_init::unicode_decompose_init() {
+unicode_decompose_init::unicode_decompose_init()
+{
   for (unsigned int i = 0;
        i < sizeof(unicode_decompose_list)/sizeof(unicode_decompose_list[0]);
        i++) {

Index: uniglyph.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/libs/libgroff/uniglyph.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- uniglyph.cpp        24 Feb 2006 08:08:42 -0000      1.6
+++ uniglyph.cpp        26 Sep 2006 21:24:55 -0000      1.7
@@ -486,7 +486,8 @@
   unicode_to_glyph_init();
 } _unicode_to_glyph_init;
 
-unicode_to_glyph_init::unicode_to_glyph_init() {
+unicode_to_glyph_init::unicode_to_glyph_init()
+{
   for (unsigned int i = 0;
        i < sizeof(unicode_to_glyph_list)/sizeof(unicode_to_glyph_list[0]);
        i++) {

Index: uniuni.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/libs/libgroff/uniuni.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- uniuni.cpp  9 Dec 2005 18:12:30 -0000       1.4
+++ uniuni.cpp  26 Sep 2006 21:24:55 -0000      1.5
@@ -2084,7 +2084,8 @@
   unicode_decompose_init();
 } _unicode_decompose_init;
 
-unicode_decompose_init::unicode_decompose_init() {
+unicode_decompose_init::unicode_decompose_init()
+{
   for (unsigned int i = 0;
        i < sizeof(unicode_decompose_list)/sizeof(unicode_decompose_list[0]);
        i++) {




reply via email to

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