CVS commit: src/tests/lib/libc/locale

2023-11-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 27 19:45:36 UTC 2023 Modified Files: src/tests/lib/libc/locale: Makefile t_strfmon.c Log Message: Don't use fmtcheck for strfmon format strings. It does not work. Fix a broken test. To generate a diff of this commit:

CVS commit: src/tests/lib/libc/locale

2023-11-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 27 19:45:36 UTC 2023 Modified Files: src/tests/lib/libc/locale: Makefile t_strfmon.c Log Message: Don't use fmtcheck for strfmon format strings. It does not work. Fix a broken test. To generate a diff of this commit:

CVS commit: src/tests/lib/libc/locale

2023-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 14 20:19:31 UTC 2023 Modified Files: src/tests/lib/libc/locale: t_strfmon.c Log Message: PR/57633: Jose Luis Duran: Add strfmon tests from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/locale

2023-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 14 20:19:31 UTC 2023 Modified Files: src/tests/lib/libc/locale: t_strfmon.c Log Message: PR/57633: Jose Luis Duran: Add strfmon tests from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/locale

2023-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 13:31:11 UTC 2023 Modified Files: src/tests/lib/libc/locale: t_strfmon.c Log Message: Add testing for pad resetting (Jose Luis Duran) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libc/locale

2023-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 13:31:11 UTC 2023 Modified Files: src/tests/lib/libc/locale: t_strfmon.c Log Message: Add testing for pad resetting (Jose Luis Duran) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libc/locale

2022-12-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Dec 21 09:33:35 UTC 2022 Modified Files: src/tests/lib/libc/locale: t_mbstowcs.c Log Message: adapt mbstowcs_basic test for unicode table update reformat so it's easier to find which result data belongs to which input To

CVS commit: src/tests/lib/libc/locale

2022-12-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Dec 21 09:33:35 UTC 2022 Modified Files: src/tests/lib/libc/locale: t_mbstowcs.c Log Message: adapt mbstowcs_basic test for unicode table update reformat so it's easier to find which result data belongs to which input To

CVS commit: src/tests/lib/libc/locale

2019-07-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 28 13:46:45 UTC 2019 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_wcsrtombs.c Log Message: PR/54414: Valery Ushakov: add a test for wcsrtombs(3) doesn't update

CVS commit: src/tests/lib/libc/locale

2019-07-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 28 13:46:45 UTC 2019 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_wcsrtombs.c Log Message: PR/54414: Valery Ushakov: add a test for wcsrtombs(3) doesn't update

CVS commit: src/tests/lib/libc/locale

2017-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 22:23:14 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_strfmon.c Log Message: Update this test to expect the output that is supposed to be produced by strfmon() rather than the output the old buggy implementation

CVS commit: src/tests/lib/libc/locale

2017-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 22:23:14 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_strfmon.c Log Message: Update this test to expect the output that is supposed to be produced by strfmon() rather than the output the old buggy implementation

Re: CVS commit: src/tests/lib/libc/locale

2017-12-01 Thread Robert Elz
Date:Sat, 2 Dec 2017 00:09:29 +0100 From:Joerg Sonnenberger Message-ID: <20171201230929.ga13...@britannica.bec.de> | This is *not* true. With C11 the standard is very explicit that return | must discard excessive precision. Even before, it was

Re: CVS commit: src/tests/lib/libc/locale

2017-12-01 Thread Joerg Sonnenberger
On Fri, Dec 01, 2017 at 01:08:35AM +, Robert Elz wrote: > Module Name: src > Committed By: kre > Date: Fri Dec 1 01:08:35 UTC 2017 > > Modified Files: > src/tests/lib/libc/locale: t_sprintf.c > > Log Message: > Since the C standard allows for intermediate floating results to

CVS commit: src/tests/lib/libc/locale

