gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog libbase/log.h


From: Bastiaan Jacques
Subject: Re: [Gnash-commit] gnash ChangeLog libbase/log.h
Date: Sun, 8 Oct 2006 15:30:27 +0200
User-agent: KMail/1.9.4

On Saturday 07 October 2006 21:59, Markus Gothe wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Markus Gothe <nihilus>  06/10/07 19:59:14
>
> Modified files:
>       .              : ChangeLog
>       libbase        : log.h
>
> Log message:
>       Reverted libbase/log.h.

Why?

>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=
>1.1067&r2=1.1068
> http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash
>&r1=1.25&r2=1.26
>
> Patches:
> Index: ChangeLog
> ===================================================================
> RCS file: /sources/gnash/gnash/ChangeLog,v
> retrieving revision 1.1067
> retrieving revision 1.1068
> diff -u -b -r1.1067 -r1.1068
> --- ChangeLog 7 Oct 2006 19:53:16 -0000       1.1067
> +++ ChangeLog 7 Oct 2006 19:59:14 -0000       1.1068
> @@ -41,7 +41,6 @@
>       * macros/sdl.m4: Fixed finding libpath.
>       * plugin/plugin.h: Define __FUNCTION__ and __PRETTY_FUNCTION__ if
> not. * configure.ac: Check and set #SIZEOF_SIZE_T.
> -     * libbase/log.h: Fix SIZEOF_UNSIGNED_LONG.
>
>  2006-10-07 Tomas Groth Christensen <address@hidden>
>
>
> Index: libbase/log.h
> ===================================================================
> RCS file: /sources/gnash/gnash/libbase/log.h,v
> retrieving revision 1.25
> retrieving revision 1.26
> diff -u -b -r1.25 -r1.26
> --- libbase/log.h     7 Oct 2006 19:53:16 -0000       1.25
> +++ libbase/log.h     7 Oct 2006 19:59:14 -0000       1.26
> @@ -35,7 +35,7 @@
>  //
>  //
>
> -/* $Id: log.h,v 1.25 2006/10/07 19:53:16 nihilus Exp $ */
> +/* $Id: log.h,v 1.26 2006/10/07 19:59:14 nihilus Exp $ */
>
>  #ifndef GNASH_LOG_H
>  #define GNASH_LOG_H
> @@ -52,7 +52,7 @@
>  #define TIMESTAMP_LENGTH 24             // timestamp length
>  #define TIMESTAMP_FORMAT "%Y-%m-%d %H:%M:%S     " // timestamp
> format
>
> -#if SIZEOF_SIZE_T == SIZEOF_UNSIGNED_LONG
> +#if SIZEOF_SIZE_T == 8
>    #define SIZET_FMT "%lu"
>  #elif SIZEOF_SIZE_T == 4
>    #define SIZET_FMT "%u"

Bastiaan




reply via email to

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