simon-git: charset (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Jun 20 21:06:34 BST 2017


TL;DR:
  8718813 utf8.c: 64-bit cleanness in the self-test.

Repository:     https://git.tartarus.org/simon/charset.git
On the web:     https://git.tartarus.org/?p=simon/charset.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-06-20 21:06:34

commit 8718813d32346b14917df1348b61ba3ad329ddd5
web diff https://git.tartarus.org/?p=simon/charset.git;a=commitdiff;h=8718813d32346b14917df1348b61ba3ad329ddd5;hp=1ee32defa7c75ef0e9bbad498f227ca919701852
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jun 20 21:04:46 2017 +0100

    utf8.c: 64-bit cleanness in the self-test.
    
    There were a couple of long ints being passed to %x printf formats,
    and also all the calls to utf8_read_test and utf8_write_test were
    passing lists of characters as int-sized variadic arguments but then
    reading them back using va_arg(long int). None of this mattered when
    run 32-bit, but since that's not the default any more on any system I
    might ever re-run this test on, I should fix it.

 utf8.c | 358 ++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 179 insertions(+), 179 deletions(-)



More information about the tartarus-commits mailing list