2017-11-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Dec 1 01:08:35 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Since the C standard allows for intermediate floating results to contain more precision bits than the data type expects, but (kind of

CVS commit: src/tests/lib/libc/locale

2017-11-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Dec 1 01:08:35 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Since the C standard allows for intermediate floating results to contain more precision bits than the data type expects, but (kind of

Re: CVS commit: src/tests/lib/libc/locale

2017-11-30 Thread Robert Elz
Date:Thu, 30 Nov 2017 23:09:07 +0100 From:Manuel Bouyer Message-ID: <20171130220907.ga2...@antioche.eu.org> | Shouldn't it be made Xfail on i386 in this case ? I don't think so, especially not now the problem is understood - it is trivial

Re: CVS commit: src/tests/lib/libc/locale

2017-11-30 Thread Manuel Bouyer
On Thu, Nov 30, 2017 at 06:16:10AM +0700, Robert Elz wrote: > Date:Wed, 29 Nov 2017 16:51:56 + > From:Taylor R Campbell > > Message-ID: <20171129165637.6fa4960...@jupiter.mumble.net> > > | This is starting to smell

Re: CVS commit: src/tests/lib/libc/locale

2017-11-29 Thread Robert Elz
Date:Wed, 29 Nov 2017 16:51:56 + From:Taylor R Campbell Message-ID: <20171129165637.6fa4960...@jupiter.mumble.net> | This is starting to smell like a compiler bug in fp correctness...but | I'm out of time to

Re: CVS commit: src/tests/lib/libc/locale

2017-11-29 Thread Taylor R Campbell
> Date: Wed, 29 Nov 2017 09:14:26 +0100 > From: Martin Husemann > > (gdb) info float > R7: Valid 0xc00cc0e6b7318fc50481 -12345.678979 > =>R6: Valid 0xc00cc0e6b7318fc50800 -12345.678979 > R5: Empty 0xc00cc0e6b7318fc50800 > [...] > Control

Re: CVS commit: src/tests/lib/libc/locale

2017-11-29 Thread Martin Husemann
For the gcc 5.5 version: 30 if (!(d == t->double_value)) { (gdb) x/16i $pc => 0x804887c : fldl 0x4(%ebx) 0x804887f : fucomp %st(2) 0x8048881 : fnstsw %ax 0x8048883 : sahf 0x8048884 :

Re: CVS commit: src/tests/lib/libc/locale

2017-11-29 Thread Martin Husemann
On Wed, Nov 29, 2017 at 09:03:50AM +0100, Martin Husemann wrote: > On Wed, Nov 29, 2017 at 06:12:02AM +, Taylor R Campbell wrote: > > (My guess is that there's something screwy with i387 long doubles, but > > I don't have a good guess about where that screwiness might be > > happening without

Re: CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Robert Elz
Date:Wed, 29 Nov 2017 06:12:02 + From:Taylor R Campbell Message-ID: <20171129061642.e8dcb60...@jupiter.mumble.net> | That's pretty interesting! That is what I thought, it was certainly not what I expected. | Can

Re: CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Taylor R Campbell
> Date: Wed, 29 Nov 2017 11:41:58 +0700 > From: Robert Elz > > OK, got my i386 test setup (a Xen DomU) built & running, the updated > test failed (as it always failed on i386 before I added the epsilon > test, which is #if 0'd out now) the results are ... > > strto:

Re: CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Taylor R Campbell
> Date: Wed, 29 Nov 2017 05:37:56 +0700 > From: Robert Elz > > I think that conclusion had been reached already (not by me...) but that's > "Under IEEE 754-2008" right? What about architectures that don't use IEEE > floats? This test should not be assuming that - we still

CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 28 23:26:01 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Revert 1.4 (perhaps temporarily) and add even more diagnostics to those added in 1.3 to see if it is possible to determine why the

CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 28 23:26:01 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Revert 1.4 (perhaps temporarily) and add even more diagnostics to those added in 1.3 to see if it is possible to determine why the

Re: CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Robert Elz
Date:Tue, 28 Nov 2017 15:34:19 +0100 From:Joerg Sonnenberger Message-ID: <20171128143418.ga8...@britannica.bec.de> | Hidding things until then doesn't actually fix something. No, it doesn't, but when I made the change I wasn't hiding anything, just

Re: CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Taylor R Campbell
> Date: Tue, 28 Nov 2017 05:32:45 +0700 > From: Robert Elz > > Way back when I first learned floating point programming (something I > have done astonishingly little of in the intervening decades) I was > told it was *always* wrong to compare floats for exact equality - but >

Re: CVS commit: src/tests/lib/libc/locale

2017-11-28 Thread Joerg Sonnenberger
On Tue, Nov 28, 2017 at 05:32:45AM +0700, Robert Elz wrote: > Date:Mon, 27 Nov 2017 18:44:38 +0100 > From:Joerg Sonnenberger > Message-ID: <20171127174438.ga20...@britannica.bec.de> > > | Parsing a string constant is a well-defined > | operation

Re: CVS commit: src/tests/lib/libc/locale

2017-11-27 Thread Robert Elz
Date:Mon, 27 Nov 2017 18:44:38 +0100 From:Joerg Sonnenberger Message-ID: <20171127174438.ga20...@britannica.bec.de> | Parsing a string constant is a well-defined | operation with precise result. A cross-compiler that doesn't do that | correctly is

Re: CVS commit: src/tests/lib/libc/locale

2017-11-27 Thread Joerg Sonnenberger
On Fri, Nov 24, 2017 at 09:30:43PM +, Robert Elz wrote: > Module Name: src > Committed By: kre > Date: Fri Nov 24 21:30:43 UTC 2017 > > Modified Files: > src/tests/lib/libc/locale: t_sprintf.c > > Log Message: > When comparing doubles (any floating point values) which have

CVS commit: src/tests/lib/libc/locale

2017-11-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Nov 24 21:30:43 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: When comparing doubles (any floating point values) which have been computed using different methods, don't expect to achieve identical

CVS commit: src/tests/lib/libc/locale

2017-11-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Nov 24 21:30:43 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: When comparing doubles (any floating point values) which have been computed using different methods, don't expect to achieve identical

CVS commit: src/tests/lib/libc/locale

2017-11-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Nov 23 23:47:09 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Add some diagnostics to the strto test, so I can see why this fails on i386 (on qemu) - will probably keep them when done. To

CVS commit: src/tests/lib/libc/locale

2017-08-10 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Thu Aug 10 19:08:43 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_btowc.c Log Message: Separate the C/POSIX locale test from the rest; make it more thorough and more correct. This fixes a problem reported by martin@

CVS commit: src/tests/lib/libc/locale

2017-08-10 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Thu Aug 10 19:08:43 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_btowc.c Log Message: Separate the C/POSIX locale test from the rest; make it more thorough and more correct. This fixes a problem reported by martin@

CVS commit: src/tests/lib/libc/locale

2017-07-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 14 14:09:53 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: VAX doesn't have the test cases, so stub the body as well. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/locale

2017-07-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 14 14:09:53 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: VAX doesn't have the test cases, so stub the body as well. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/locale

2017-07-12 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jul 12 17:32:51 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_btowc.c t_io.c t_mbrtowc.c t_mbstowcs.c t_sprintf.c t_wcstod.c t_wctomb.c t_wctype.c Log Message: Add ISO10646 versions of these tests,

CVS commit: src/tests/lib/libc/locale

2017-07-12 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jul 12 17:32:51 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_btowc.c t_io.c t_mbrtowc.c t_mbstowcs.c t_sprintf.c t_wcstod.c t_wctomb.c t_wctype.c Log Message: Add ISO10646 versions of these tests,

CVS commit: src/tests/lib/libc/locale

2017-06-07 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jun 7 22:59:42 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Change t_sprintf to an expected failure, since we don't respect the empty thousands separator of the C/POSIX locale (PR

CVS commit: src/tests/lib/libc/locale

2017-06-07 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jun 7 22:59:42 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_sprintf.c Log Message: Change t_sprintf to an expected failure, since we don't respect the empty thousands separator of the C/POSIX locale (PR

CVS commit: src/tests/lib/libc/locale

2017-05-30 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 23:44:02 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_digittoint.c t_sprintf.c t_wctype.c Log Message: Add test cases for sprintf/sscanf/strto{d,l}

CVS commit: src/tests/lib/libc/locale

2017-05-30 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 23:44:02 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_digittoint.c t_sprintf.c t_wctype.c Log Message: Add test cases for sprintf/sscanf/strto{d,l}

CVS commit: src/tests/lib/libc/locale

2017-05-29 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 02:11:03 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_toupper.c Log Message: Add simple test case for toupper/tolower To generate a diff of this

CVS commit: src/tests/lib/libc/locale

2017-05-29 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue May 30 02:11:03 UTC 2017 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_toupper.c Log Message: Add simple test case for toupper/tolower To generate a diff of this

CVS commit: src/tests/lib/libc/locale

2017-05-25 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Thu May 25 18:28:54 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_mbtowc.c t_wctomb.c Log Message: Add a member to the test data structure that indicates whether the given encoding is state-dependent, and test the

CVS commit: src/tests/lib/libc/locale

2017-05-25 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Thu May 25 18:28:54 UTC 2017 Modified Files: src/tests/lib/libc/locale: t_mbtowc.c t_wctomb.c Log Message: Add a member to the test data structure that indicates whether the given encoding is state-dependent, and test the

CVS commit: src/tests/lib/libc/locale

2014-05-05 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue May 6 00:41:26 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_mbsnrtowcs.c Log Message: include string.h for memset To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_mbsnrtowcs.c

CVS commit: src/tests/lib/libc/locale

2014-05-05 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue May 6 00:41:26 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_mbsnrtowcs.c Log Message: include string.h for memset To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_mbsnrtowcs.c

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 20 14:14:56 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: - fix funopen usage - some more checks - remove a bogus test case (bad_eucJP_getwc) PR/47660 (Julio Merino) - add XXX comments To

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Jan 21 00:32:16 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: fix comment typos pointed out by uebayasi To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/locale/t_io.c

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 20 14:14:56 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: - fix funopen usage - some more checks - remove a bogus test case (bad_eucJP_getwc) PR/47660 (Julio Merino) - add XXX comments To

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Jan 21 00:32:16 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: fix comment typos pointed out by uebayasi To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/locale/t_io.c

CVS commit: src/tests/lib/libc/locale

2013-03-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Mar 25 15:31:03 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_wctomb.c Log Message: Don't size an array using MB_CUR_MAX while one locale is in effect and then use it with another locale having a larger MB_CUR_MAX.

CVS commit: src/tests/lib/libc/locale

2013-03-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Mar 25 15:31:03 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_wctomb.c Log Message: Don't size an array using MB_CUR_MAX while one locale is in effect and then use it with another locale having a larger MB_CUR_MAX.

CVS commit: src/tests/lib/libc/locale

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:02:14 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: Mark two routinely-broken tests as expected failures referencing PR lib/47660. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/libc/locale

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:02:14 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: Mark two routinely-broken tests as expected failures referencing PR lib/47660. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/libc/locale

2013-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 28 21:52:02 UTC 2013 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_io.c Log Message: regression tests for wide char i/o. Currently there are failures. To

CVS commit: src/tests/lib/libc/locale

2013-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 28 21:52:02 UTC 2013 Modified Files: src/tests/lib/libc/locale: Makefile Added Files: src/tests/lib/libc/locale: t_io.c Log Message: regression tests for wide char i/o. Currently there are failures. To

CVS commit: src/tests/lib/libc/locale

2011-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 17:54:13 UTC 2011 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: no more ifdef vax To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_wcstod.c Please note

CVS commit: src/tests/lib/libc/locale

2011-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 17:56:11 UTC 2011 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: Undo previous, Checking for vax is more appropriate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/locale

2011-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 17:54:13 UTC 2011 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: no more ifdef vax To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_wcstod.c Please note

CVS commit: src/tests/lib/libc/locale

2011-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 17:56:11 UTC 2011 Modified Files: src/tests/lib/libc/locale: t_wcstod.c Log Message: Undo previous, Checking for vax is more appropriate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/locale

2011-04-11 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Apr 11 17:16:43 UTC 2011 Modified Files: src/tests/lib/libc/locale: Makefile Log Message: Fix build with stack smash protection enabled. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/locale

2011-04-11 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Apr 11 17:16:43 UTC 2011 Modified Files: src/tests/lib/libc/locale: Makefile Log Message: Fix build with stack smash protection enabled. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2