CVS commit: xsrc/external/mit/fontconfig/dist/src

2023-01-22 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sun Jan 22 20:47:13 UTC 2023 Modified Files: xsrc/external/mit/fontconfig/dist/src: fcmatch.c Log Message: deal with vax exponent limit To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: xsrc/external/mit/fontconfig/dist/src

2023-01-22 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sun Jan 22 20:47:13 UTC 2023 Modified Files: xsrc/external/mit/fontconfig/dist/src: fcmatch.c Log Message: deal with vax exponent limit To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: xsrc/external/mit/fontconfig/dist/src

2019-05-16 Thread Takeshi Nakayama
Module Name:xsrc Committed By: nakayama Date: Thu May 16 09:59:37 UTC 2019 Modified Files: xsrc/external/mit/fontconfig/dist/src: fcdir.c Log Message: Do not remove UUID file when a scanned directory is empty. pulled from the following upstream change:

CVS commit: xsrc/external/mit/fontconfig/dist/src

2019-05-16 Thread Takeshi Nakayama
Module Name:xsrc Committed By: nakayama Date: Thu May 16 09:59:37 UTC 2019 Modified Files: xsrc/external/mit/fontconfig/dist/src: fcdir.c Log Message: Do not remove UUID file when a scanned directory is empty. pulled from the following upstream change:

Re: CVS commit: xsrc/external/mit/fontconfig/dist/src

2013-06-27 Thread Valery Ushakov
On Thu, Jun 27, 2013 at 12:44:11 +, Thomas Klausner wrote: Modified Files: xsrc/external/mit/fontconfig/dist/src: fcname.c Log Message: Fix a comparison of constant warning with clang From upstream: commit 9acc14c34a372b54f9075ec3611588298fb2a501 Author: Akira TAGOH

Re: CVS commit: xsrc/external/mit/fontconfig/dist/src

2013-06-27 Thread Martin Husemann
On Thu, Jun 27, 2013 at 07:40:32PM +0400, Valery Ushakov wrote: -1 should really be in the enum as one of the enumeration constants. Indeed, and then the enumerator name should be used instead of the stupid -1 constant. Martin