freetype-cvs
[Top][All Lists]
Advanced

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

[ft-cvs] freetype2 ChangeLog src/base/ftutil.c


From: Werner LEMBERG
Subject: [ft-cvs] freetype2 ChangeLog src/base/ftutil.c
Date: Sun, 04 Jun 2006 15:17:41 +0000

CVSROOT:        /cvsroot/freetype
Module name:    freetype2
Changes by:     Werner LEMBERG <wl>     06/06/04 15:17:41

Modified files:
        .              : ChangeLog 
        src/base       : ftutil.c 

Log message:
        formatting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/freetype2/ChangeLog?cvsroot=freetype&r1=1.1343&r2=1.1344
http://cvs.savannah.gnu.org/viewcvs/freetype2/src/base/ftutil.c?cvsroot=freetype&r1=1.23&r2=1.24

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/freetype/freetype2/ChangeLog,v
retrieving revision 1.1343
retrieving revision 1.1344
diff -u -b -r1.1343 -r1.1344
--- ChangeLog   4 Jun 2006 14:50:56 -0000       1.1343
+++ ChangeLog   4 Jun 2006 15:17:40 -0000       1.1344
@@ -1,18 +1,14 @@
 2006-06-04  David Turner  <address@hidden>
 
-  * src/base/ftutil.c (ft_mem_qrealloc): fix the function
-  to accept 'item_size == 0' as well, though this sounds
-  weird, it can theorically happen.
+       * src/base/ftutil.c (ft_mem_qrealloc): Fix the function to accept
+       `item_size == 0' as well -- though this sounds weird, it can
+       theorically happen.  This fixes Savannah bug #16669.
 
-  see bug #16669
-
-  * src/pfr/pfrobjs.c (pfr_face_init): fix the computation
-  of 'face->num_glyphs' which missed the last glyph, due to
+       * src/pfr/pfrobjs.c (pfr_face_init): Fix the computation
+       of `face->num_glyphs' which missed the last glyph, due to
   the offset-by-1 computation, since the PFR format doesn't
-  guarantee that glyph index 0 corresponds to the "missing
-  glyph"
-
-  should fix bug #16668
+       guarantee that glyph index 0 corresponds to the `missing
+       glyph.  This fixes Savannah bug #16668.
 
 2006-05-25  Werner Lemberg  <address@hidden>
 
@@ -28,7 +24,7 @@
 2006-05-19  suzuki toshiya  <address@hidden>
 
        Apply patch by Derek Clegg to fix two memory leaks in the MacOS
-       resource fork handler.  This fixes savannah bug #16631.
+       resource fork handler.  This fixes Savannah bug #16631.
 
        * src/base/ftobjs.c (load_face_in_embedded_rfork): Replace
        `FT_Stream_Close' by `FT_Stream_Free' to fix memory leak.
@@ -222,7 +218,7 @@
        Updated.
 
        * builds/unix/install-sh: Updated from `texinfo' CVS module at
-       savannah.gnu.org.
+       Savannah.gnu.org.
 
        * devel/ftoption.h: Synchronize with
        include/freetype/config/ftoption.h.
@@ -1507,7 +1503,7 @@
 2006-01-22  Werner Lemberg  <address@hidden>
 
        * builds/unix/install-sh, builds/unix/mkinstalldirs: Updated from
-       `texinfo' CVS module at savannah.gnu.org.
+       `texinfo' CVS module at Savannah.gnu.org.
 
 2006-01-21  Werner Lemberg  <address@hidden>
 

Index: src/base/ftutil.c
===================================================================
RCS file: /cvsroot/freetype/freetype2/src/base/ftutil.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- src/base/ftutil.c   4 Jun 2006 14:50:57 -0000       1.23
+++ src/base/ftutil.c   4 Jun 2006 15:17:41 -0000       1.24
@@ -120,9 +120,9 @@
     FT_Error  error = FT_Err_Ok;
 
 
-   /* note that we now accept item_size == 0 as a valid
-    * parameter. this in order to cover very weird cases
-    * where a ALLOC_MULT macro would be called
+    /* Note that we now accept `item_size == 0' as a valid parameter, in
+     * order to cover very weird cases where an ALLOC_MULT macro would be
+     * called.
     */
     if ( cur_count < 0 || new_count < 0 || item_size < 0 )
     {




reply via email to

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