Re: Does anyone still want to check in ?

Andrew Josey <[email protected]> Fri, 13 Jan 2006 10:56:38 GMT
Newsgroups gmane.linux.lsb.test-suite
Message-ID <[email protected]>
hi Vinay
Are you sure the patch fixes 1151?

The code seems to call the functions directly in :

lsb-runtime-test/modules/li18nux2k.l1/tset/LI18NUX2K.L1/base/iswxdigit/iswxdigit.c

such as:

      if (is_defined_xdigit_chara[wc])
        if (!iswxdigit(wc))
          {
            xx_rpt (FAILURE);
            in_rpt ("The return value is not correct.");
          }
     }

and not the macro in setlocale.c
regards
Andrew